Pull request #3179 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca+61638ca62d33426a2ce3f2b4b107772a009d1874 (c985f10f222293228b423a3505162c24df7ab139) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27166 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) > git config core.sparsecheckout # timeout=10 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # 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 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 9993902a221f4ad19e46546f987dccf325cd49b9 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:42:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:42:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:42:26 ========================================================= 15:42:26 EdgeX Global Pipelines Version Info 15:42:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:42:28 ------------------- 15:42:28 stable info: 15:42:28 ------------------- 15:42:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:42:28 Message: update stable to v1.0.179 15:42:29 ------------------- 15:42:29 experimental info: 15:42:29 ------------------- 15:42:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:42:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:42:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:42:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:42:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:42:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [Pipeline] echo 15:42:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 17b3f08 [Pipeline] echo 15:42:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:42:33 provisioning config files... 15:42:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2553146888167854323tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:42:33 ---> docker-login.sh 15:42:33 nexus3.edgexfoundry.org:10001 15:42:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:34 Configure a credential helper to remove this warning. See 15:42:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:34 15:42:34 Login Succeeded 15:42:34 nexus3.edgexfoundry.org:10002 15:42:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:34 Configure a credential helper to remove this warning. See 15:42:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:34 15:42:34 Login Succeeded 15:42:34 nexus3.edgexfoundry.org:10003 15:42:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:34 Configure a credential helper to remove this warning. See 15:42:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:34 15:42:34 Login Succeeded 15:42:34 nexus3.edgexfoundry.org:10004 15:42:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:34 Configure a credential helper to remove this warning. See 15:42:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:34 15:42:34 Login Succeeded 15:42:34 docker.io 15:42:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:34 Configure a credential helper to remove this warning. See 15:42:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:34 15:42:34 Login Succeeded 15:42:34 ---> docker-login.sh ends [Pipeline] } 15:42:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/core-command/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo core-command,cmd/core-command/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/core-data/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo core-data,cmd/core-data/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/core-metadata/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo core-metadata,cmd/core-metadata/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/security-bootstrapper/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/security-proxy-setup/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/support-notifications/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo support-notifications,cmd/support-notifications/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/support-scheduler/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:42:35 + for file in '`ls cmd/**/Dockerfile`' 15:42:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:42:35 ++ cut -d/ -f2 15:42:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:42:35 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:36 15:42:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:42:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:37 latest: Pulling from edgex-devops/git-semver 15:42:37 31603596830f: Pulling fs layer 15:42:37 2a8b12db71e7: Pulling fs layer 15:42:37 6ca5941a6612: Pulling fs layer 15:42:37 ecc8261a40a4: Pulling fs layer 15:42:37 ecc8261a40a4: Waiting 15:42:37 2a8b12db71e7: Download complete 15:42:37 31603596830f: Download complete 15:42:37 ecc8261a40a4: Verifying Checksum 15:42:37 ecc8261a40a4: Download complete 15:42:37 6ca5941a6612: Verifying Checksum 15:42:37 6ca5941a6612: Download complete 15:42:37 31603596830f: Pull complete 15:42:38 2a8b12db71e7: Pull complete 15:42:38 6ca5941a6612: Pull complete 15:42:38 ecc8261a40a4: Pull complete 15:42:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:39 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 15:42:39 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:42:41 $ docker top ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:41 [ssh-agent] Looking for ssh-agent implementation... 15:42:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:42 $ docker exec ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent 15:42:42 SSH_AUTH_SOCK=/tmp/ssh-VtBtkowemS7D/agent.11 15:42:42 SSH_AGENT_PID=16 15:42:42 Running ssh-add (command line suppressed) 15:42:42 Identity added: /w/workspace/edgex-go/4@tmp/private_key_9077153388417063347.key (/w/workspace/edgex-go/4@tmp/private_key_9077153388417063347.key) 15:42:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:42 + git tag --points-at HEAD [Pipeline] } 15:42:42 $ docker exec --env ******** --env ******** ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent -k 15:42:42 unset SSH_AUTH_SOCK; 15:42:42 unset SSH_AGENT_PID; 15:42:42 echo Agent pid 16 killed; 15:42:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:43 [ssh-agent] Looking for ssh-agent implementation... 15:42:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:43 $ docker exec ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent 15:42:43 SSH_AUTH_SOCK=/tmp/ssh-MZlsTqaEIzfM/agent.46 15:42:43 SSH_AGENT_PID=51 15:42:43 Running ssh-add (command line suppressed) 15:42:43 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7542884813875987412.key (/w/workspace/edgex-go/4@tmp/private_key_7542884813875987412.key) 15:42:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:43 + git semver init 15:42:43 # -> Open(): unable to determine branch for HEAD 15:42:43 # $GIT_DIR = /w/workspace/edgex-go/4/.git 15:42:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 15:42:43 # $SEMVER_REMOTE_NAME = origin 15:42:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:43 # $SEMVER_USER_NAME = edgex-jenkins 15:42:43 # $SEMVER_BRANCH = PR-3179 15:42:43 # $SEMVER_TEMP = /tmp/semver-538366077 15:42:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:43:02 # '/tmp/semver-538366077' -> '/w/workspace/edgex-go/4/.semver' 15:43:02 # -> Force: false 15:43:02 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 15:43:02 $ docker exec --env ******** --env ******** ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent -k 15:43:02 unset SSH_AUTH_SOCK; 15:43:02 unset SSH_AGENT_PID; 15:43:02 echo Agent pid 51 killed; 15:43:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:43:03 + git semver [Pipeline] } 15:43:03 $ docker stop --time=1 ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 15:43:04 $ docker rm -f ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 [Pipeline] // withDockerContainer [Pipeline] sh 15:43:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:43:05 Stashed 1 file(s) [Pipeline] echo 15:43:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:43:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:43:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:43:07 + sudo service docker restart 15:43:07 + true 15:43:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:43:07 ========================================================= 15:43:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:43:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:43:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:43:12 Sending build context to Docker daemon 328MB 15:43:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:43:12 Step 2/6 : FROM ${BASE} 15:43:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:43:12 188c0c94c7c5: Pulling fs layer 15:43:12 0ef7d3d256c8: Pulling fs layer 15:43:12 de9db76c5a1d: Pulling fs layer 15:43:12 bca2f99d35d6: Pulling fs layer 15:43:12 93359f2a8cfa: Pulling fs layer 15:43:12 7c6f9722023f: Pulling fs layer 15:43:12 a35cf1a2eb13: Pulling fs layer 15:43:12 bca2f99d35d6: Waiting 15:43:12 93359f2a8cfa: Waiting 15:43:12 7c6f9722023f: Waiting 15:43:12 a35cf1a2eb13: Waiting 15:43:12 0ef7d3d256c8: Verifying Checksum 15:43:12 0ef7d3d256c8: Download complete 15:43:12 de9db76c5a1d: Download complete 15:43:12 93359f2a8cfa: Verifying Checksum 15:43:12 93359f2a8cfa: Download complete 15:43:12 188c0c94c7c5: Download complete 15:43:12 7c6f9722023f: Verifying Checksum 15:43:12 7c6f9722023f: Download complete 15:43:12 188c0c94c7c5: Pull complete 15:43:12 0ef7d3d256c8: Pull complete 15:43:12 de9db76c5a1d: Pull complete 15:43:14 a35cf1a2eb13: Verifying Checksum 15:43:14 a35cf1a2eb13: Download complete 15:43:15 bca2f99d35d6: Verifying Checksum 15:43:15 bca2f99d35d6: Download complete 15:43:20 bca2f99d35d6: Pull complete 15:43:20 93359f2a8cfa: Pull complete 15:43:20 7c6f9722023f: Pull complete 15:43:21 Still waiting to schedule task 15:43:21 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 15:43:25 a35cf1a2eb13: Pull complete 15:43:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:43:25 ---> a62c8e92a672 15:43:25 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:43:25 ---> Running in 9d8b8c8685cd 15:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:43:27 (1/12) Installing libmagic (5.38-r0) 15:43:27 (2/12) Installing file (5.38-r0) 15:43:27 (3/12) Installing libc-dev (0.7.2-r3) 15:43:27 (4/12) Installing g++ (9.3.0-r2) 15:43:33 (5/12) Installing fortify-headers (1.1-r0) 15:43:33 (6/12) Installing patch (2.7.6-r6) 15:43:33 (7/12) Installing build-base (0.5-r2) 15:43:33 (8/12) Installing libsodium (1.0.18-r0) 15:43:33 (9/12) Installing pkgconf (1.7.2-r0) 15:43:33 (10/12) Installing libsodium-dev (1.0.18-r0) 15:43:34 (11/12) Installing libzmq (4.3.3-r0) 15:43:34 (12/12) Installing zeromq-dev (4.3.3-r0) 15:43:34 Executing busybox-1.31.1-r19.trigger 15:43:34 OK: 233 MiB in 51 packages 15:43:38 Removing intermediate container 9d8b8c8685cd 15:43:38 ---> 7cc01a699fba 15:43:38 Step 4/6 : WORKDIR /edgex-go 15:43:38 ---> Running in 6bf98c904aa1 15:43:38 Removing intermediate container 6bf98c904aa1 15:43:38 ---> dad7c753e780 15:43:38 Step 5/6 : COPY go.mod . 15:43:39 ---> f7b966c743c5 15:43:39 Step 6/6 : RUN go mod download 15:43:39 ---> Running in 28063db2e47b 15:44:05 Removing intermediate container 28063db2e47b 15:44:05 ---> a7264b00c2aa 15:44:05 Successfully built a7264b00c2aa 15:44:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:44:06 + docker inspect -f . ci-base-image-x86_64 15:44:06 . [Pipeline] withDockerContainer 15:44:06 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 15:44:06 $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:07 $ docker top 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:07 + go version 15:44:07 go version go1.15.5 linux/amd64 [Pipeline] } 15:44:07 $ docker stop --time=1 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 15:44:09 $ docker rm -f 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:09 + docker inspect -f . ci-base-image-x86_64 15:44:09 . [Pipeline] withDockerContainer 15:44:10 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 15:44:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:10 $ docker top dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 -eo pid,comm [Pipeline] { [Pipeline] echo 15:44:11 ========================================================= 15:44:11 [edgeXBuildGoParallel] Running Tests and Build... 15:44:11 ========================================================= [Pipeline] sh 15:44:11 + make test 15:44:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:44:19 ? github.com/edgexfoundry/edgex-go [no test files] 15:44:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:44:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:44:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:44:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:44:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:44:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:44:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:44:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:44:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:44:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:44:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:44:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 15:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:44:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements 15:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:44:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:44:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:44:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 15:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 15:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements 15:45:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 15:45:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27167 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 15:45:11 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:45:16 using credential edgex-jenkins-ssh 15:45:16 Cloning the remote Git repository 15:45:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:45:16 > git init /w/workspace/edgex-go/4 # timeout=10 15:45:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:45:16 > git --version # timeout=10 15:45:16 > git --version # 'git version 2.17.1' 15:45:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.071s coverage: 92.9% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.051s coverage: 87.2% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 36.6% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.099s coverage: 89.4% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.065s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:45:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:45:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:45:24 GO111MODULE=on go vet ./... 15:45:41 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:45:41 Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:45:41 Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) 15:45:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:45:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:45:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:45:40 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:41 > git config core.sparsecheckout # timeout=10 15:45:41 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 15:45:41 > git remote # timeout=10 15:45:41 > git config --get remote.origin.url # timeout=10 15:45:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:41 > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 15:45:41 > git rev-parse HEAD^{commit} # timeout=10 15:45:41 > git config core.sparsecheckout # timeout=10 15:45:41 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 15:45:46 Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:45:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:48 + sudo service docker restart 15:45:48 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:45:51 provisioning config files... 15:45:51 gofmt -l . 15:45:51 [ "`gofmt -l .`" = "" ] 15:45:51 ./bin/test-go-mod-tidy.sh 15:45:51 ./bin/test-attribution-txt.sh 15:45:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config468795725802001761tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:51 + ls -al . 15:45:51 total 704 15:45:51 drwxrwxr-x 10 1001 1001 4096 Feb 22 15:45 . 15:45:51 drwxr-xr-x 4 root root 28 Feb 22 15:44 .. 15:45:51 -rw-rw-r-- 1 1001 1001 11 Feb 22 15:42 .dockerignore 15:45:51 drwxrwxr-x 8 1001 1001 179 Feb 22 15:42 .git 15:45:51 drwxrwxr-x 3 1001 1001 125 Feb 22 15:42 .github 15:45:51 -rw-rw-r-- 1 1001 1001 818 Feb 22 15:42 .gitignore 15:45:51 drwx------ 3 1001 1001 60 Feb 22 15:43 .semver 15:45:51 -rw-rw-r-- 1 1001 1001 166 Feb 22 15:42 .sonarcloud.properties 15:45:51 -rw-rw-r-- 1 1001 1001 8475 Feb 22 15:42 Attribution.txt 15:45:51 -rw-rw-r-- 1 1001 1001 3804 Feb 22 15:42 CONTRIBUTING.md 15:45:51 -rw-rw-r-- 1 1001 1001 931 Feb 22 15:42 Dockerfile.build 15:45:51 -rw-rw-r-- 1 1001 1001 863 Feb 22 15:42 Jenkinsfile 15:45:51 -rw-rw-r-- 1 1001 1001 10775 Feb 22 15:42 LICENSE 15:45:51 -rw-rw-r-- 1 1001 1001 5774 Feb 22 15:42 Makefile 15:45:51 -rw-rw-r-- 1 1001 1001 6524 Feb 22 15:42 README.md 15:45:51 -rw-rw-r-- 1 1001 1001 6755 Feb 22 15:42 SECURITY.md 15:45:51 -rw-rw-r-- 1 1001 1001 5 Feb 22 15:43 VERSION 15:45:51 -rw-rw-r-- 1 1001 1001 4131 Feb 22 15:42 ZMQWindows.md 15:45:51 drwxrwxr-x 2 1001 1001 117 Feb 22 15:42 bin 15:45:51 drwxrwxr-x 14 1001 1001 4096 Feb 22 15:42 cmd 15:45:51 -rw-r--r-- 1 root root 592582 Feb 22 15:45 coverage.out 15:45:51 -rw-r--r-- 1 root root 1055 Feb 22 15:45 go.mod 15:45:51 -rw-r--r-- 1 root root 21410 Feb 22 15:45 go.sum 15:45:51 drwxrwxr-x 8 1001 1001 127 Feb 22 15:42 internal 15:45:51 drwxrwxr-x 4 1001 1001 26 Feb 22 15:42 openapi 15:45:51 drwxrwxr-x 4 1001 1001 71 Feb 22 15:42 snap 15:45:51 -rw-rw-r-- 1 1001 1001 168 Feb 22 15:42 version.go [Pipeline] sh 15:45:51 ---> docker-login.sh 15:45:51 nexus3.edgexfoundry.org:10001 15:45:51 + '[' -e coverage.out ] 15:45:51 + chown 1001:1001 coverage.out [Pipeline] stash 15:45:52 Stashed 1 file(s) [Pipeline] sh 15:45:52 + make build 15:45:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:53 Configure a credential helper to remove this warning. See 15:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:53 15:45:53 Login Succeeded 15:45:53 nexus3.edgexfoundry.org:10002 15:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:53 Configure a credential helper to remove this warning. See 15:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:53 15:45:53 Login Succeeded 15:45:53 nexus3.edgexfoundry.org:10003 15:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 nexus3.edgexfoundry.org:10004 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:54 Configure a credential helper to remove this warning. See 15:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:54 15:45:54 Login Succeeded 15:45:54 docker.io 15:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:55 Configure a credential helper to remove this warning. See 15:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:55 15:45:55 Login Succeeded 15:45:55 ---> docker-login.sh ends [Pipeline] } 15:45:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:45:55 ========================================================= 15:45:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:45:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:45:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:45:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:45:58 Sending build context to Docker daemon 166.4MB 15:45:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:45:58 Step 2/6 : FROM ${BASE} 15:45:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:45:58 5f621e34cdf4: Pulling fs layer 15:45:58 a4357932f1b6: Pulling fs layer 15:45:58 18c013af1878: Pulling fs layer 15:45:58 00ac8860ef70: Pulling fs layer 15:45:58 63d7cb157983: Pulling fs layer 15:45:58 b116817d02f9: Pulling fs layer 15:45:58 745a02a5169b: Pulling fs layer 15:45:58 00ac8860ef70: Waiting 15:45:58 63d7cb157983: Waiting 15:45:58 b116817d02f9: Waiting 15:45:58 745a02a5169b: Waiting 15:45:58 18c013af1878: Verifying Checksum 15:45:58 18c013af1878: Download complete 15:45:58 a4357932f1b6: Verifying Checksum 15:45:58 5f621e34cdf4: Verifying Checksum 15:45:58 5f621e34cdf4: Download complete 15:45:58 63d7cb157983: Verifying Checksum 15:45:58 63d7cb157983: Download complete 15:45:58 b116817d02f9: Verifying Checksum 15:45:58 b116817d02f9: Download complete 15:45:59 5f621e34cdf4: Pull complete 15:45:59 a4357932f1b6: Pull complete 15:46:00 18c013af1878: Pull complete 15:46:01 745a02a5169b: Verifying Checksum 15:46:01 745a02a5169b: Download complete 15:46:02 00ac8860ef70: Verifying Checksum 15:46:02 00ac8860ef70: Download complete 15:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:46:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:46:12 00ac8860ef70: Pull complete 15:46:12 63d7cb157983: Pull complete 15:46:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:46:13 b116817d02f9: Pull complete 15:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:46:16 745a02a5169b: Pull complete 15:46:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:46:16 ---> b7e6874047d6 15:46:16 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 [Pipeline] } 15:46:18 $ docker stop --time=1 dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 15:46:19 $ docker rm -f dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 15:46:19 ---> Running in dcc3e57c0167 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:22 (1/12) Installing libmagic (5.38-r0) 15:46:22 (2/12) Installing file (5.38-r0) 15:46:22 (3/12) Installing libc-dev (0.7.2-r3) 15:46:22 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 15:46:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:23 15:46:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:46:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:23 latest: Pulling from edgex-devops/edgex-compose 15:46:23 cbdbe7a5bc2a: Pulling fs layer 15:46:23 ca9280d653b3: Pulling fs layer 15:46:23 7e9c9ca2126c: Pulling fs layer 15:46:24 cbdbe7a5bc2a: Verifying Checksum 15:46:24 cbdbe7a5bc2a: Download complete 15:46:24 ca9280d653b3: Verifying Checksum 15:46:24 ca9280d653b3: Download complete 15:46:24 cbdbe7a5bc2a: Pull complete 15:46:25 ca9280d653b3: Pull complete 15:46:25 7e9c9ca2126c: Download complete 15:46:31 7e9c9ca2126c: Pull complete 15:46:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:46:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:46:32 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 15:46:32 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:46:34 $ docker top dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:34 + docker-compose build --help 15:46:34 + grep parallel 15:46:35 (5/12) Installing fortify-headers (1.1-r0) 15:46:35 (6/12) Installing patch (2.7.6-r6) 15:46:35 (7/12) Installing build-base (0.5-r2) 15:46:35 (8/12) Installing libsodium (1.0.18-r0) 15:46:35 (9/12) Installing pkgconf (1.7.2-r0) 15:46:35 (10/12) Installing libsodium-dev (1.0.18-r0) 15:46:35 (11/12) Installing libzmq (4.3.3-r0) 15:46:35 (12/12) Installing zeromq-dev (4.3.3-r0) 15:46:35 Executing busybox-1.31.1-r19.trigger 15:46:35 OK: 217 MiB in 51 packages 15:46:35 --parallel Build images in parallel. [Pipeline] } 15:46:35 $ docker stop --time=1 dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 15:46:36 $ docker rm -f dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:46:38 . [Pipeline] withDockerContainer 15:46:38 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 15:46:38 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:46:38 Removing intermediate container dcc3e57c0167 15:46:38 ---> e10658bc16eb 15:46:38 Step 4/6 : WORKDIR /edgex-go 15:46:38 ---> Running in 50f791c3c18f 15:46:38 Removing intermediate container 50f791c3c18f 15:46:38 ---> d5d2f7eb5a80 15:46:38 Step 5/6 : COPY go.mod . 15:46:39 $ docker top 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 -eo pid,comm [Pipeline] { 15:46:39 ---> 9d6052dd48a9 15:46:39 Step 6/6 : RUN go mod download 15:46:39 ---> Running in 00dc4bc7330b [Pipeline] sh 15:46:39 + docker-compose -f ./docker-compose-build.yml build --parallel 15:46:40 Building docker-core-command-go ... 15:46:40 Building docker-core-data-go ... 15:46:40 Building docker-core-metadata-go ... 15:46:40 Building docker-security-bootstrapper-go ... 15:46:40 Building docker-security-proxy-setup-go ... 15:46:40 Building docker-security-secretstore-setup-go ... 15:46:40 Building docker-support-notifications-go ... 15:46:40 Building docker-support-scheduler-go ... 15:46:40 Building docker-sys-mgmt-agent-go ... 15:46:40 Building docker-security-secretstore-setup-go 15:46:40 Building docker-core-metadata-go 15:46:40 Building docker-sys-mgmt-agent-go 15:46:40 Building docker-support-notifications-go 15:46:40 Building docker-security-bootstrapper-go 15:47:11 Removing intermediate container 00dc4bc7330b 15:47:11 ---> 0aa7224a455a 15:47:11 Successfully built 0aa7224a455a 15:47:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:47:12 + docker inspect -f . ci-base-image-arm64 15:47:12 . [Pipeline] withDockerContainer 15:47:12 prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container 15:47:12 $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:47:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:47:13 15:47:13 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder 15:47:13 15:47:13 ---> a7264b00c2aa 15:47:13 Step 3/22 : WORKDIR /edgex-go 15:47:13 ---> a7264b00c2aa 15:47:13 Step 3/26 : WORKDIR /edgex-go 15:47:13 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:47:13 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:47:13 ---> a7264b00c2aa 15:47:13 Step 3/30 : WORKDIR /edgex-go 15:47:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:47:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:47:13 ---> a7264b00c2aa 15:47:13 Step 3/23 : WORKDIR /edgex-go 15:47:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:47:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:47:13 ---> a7264b00c2aa 15:47:13 Step 3/24 : WORKDIR /edgex-go 15:47:13 ---> Running in e4b06f76fa4d 15:47:13 ---> Running in f1c3603c76b4 15:47:13 ---> Running in 26a192dde20e 15:47:13 ---> Running in 62d960c32371 15:47:13 ---> Running in 1445ede9165e 15:47:14 Removing intermediate container f1c3603c76b4 15:47:14 ---> b9bc2aa8c1d6 15:47:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:14 Removing intermediate container e4b06f76fa4d 15:47:14 ---> d5a97c5beab0 15:47:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:14 $ docker top e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 -eo pid,comm 15:47:14 Removing intermediate container 1445ede9165e 15:47:14 ---> b47a19202c48 15:47:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:14 Removing intermediate container 26a192dde20e 15:47:14 ---> d7de40345b59 15:47:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:14 Removing intermediate container 62d960c32371 15:47:14 ---> 28280907759b 15:47:14 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:14 ---> Running in 9ca1714da2b1 15:47:14 ---> Running in d9c08743dcfd 15:47:14 ---> Running in 0cdc7e5f0e6d 15:47:14 ---> Running in 8459f98b2865 [Pipeline] { [Pipeline] sh 15:47:14 ---> Running in bd85c95eaf99 15:47:15 + go version 15:47:15 go version go1.15.5 linux/arm64 [Pipeline] } 15:47:15 $ docker stop --time=1 e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 15:47:16 Removing intermediate container d9c08743dcfd 15:47:16 ---> 6e61226e5e8d 15:47:16 Step 5/26 : RUN apk add --update --no-cache make bash git 15:47:16 Removing intermediate container 9ca1714da2b1 15:47:16 ---> 08abed76c22f 15:47:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:47:16 ---> Running in d2098902724b 15:47:16 ---> Running in b3d952f348fe 15:47:16 Removing intermediate container 0cdc7e5f0e6d 15:47:16 ---> b4acdc90c070 15:47:16 Step 5/24 : RUN apk add --update --no-cache make git 15:47:17 $ docker rm -f e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 15:47:17 Removing intermediate container 8459f98b2865 15:47:17 ---> 7e3dd8f46cf7 15:47:17 Step 5/23 : RUN apk add --update --no-cache make git 15:47:17 Removing intermediate container bd85c95eaf99 15:47:17 ---> 13578552019e 15:47:17 Step 5/30 : RUN apk add --update --no-cache make git 15:47:17 ---> Running in 8ca730127b39 [Pipeline] // withDockerContainer [Pipeline] } 15:47:17 ---> Running in 5f2dd91e446e 15:47:17 ---> Running in 9ec9f827f75d [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:47:17 + docker inspect -f . ci-base-image-arm64 15:47:17 . [Pipeline] withDockerContainer 15:47:18 prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container 15:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:47:19 OK: 233 MiB in 51 packages 15:47:19 OK: 233 MiB in 51 packages 15:47:19 OK: 233 MiB in 51 packages 15:47:19 OK: 233 MiB in 51 packages 15:47:19 $ docker top d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 -eo pid,comm 15:47:19 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo 15:47:19 ========================================================= 15:47:19 [edgeXBuildGoParallel] Running Tests and Build... 15:47:19 ========================================================= [Pipeline] sh 15:47:20 Removing intermediate container d2098902724b 15:47:20 ---> 02e56dd3291c 15:47:20 Step 6/26 : COPY go.mod . 15:47:20 Removing intermediate container b3d952f348fe 15:47:20 ---> b3ea473d22c2 15:47:20 Step 6/22 : COPY go.mod . 15:47:20 Removing intermediate container 8ca730127b39 15:47:20 ---> de186813772c 15:47:20 Step 6/24 : COPY go.mod . 15:47:20 + make test 15:47:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:47:20 ---> 9d258eb803da 15:47:20 Step 7/26 : RUN go mod download 15:47:20 Removing intermediate container 5f2dd91e446e 15:47:20 ---> b8d0ac058385 15:47:20 Step 6/23 : COPY go.mod . 15:47:20 Removing intermediate container 9ec9f827f75d 15:47:20 ---> e2994528be0c 15:47:20 Step 6/30 : COPY go.mod . 15:47:20 ---> e904a8d5b434 15:47:20 Step 7/22 : RUN go mod download 15:47:20 ---> 1c0cb8e850cb 15:47:20 Step 7/24 : RUN go mod download 15:47:20 ---> Running in 0e980e4262bf 15:47:20 ---> Running in f04b98f9cdc4 15:47:21 ---> Running in ac64fd692155 15:47:21 ---> 3a403939ad03 15:47:21 Step 7/23 : RUN go mod download 15:47:21 ---> 0df2042cbbbc 15:47:21 Step 7/30 : RUN go mod download 15:47:21 ---> Running in 1cc11d2cb618 15:47:21 ---> Running in 10f93c6e30ea 15:47:24 Removing intermediate container 0e980e4262bf 15:47:24 ---> 1ebd0ffef95d 15:47:24 Step 8/22 : COPY . . 15:47:24 Removing intermediate container f04b98f9cdc4 15:47:24 ---> 228a436421f1 15:47:24 Step 8/26 : COPY . . 15:47:24 Removing intermediate container ac64fd692155 15:47:24 ---> be21d9703fc1 15:47:24 Step 8/24 : COPY . . 15:47:24 Removing intermediate container 10f93c6e30ea 15:47:24 ---> 02990cd3da14 15:47:24 Step 8/30 : COPY . . 15:47:24 Removing intermediate container 1cc11d2cb618 15:47:24 ---> 10a6c9162b21 15:47:24 Step 8/23 : COPY . . 15:47:42 ? github.com/edgexfoundry/edgex-go [no test files] 15:48:03 ---> 5b480014554f 15:48:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:48:03 ---> Running in 99c5c1b9f4d4 15:48:03 ---> 936257da7cf3 15:48:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:48:03 ---> c9635543c9aa 15:48:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:48:03 ---> 82384e9afcc5 15:48:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:48:03 ---> 7a37c002c431 15:48:03 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:48:03 ---> Running in 89fa1960fd7e 15:48:03 ---> Running in 4e845210226b 15:48:03 ---> Running in 330a6e68b857 15:48:03 ---> Running in 0ebf9947f7db 15:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:48:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:48:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:48:37 Removing intermediate container 0ebf9947f7db 15:48:37 ---> a2213acc310e 15:48:37 15:48:37 Step 10/30 : FROM alpine:3.12 15:48:37 3.12: Pulling from library/alpine 15:48:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:48:41 Status: Downloaded newer image for alpine:3.12 15:48:41 ---> 389fef711851 15:48:41 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:48:41 Removing intermediate container 330a6e68b857 15:48:41 ---> c13969d468ff 15:48:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:48:42 ---> Running in 9d7eeb185b60 15:48:42 ---> Running in 23ae4357b1f3 15:48:42 Removing intermediate container 89fa1960fd7e 15:48:42 ---> 6e885566247b 15:48:42 15:48:42 Step 10/24 : FROM alpine:3.12 15:48:42 ---> 389fef711851 15:48:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:48:42 Removing intermediate container 4e845210226b 15:48:42 ---> 947f683991c8 15:48:42 15:48:42 Step 10/22 : FROM alpine:3.12 15:48:42 ---> 389fef711851 15:48:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:48:42 ---> Running in e2d02d84379f 15:48:42 ---> Running in 715908dedc63 15:48:43 Removing intermediate container 9d7eeb185b60 15:48:43 ---> 3f5e39944ed2 15:48:43 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:48:43 ---> Running in 3961c1778138 15:48:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:48:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:44 (1/5) Installing ca-certificates (20191127-r4) 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:44 (3/5) Installing libcurl (7.69.1-r3) 15:48:44 (4/5) Installing curl (7.69.1-r3) 15:48:44 (5/5) Installing dumb-init (1.2.2-r1) 15:48:44 Executing busybox-1.31.1-r19.trigger 15:48:44 Executing ca-certificates-20191127-r4.trigger 15:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:44 OK: 7 MiB in 19 packages 15:48:44 (1/2) Installing ca-certificates (20191127-r4) 15:48:44 (2/2) Installing dumb-init (1.2.2-r1) 15:48:44 Executing busybox-1.31.1-r19.trigger 15:48:44 Executing ca-certificates-20191127-r4.trigger 15:48:45 (1/2) Installing dumb-init (1.2.2-r1) 15:48:45 OK: 6 MiB in 16 packages 15:48:45 (2/2) Installing su-exec (0.2-r1) 15:48:45 Executing busybox-1.31.1-r19.trigger 15:48:45 OK: 6 MiB in 16 packages 15:48:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:48:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:48:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:48:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:48:45 Removing intermediate container 99c5c1b9f4d4 15:48:45 ---> 0376be1ab02f 15:48:45 15:48:45 Step 10/23 : FROM alpine:3.12 15:48:45 ---> 389fef711851 15:48:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:48:46 ---> Running in 6d79f450eb00 15:48:48 Removing intermediate container e2d02d84379f 15:48:48 ---> 9d455bb36e02 15:48:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:48:48 Removing intermediate container 23ae4357b1f3 15:48:48 ---> 06f21c0ec7d0 15:48:48 15:48:48 Step 11/26 : FROM docker:20.10.0 15:48:48 20.10.0: Pulling from library/docker 15:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:48 ---> Running in 9eda6b90cba5 15:48:48 Removing intermediate container 3961c1778138 15:48:48 ---> 55a6e901447b 15:48:48 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:48:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:48:48 Removing intermediate container 715908dedc63 15:48:48 ---> facb1c104532 15:48:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:48:48 ---> Running in 1d9b81371436 15:48:48 (1/1) Installing dumb-init (1.2.2-r1) 15:48:48 Executing busybox-1.31.1-r19.trigger 15:48:48 OK: 6 MiB in 15 packages 15:48:48 ---> Running in 0c6950a9c5fd 15:48:48 Removing intermediate container 9eda6b90cba5 15:48:48 ---> 9d681cfd9ecd 15:48:48 Step 13/24 : WORKDIR / 15:48:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:48:49 Removing intermediate container 1d9b81371436 15:48:49 ---> 9531f15c2175 15:48:49 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:48:49 ---> Running in 6e340f418aa7 15:48:49 Removing intermediate container 0c6950a9c5fd 15:48:49 ---> 308a9c04fd44 15:48:49 Step 13/22 : ENV APP_PORT=48060 15:48:49 ---> Running in b7766710481e 15:48:50 ---> Running in 0adcaac2fe8d 15:48:50 Removing intermediate container 6e340f418aa7 15:48:50 ---> 09de15d799b9 15:48:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:48:50 Removing intermediate container 6d79f450eb00 15:48:50 ---> 073645949d1e 15:48:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:48:50 Removing intermediate container b7766710481e 15:48:50 ---> d4699b771c16 15:48:50 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:48:50 Removing intermediate container 0adcaac2fe8d 15:48:50 ---> c3e4a980cbb2 15:48:50 Step 14/22 : EXPOSE $APP_PORT 15:48:50 ---> Running in dd95a458f2f6 15:48:50 ---> Running in 28f5502ec524 15:48:50 ---> Running in e290af82bd5d 15:48:50 ---> 2f0c2bac0593 15:48:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:48:51 Removing intermediate container dd95a458f2f6 15:48:51 ---> c00057eb40b5 15:48:51 Step 13/23 : ENV APP_PORT=48081 15:48:51 Removing intermediate container e290af82bd5d 15:48:51 ---> a9fac596a9f0 15:48:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:51 ---> Running in 663b606ad62c 15:48:51 ---> 881076474d9a 15:48:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:48:52 Removing intermediate container 663b606ad62c 15:48:52 ---> d65c28c2f2c2 15:48:52 Step 14/23 : EXPOSE $APP_PORT 15:48:52 ---> 63a9e6786a90 15:48:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:48:52 ---> Running in efde250e8140 15:48:52 ---> 7ede7bedef05 15:48:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:48:52 Removing intermediate container efde250e8140 15:48:52 ---> db882fa501f7 15:48:52 Step 15/23 : WORKDIR / 15:48:52 ---> Running in d679a0885f8e 15:48:52 Removing intermediate container 28f5502ec524 15:48:52 ---> 81b17daaaeec 15:48:52 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:48:52 ---> Running in d7710f0bb670 15:48:52 ---> 0a80de0c7dab 15:48:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:48:52 ---> 042d87a80150 15:48:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:48:52 Removing intermediate container d679a0885f8e 15:48:52 ---> 6f3d5a0fea28 15:48:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:53 Removing intermediate container d7710f0bb670 15:48:53 ---> d79df964215c 15:48:53 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:48:53 ---> 5ff9055ef6a6 15:48:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:48:53 ---> 2ddeb26a60b8 15:48:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:48:53 ---> Running in 27462e4022bf 15:48:53 ---> d74334ab09bf 15:48:53 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:48:53 ---> 8dff2dbaa878 15:48:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:48:54 ---> Running in 2e6808287fc6 15:48:54 Removing intermediate container 27462e4022bf 15:48:54 ---> bf5f34d05c62 15:48:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:54 ---> ed967ef78cd2 15:48:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:48:54 ---> 35a17d12d10d 15:48:54 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:48:54 ---> Running in 173696a988f4 15:48:54 ---> Running in d6da1226c216 15:48:55 Removing intermediate container 173696a988f4 15:48:55 ---> 6d64768444dd 15:48:55 Step 20/22 : LABEL arch=x86_64 15:48:55 ---> ac4c1e2ef754 15:48:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:48:55 ---> Running in 36d7795780f8 15:48:55 ---> Running in e2684d7ebfef 15:48:55 Removing intermediate container 36d7795780f8 15:48:55 ---> 975173deea94 15:48:55 Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:48:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:48:55 Status: Downloaded newer image for docker:20.10.0 15:48:55 ---> aefe523efa57 15:48:55 Step 12/26 : RUN apk add --no-cache bash 15:48:55 Removing intermediate container e2684d7ebfef 15:48:55 ---> 51a3a8b9ec78 15:48:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:55 ---> Running in 5ac52c0800b7 15:48:55 ---> Running in d428df7887eb 15:48:55 ---> Running in 923e344a2e9f 15:48:56 Removing intermediate container 2e6808287fc6 15:48:56 ---> 91d464a0fa3c 15:48:56 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:56 Removing intermediate container 5ac52c0800b7 15:48:56 ---> d3e80df29ddd 15:48:56 Step 22/22 : LABEL version=0.0.0 15:48:56 Removing intermediate container d6da1226c216 15:48:56 ---> bf29df8153f4 15:48:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:48:56 Removing intermediate container 923e344a2e9f 15:48:56 ---> 5e6318674af9 15:48:56 Step 21/23 : LABEL arch=x86_64 15:48:56 ---> Running in e97eb5fc0a5a 15:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:56 ---> Running in 1d5671a33e73 15:48:56 ---> 68ea1a8d8a05 15:48:56 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:48:56 ---> Running in 44bf2c51813b 15:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:48:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:48:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:48:57 Removing intermediate container 1d5671a33e73 15:48:57 ---> daadcbdfdbb5 15:48:57 Step 22/24 : LABEL arch=x86_64 15:48:57 (1/2) Installing readline (8.0.4-r0) 15:48:57 Removing intermediate container 44bf2c51813b 15:48:57 ---> 04e7a3c03005 15:48:57 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:48:57 (2/2) Installing bash (5.0.17-r0) 15:48:57 Executing bash-5.0.17-r0.post-install 15:48:57 Executing busybox-1.31.1-r19.trigger 15:48:57 OK: 12 MiB in 22 packages 15:48:57 Removing intermediate container e97eb5fc0a5a 15:48:57 ---> 5008c30c1429 15:48:57 15:48:57 ---> Running in e0d23b0313d9 15:48:57 ---> Running in 14e9775cf25e 15:48:57 Successfully built 5008c30c1429 15:48:57 Successfully tagged docker-support-notifications-go:latest 15:48:57 Building docker-core-command-go 15:48:57  Building docker-support-notifications-go ... done  ---> bf74528e1572 15:48:57 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:48:57 Removing intermediate container e0d23b0313d9 15:48:57 ---> b171593cf38c 15:48:57 Step 23/24 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:48:57 Removing intermediate container 14e9775cf25e 15:48:57 ---> dce446cf7808 15:48:57 Step 23/23 : LABEL version=0.0.0 15:48:58 ---> Running in 556b9616135c 15:48:58 ---> Running in cb42f3511170 15:48:58 Removing intermediate container d428df7887eb 15:48:58 ---> b064c4da7c37 15:48:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:48:59 ---> 128d24f8253d 15:48:59 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:48:59 ---> Running in 76fe5371cdea 15:49:00 Removing intermediate container 556b9616135c 15:49:00 ---> edd8b0318b29 15:49:00 Step 24/24 : LABEL version=0.0.0 15:49:00 Removing intermediate container cb42f3511170 15:49:00 ---> 8194978d882a 15:49:00 15:49:00 Successfully built 8194978d882a 15:49:01 Successfully tagged docker-core-metadata-go:latest 15:49:01  Building docker-core-metadata-go ... done Building docker-core-data-go 15:49:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:49:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:49:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.332s coverage: 100.0% of statements 15:49:03 Removing intermediate container 76fe5371cdea 15:49:03 ---> cc3037aaebd5 15:49:03 Step 14/26 : ENV APP_PORT=48090 15:49:03 ---> 7cc4489ed893 15:49:03 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:49:05 ---> Running in 9c12a823599f 15:49:06 ---> Running in ad1a660e35ca 15:49:07 ---> Running in a4572818c8d2 15:49:07 Removing intermediate container 9c12a823599f 15:49:07 ---> ade26455db85 15:49:07 15:49:08 Successfully built ade26455db85 15:49:08 Removing intermediate container ad1a660e35ca 15:49:08 ---> de4477e74af9 15:49:08 Step 15/26 : EXPOSE $APP_PORT 15:49:08 Successfully tagged docker-security-secretstore-setup-go:latest 15:49:08 Building docker-security-proxy-setup-go 15:49:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.1% of statements 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:49:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:49:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:49:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:49:08  Building docker-security-secretstore-setup-go ... done  ---> Running in 83eb613c723e 15:49:08 Removing intermediate container a4572818c8d2 15:49:08 ---> 7ec3f1683ace 15:49:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:49:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 65.8% of statements 15:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:49:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:49:10 Removing intermediate container 83eb613c723e 15:49:10 ---> 59975b9aa727 15:49:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:49:10 ---> 66b997e8a795 15:49:10 Step 25/30 : RUN chmod +x /entrypoint.sh 15:49:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.735s coverage: 82.3% of statements 15:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:49:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:49:13 ---> Running in 9eae9ce3dc78 15:49:14 ---> 4158157738e4 15:49:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:49:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:15 ---> a7264b00c2aa 15:49:15 Step 3/23 : WORKDIR /edgex-go 15:49:15 ---> Using cache 15:49:15 ---> 28280907759b 15:49:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:15 ---> Using cache 15:49:15 ---> 13578552019e 15:49:15 Step 5/23 : RUN apk add --update --no-cache make git 15:49:15 ---> Using cache 15:49:15 ---> e2994528be0c 15:49:15 Step 6/23 : COPY go.mod . 15:49:15 ---> Using cache 15:49:15 ---> 0df2042cbbbc 15:49:15 Step 7/23 : RUN go mod download 15:49:15 ---> Using cache 15:49:15 ---> 02990cd3da14 15:49:15 Step 8/23 : COPY . . 15:49:15 ---> Using cache 15:49:15 ---> 7a37c002c431 15:49:15 Step 9/23 : RUN make cmd/core-command/core-command 15:49:17 ---> b9b2b49716e7 15:49:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:49:18 ---> Running in a08317143c89 15:49:19 ---> fad1062beba1 15:49:19 Step 19/26 : RUN apk --no-cache add py3-pip 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.276s coverage: 28.6% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.292s coverage: 86.7% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:49:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:49:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:49:20 ---> Running in 7e49045c5311 15:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:49:20 Removing intermediate container 9eae9ce3dc78 15:49:20 ---> 41c68ce38f09 15:49:20 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:49:21 ---> Running in bdf05063b789 15:49:22 Removing intermediate container bdf05063b789 15:49:22 ---> ed92b3cb7880 15:49:22 Step 27/30 : CMD ["gate"] 15:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:22 ---> a7264b00c2aa 15:49:22 Step 3/23 : WORKDIR /edgex-go 15:49:22 ---> Using cache 15:49:22 ---> 28280907759b 15:49:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:22 ---> Using cache 15:49:22 ---> 13578552019e 15:49:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:22 (1/33) Installing libbz2 (1.0.8-r1) 15:49:22 (2/33) Installing expat (2.2.9-r1) 15:49:22 (3/33) Installing libffi (3.3-r2) 15:49:22 (4/33) Installing gdbm (1.13-r1) 15:49:22 (5/33) Installing xz-libs (5.2.5-r0) 15:49:22 (6/33) Installing sqlite-libs (3.32.1-r0) 15:49:22 (7/33) Installing python3 (3.8.5-r1) 15:49:23 ---> Running in 3ea7325dcb80 15:49:26 ---> Running in 1c17b106b0c8 15:49:28 (8/33) Installing py3-appdirs (1.4.4-r1) 15:49:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:49:28 (10/33) Installing py3-parsing (2.4.7-r0) 15:49:28 (11/33) Installing py3-six (1.15.0-r0) 15:49:28 (12/33) Installing py3-packaging (20.4-r0) 15:49:28 (13/33) Installing py3-setuptools (47.0.0-r0) 15:49:28 (14/33) Installing py3-chardet (3.0.4-r4) 15:49:28 Removing intermediate container 1c17b106b0c8 15:49:28 ---> a10f04c0bd7d 15:49:28 Step 28/30 : LABEL arch=x86_64 15:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:49:28 (15/33) Installing py3-idna (2.9-r0) 15:49:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:49:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:49:30 (18/33) Installing py3-requests (2.23.0-r0) 15:49:30 (19/33) Installing py3-msgpack (1.0.0-r0) 15:49:30 (20/33) Installing py3-lockfile (0.12.2-r3) 15:49:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:49:30 OK: 233 MiB in 51 packages 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.287s coverage: 92.8% of statements 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 15:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 15:49:31 (22/33) Installing py3-colorama (0.4.3-r0) 15:49:31 (23/33) Installing py3-distlib (0.3.0-r0) 15:49:31 ---> Running in f40520cdff1f 15:49:31 (24/33) Installing py3-distro (1.5.0-r1) 15:49:31 (25/33) Installing py3-webencodings (0.5.1-r3) 15:49:31 (26/33) Installing py3-html5lib (1.0.1-r4) 15:49:31 (27/33) Installing py3-pytoml (0.1.21-r0) 15:49:31 (28/33) Installing py3-pep517 (0.8.2-r0) 15:49:31 (29/33) Installing py3-progress (1.5-r0) 15:49:31 (30/33) Installing py3-toml (0.10.1-r0) 15:49:31 (31/33) Installing py3-retrying (1.3.3-r0) 15:49:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:49:31 (33/33) Installing py3-pip (20.1.1-r0) 15:49:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:49:32 ---> a7264b00c2aa 15:49:32 Step 3/21 : WORKDIR /edgex-go 15:49:32 ---> Using cache 15:49:32 ---> 28280907759b 15:49:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:32 ---> Using cache 15:49:32 ---> 13578552019e 15:49:32 Step 5/21 : RUN apk add --update --no-cache make git 15:49:32 ---> Using cache 15:49:32 ---> e2994528be0c 15:49:32 Step 6/21 : COPY go.mod . 15:49:32 ---> Using cache 15:49:32 ---> 0df2042cbbbc 15:49:32 Step 7/21 : RUN go mod download 15:49:32 ---> Using cache 15:49:32 ---> 02990cd3da14 15:49:32 Step 8/21 : COPY . . 15:49:32 ---> Using cache 15:49:32 ---> 7a37c002c431 15:49:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:49:33 Executing busybox-1.31.1-r19.trigger 15:49:33 ---> Running in cc4261285c0c 15:49:33 OK: 71 MiB in 55 packages 15:49:33 Removing intermediate container f40520cdff1f 15:49:33 ---> 7ecd256d719d 15:49:33 Step 29/30 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:49:33 ---> Running in c96678b16b9c 15:49:34 Removing intermediate container 3ea7325dcb80 15:49:34 ---> 9450fdb816e6 15:49:34 Step 6/23 : COPY go.mod . 15:49:34 Removing intermediate container c96678b16b9c 15:49:34 ---> 90d03d036331 15:49:34 Step 30/30 : LABEL version=0.0.0 15:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:49:35 ---> f6562788b6f1 15:49:35 Step 7/23 : RUN go mod download 15:49:35 ---> Running in 0d88e34fecbc 15:49:35 ---> Running in 76cac85dbffa 15:49:36 Removing intermediate container 0d88e34fecbc 15:49:36 ---> f4bd5a7a86f7 15:49:36 15:49:36 Successfully built f4bd5a7a86f7 15:49:36 Successfully tagged docker-security-bootstrapper-go:latest 15:49:36 Building docker-support-scheduler-go 15:49:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 15:49:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 15:49:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 76cac85dbffa 15:49:47 ---> 72e0d7023255 15:49:47 Step 8/23 : COPY . . 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.6% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.475s coverage: 62.4% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 68.9% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.324s coverage: 36.6% of statements 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:49:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:49:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 15:50:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:02 ---> a7264b00c2aa 15:50:02 Step 3/22 : WORKDIR /edgex-go 15:50:02 ---> Using cache 15:50:02 ---> 28280907759b 15:50:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:02 ---> Using cache 15:50:02 ---> 13578552019e 15:50:02 Step 5/22 : RUN apk add --update --no-cache make git 15:50:02 ---> Using cache 15:50:02 ---> e2994528be0c 15:50:02 Step 6/22 : COPY go.mod . 15:50:02 ---> Using cache 15:50:02 ---> 0df2042cbbbc 15:50:02 Step 7/22 : RUN go mod download 15:50:02 ---> Using cache 15:50:02 ---> 02990cd3da14 15:50:02 Step 8/22 : COPY . . 15:50:02 Removing intermediate container 7e49045c5311 15:50:02 ---> 2c4b887dc09c 15:50:02 Step 20/26 : RUN pip install docker-compose==1.23.2 15:50:02 ---> Using cache 15:50:02 ---> 7a37c002c431 15:50:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:50:03 ---> Running in 386922cd071c 15:50:03 ---> Running in e5bcd08197df 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.375s coverage: 89.4% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:50:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:50:11 Removing intermediate container a08317143c89 15:50:11 ---> c033d1a7d596 15:50:11 15:50:11 Step 10/23 : FROM alpine:3.12 15:50:11 ---> 389fef711851 15:50:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:50:11 ---> Using cache 15:50:11 ---> 073645949d1e 15:50:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:11 ---> Using cache 15:50:11 ---> c00057eb40b5 15:50:11 Step 13/23 : ENV APP_PORT=48082 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.029s coverage: 29.1% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 15:50:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:50:12 Collecting docker-compose==1.23.2 15:50:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:50:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 15:50:13 ---> Running in febc35e43b94 15:50:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:50:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:50:13 GO111MODULE=on go vet ./... 15:50:14 Collecting texttable<0.10,>=0.9.0 15:50:14 Downloading texttable-0.9.1.tar.gz (11 kB) 15:50:16 Removing intermediate container febc35e43b94 15:50:16 ---> 32343a282684 15:50:16 Step 14/23 : EXPOSE $APP_PORT 15:50:16 ---> b9eaa31ccc71 15:50:16 Step 9/23 : RUN make cmd/core-data/core-data 15:50:16 ---> Running in 39f8e824d736 15:50:16 ---> Running in d5729e1b8081 15:50:16 Removing intermediate container cc4261285c0c 15:50:16 ---> 431cec83adac 15:50:16 15:50:16 Step 10/21 : FROM alpine:3.12 15:50:16 ---> 389fef711851 15:50:16 Step 11/21 : RUN apk add --update --no-cache curl 15:50:16 ---> Running in f2009b4f1f2a 15:50:17 Removing intermediate container 39f8e824d736 15:50:17 ---> a267294bacf6 15:50:17 Step 15/23 : WORKDIR / 15:50:17 Collecting docker<4.0,>=3.6.0 15:50:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:50:17 ---> Running in b97e51ccdf0f 15:50:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:50:17 Collecting dockerpty<0.5,>=0.4.1 15:50:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:50:17 Removing intermediate container b97e51ccdf0f 15:50:17 ---> b6d62ea09831 15:50:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:18 Collecting docopt<0.7,>=0.6.1 15:50:18 Downloading docopt-0.6.2.tar.gz (25 kB) 15:50:18 ---> 7996d47c42a7 15:50:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:19 (1/4) Installing ca-certificates (20191127-r4) 15:50:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:50:19 (3/4) Installing libcurl (7.69.1-r3) 15:50:19 (4/4) Installing curl (7.69.1-r3) 15:50:19 Executing busybox-1.31.1-r19.trigger 15:50:19 Executing ca-certificates-20191127-r4.trigger 15:50:19 Collecting PyYAML<4,>=3.10 15:50:19 Downloading PyYAML-3.13.tar.gz (270 kB) 15:50:19 OK: 7 MiB in 18 packages 15:50:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:50:20 ---> 51f2ff3a79b3 15:50:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:50:20 Collecting jsonschema<3,>=2.5.1 15:50:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:50:20 Collecting cached-property<2,>=1.2.0 15:50:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:50:21 Collecting websocket-client<1.0,>=0.32.0 15:50:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:50:21 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:50:21 ---> 41c5b791b525 15:50:21 Step 19/23 : ENTRYPOINT ["/core-command"] 15:50:21 Collecting urllib3<1.25,>=1.21.1 15:50:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:50:21 Collecting idna<2.8,>=2.5 15:50:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:50:22 ---> Running in b7be48b223a3 15:50:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:50:22 Removing intermediate container f2009b4f1f2a 15:50:22 ---> 2b1a342c5928 15:50:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:22 Collecting docker-pycreds>=0.4.0 15:50:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:50:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:50:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:50:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:50:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:50:22 ---> Running in c6f9001597e1 15:50:22 Installing collected packages: urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, cached-property, docker-compose 15:50:22 Attempting uninstall: urllib3 15:50:22 Found existing installation: urllib3 1.25.9 15:50:22 Uninstalling urllib3-1.25.9: 15:50:23 Successfully uninstalled urllib3-1.25.9 15:50:23 Removing intermediate container b7be48b223a3 15:50:23 ---> 7ca959deb8ac 15:50:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:24 Attempting uninstall: idna 15:50:24 Found existing installation: idna 2.9 15:50:24 Uninstalling idna-2.9: 15:50:24 Successfully uninstalled idna-2.9 15:50:24 ---> Running in 8b5c201c20c5 15:50:24 Removing intermediate container c6f9001597e1 15:50:24 ---> dcf9493804ac 15:50:24 Step 13/21 : WORKDIR /edgex 15:50:24 Attempting uninstall: requests 15:50:24 Found existing installation: requests 2.23.0 15:50:24 Uninstalling requests-2.23.0: 15:50:24 Successfully uninstalled requests-2.23.0 15:50:25 ---> Running in e977d213a269 15:50:25 Running setup.py install for texttable: started 15:50:25 Removing intermediate container 8b5c201c20c5 15:50:25 ---> 166156d6ae00 15:50:25 Step 21/23 : LABEL arch=x86_64 15:50:25 ---> Running in 9a2207029ad1 15:50:26 Removing intermediate container e977d213a269 15:50:26 ---> d5aa74a10e01 15:50:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:50:26 Running setup.py install for texttable: finished with status 'done' 15:50:26 Removing intermediate container 9a2207029ad1 15:50:26 ---> 1953a51023fc 15:50:26 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:50:27 ---> 2c0c5a6f3b00 15:50:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:50:27 ---> Running in a294df64301c 15:50:29 Running setup.py install for dockerpty: started 15:50:29 Running setup.py install for dockerpty: finished with status 'done' 15:50:29 Running setup.py install for docopt: started 15:50:29 Removing intermediate container a294df64301c 15:50:29 ---> ca2f3a71af60 15:50:29 Step 23/23 : LABEL version=0.0.0 15:50:29 Running setup.py install for docopt: finished with status 'done' 15:50:29 Running setup.py install for PyYAML: started 15:50:30 ---> Running in 8ff9326c0356 15:50:30 ---> 0b3e2bd85153 15:50:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:50:30 Running setup.py install for PyYAML: finished with status 'done' 15:50:30 Removing intermediate container 8ff9326c0356 15:50:30 ---> 52daeac3c34d 15:50:30 15:50:31 Successfully built 52daeac3c34d 15:50:31 ---> 78061ad86bf2 15:50:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:50:31 Successfully tagged docker-core-command-go:latest 15:50:31  Building docker-core-command-go ... done Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:50:32 ---> Running in 9e3ddd0b1c6f 15:50:32 Removing intermediate container 9e3ddd0b1c6f 15:50:32 ---> b2548fcdfb2d 15:50:32 Step 18/21 : CMD ["--init=true"] 15:50:34 ---> Running in 2b7d361ef8b5 15:50:34 Removing intermediate container e5bcd08197df 15:50:34 ---> 72f914d4e0bc 15:50:34 15:50:34 Step 10/22 : FROM alpine:3.12 15:50:34 ---> 389fef711851 15:50:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:50:34 ---> Using cache 15:50:34 ---> 073645949d1e 15:50:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:34 ---> Using cache 15:50:34 ---> c00057eb40b5 15:50:34 Step 13/22 : ENV APP_PORT=48085 15:50:35 Removing intermediate container 2b7d361ef8b5 15:50:35 ---> cc396a607ab0 15:50:35 Step 19/21 : LABEL arch=x86_64 15:50:37 ---> Running in 136f1d24092d 15:50:37 ---> Running in d13843db06da 15:50:37 Removing intermediate container 386922cd071c 15:50:37 ---> 1df869bc00e4 15:50:37 Step 21/26 : RUN apk --no-cache add curl 15:50:37 Removing intermediate container 136f1d24092d 15:50:37 ---> 5d10a3bdc19b 15:50:37 Step 14/22 : EXPOSE $APP_PORT 15:50:37 ---> Running in b407aae3e692 15:50:37 Removing intermediate container d13843db06da 15:50:37 ---> 3df2becb2193 15:50:37 Step 20/21 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:50:37 ---> Running in 0f21e2ebbdb0 15:50:38 ---> Running in b49a58b3664b 15:50:38 Removing intermediate container 0f21e2ebbdb0 15:50:38 ---> 1550a52b1963 15:50:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:38 Removing intermediate container b49a58b3664b 15:50:38 ---> d842c73af4c4 15:50:38 Step 21/21 : LABEL version=0.0.0 15:50:38 ---> Running in 5e2355e570c3 15:50:38 ---> 10b26a7059bf 15:50:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:38 Removing intermediate container 5e2355e570c3 15:50:38 ---> 00ef981801ac 15:50:38 15:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:50:39 (2/3) Installing libcurl (7.69.1-r3) 15:50:39 (3/3) Installing curl (7.69.1-r3) 15:50:39 Executing busybox-1.31.1-r19.trigger 15:50:39 OK: 72 MiB in 58 packages 15:50:39 Successfully built 00ef981801ac 15:50:39 Successfully tagged docker-security-proxy-setup-go:latest 15:50:41  Building docker-security-proxy-setup-go ... done  ---> 549291085645 15:50:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:50:42 ---> 2534b58a4524 15:50:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:50:42 ---> Running in fd261ccffcf2 15:50:42 Removing intermediate container b407aae3e692 15:50:42 ---> 5f4deabd235e 15:50:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:50:42 ---> Running in b81104846d63 15:50:42 Removing intermediate container fd261ccffcf2 15:50:42 ---> d519ef0b5913 15:50:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:42 Removing intermediate container b81104846d63 15:50:42 ---> 0ca86cfb6d37 15:50:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:42 ---> Running in 5cf3d0d8f128 15:50:43 ---> Running in 6c9dd3bccaba 15:50:43 Removing intermediate container 5cf3d0d8f128 15:50:43 ---> a8abd991689c 15:50:43 Step 20/22 : LABEL arch=x86_64 15:50:44 Removing intermediate container 6c9dd3bccaba 15:50:44 ---> 297193e649b0 15:50:44 Step 24/26 : LABEL arch=x86_64 15:50:45 ---> Running in d8072b01a794 15:50:45 ---> Running in 7c1d08c45463 15:50:45 Removing intermediate container d5729e1b8081 15:50:45 ---> ba3f2642d2ee 15:50:45 15:50:45 Step 10/23 : FROM alpine:3.12 15:50:45 ---> 389fef711851 15:50:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:50:45 ---> Running in ccf82086b977 15:50:45 Removing intermediate container d8072b01a794 15:50:45 ---> a0a992b489e5 15:50:45 Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:50:45 Removing intermediate container 7c1d08c45463 15:50:45 ---> 21463e61b568 15:50:45 Step 25/26 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:50:45 ---> Running in ef2dafbdaf67 15:50:45 ---> Running in 0d9a4704bace 15:50:45 Removing intermediate container ccf82086b977 15:50:45 ---> 687a415e684f 15:50:45 Step 12/23 : ENV APP_PORT=48080 15:50:45 ---> Running in ef6d430548b7 15:50:45 Removing intermediate container 0d9a4704bace 15:50:45 ---> 483cd9201c83 15:50:45 Step 26/26 : LABEL version=0.0.0 15:50:45 Removing intermediate container ef2dafbdaf67 15:50:45 ---> da120cecd060 15:50:45 Step 22/22 : LABEL version=0.0.0 15:50:46 ---> Running in c89feef82bfc 15:50:46 ---> Running in 6a928f4bfe57 15:50:46 Removing intermediate container ef6d430548b7 15:50:46 ---> e80ad479bd7a 15:50:46 Step 13/23 : EXPOSE $APP_PORT 15:50:46 ---> Running in a63000caf1f6 15:50:46 Removing intermediate container c89feef82bfc 15:50:46 ---> b6ae37844f9b 15:50:46 15:50:46 Removing intermediate container 6a928f4bfe57 15:50:46 ---> 16ac53250e49 15:50:46 15:50:46 Successfully built b6ae37844f9b 15:50:46 Successfully built 16ac53250e49 15:50:46 Successfully tagged docker-support-scheduler-go:latest 15:50:46 Removing intermediate container a63000caf1f6 15:50:46 ---> 8d670d768bc7 15:50:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:46  Building docker-support-scheduler-go ... done Successfully tagged docker-sys-mgmt-agent-go:latest 15:50:46  Building docker-sys-mgmt-agent-go ... done  ---> Running in 84ffbfb0750e 15:50:47 Removing intermediate container 84ffbfb0750e 15:50:47 ---> 402122a1de99 15:50:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:50:47 ---> Running in 7a3d6e0b6b2e 15:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:49 (1/6) Installing dumb-init (1.2.2-r1) 15:50:49 (2/6) Installing libgcc (9.3.0-r2) 15:50:49 (3/6) Installing libsodium (1.0.18-r0) 15:50:49 (4/6) Installing libstdc++ (9.3.0-r2) 15:50:50 (5/6) Installing libzmq (4.3.3-r0) 15:50:50 (6/6) Installing zeromq (4.3.3-r0) 15:50:50 Executing busybox-1.31.1-r19.trigger 15:50:50 OK: 8 MiB in 20 packages 15:50:50 Removing intermediate container 7a3d6e0b6b2e 15:50:50 ---> dc8581b9fcbd 15:50:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:51 ---> 00561230e8fe 15:50:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:50:51 ---> c3a56b76720f 15:50:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:50:52 ---> 24a88919e3c2 15:50:52 Step 19/23 : ENTRYPOINT ["/core-data"] 15:50:52 ---> Running in 61b361770f76 15:50:52 Removing intermediate container 61b361770f76 15:50:52 ---> b773044b47f6 15:50:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:52 ---> Running in 516db54c0f7d 15:50:52 Removing intermediate container 516db54c0f7d 15:50:52 ---> 0c36e3f5f898 15:50:52 Step 21/23 : LABEL arch=x86_64 15:50:53 ---> Running in 3eb56eea9d98 15:50:53 Removing intermediate container 3eb56eea9d98 15:50:53 ---> 76db596fb0b8 15:50:53 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:50:53 ---> Running in 2f9dc3ccf8dd 15:50:54 Removing intermediate container 2f9dc3ccf8dd 15:50:54 ---> 3aa65e62d4a3 15:50:54 Step 23/23 : LABEL version=0.0.0 15:50:54 ---> Running in 67b48f0037ce 15:50:54 Removing intermediate container 67b48f0037ce 15:50:54 ---> b2ee265f3767 15:50:54 15:50:54 Successfully built b2ee265f3767 15:50:54 Successfully tagged docker-core-data-go:latest 15:50:54  Building docker-core-data-go ... done  [Pipeline] } 15:50:54 $ docker stop --time=1 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 15:50:56 $ docker rm -f 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:56 + docker images 15:50:56 + grep docker 15:50:57 docker-core-data-go latest b2ee265f3767 3 seconds ago 22.4MB 15:50:57 docker-sys-mgmt-agent-go latest 16ac53250e49 11 seconds ago 313MB 15:50:57 docker-support-scheduler-go latest b6ae37844f9b 11 seconds ago 17.2MB 15:50:57 docker-security-proxy-setup-go latest 00ef981801ac 19 seconds ago 24.7MB 15:50:57 docker-core-command-go latest 52daeac3c34d 27 seconds ago 17MB 15:50:57 docker-security-bootstrapper-go latest f4bd5a7a86f7 About a minute ago 18.3MB 15:50:57 docker-security-secretstore-setup-go latest ade26455db85 About a minute ago 24.9MB 15:50:57 docker-core-metadata-go latest 8194978d882a About a minute ago 19MB 15:50:57 docker-support-notifications-go latest 5008c30c1429 2 minutes ago 17.7MB 15:50:57 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:51:12 Still waiting to schedule task 15:51:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:51:35 gofmt -l . 15:51:35 [ "`gofmt -l .`" = "" ] 15:51:35 ./bin/test-go-mod-tidy.sh 15:51:35 ./bin/test-attribution-txt.sh [Pipeline] sh 15:51:36 + ls -al . 15:51:36 total 732 15:51:36 drwxrwxr-x 9 1001 1001 4096 Feb 22 15:51 . 15:51:36 drwxr-xr-x 4 root root 4096 Feb 22 15:47 .. 15:51:36 -rw-rw-r-- 1 1001 1001 11 Feb 22 15:45 .dockerignore 15:51:36 drwxrwxr-x 8 1001 1001 4096 Feb 22 15:45 .git 15:51:36 drwxrwxr-x 3 1001 1001 4096 Feb 22 15:45 .github 15:51:36 -rw-rw-r-- 1 1001 1001 818 Feb 22 15:45 .gitignore 15:51:36 -rw-rw-r-- 1 1001 1001 166 Feb 22 15:45 .sonarcloud.properties 15:51:36 -rw-rw-r-- 1 1001 1001 8475 Feb 22 15:45 Attribution.txt 15:51:36 -rw-rw-r-- 1 1001 1001 3804 Feb 22 15:45 CONTRIBUTING.md 15:51:36 -rw-rw-r-- 1 1001 1001 931 Feb 22 15:45 Dockerfile.build 15:51:36 -rw-rw-r-- 1 1001 1001 863 Feb 22 15:45 Jenkinsfile 15:51:36 -rw-rw-r-- 1 1001 1001 10775 Feb 22 15:45 LICENSE 15:51:36 -rw-rw-r-- 1 1001 1001 5774 Feb 22 15:45 Makefile 15:51:36 -rw-rw-r-- 1 1001 1001 6524 Feb 22 15:45 README.md 15:51:36 -rw-rw-r-- 1 1001 1001 6755 Feb 22 15:45 SECURITY.md 15:51:36 -rw-rw-r-- 1 1001 1001 5 Feb 22 15:43 VERSION 15:51:36 -rw-rw-r-- 1 1001 1001 4131 Feb 22 15:45 ZMQWindows.md 15:51:36 drwxrwxr-x 2 1001 1001 4096 Feb 22 15:45 bin 15:51:36 drwxrwxr-x 14 1001 1001 4096 Feb 22 15:45 cmd 15:51:36 -rw-r--r-- 1 root root 592582 Feb 22 15:50 coverage.out 15:51:36 -rw-r--r-- 1 root root 1055 Feb 22 15:51 go.mod 15:51:36 -rw-r--r-- 1 root root 21410 Feb 22 15:51 go.sum 15:51:36 drwxrwxr-x 8 1001 1001 4096 Feb 22 15:45 internal 15:51:36 drwxrwxr-x 4 1001 1001 4096 Feb 22 15:45 openapi 15:51:36 drwxrwxr-x 4 1001 1001 4096 Feb 22 15:45 snap 15:51:36 -rw-rw-r-- 1 1001 1001 168 Feb 22 15:45 version.go [Pipeline] sh 15:51:36 + '[' -e coverage.out ] 15:51:36 + chown 1001:1001 coverage.out [Pipeline] stash 15:51:37 Warning: overwriting stash ‘coverage-report’ 15:51:38 Stashed 1 file(s) [Pipeline] sh 15:51:38 + make build 15:51:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:51:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:52:09 Running on prd-ubuntu18.04-docker-8c-8g-27168 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 15:52:09 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 15:52:12 using credential edgex-jenkins-ssh 15:52:12 Cloning the remote Git repository 15:52: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 15:52:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:52:12 > git init /w/workspace/edgex-go/4 # timeout=10 15:52:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:12 > git --version # timeout=10 15:52:12 > git --version # 'git version 2.17.1' 15:52:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:52:18 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:52:18 Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:52:18 Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) 15:52:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:18 > git config core.sparsecheckout # timeout=10 15:52:18 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 15:52:18 > git remote # timeout=10 15:52:18 > git config --get remote.origin.url # timeout=10 15:52:18 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:18 > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 15:52:18 > git rev-parse HEAD^{commit} # timeout=10 15:52:18 > git config core.sparsecheckout # timeout=10 15:52:18 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 15:52:21 Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:52:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:52:23 + echo snap-build.sh 15:52:23 snap-build.sh 15:52:23 + SNAP_BASE_DIR=. 15:52:23 + '[' '!' -z /w/workspace/edgex-go/4 ']' 15:52:23 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 15:52:23 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 15:52:23 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 15:52:23 + cd /w/workspace/edgex-go/4 15:52:23 + sudo apt-get remove -qy --purge lxd lxd-client 15:52:23 Reading package lists... 15:52:23 Building dependency tree... 15:52:23 Reading state information... 15:52:23 The following packages were automatically installed and are no longer required: 15:52:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:52:23 uidmap xdelta3 15:52:23 Use 'sudo apt autoremove' to remove them. 15:52:23 The following packages will be REMOVED: 15:52:23 lxd* lxd-client* 15:52:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:52:23 After this operation, 31.7 MB disk space will be freed. 15:52:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:52:24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:52:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:52:25 Removing lxd dnsmasq configuration 15:52:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:52:26 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:52:27 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:52:27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 15:52:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:52:28 Processing triggers for systemd (237-3ubuntu10.42) ... 15:52:28 Processing triggers for ureadahead (0.100.0-21) ... 15:52: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 15:52:30 + sudo snap remove --purge lxd 15:52:30 snap "lxd" is not installed 15:52:30 + sudo groupadd --force --system lxd 15:52:30 ++ whoami 15:52:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:52:30 + newgrp - lxd 15:52:30 + sudo snap install lxd 15:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:52:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:52:38 2021-02-22T15:52:36Z INFO Waiting for automatic snapd restart... 15:52:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:52:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:52:53 lxd 4.11 from Canonical* installed 15:52:53 + sudo lxd init --auto [Pipeline] } 15:52:56 $ docker stop --time=1 d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 15:52:59 $ docker rm -f d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 15:53:00 + sudo snap install --classic snapcraft [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:53:01 15:53:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:53:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:53:02 latest: Pulling from edgex-devops/edgex-compose-arm64 15:53:02 29e5d40040c1: Pulling fs layer 15:53:02 1ce36da41761: Pulling fs layer 15:53:02 25b303627fd3: Pulling fs layer 15:53:03 29e5d40040c1: Download complete 15:53:03 1ce36da41761: Verifying Checksum 15:53:03 1ce36da41761: Download complete 15:53:04 29e5d40040c1: Pull complete 15:53:05 25b303627fd3: Verifying Checksum 15:53:05 25b303627fd3: Download complete 15:53:05 1ce36da41761: Pull complete 15:53:08 snapcraft 4.5.1 from Canonical* installed 15:53:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:53:08 + patch --verbose -p1 15:53:08 Hmm... Looks like a unified diff to me... 15:53:08 The text leading up to this was: 15:53:08 -------------------------- 15:53:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:53:08 |From: Tony Espy 15:53:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:53:08 |Subject: [PATCH] optimize snap build for pipeline CI check 15:53:08 | 15:53:08 |This patch is used by the EdgeX CI pipeline builds to 15:53:08 |optimize the snap CI check run for pull requests. When 15:53:08 |applied, it essentially strips out everything (apps and 15:53:08 |parts) from the snapcraft.yaml file except those required 15:53:08 |to build edgex-go, as the whole idea of the CI check is to 15:53:08 |catch changes to edgex-go that break the snap build. 15:53:08 | 15:53:08 |In general, anyone updating snapcraft.yaml will also need 15:53:08 |to update this patch file, otherwise it may fail to apply, 15:53:08 |resulting in a failed snap build CI check in the associated 15:53:08 |pull request. 15:53:08 | 15:53:08 |Note - in addition to applying this patch, the pipeline also 15:53:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:53:08 |need to build the finally binary .snap file (and it won't 15:53:08 |work with the patch applied). This further reduces the build 15:53:08 |time. 15:53:08 |--- 15:53:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:53:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:53:08 | 15:53:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:53:08 |index 1e537489..faf42425 100644 15:53:08 |--- a/snap/snapcraft.yaml 15:53:08 |+++ b/snap/snapcraft.yaml 15:53:08 -------------------------- 15:53:08 patching file snap/snapcraft.yaml 15:53:08 Using Plan A... 15:53:08 Hunk #1 succeeded at 73. 15:53:08 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:53:08 Hunk #3 succeeded at 217 (offset 3 lines). 15:53:08 Hunk #4 succeeded at 225 (offset 3 lines). 15:53:08 Hunk #5 succeeded at 232 (offset 3 lines). 15:53:08 Hunk #6 succeeded at 259 (offset 3 lines). 15:53:08 Hunk #7 succeeded at 293 (offset 3 lines). 15:53:08 Hunk #8 succeeded at 352 (offset 11 lines). 15:53:08 Hmm... Ignoring the trailing garbage. 15:53:08 done 15:53:08 + sudo snapcraft prime --use-lxd 15:53:09 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:53:09 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:53:09 - README.md 15:53:09 - snapcraft.yaml.orig 15:53:09 15:53:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:53:10 Launching a container. 15:53:15 25b303627fd3: Pull complete 15:53:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:53:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:53:16 prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container 15:53:16 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:53:19 $ docker top 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:20 + docker-compose build --help 15:53:20 + grep parallel 15:53:23 Waiting for container to be ready 15:53:23 To start your first instance, try: lxc launch ubuntu:18.04 15:53:23 15:53:23 --parallel Build images in parallel. [Pipeline] } 15:53:23 $ docker stop --time=1 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 15:53:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:53:25 Waiting for network to be ready... 15:53:25 $ docker rm -f 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 [Pipeline] // withDockerContainer 15:53:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:53:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:53:26 . [Pipeline] withDockerContainer 15:53:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] 15:53:26 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:53:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:53:27 prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container 15:53:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:53:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:53:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:53:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:53:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:53:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:53:27 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:53:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:53:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:53:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:53:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:53:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:53:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:53:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:53:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:53:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 15:53:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:53:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:53:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:53:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:53:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:53:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:53:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:53:28 $ docker top 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:29 + docker-compose -f ./docker-compose-build.yml build --parallel 15:53:30 Fetched 23.9 MB in 4s (5533 kB/s) 15:53:31 Reading package lists... 15:53:31 Reading package lists... 15:53:31 Building dependency tree... 15:53:31 Reading state information... 15:53:31 The following additional packages will be installed: 15:53:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:53:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:53:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:53:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:53:31 Suggested packages: 15:53:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:53:31 Recommended packages: 15:53:31 gnupg libsasl2-modules 15:53:31 The following NEW packages will be installed: 15:53:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:53:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:53:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:53:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:53:31 The following packages will be upgraded: 15:53:31 gpg gpg-agent gpgconf libudev1 15:53:32 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:53:32 Need to get 3530 kB of archives. 15:53:32 After this operation, 13.3 MB of additional disk space will be used. 15:53:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:53:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:53:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:53:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:53:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:53:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:53:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:53:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:53:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:53:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:53:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:53:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:53:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:53:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:53:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:53:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:53:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:53:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:53:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:53:32 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:53:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:53:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:53:33 debconf: delaying package configuration, since apt-utils is not installed 15:53:33 Fetched 3530 kB in 1s (3171 kB/s) 15:53:33 (Reading database ... 12511 files and directories currently installed.) 15:53:33 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:53:33 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:53:33 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:53:33 Selecting previously unselected package udev. 15:53:33 (Reading database ... 12511 files and directories currently installed.) 15:53:33 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:53:33 Unpacking udev (237-3ubuntu10.44) ... 15:53:33 Selecting previously unselected package libfuse2:amd64. 15:53:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:53:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:53:33 Selecting previously unselected package fuse. 15:53:33 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:53:33 Unpacking fuse (2.9.7-1ubuntu1) ... 15:53:33 Building docker-core-command-go ... 15:53:33 Building docker-core-data-go ... 15:53:33 Building docker-core-metadata-go ... 15:53:33 Building docker-security-bootstrapper-go ... 15:53:33 Building docker-security-proxy-setup-go ... 15:53:33 Building docker-security-secretstore-setup-go ... 15:53:33 Building docker-support-notifications-go ... 15:53:33 Building docker-support-scheduler-go ... 15:53:33 Building docker-sys-mgmt-agent-go ... 15:53:33 Building docker-security-bootstrapper-go 15:53:33 Building docker-sys-mgmt-agent-go 15:53:33 Building docker-security-secretstore-setup-go 15:53:33 Building docker-core-metadata-go 15:53:33 Building docker-security-proxy-setup-go 15:53:33 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:53:33 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:53:33 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:53:33 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:53:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:53:34 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:53:34 Selecting previously unselected package libksba8:amd64. 15:53:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:53:34 Unpacking libksba8:amd64 (1.3.5-2) ... 15:53:34 Selecting previously unselected package libroken18-heimdal:amd64. 15:53:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:53:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:53:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:53:34 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libwind0-heimdal:amd64. 15:53:34 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:53:34 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:34 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:53:34 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:34 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:53:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:53:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:53:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:35 Selecting previously unselected package libsasl2-modules-db:amd64. 15:53:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:53:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:35 Selecting previously unselected package libsasl2-2:amd64. 15:53:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:53:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:35 Selecting previously unselected package libldap-common. 15:53:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:53:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:53:35 Selecting previously unselected package libldap-2.4-2:amd64. 15:53:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:53:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:53:35 Selecting previously unselected package dirmngr. 15:53:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:53:35 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:53:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:53:35 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:53:35 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:53:35 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:53:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:53:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:36 Setting up libksba8:amd64 (1.3.5-2) ... 15:53:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:36 Setting up udev (237-3ubuntu10.44) ... 15:53:36 invoke-rc.d: policy-rc.d denied execution of start. 15:53:36 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:36 Processing triggers for systemd (237-3ubuntu10) ... 15:53:36 Setting up fuse (2.9.7-1ubuntu1) ... 15:53:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:53:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:53:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:53:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:53:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:53:37 settings in the [Install] section, and DefaultInstance for template units). 15:53:37 This means they are not meant to be enabled using systemctl. 15:53:37 Possible reasons for having this kind of units are: 15:53:37 1) A unit may be statically enabled by being symlinked from another unit's 15:53:37 .wants/ or .requires/ directory. 15:53:37 2) A unit's purpose may be to act as a helper for some other unit which has 15:53:37 a requirement dependency on it. 15:53:37 3) A unit may be started when needed via activation (socket, path, timer, 15:53:37 D-Bus, udev, scripted systemctl call, ...). 15:53:37 4) In case of template units, the unit is meant to be enabled with some 15:53:37 instance name specified. 15:53:38 Reading package lists... 15:53:38 Building dependency tree... 15:53:38 Reading state information... 15:53:38 The following additional packages will be installed: 15:53:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:53:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:53:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:53:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:53:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:53:38 Suggested packages: 15:53:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:53:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:53:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:53:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:53:38 systemd-container policykit-1 15:53:38 Recommended packages: 15:53:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:53:38 The following NEW packages will be installed: 15:53:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:53:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:53:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:53:38 multiarch-support openssh-client python3 python3-minimal python3.6 15:53:38 python3.6-minimal snapd squashfs-tools sudo 15:53:38 The following packages will be upgraded: 15:53:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:53:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:53:38 Need to get 35.2 MB of archives. 15:53:38 After this operation, 141 MB of additional disk space will be used. 15:53:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:53:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:53:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:53:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 15:53:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:53:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:53:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:53:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:53:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:53:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:53:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:53:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:53:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:53:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:53:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:53:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:53:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:53:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:53:39 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:53:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:53:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:53:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:53:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:53:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:53:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:53:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:53:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:53:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:53:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:53:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:53:41 debconf: delaying package configuration, since apt-utils is not installed 15:53:41 Fetched 35.2 MB in 3s (13.9 MB/s) 15:53:41 (Reading database ... 12757 files and directories currently installed.) 15:53:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:53:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:53:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:53:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:53:42 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:53:42 (Reading database ... 12757 files and directories currently installed.) 15:53:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:53:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:53:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:53:43 (Reading database ... 12757 files and directories currently installed.) 15:53:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:53:43 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:53:43 Setting up apt (1.6.12ubuntu0.2) ... 15:53:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:53:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:53:43 (Reading database ... 12764 files and directories currently installed.) 15:53:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:53:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:53:44 Selecting previously unselected package libpython3.6-minimal:amd64. 15:53:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:53:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:53:44 Selecting previously unselected package libexpat1:amd64. 15:53:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:53:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:53:44 Selecting previously unselected package python3.6-minimal. 15:53:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:53:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:53:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 15:53:45 Checking for services that may need to be restarted...done. 15:53:45 Checking for services that may need to be restarted...done. 15:53:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:53:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:53:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:53:45 Selecting previously unselected package python3-minimal. 15:53:45 (Reading database ... 13012 files and directories currently installed.) 15:53:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:53:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:53:45 Selecting previously unselected package mime-support. 15:53:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:53:45 Unpacking mime-support (3.60ubuntu1) ... 15:53:45 Selecting previously unselected package libmpdec2:amd64. 15:53:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:53:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:53:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:53:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:53:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:53:46 Selecting previously unselected package python3.6. 15:53:46 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:53:46 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:53:46 Selecting previously unselected package libpython3-stdlib:amd64. 15:53:46 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:53:46 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:53:46 Setting up python3-minimal (3.6.7-1~18.04) ... 15:53:46 Selecting previously unselected package python3. 15:53:46 (Reading database ... 13442 files and directories currently installed.) 15:53:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:53:46 Unpacking python3 (3.6.7-1~18.04) ... 15:53:46 Selecting previously unselected package multiarch-support. 15:53:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:53:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:53:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:53:46 Selecting previously unselected package liblzo2-2:amd64. 15:53:46 (Reading database ... 13479 files and directories currently installed.) 15:53:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:53:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:53:46 Selecting previously unselected package libbsd0:amd64. 15:53:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:53:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:53:46 Selecting previously unselected package sudo. 15:53:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:53:46 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:53:47 Selecting previously unselected package apparmor. 15:53:47 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:53:47 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:53:47 Selecting previously unselected package libedit2:amd64. 15:53:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:53:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:53:47 Selecting previously unselected package libkrb5support0:amd64. 15:53:47 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:53:47 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:53:47 Selecting previously unselected package libk5crypto3:amd64. 15:53:47 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:53:47 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:53:47 Selecting previously unselected package libkeyutils1:amd64. 15:53:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:53:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:53:48 Selecting previously unselected package libkrb5-3:amd64. 15:53:48 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:53:48 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:53:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:53:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:53:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:53:48 Selecting previously unselected package libssl1.0.0:amd64. 15:53:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:53:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:53:48 Selecting previously unselected package openssh-client. 15:53:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:53:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:53:48 Selecting previously unselected package squashfs-tools. 15:53:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:53:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:53:48 Selecting previously unselected package snapd. 15:53:48 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:53:48 Unpacking snapd (2.48.3+18.04) ... 15:53:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:53:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:53:51 Setting up mime-support (3.60ubuntu1) ... 15:53:51 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:53:51 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:53:51 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:53:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:51 Setting up systemd (237-3ubuntu10.44) ... 15:53:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:53:52 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:53:52 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:53:52 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:53:52 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:53:52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:53:52 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:53:53 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:53:53 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:53:53 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:53:53 Setting up python3 (3.6.7-1~18.04) ... 15:53:53 running python rtupdate hooks for python3.6... 15:53:53 running python post-rtupdate hooks for python3.6... 15:53:53 Setting up apparmor (2.12-4ubuntu5.1) ... 15:53:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:53:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:53:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:53:55 Setting up snapd (2.48.3+18.04) ... 15:53:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:53:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:53:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:53:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:53:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:53:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:53:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:53:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:53:57 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:53:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:53:57 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 15:53:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:53:57 Processing triggers for systemd (237-3ubuntu10.44) ... 15:53:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:53:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:53:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:53:59 Reading package lists... 15:53:59 Reading package lists... 15:54:00 Building dependency tree... 15:54:00 Reading state information... 15:54:00 Calculating upgrade... 15:54:00 The following packages will be upgraded: 15:54:00 advancecomp base-files bash binutils binutils-common 15:54:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:54:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:54:00 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:54:00 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:54:00 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:54:00 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:54:00 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:54:00 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:54:00 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:54:00 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:54:00 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:54:00 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:54:00 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:54:00 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:54:00 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:54:00 Need to get 63.8 MB of archives. 15:54:00 After this operation, 5189 kB of additional disk space will be used. 15:54:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:54:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:54:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:54:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:54:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:54:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:54:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:54:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:54:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:54:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:54:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:54:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:54:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:54:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:54:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:54:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:54:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:54:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:54:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:54:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:54:00 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:54:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:54:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:54:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:54:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:54:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:54:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:54:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:54:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:54:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:54:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:54:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:54:00 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:54:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:54:00 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:54:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:54:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:54:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:54:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:54:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:54:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 15:54:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:54:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:54:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:54:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:54:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:54:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:54:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:54:00 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] 15:54:01 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:54:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:54:01 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:54:01 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:54:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:54:01 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:54:01 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:54:01 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:54:01 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:54:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:54:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:54:01 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:54:01 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:54:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:54:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:54:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:54:01 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:54:01 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:54:01 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:54:01 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:54:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:54:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:54:01 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:54:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:54:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:54:01 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:54:01 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:54:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:54:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:54:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:54:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:54:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:54:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:54:01 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:54:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:54:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:54:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:54:02 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:54:02 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:54:02 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:54:02 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:54:02 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:54:02 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:54:02 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:54:02 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:54:02 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:54:02 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:54:02 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:54:02 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:54:02 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:54:02 debconf: delaying package configuration, since apt-utils is not installed 15:54:02 Fetched 63.8 MB in 2s (33.8 MB/s) 15:54:02 (Reading database ... 13912 files and directories currently installed.) 15:54:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:54:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:54:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:54:03 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:54:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:05 (Reading database ... 13911 files and directories currently installed.) 15:54:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:54:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:54:05 (Reading database ... 13911 files and directories currently installed.) 15:54:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:54:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:54:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:06 (Reading database ... 13911 files and directories currently installed.) 15:54:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:54:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:54:07 (Reading database ... 13911 files and directories currently installed.) 15:54:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:54:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:54:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:54:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:54:07 Setting up base-files (10.1ubuntu2.10) ... 15:54:07 Installing new version of config file /etc/issue ... 15:54:07 Installing new version of config file /etc/issue.net ... 15:54:07 Installing new version of config file /etc/lsb-release ... 15:54:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:54:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:54:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:54:08 Removing obsolete conffile /etc/default/motd-news ... 15:54:08 (Reading database ... 13912 files and directories currently installed.) 15:54:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:54:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:54:08 Setting up bash (4.4.18-2ubuntu1.2) ... 15:54:08 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 15:54:08 (Reading database ... 13912 files and directories currently installed.) 15:54:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:54:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:54:09 (Reading database ... 13912 files and directories currently installed.) 15:54:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:54:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:54:09 Setting up tar (1.29b-2ubuntu0.2) ... 15:54:09 (Reading database ... 13912 files and directories currently installed.) 15:54:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:54:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:54:09 (Reading database ... 13912 files and directories currently installed.) 15:54:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:10 (Reading database ... 13912 files and directories currently installed.) 15:54:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:54:10 (Reading database ... 13912 files and directories currently installed.) 15:54:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:54:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:54:10 Setting up grep (3.1-2build1) ... 15:54:10 (Reading database ... 13912 files and directories currently installed.) 15:54:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:54:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:54:10 Setting up login (1:4.5-1ubuntu2) ... 15:54:10 (Reading database ... 13912 files and directories currently installed.) 15:54:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:54:10 (Reading database ... 13912 files and directories currently installed.) 15:54:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:54:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:54:12 (Reading database ... 13912 files and directories currently installed.) 15:54:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:54:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:54:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:54:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:54:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:54:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:54:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:54:13 (Reading database ... 13912 files and directories currently installed.) 15:54:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:54:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:54:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:14 (Reading database ... 13912 files and directories currently installed.) 15:54:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:54:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:54:15 (Reading database ... 13912 files and directories currently installed.) 15:54:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:54:16 (Reading database ... 13912 files and directories currently installed.) 15:54:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:54:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:54:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:54:17 (Reading database ... 13912 files and directories currently installed.) 15:54:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:54:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:54:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:54:17 (Reading database ... 13912 files and directories currently installed.) 15:54:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:54:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:54:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:54:18 (Reading database ... 13914 files and directories currently installed.) 15:54:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:54:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:54:18 Setting up debconf (1.5.66ubuntu1) ... 15:54:18 (Reading database ... 13914 files and directories currently installed.) 15:54:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:54:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:54:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:54:18 (Reading database ... 13914 files and directories currently installed.) 15:54:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:54:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:54:19 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:54:19 (Reading database ... 13914 files and directories currently installed.) 15:54:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:19 (Reading database ... 13914 files and directories currently installed.) 15:54:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:19 (Reading database ... 13914 files and directories currently installed.) 15:54:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:54:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:20 (Reading database ... 13914 files and directories currently installed.) 15:54:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:54:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:54:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:54:20 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:54:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:21 (Reading database ... 13914 files and directories currently installed.) 15:54:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:54:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:54:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:54:21 (Reading database ... 13914 files and directories currently installed.) 15:54:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:54:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:54:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:54:21 (Reading database ... 13914 files and directories currently installed.) 15:54:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:54:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:54:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:54:22 (Reading database ... 13914 files and directories currently installed.) 15:54:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:54:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:54:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:54:22 (Reading database ... 13914 files and directories currently installed.) 15:54:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:54:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:54:22 Setting up passwd (1:4.5-1ubuntu2) ... 15:54:22 (Reading database ... 13914 files and directories currently installed.) 15:54:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:54:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:54:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:54:22 (Reading database ... 13914 files and directories currently installed.) 15:54:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:54:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:54:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:54:23 (Reading database ... 13914 files and directories currently installed.) 15:54:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:54:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:54:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:54:23 (Reading database ... 13914 files and directories currently installed.) 15:54:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:54:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:54:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:54:23 (Reading database ... 13914 files and directories currently installed.) 15:54:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:54:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:54:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:54:24 (Reading database ... 13914 files and directories currently installed.) 15:54:24 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:54:24 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:54:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:54:24 (Reading database ... 13914 files and directories currently installed.) 15:54:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:54:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:54:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:54:24 (Reading database ... 13915 files and directories currently installed.) 15:54:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:54:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:54:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:54:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:54:25 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:54:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:54:25 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:54:25 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:54:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:54:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:54:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:54:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:54:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:54:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:54:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:54:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:54:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:54:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:54:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:54:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:54:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:54:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:54:26 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:54:26 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:54:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:54:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:54:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:54:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:54:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:54:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:54:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:54:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:54:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:54:28 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:54:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:54:28 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:54:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:31 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:32 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:32 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:54:33 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:54:33 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:33 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:33 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:54:33 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:33 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:54:33 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:54:33 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:54:33 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:54:33 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:33 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:33 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:54:33 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:54:33 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:54:34 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:54:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:54:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:54:34 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:54:34 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:54:34 15:54:34 Current default time zone: 'Etc/UTC' 15:54:34 Local time is now: Mon Feb 22 15:54:34 UTC 2021. 15:54:34 Universal Time is now: Mon Feb 22 15:54:34 UTC 2021. 15:54:34 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:54:34 15:54:34 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:54:34 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:54:34 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:54:34 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:54:34 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:54:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:54:34 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:54:34 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:54:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:54:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:54:35 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:35 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:54:35 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:35 Setting up patch (2.7.6-2ubuntu1.1) ... 15:54:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:54:35 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:54:35 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 15:54:35 Installing new version of config file /etc/ssl/openssl.cnf ... 15:54:35 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:54:35 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:54:35 Setting up ca-certificates (20210119~18.04.1) ... 15:54:37 Updating certificates in /etc/ssl/certs... 15:54:38 23 added, 27 removed; done. 15:54:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:54:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:54:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:54:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:54:38 Setting up pkgbinarymangler (138.18.04.1) ... 15:54:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:54:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:54:38 Setting up perl (5.26.1-6ubuntu0.5) ... 15:54:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:54:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:54:39 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:54:39 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:54:39 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:54:39 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:54:39 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:54:39 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:54:39 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:54:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:54:39 Processing triggers for systemd (237-3ubuntu10.44) ... 15:54:39 Processing triggers for mime-support (3.60ubuntu1) ... 15:54:39 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:54:39 Updating certificates in /etc/ssl/certs... 15:54:40 0 added, 0 removed; done. 15:54:40 Running hooks in /etc/ca-certificates/update.d... 15:54:40 done. 15:54:40 Reading package lists... 15:54:40 Building dependency tree... 15:54:40 Reading state information... 15:54:41 The following NEW packages will be installed: 15:54:41 apt-transport-https 15:54:41 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:54:41 Need to get 1696 B of archives. 15:54:41 After this operation, 153 kB of additional disk space will be used. 15:54:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:54:41 debconf: delaying package configuration, since apt-utils is not installed 15:54:41 Fetched 1696 B in 0s (22.2 kB/s) 15:54:41 Selecting previously unselected package apt-transport-https. 15:54:41 (Reading database ... 13920 files and directories currently installed.) 15:54:41 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:54:41 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:54:41 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:54:41 Waiting for network to be ready... 15:54:47 2021-02-22T15:54:44Z INFO Waiting for automatic snapd restart... 15:54:47 snapd 2.48.2.1 from Canonical* installed 15:54:47 "snapd" switched to the "latest/stable" channel 15:54:47 15:54:50 core18 20210128 from Canonical* installed 15:54:50 "core18" switched to the "latest/stable" channel 15:54:50 15:54:53 snapcraft 4.5.1 from Canonical* installed 15:54:53 "snapcraft" switched to the "latest/stable" channel 15:54:53 15:54:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:54:55 ---> 0aa7224a455a 15:54:55 Step 3/21 : WORKDIR /edgex-go 15:54:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:54:55 ---> 0aa7224a455a 15:54:55 Step 3/24 : WORKDIR /edgex-go 15:54:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:55 ---> 0aa7224a455a 15:54:55 Step 3/23 : WORKDIR /edgex-go 15:54:55 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:55 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:54:55 ---> 0aa7224a455a 15:54:55 Step 3/30 : WORKDIR /edgex-go 15:54:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:54:55 ---> 0aa7224a455a 15:54:55 Step 3/26 : WORKDIR /edgex-go 15:54:55 ---> Running in 1b9fd470f849 15:54:55 ---> Running in 4f9f954ea344 15:54:55 ---> Running in fd9bc94a696e 15:54:55 ---> Running in 0f703da621f9 15:54:55 ---> Running in 0c43fd047497 15:54:55 Removing intermediate container 0c43fd047497 15:54:55 ---> 414d5e988129 15:54:55 Removing intermediate container 0f703da621f9 15:54:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d4852534d51 15:54:55 15:54:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:55 Removing intermediate container fd9bc94a696e 15:54:55 ---> 355b0a224551 15:54:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:55 Removing intermediate container 4f9f954ea344 15:54:55 ---> 03a58c6b62d0 15:54:55 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:55 Removing intermediate container 1b9fd470f849 15:54:55 ---> 6d7ff912dc44 15:54:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:55 ---> Running in f357f6cf5a69 15:54:55 ---> Running in 3e0e976e07b1 15:54:55 ---> Running in 1b3a357bd617 15:54:55 ---> Running in 4c2f260dce53 15:54:55 ---> Running in 1fed090b45be 15:54:55 Removing intermediate container 3e0e976e07b1 15:54:55 ---> 95147153b47f 15:54:55 Step 5/26 : RUN apk add --update --no-cache make bash git 15:54:55 ---> Running in 3eceb84a4ae3 15:54:55 Removing intermediate container 1b3a357bd617 15:54:55 ---> be4d11117854 15:54:55 Step 5/24 : RUN apk add --update --no-cache make git 15:54:55 Removing intermediate container 4c2f260dce53 15:54:55 ---> 7ac568c59fe4 15:54:55 Step 5/30 : RUN apk add --update --no-cache make git 15:54:55 ---> Running in 1c0ad502ea3d 15:54:55 ---> Running in 7217220de59e 15:54:55 Removing intermediate container f357f6cf5a69 15:54:55 ---> 13c86a74c75e 15:54:55 Step 5/21 : RUN apk add --update --no-cache make git 15:54:55 Removing intermediate container 1fed090b45be 15:54:55 ---> 297eeaf4ef1b 15:54:55 Step 5/23 : RUN apk add --update --no-cache make git 15:54:55 ---> Running in d9bccd2b6b15 15:54:55 ---> Running in 526d1a8a39fa 15:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:54:56 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:54:56 - README.md 15:54:56 - snapcraft.yaml.orig 15:54:56 15:54:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:54:56 OK: 217 MiB in 51 packages 15:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:54:58 OK: 217 MiB in 51 packages 15:54:58 OK: 217 MiB in 51 packages 15:54:58 Removing intermediate container 3eceb84a4ae3 15:54:58 ---> cef26d0c16d0 15:54:58 Step 6/26 : COPY go.mod . 15:54:58 OK: 217 MiB in 51 packages 15:54:58 OK: 217 MiB in 51 packages 15:54:59 ---> 32e938046392 15:54:59 Step 7/26 : RUN go mod download 15:54:59 Removing intermediate container 1c0ad502ea3d 15:54:59 ---> b7cdd62ec77e 15:54:59 Step 6/24 : COPY go.mod . 15:54:59 ---> Running in dbbe432ddffc 15:55:00 Removing intermediate container 526d1a8a39fa 15:55:00 ---> d4b4ba24a50e 15:55:00 Step 6/23 : COPY go.mod . 15:55:00 Removing intermediate container 7217220de59e 15:55:00 ---> 7a871ca1315f 15:55:00 Step 6/30 : COPY go.mod . 15:55:00 ---> 54c63416f3e0 15:55:00 Step 7/24 : RUN go mod download 15:55:00 Removing intermediate container d9bccd2b6b15 15:55:00 ---> e2ee8a439482 15:55:00 Step 6/21 : COPY go.mod . 15:55:01 ---> Running in 79653388769d 15:55:01 ---> 5de2008b9ab6 15:55:01 Step 7/30 : RUN go mod download 15:55:01 ---> b1a307ad2592 15:55:01 Step 7/23 : RUN go mod download 15:55:01 ---> Running in 7c93ecc707e2 15:55:02 ---> Running in 35716105d3ea 15:55:02 ---> 843aefa93a64 15:55:02 Step 7/21 : RUN go mod download 15:55:02 ---> Running in 71df74a7ff40 15:55:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:55:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:55:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:55:04 Removing intermediate container dbbe432ddffc 15:55:04 ---> 551e424bfb81 15:55:04 Step 8/26 : COPY . . 15:55:04 Reading package lists... 15:55:05 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:55:05 Removing intermediate container 79653388769d 15:55:05 ---> 28d44a0b3d76 15:55:05 Step 8/24 : COPY . . 15:55:07 Removing intermediate container 7c93ecc707e2 15:55:07 ---> 6997fbbc175b 15:55:07 Step 8/30 : COPY . . 15:55:07 Removing intermediate container 35716105d3ea 15:55:07 ---> 4fcc358ee507 15:55:07 Step 8/23 : COPY . . 15:55:08 Removing intermediate container 71df74a7ff40 15:55:08 ---> 1fb0b2aa76de 15:55:08 Step 8/21 : COPY . . 15:55:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:11 Reading package lists... 15:55:11 Building dependency tree... 15:55:11 Reading state information... 15:55:11 Suggested packages: 15:55:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:55:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:55:11 Recommended packages: 15:55:11 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:55:11 The following NEW packages will be installed: 15:55:11 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:55:11 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:55:11 pkg-config zip 15:55:11 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:55:11 Need to get 7655 kB of archives. 15:55:11 After this operation, 43.7 MB of additional disk space will be used. 15:55:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:55:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:55:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:55:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:55:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:55:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:55:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:55:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:55:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:55:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:55:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:55:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:55:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:55:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:55:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:55:12 debconf: delaying package configuration, since apt-utils is not installed 15:55:12 Fetched 7655 kB in 1s (10.2 MB/s) 15:55:12 Selecting previously unselected package libglib2.0-0:amd64. 15:55:12 (Reading database ... 13924 files and directories currently installed.) 15:55:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:55:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:55:12 Selecting previously unselected package libpsl5:amd64. 15:55:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:55:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:55:12 Selecting previously unselected package libnghttp2-14:amd64. 15:55:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:55:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:55:12 Selecting previously unselected package librtmp1:amd64. 15:55:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:55:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:55:12 Selecting previously unselected package libcurl3-gnutls:amd64. 15:55:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:55:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:55:12 Selecting previously unselected package liberror-perl. 15:55:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:55:12 Unpacking liberror-perl (0.17025-1) ... 15:55:12 Selecting previously unselected package git-man. 15:55:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:55:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:55:13 Selecting previously unselected package git. 15:55:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:55:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:55:14 Selecting previously unselected package libnorm1:amd64. 15:55:14 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:55:14 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:55:14 Selecting previously unselected package libpgm-5.2-0:amd64. 15:55:14 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:55:14 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:55:14 Selecting previously unselected package libsodium23:amd64. 15:55:14 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:55:14 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:55:14 Selecting previously unselected package libzmq5:amd64. 15:55:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:55:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:55:14 Selecting previously unselected package libzmq3-dev:amd64. 15:55:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:55:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:55:14 Selecting previously unselected package pkg-config. 15:55:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:55:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:55:14 Selecting previously unselected package zip. 15:55:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:55:14 Unpacking zip (3.0-11build1) ... 15:55:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:55:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:55:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:55:14 Setting up liberror-perl (0.17025-1) ... 15:55:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:55:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:55:14 No schema files found: doing nothing. 15:55:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:55:14 Setting up zip (3.0-11build1) ... 15:55:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:55:15 Setting up libsodium23:amd64 (1.0.16-2) ... 15:55:15 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:55:15 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:55:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:55:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:55:15 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:55:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:55:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:22 git set to automatically installed. 15:55:22 git-man set to automatically installed. 15:55:22 libcurl3-gnutls set to automatically installed. 15:55:22 liberror-perl set to automatically installed. 15:55:22 libglib2.0-0 set to automatically installed. 15:55:22 libnghttp2-14 set to automatically installed. 15:55:22 libnorm1 set to automatically installed. 15:55:22 libpgm-5.2-0 set to automatically installed. 15:55:22 libpsl5 set to automatically installed. 15:55:22 librtmp1 set to automatically installed. 15:55:22 libsodium23 set to automatically installed. 15:55:22 libzmq3-dev set to automatically installed. 15:55:22 libzmq5 set to automatically installed. 15:55:22 pkg-config set to automatically installed. 15:55:22 zip set to automatically installed. 15:55:23 snapd is not logged in, snap install commands will use sudo 15:55:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:55:30 snap "core18" has no updates available 15:55:31 Pulling config-common 15:55:31 + snapcraftctl pull 15:55:32 Pulling go-build-helper 15:55:32 + snapcraftctl pull 15:55:35 ---> 2493d25ffe7d 15:55:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:55:35 ---> 83df718a0d31 15:55:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:55:35 ---> 1b3f9136aa0e 15:55:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:55:35 ---> 0d60373ff269 15:55:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:55:35 ---> aede13448c7b 15:55:35 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:55:35 ---> Running in 1d153750cb46 15:55:35 ---> Running in 27c6db57263a 15:55:35 ---> Running in acbd17b2da1d 15:55:35 ---> Running in e92f8fe9143d 15:55:35 ---> Running in 32e9df48b6bf 15:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:55:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:55:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:55:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] 15:55:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:55:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:55:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:55:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:55:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:55:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:55:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:55:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:55:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:55:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:55:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:55:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:55:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:55:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:55:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:55:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:55:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 15:55:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:55:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:55:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:55:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:55:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:55:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:55:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:55:54 Fetched 23.9 MB in 0s (0 B/s) 15:55:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:55:54 Fetched 96.5 kB in 0s (0 B/s) 15:55:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:55:54 Fetched 279 kB in 0s (0 B/s) 15:55:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:55:54 Fetched 122 kB in 0s (0 B/s) 15:55:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:55:54 Fetched 77.8 kB in 0s (0 B/s) 15:55:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:55:54 Fetched 8848 B in 0s (0 B/s) 15:55:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:55:54 Fetched 47.8 kB in 0s (0 B/s) 15:55:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:55:54 Fetched 45.6 kB in 0s (0 B/s) 15:55:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:55:54 Fetched 15.0 kB in 0s (0 B/s) 15:55:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:55:54 Fetched 214 kB in 0s (0 B/s) 15:55:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:55:54 Fetched 154 kB in 0s (0 B/s) 15:55:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:55:54 Fetched 50.6 kB in 0s (0 B/s) 15:55:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:55:54 Fetched 14.8 kB in 0s (0 B/s) 15:55:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:55:54 Fetched 41.8 kB in 0s (0 B/s) 15:55:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:55:54 Fetched 499 kB in 0s (0 B/s) 15:55:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:55:54 Fetched 111 kB in 0s (0 B/s) 15:55:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:55:54 Fetched 240 kB in 0s (0 B/s) 15:55:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:55:54 Fetched 29.3 kB in 0s (0 B/s) 15:55:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:55:54 Fetched 85.5 kB in 0s (0 B/s) 15:55:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:55:54 Fetched 24.5 kB in 0s (0 B/s) 15:55:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:55:54 Fetched 49.2 kB in 0s (0 B/s) 15:55:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:55:54 Fetched 54.2 kB in 0s (0 B/s) 15:55:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:55:54 Fetched 30.8 kB in 0s (0 B/s) 15:55:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:55:54 Fetched 15.8 kB in 0s (0 B/s) 15:55:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:55:54 Fetched 85.9 kB in 0s (0 B/s) 15:55:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:55:54 Fetched 8720 B in 0s (0 B/s) 15:55:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:55:54 Fetched 137 kB in 0s (0 B/s) 15:55:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:55:54 Fetched 119 kB in 0s (0 B/s) 15:55:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:55:54 Fetched 109 kB in 0s (0 B/s) 15:55:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:55:54 Fetched 11.1 kB in 0s (0 B/s) 15:55:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:55:54 Fetched 645 kB in 0s (0 B/s) 15:55:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:55:54 Fetched 41.3 kB in 0s (0 B/s) 15:55:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:55:54 Fetched 17.9 kB in 0s (0 B/s) 15:55:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:55:54 Fetched 368 kB in 0s (0 B/s) 15:55:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:55:54 Fetched 187 kB in 0s (0 B/s) 15:55:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:55:54 Fetched 175 kB in 0s (0 B/s) 15:55:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:55:58 Fetched 206 kB in 0s (0 B/s) 15:55:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 15:55:58 Fetched 1301 kB in 0s (0 B/s) 15:55:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:55:58 Fetched 36.2 kB in 0s (0 B/s) 15:55:58 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:55:58 Fetched 159 kB in 0s (0 B/s) 15:55:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:55:58 Fetched 107 kB in 0s (0 B/s) 15:55:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:55:58 Fetched 48.7 kB in 0s (0 B/s) 15:55:58 Pulling static-packages 15:55:58 + snapcraftctl pull 15:55:58 'go115' has dependencies that need to be staged: go-build-helper static-packages 15:55:58 Skipping pull go-build-helper (already ran) 15:55:58 Skipping pull static-packages (already ran) 15:55:58 Building go-build-helper 15:55:58 + snapcraftctl build 15:56:02 Building static-packages 15:56:02 + snapcraftctl build 15:56:04 Staging go-build-helper 15:56:04 + snapcraftctl stage 15:56:05 Staging static-packages 15:56:05 + snapcraftctl stage 15:56:06 Pulling go115 15:56:06 + snapcraftctl pull 15:56:07 'edgex-go' has dependencies that need to be staged: go115 15:56:07 Skipping pull go115 (already ran) 15:56:07 Building go115 15:56:07 + dpkg --print-architecture 15:56:07 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:56:07 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:56:07 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:56:07 % Total % Received % Xferd Average Speed Time Time Time Current 15:56:07 Dload Upload Total Spent Left Speed 15:56:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 115k 0 0 576k 0 0:03:25 --:--:-- 0:03:25 573k 27 115M 27 31.9M 0 0 26.6M 0 0:00:04 0:00:01 0:00:03 26.6M 60 115M 60 70.0M 0 0 31.8M 0 0:00:03 0:00:02 0:00:01 31.8M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M 15:56:10 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:56:10 + sha256sum -c sha256 15:56:10 + grep OK 15:56:10 go1.15.2.linux-amd64.tar.gz: OK 15:56:10 + mkdir -p /root/stage/go1.15 15:56:10 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:56:14 Staging go115 15:56:14 + snapcraftctl stage 15:56:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:56:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:56:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:56:20 Fetched 0 B in 0s (0 B/s) 15:56:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:56:20 Fetched 224 kB in 0s (0 B/s) 15:56:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:56:20 Fetched 157 kB in 0s (0 B/s) 15:56:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:56:20 Fetched 221 kB in 0s (0 B/s) 15:56:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:56:20 Fetched 143 kB in 0s (0 B/s) 15:56:20 Pulling edgex-go 15:56:20 + snapcraftctl pull 15:56:20 Pulling version 15:56:20 + cd /root/project 15:56:20 + [ -f VERSION ] 15:56:20 + PROJECT_VERSION=local-dev 15:56:20 + git rev-parse --short HEAD 15:56:20 + GIT_REVISION=17b3f087 15:56:20 + snapcraftctl set-version local-dev 15:56:21 Building config-common 15:56:21 + snapcraftctl build 15:56:23 Skipping build go-build-helper (already ran) 15:56:23 Skipping build static-packages (already ran) 15:56:23 Skipping build go115 (already ran) 15:56:23 Building edgex-go 15:56:23 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 15:56:23 + cd /root/parts/edgex-go/src 15:56:23 + make build 15:56:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:56:25 go: downloading github.com/gorilla/mux v1.8.0 15:56:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 15:56:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 15:56:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:56:25 go: downloading github.com/google/uuid v1.2.0 15:56:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:56:25 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:56:25 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 15:56:25 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 15:56:25 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 15:56:25 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 15:56:25 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:56:25 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:56:25 go: downloading github.com/go-kit/kit v0.8.0 15:56:25 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:56:25 go: downloading github.com/x448/float16 v0.8.4 15:56:25 go: downloading github.com/imdario/mergo v0.3.11 15:56:25 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:56:25 go: downloading github.com/pelletier/go-toml v1.2.0 15:56:25 go: downloading github.com/pebbe/zmq4 v1.2.2 15:56:25 go: downloading github.com/hashicorp/consul/api v1.8.1 15:56:25 go: downloading github.com/BurntSushi/toml v0.3.1 15:56:25 go: downloading github.com/pkg/errors v0.8.1 15:56:25 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:56:25 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:56:26 go: downloading github.com/leodido/go-urn v1.2.0 15:56:26 go: downloading github.com/go-playground/universal-translator v0.17.0 15:56:26 go: downloading github.com/hashicorp/serf v0.9.5 15:56:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:56:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:56:26 go: downloading github.com/mitchellh/copystructure v1.0.0 15:56:26 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:56:26 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:56:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:56:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:56:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:56:26 go: downloading github.com/go-playground/locales v0.13.0 15:56:26 go: downloading github.com/fatih/color v1.9.0 15:56:26 go: downloading github.com/mattn/go-isatty v0.0.12 15:56:26 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:56:26 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:56:26 go: downloading github.com/mattn/go-colorable v0.1.6 15:56:26 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:56:26 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:56:32 go: downloading gopkg.in/yaml.v2 v2.4.0 15:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:56:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:56:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:56:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:56:41 go: downloading github.com/stretchr/testify v1.7.0 15:56:41 go: downloading github.com/davecgh/go-spew v1.1.1 15:56:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:56:41 go: downloading github.com/pmezard/go-difflib v1.0.0 15:56:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:56:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:56:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:56:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:56:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:56:45 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 15:56:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:56: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 15:56:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:56:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:56:49 go: downloading github.com/lib/pq v1.9.0 15:56:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:56:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:56:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:56:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:56:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:56:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:56:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:56:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:56:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:56:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:56:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:56:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:56:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:56:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:56:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:56:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:56:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:56:51 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 15:56:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:56:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:56:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:56:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:56:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:56:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:56:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:56:53 Building version 15:56:53 + snapcraftctl build 15:56:54 Staging config-common 15:56:54 + snapcraftctl stage 15:56:55 Skipping stage go-build-helper (already ran) 15:56:55 Skipping stage static-packages (already ran) 15:56:55 Skipping stage go115 (already ran) 15:56:55 Staging edgex-go 15:56:55 + snapcraftctl stage 15:56:56 Staging version 15:56:56 + snapcraftctl stage 15:56:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:56:57 Priming config-common 15:56:57 + snapcraftctl prime 15:56:58 Priming go-build-helper 15:56:58 + snapcraftctl prime 15:56:59 Priming static-packages 15:56:59 + snapcraftctl prime 15:56:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:57:02 Priming go115 15:57:02 + snapcraftctl prime 15:57:03 Priming edgex-go 15:57:03 + snapcraftctl prime 15:57:04 Priming version 15:57:04 + snapcraftctl prime 15:57:05 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:18 Removing intermediate container e92f8fe9143d 15:57:18 ---> 9000d79cab79 15:57:18 15:57:18 Step 10/30 : FROM alpine:3.12 15:57:18 3.12: Pulling from library/alpine 15:57:18 Removing intermediate container 1d153750cb46 15:57:18 ---> 0ef064dcbb86 15:57:18 15:57:18 Step 10/24 : FROM alpine:3.12 15:57:18 3.12: Pulling from library/alpine 15:57:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:57:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:57:18 Status: Downloaded newer image for alpine:3.12 15:57:18 ---> afeebe901d6b 15:57:18 Status: Image is up to date for alpine:3.12 15:57:18 ---> afeebe901d6b 15:57:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:57:18 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:57:18 Removing intermediate container 27c6db57263a 15:57:18 ---> 45c6f05c23a2 15:57:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:57:18 ---> Running in f3dd2723e13d 15:57:18 ---> Running in 7c25c09c4285 15:57:18 ---> Running in f9046d47faad 15:57:19 Removing intermediate container acbd17b2da1d 15:57:19 ---> bc780674d208 15:57:19 15:57:19 Step 10/21 : FROM alpine:3.12 15:57:19 ---> afeebe901d6b 15:57:19 Step 11/21 : RUN apk add --update --no-cache curl 15:57:19 ---> Running in 272cba13b9f1 15:57:19 Removing intermediate container f9046d47faad 15:57:19 ---> 82a13bb9e1b0 15:57:19 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:57:19 ---> Running in 6db860e2eb42 15:57:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:57:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:21 (1/5) Installing ca-certificates (20191127-r4) 15:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:57:21 (3/5) Installing libcurl (7.69.1-r3) 15:57:21 (4/5) Installing curl (7.69.1-r3) 15:57:21 (5/5) Installing dumb-init (1.2.2-r1) 15:57:21 Executing busybox-1.31.1-r19.trigger 15:57:21 Executing ca-certificates-20191127-r4.trigger 15:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:22 OK: 7 MiB in 19 packages 15:57:22 (1/2) Installing dumb-init (1.2.2-r1) 15:57:22 (2/2) Installing su-exec (0.2-r1) 15:57:22 Executing busybox-1.31.1-r19.trigger 15:57:22 (1/4) Installing ca-certificates (20191127-r4) 15:57:22 OK: 5 MiB in 16 packages 15:57:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:57:22 (3/4) Installing libcurl (7.69.1-r3) 15:57:22 (4/4) Installing curl (7.69.1-r3) 15:57:22 Executing busybox-1.31.1-r19.trigger 15:57:22 Executing ca-certificates-20191127-r4.trigger 15:57:23 OK: 7 MiB in 18 packages 15:57:25 Removing intermediate container 6db860e2eb42 15:57:25 ---> dfe5c3a185a2 15:57:25 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:57:25 Removing intermediate container f3dd2723e13d 15:57:25 ---> c6c03b27c0ae 15:57:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:57:25 ---> Running in e7ae60d531e4 15:57:25 ---> Running in 5894d5927622 15:57:25 Removing intermediate container 272cba13b9f1 15:57:25 ---> 27fef77a87f6 15:57:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:57:26 ---> Running in 291402374b57 15:57:26 Removing intermediate container 5894d5927622 15:57:26 ---> 878976712303 15:57:26 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:57:26 Removing intermediate container 7c25c09c4285 15:57:26 ---> 83aa49aa2e78 15:57:26 15:57:26 Step 11/26 : FROM docker:20.10.0 15:57:26 20.10.0: Pulling from library/docker 15:57:26 Removing intermediate container e7ae60d531e4 15:57:26 ---> 2513cf50aab7 15:57:26 Step 13/24 : WORKDIR / 15:57:27 ---> Running in 7a3fe841a507 15:57:27 ---> Running in ffcdc0b339e2 15:57:27 Removing intermediate container 291402374b57 15:57:27 ---> 78975bf2bb21 15:57:27 Step 13/21 : WORKDIR /edgex 15:57:28 Removing intermediate container 7a3fe841a507 15:57:28 ---> ff3e229ddcdb 15:57:28 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:57:28 ---> Running in 08f81b677e70 15:57:28 ---> Running in 6391526af4cc 15:57:28 Removing intermediate container ffcdc0b339e2 15:57:28 ---> b6e3d8676dd5 15:57:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:57:30 Removing intermediate container 08f81b677e70 15:57:30 ---> eb9fd4de810e 15:57:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:57:30 ---> dee2f4d71792 15:57:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:57:31 Removing intermediate container 32e9df48b6bf 15:57:31 ---> f74e32143106 15:57:31 15:57:31 Step 10/23 : FROM alpine:3.12 15:57:31 ---> afeebe901d6b 15:57:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:57:31 ---> Running in 1e16e3704f65 15:57:31 ---> 10043da7b239 15:57:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:57:31 ---> ad1346460f12 15:57:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:57:32 Removing intermediate container 6391526af4cc 15:57:32 ---> 0b90fe381dd7 15:57:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:57:33 ---> Running in 4a8ef4f18146 15:57:33 ---> b5bcf7587cbe 15:57:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:57:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:33 Removing intermediate container 4a8ef4f18146 15:57:33 ---> c71f6a505380 15:57:33 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:57:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:34 ---> 30f4bdae7f01 15:57:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:57:34 (1/1) Installing dumb-init (1.2.2-r1) 15:57:34 Executing busybox-1.31.1-r19.trigger 15:57:34 OK: 5 MiB in 15 packages 15:57:34 ---> 7c42f237c79a 15:57:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:57:35 ---> d7bc2e7c3ff9 15:57:35 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:57:36 ---> 1cdfd06301d5 15:57:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:57:36 ---> Running in acdad156a064 15:57:36 ---> Running in 2c918bc8cd7a 15:57:36 ---> 63568c3d55c5 15:57:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:57:37 Removing intermediate container 1e16e3704f65 15:57:37 ---> 7f962112175d 15:57:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:57:37 ---> Running in 789f4d021077 15:57:38 Removing intermediate container 2c918bc8cd7a 15:57:38 ---> 0d88b58608cd 15:57:38 Step 18/21 : CMD ["--init=true"] 15:57:38 ---> c58deb8aa318 15:57:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:57:38 ---> Running in a941ec54cc7c 15:57:38 ---> Running in 7f7df5ac7a4c 15:57:38 Removing intermediate container 789f4d021077 15:57:38 ---> 9630cfa90025 15:57:38 Step 13/23 : ENV APP_PORT=48081 15:57:39 ---> Running in 74e89124910d 15:57:39 Removing intermediate container a941ec54cc7c 15:57:39 ---> 34ff5eb4e000 15:57:39 Step 19/21 : LABEL arch=arm64 15:57:39 ---> Running in d436e9052bcb 15:57:39 Removing intermediate container 74e89124910d 15:57:39 ---> 4399e486dfb2 15:57:39 Step 14/23 : EXPOSE $APP_PORT 15:57:40 ---> Running in c967a7ee8b2d 15:57:40 Removing intermediate container d436e9052bcb 15:57:40 ---> 51561e9a7ebe 15:57:40 Step 20/21 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:57:40 Removing intermediate container acdad156a064 15:57:40 ---> 8cff23152708 15:57:40 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:57:40 ---> Running in a08e8b6a595c 15:57:40 Removing intermediate container c967a7ee8b2d 15:57:40 ---> d7976aef0341 15:57:40 Step 15/23 : WORKDIR / 15:57:40 ---> Running in d6e547f7de2d 15:57:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:57:41 Status: Downloaded newer image for docker:20.10.0 15:57:41 ---> eeaf43b92773 15:57:41 Step 12/26 : RUN apk add --no-cache bash 15:57:41 Removing intermediate container a08e8b6a595c 15:57:41 ---> 5afedd6e1157 15:57:41 Step 21/21 : LABEL version=0.0.0 15:57:41 ---> f746b3d776c1 15:57:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:57:41 ---> Running in 0f190c063741 15:57:41 ---> Running in 6dbaab568347 15:57:41 Removing intermediate container d6e547f7de2d 15:57:41 ---> 583c1076dc1c 15:57:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:57:41 Removing intermediate container 6dbaab568347 15:57:41 ---> 56d2c441a694 15:57:41 15:57:42 Removing intermediate container 7f7df5ac7a4c 15:57:42 ---> cdb59641cd34 15:57:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:57:42 ---> Running in df575daa22db 15:57:42 Successfully built 56d2c441a694 15:57:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:57:42 Building docker-support-scheduler-go 15:57:42  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:42 ---> 807c78dea1ae 15:57:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:43 ---> 1313192d8606 15:57:43 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:57:43 Removing intermediate container df575daa22db 15:57:43 ---> 13520dae0b4e 15:57:43 Step 22/24 : LABEL arch=arm64 15:57:43 ---> Running in 101d1d1db9a6 15:57:43 (1/2) Installing readline (8.0.4-r0) 15:57:43 (2/2) Installing bash (5.0.17-r0) 15:57:43 Executing bash-5.0.17-r0.post-install 15:57:43 Executing busybox-1.31.1-r19.trigger 15:57:43 OK: 12 MiB in 22 packages 15:57:44 Removing intermediate container 101d1d1db9a6 15:57:44 ---> 42d787ca07c3 15:57:44 Step 23/24 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:57:45 ---> ef3863f77777 15:57:45 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:57:45 ---> Running in d04cc0382ac8 15:57:45 ---> 4a69b542f61a 15:57:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:57:46 Removing intermediate container d04cc0382ac8 15:57:46 ---> 68bd31edd2d7 15:57:46 Step 24/24 : LABEL version=0.0.0 15:57:46 ---> fbcacd9cbedc 15:57:46 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:57:46 ---> Running in 5b843bc2e770 15:57:46 Removing intermediate container 0f190c063741 15:57:46 ---> 81a51934d4f9 15:57:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:57:46 ---> 88fec0cc6716 15:57:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:57:46 ---> Running in c0bf3f859d4f 15:57:46 ---> Running in 364f00fc1fba 15:57:47 ---> Running in bb09aae53a34 15:57:47 Removing intermediate container 5b843bc2e770 15:57:47 ---> ebde75a497be 15:57:47 15:57:47 Removing intermediate container 364f00fc1fba 15:57:47 ---> d4d71feddcf7 15:57:47 Step 14/26 : ENV APP_PORT=48090 15:57:47 Successfully built ebde75a497be 15:57:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:57:47  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 15:57:47 Removing intermediate container c0bf3f859d4f 15:57:47 ---> 31ef45f4c260 15:57:47 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:57:48 ---> Running in fe28005da274 15:57:48 Removing intermediate container bb09aae53a34 15:57:48 ---> bba18213946e 15:57:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:57:48 ---> Running in 2d58a9c0ee02 15:57:48 Removing intermediate container fe28005da274 15:57:48 ---> 97d0ce57a7ca 15:57:48 Step 15/26 : EXPOSE $APP_PORT 15:57:49 ---> Running in fc40d66a3597 15:57:49 Removing intermediate container 2d58a9c0ee02 15:57:49 ---> e0f0e80068d7 15:57:49 Step 21/23 : LABEL arch=arm64 15:57:49 ---> 1b9638971c60 15:57:49 Step 25/30 : RUN chmod +x /entrypoint.sh 15:57:49 ---> Running in 7bf784c55109 15:57:49 ---> Running in 0dd86f6fc88e 15:57:49 Removing intermediate container fc40d66a3597 15:57:49 ---> bbca3295e6be 15:57:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:57:50 Removing intermediate container 7bf784c55109 15:57:50 ---> f4b6e29cb312 15:57:50 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:57:50 ---> Running in 9ec8788da850 15:57:51 ---> fce9f8112bb6 15:57:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:57:51 Removing intermediate container 9ec8788da850 15:57:51 ---> 6e5212acb717 15:57:51 Step 23/23 : LABEL version=0.0.0 15:57:51 ---> Running in 59ed5c84b605 15:57:52 Removing intermediate container 59ed5c84b605 15:57:52 ---> 99e1af7fd3e6 15:57:52 15:57:52 ---> 70abf1e6c569 15:57:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:57:53 Removing intermediate container 0dd86f6fc88e 15:57:53 ---> ef0e3f6019a6 15:57:53 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:57:53 Successfully built 99e1af7fd3e6 15:57:53 Successfully tagged docker-core-metadata-go-arm64:latest 15:57:53 Building docker-core-command-go 15:57:53  Building docker-core-metadata-go ... done  ---> Running in b62bc8ff1187 15:57:54 ---> 462a2fa2d451 15:57:54 Step 19/26 : RUN apk --no-cache add py3-pip 15:57:54 ---> Running in 8e777a0e4ac9 15:57:54 Removing intermediate container b62bc8ff1187 15:57:54 ---> 503dc3105d80 15:57:54 Step 27/30 : CMD ["gate"] 15:57:55 ---> Running in 103a1409f69a 15:57:55 Removing intermediate container 103a1409f69a 15:57:55 ---> a6f05b236302 15:57:55 Step 28/30 : LABEL arch=arm64 15:57:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:56 ---> Running in 9eb711f11416 15:57:56 (1/33) Installing libbz2 (1.0.8-r1) 15:57:56 (2/33) Installing expat (2.2.9-r1) 15:57:56 (3/33) Installing libffi (3.3-r2) 15:57:56 (4/33) Installing gdbm (1.13-r1) 15:57:56 (5/33) Installing xz-libs (5.2.5-r0) 15:57:56 (6/33) Installing sqlite-libs (3.32.1-r0) 15:57:56 (7/33) Installing python3 (3.8.5-r1) 15:57:56 Removing intermediate container 9eb711f11416 15:57:56 ---> e09e113f40af 15:57:56 Step 29/30 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:57:58 ---> Running in 05fa1364e778 15:57:58 (8/33) Installing py3-appdirs (1.4.4-r1) 15:57:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:57:58 (10/33) Installing py3-parsing (2.4.7-r0) 15:57:58 (11/33) Installing py3-six (1.15.0-r0) 15:57:58 (12/33) Installing py3-packaging (20.4-r0) 15:57:58 (13/33) Installing py3-setuptools (47.0.0-r0) 15:57:58 (14/33) Installing py3-chardet (3.0.4-r4) 15:57:58 (15/33) Installing py3-idna (2.9-r0) 15:57:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:57:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:57:58 (18/33) Installing py3-requests (2.23.0-r0) 15:57:59 (19/33) Installing py3-msgpack (1.0.0-r0) 15:57:59 (20/33) Installing py3-lockfile (0.12.2-r3) 15:57:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:57:59 (22/33) Installing py3-colorama (0.4.3-r0) 15:57:59 (23/33) Installing py3-distlib (0.3.0-r0) 15:57:59 (24/33) Installing py3-distro (1.5.0-r1) 15:57:59 (25/33) Installing py3-webencodings (0.5.1-r3) 15:57:59 (26/33) Installing py3-html5lib (1.0.1-r4) 15:57:59 Removing intermediate container 05fa1364e778 15:57:59 (27/33) Installing py3-pytoml (0.1.21-r0) 15:57:59 ---> 94c703bf62e5 15:57:59 Step 30/30 : LABEL version=0.0.0 15:57:59 (28/33) Installing py3-pep517 (0.8.2-r0) 15:57:59 (29/33) Installing py3-progress (1.5-r0) 15:57:59 (30/33) Installing py3-toml (0.10.1-r0) 15:57:59 (31/33) Installing py3-retrying (1.3.3-r0) 15:57:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:57:59 (33/33) Installing py3-pip (20.1.1-r0) 15:57:59 Executing busybox-1.31.1-r19.trigger 15:57:59 OK: 71 MiB in 55 packages 15:57:59 ---> Running in 2af05fa19607 15:58:00 Removing intermediate container 2af05fa19607 15:58:00 ---> 1fe46cc7f9c4 15:58:00 15:58:01 Successfully built 1fe46cc7f9c4 15:58:01 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:58:01  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 15:58:07 Removing intermediate container 8e777a0e4ac9 15:58:07 ---> 1c956f19ba2a 15:58:07 Step 20/26 : RUN pip install docker-compose==1.23.2 15:58:07 ---> Running in 7711ac60be72 15:58:13 Collecting docker-compose==1.23.2 15:58:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:58:13 Collecting docopt<0.7,>=0.6.1 15:58:13 Downloading docopt-0.6.2.tar.gz (25 kB) 15:58:16 Collecting PyYAML<4,>=3.10 15:58:16 Downloading PyYAML-3.13.tar.gz (270 kB) 15:58:20 Collecting websocket-client<1.0,>=0.32.0 15:58:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:58:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:58:20 Collecting cached-property<2,>=1.2.0 15:58:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:58:21 Collecting docker<4.0,>=3.6.0 15:58:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:58:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:58:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:58:21 ---> 0aa7224a455a 15:58:21 Step 3/22 : WORKDIR /edgex-go 15:58:21 ---> Using cache 15:58:21 ---> 6d7ff912dc44 15:58:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:21 ---> Using cache 15:58:21 ---> 297eeaf4ef1b 15:58:21 Step 5/22 : RUN apk add --update --no-cache make git 15:58:21 ---> Using cache 15:58:21 ---> d4b4ba24a50e 15:58:21 Step 6/22 : COPY go.mod . 15:58:21 ---> Using cache 15:58:21 ---> b1a307ad2592 15:58:21 Step 7/22 : RUN go mod download 15:58:21 ---> Using cache 15:58:21 ---> 4fcc358ee507 15:58:21 Step 8/22 : COPY . . 15:58:21 ---> Using cache 15:58:21 ---> 0d60373ff269 15:58:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:58:22 Collecting jsonschema<3,>=2.5.1 15:58:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:58:23 Collecting texttable<0.10,>=0.9.0 15:58:23 Downloading texttable-0.9.1.tar.gz (11 kB) 15:58:24 ---> Running in f9dac4245400 15:58:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:58:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:58:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:58:28 Collecting dockerpty<0.5,>=0.4.1 15:58:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:58:31 Collecting docker-pycreds>=0.4.0 15:58:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:58:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:58:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:58:31 Collecting idna<2.8,>=2.5 15:58:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:58:32 Collecting urllib3<1.25,>=1.21.1 15:58:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:58:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:58:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:58:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:58:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:58:33 Installing collected packages: docopt, PyYAML, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, docker-compose 15:58:33 Running setup.py install for docopt: started 15:58:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:58:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:58:34 ---> 0aa7224a455a 15:58:34 Step 3/22 : WORKDIR /edgex-go 15:58:34 ---> Using cache 15:58:34 ---> 6d7ff912dc44 15:58:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:34 ---> Using cache 15:58:34 ---> 297eeaf4ef1b 15:58:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:58:36 Running setup.py install for docopt: finished with status 'done' 15:58:36 Running setup.py install for PyYAML: started 15:58:36 ---> Running in c308ad6128f6 15:58:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:39 Running setup.py install for PyYAML: finished with status 'done' 15:58:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:58:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:58:39 ---> 0aa7224a455a 15:58:39 Step 3/23 : WORKDIR /edgex-go 15:58:39 ---> Using cache 15:58:39 ---> 6d7ff912dc44 15:58:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:39 ---> Using cache 15:58:39 ---> 297eeaf4ef1b 15:58:39 Step 5/23 : RUN apk add --update --no-cache make git 15:58:39 ---> Using cache 15:58:39 ---> d4b4ba24a50e 15:58:39 Step 6/23 : COPY go.mod . 15:58:39 ---> Using cache 15:58:39 ---> b1a307ad2592 15:58:39 Step 7/23 : RUN go mod download 15:58:39 ---> Using cache 15:58:39 ---> 4fcc358ee507 15:58:39 Step 8/23 : COPY . . 15:58:39 ---> Using cache 15:58:39 ---> 0d60373ff269 15:58:39 Step 9/23 : RUN make cmd/core-command/core-command 15:58:39 OK: 217 MiB in 51 packages 15:58:40 ---> Running in 3eab7d8ebe60 15:58:40 Attempting uninstall: idna 15:58:40 Found existing installation: idna 2.9 15:58:40 Uninstalling idna-2.9: 15:58:40 Successfully uninstalled idna-2.9 15:58:41 Attempting uninstall: urllib3 15:58:41 Found existing installation: urllib3 1.25.9 15:58:41 Uninstalling urllib3-1.25.9: 15:58:41 Successfully uninstalled urllib3-1.25.9 15:58:42 Removing intermediate container c308ad6128f6 15:58:42 ---> 8eb2baff277c 15:58:42 Step 6/22 : COPY go.mod . 15:58:42 Attempting uninstall: requests 15:58:42 Found existing installation: requests 2.23.0 15:58:42 Uninstalling requests-2.23.0: 15:58:42 Successfully uninstalled requests-2.23.0 15:58:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:58:44 ---> 42153a838571 15:58:44 Step 7/22 : RUN go mod download 15:58:44 ---> Running in 75f14c045817 15:58:44 Running setup.py install for texttable: started 15:58:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:58:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:58:46 ---> 0aa7224a455a 15:58:46 Step 3/23 : WORKDIR /edgex-go 15:58:46 ---> Using cache 15:58:46 ---> 6d7ff912dc44 15:58:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:46 ---> Using cache 15:58:46 ---> 297eeaf4ef1b 15:58:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:58:46 ---> Running in d4a18a441001 15:58:47 Running setup.py install for texttable: finished with status 'done' 15:58:47 Running setup.py install for dockerpty: started 15:58:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:58:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:58:49 Removing intermediate container 75f14c045817 15:58:49 ---> a613a70bb988 15:58:49 Step 8/22 : COPY . . 15:58:49 OK: 217 MiB in 51 packages 15:58:50 Running setup.py install for dockerpty: finished with status 'done' 15:58:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:58:52 Removing intermediate container d4a18a441001 15:58:52 ---> e63d0d86b4b4 15:58:52 Step 6/23 : COPY go.mod . 15:58:54 ---> bde057d7bfa6 15:58:54 Step 7/23 : RUN go mod download 15:58:55 ---> Running in 952aad2a612a 15:59:00 Removing intermediate container 7711ac60be72 15:59:00 ---> 63ac35428985 15:59:00 Step 21/26 : RUN apk --no-cache add curl 15:59:01 ---> Running in dfd01cc3725a 15:59:02 Removing intermediate container 952aad2a612a 15:59:02 ---> 34bd4dea925b 15:59:02 Step 8/23 : COPY . . 15:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:59:04 (2/3) Installing libcurl (7.69.1-r3) 15:59:04 (3/3) Installing curl (7.69.1-r3) 15:59:04 Executing busybox-1.31.1-r19.trigger 15:59:05 OK: 71 MiB in 58 packages 15:59:09 Removing intermediate container dfd01cc3725a 15:59:09 ---> bffe6f898c04 15:59:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:59:09 ---> Running in 3d4daf5fcf65 15:59:11 Removing intermediate container 3d4daf5fcf65 15:59:11 ---> 1356ccc7c716 15:59:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:59:11 ---> Running in ea9abf82e6eb 15:59:13 Removing intermediate container ea9abf82e6eb 15:59:13 ---> b65231072781 15:59:13 Step 24/26 : LABEL arch=arm64 15:59:13 ---> Running in a5b9b5955ed6 15:59:15 Removing intermediate container a5b9b5955ed6 15:59:15 ---> 24ce51c87348 15:59:15 Step 25/26 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 15:59:15 ---> Running in 4669b2b37565 15:59:16 ---> f8f5c77fbcbf 15:59:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:59:16 ---> Running in 1e0abdc64dae 15:59:16 Removing intermediate container 4669b2b37565 15:59:16 ---> 86cb11c2e9ec 15:59:16 Step 26/26 : LABEL version=0.0.0 15:59:17 ---> Running in 81abda3da28d 15:59:18 Removing intermediate container 81abda3da28d 15:59:18 ---> b211bc10c718 15:59:18 15:59:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:59:19 Successfully built b211bc10c718 15:59:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:59:29  Building docker-sys-mgmt-agent-go ... done  ---> 0fca7e79d34e 15:59:29 Step 9/23 : RUN make cmd/core-data/core-data 15:59:29 ---> Running in d5c00cbf94f0 15:59:31 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 16:00:03 Removing intermediate container f9dac4245400 16:00:03 ---> 5de6831e5997 16:00:03 16:00:03 Step 10/22 : FROM alpine:3.12 16:00:03 ---> afeebe901d6b 16:00:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:00:03 ---> Using cache 16:00:03 ---> 7f962112175d 16:00:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:03 ---> Using cache 16:00:03 ---> 9630cfa90025 16:00:03 Step 13/22 : ENV APP_PORT=48085 16:00:03 ---> Running in 771d898b237d 16:00:03 Removing intermediate container 771d898b237d 16:00:03 ---> d70065701fc5 16:00:03 Step 14/22 : EXPOSE $APP_PORT 16:00:03 ---> Running in f35cd4ed0e93 16:00:03 Removing intermediate container f35cd4ed0e93 16:00:03 ---> 94d713328b5d 16:00:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:03 ---> 9b9e7560d8b4 16:00:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:00:04 ---> acc1e26a2269 16:00:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:00:06 ---> 011b1cffc6ce 16:00:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:00:06 ---> Running in 67e80c9b2bd9 16:00:07 Removing intermediate container 67e80c9b2bd9 16:00:07 ---> f8abd82edd82 16:00:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:07 ---> Running in 056139df7d6c 16:00:07 Removing intermediate container 056139df7d6c 16:00:07 ---> bb71fa81db07 16:00:07 Step 20/22 : LABEL arch=arm64 16:00:07 ---> Running in 04a2311e4f68 16:00:08 Removing intermediate container 04a2311e4f68 16:00:08 ---> ffcfcbea31de 16:00:08 Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 16:00:09 ---> Running in 59b36a3a97b8 16:00:09 Removing intermediate container 59b36a3a97b8 16:00:09 ---> 76c67ba04e0c 16:00:09 Step 22/22 : LABEL version=0.0.0 16:00:10 ---> Running in bdc40f583dc5 16:00:11 Removing intermediate container bdc40f583dc5 16:00:11 ---> 86ce6dd774cf 16:00:11 16:00:12 Successfully built 86ce6dd774cf 16:00:12 Successfully tagged docker-support-scheduler-go-arm64:latest 16:00:15  Building docker-support-scheduler-go ... done Removing intermediate container 3eab7d8ebe60 16:00:15 ---> c5e34abdaf60 16:00:15 16:00:15 Step 10/23 : FROM alpine:3.12 16:00:15 ---> afeebe901d6b 16:00:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:00:15 ---> Using cache 16:00:15 ---> 7f962112175d 16:00:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:15 ---> Using cache 16:00:15 ---> 9630cfa90025 16:00:15 Step 13/23 : ENV APP_PORT=48082 16:00:15 ---> Running in 3f1fff1e6e39 16:00:15 Removing intermediate container 3f1fff1e6e39 16:00:15 ---> 185f9f24d05a 16:00:15 Step 14/23 : EXPOSE $APP_PORT 16:00:16 ---> Running in ed3e392ef467 16:00:16 Removing intermediate container ed3e392ef467 16:00:16 ---> 4a4fb8eb8f0b 16:00:16 Step 15/23 : WORKDIR / 16:00:16 ---> Running in aeb352e5b2d1 16:00:17 Removing intermediate container aeb352e5b2d1 16:00:17 ---> eed91babe284 16:00:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:18 ---> cf65a3dc25e1 16:00:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:00:20 ---> 5c68169aa2cd 16:00:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:00:21 ---> 31cd5c4e7bbe 16:00:21 Step 19/23 : ENTRYPOINT ["/core-command"] 16:00:21 ---> Running in 34d35b3f3431 16:00:22 Removing intermediate container 34d35b3f3431 16:00:22 ---> f4307e1289c7 16:00:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:22 ---> Running in 4ce1ef485270 16:00:23 Removing intermediate container 4ce1ef485270 16:00:23 ---> 01eebced2c90 16:00:23 Step 21/23 : LABEL arch=arm64 16:00:23 ---> Running in 7b1ff29447e5 16:00:24 Removing intermediate container 7b1ff29447e5 16:00:24 ---> f8c1ae96f581 16:00:24 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 16:00:24 ---> Running in a5ed616dff67 16:00:25 Removing intermediate container a5ed616dff67 16:00:25 ---> 9eba45c06bf1 16:00:25 Step 23/23 : LABEL version=0.0.0 16:00:25 ---> Running in 0a9739f96cb1 16:00:26 Removing intermediate container 0a9739f96cb1 16:00:26 ---> 3c382deac173 16:00:26 16:00:26 Successfully built 3c382deac173 16:00:26 Successfully tagged docker-core-command-go-arm64:latest 16:00:41  Building docker-core-command-go ... done Removing intermediate container 1e0abdc64dae 16:00:41 ---> 8c1d3f2bf51e 16:00:41 16:00:41 Step 10/22 : FROM alpine:3.12 16:00:41 ---> afeebe901d6b 16:00:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:00:41 ---> Running in df52c3518c61 16:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:43 (1/2) Installing ca-certificates (20191127-r4) 16:00:43 (2/2) Installing dumb-init (1.2.2-r1) 16:00:43 Executing busybox-1.31.1-r19.trigger 16:00:43 Executing ca-certificates-20191127-r4.trigger 16:00:43 OK: 6 MiB in 16 packages 16:00:45 Removing intermediate container df52c3518c61 16:00:45 ---> e083a81aee22 16:00:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:00:45 ---> Running in fd37fdafe182 16:00:46 Removing intermediate container fd37fdafe182 16:00:46 ---> 8227e5fb1d0e 16:00:46 Step 13/22 : ENV APP_PORT=48060 16:00:46 ---> Running in 0b1fd28b6475 16:00:46 Removing intermediate container 0b1fd28b6475 16:00:46 ---> 594c674f5bfe 16:00:46 Step 14/22 : EXPOSE $APP_PORT 16:00:47 ---> Running in 0a47c5ebfc24 16:00:47 Removing intermediate container 0a47c5ebfc24 16:00:47 ---> f233084c478d 16:00:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:48 ---> b19392bdb43f 16:00:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:00:49 ---> 419a2a56ade5 16:00:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:00:51 ---> 11e5006c779d 16:00:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:00:51 ---> Running in 12176c058038 16:00:51 Removing intermediate container d5c00cbf94f0 16:00:51 ---> 37ec157c9a40 16:00:51 16:00:51 Step 10/23 : FROM alpine:3.12 16:00:51 ---> afeebe901d6b 16:00:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:00:51 ---> Running in 8cda0124272e 16:00:51 Removing intermediate container 12176c058038 16:00:51 ---> aff0ac71f1ad 16:00:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:51 ---> Running in e970e54f5ab3 16:00:52 Removing intermediate container 8cda0124272e 16:00:52 ---> 14316a4ba186 16:00:52 Step 12/23 : ENV APP_PORT=48080 16:00:52 ---> Running in 13a5657b5cdf 16:00:52 Removing intermediate container e970e54f5ab3 16:00:52 ---> e990c6523f7a 16:00:52 Step 20/22 : LABEL arch=arm64 16:00:52 ---> Running in d4b7eeb09090 16:00:52 Removing intermediate container 13a5657b5cdf 16:00:52 ---> 6c81c905fcac 16:00:52 Step 13/23 : EXPOSE $APP_PORT 16:00:53 ---> Running in bb13eea5b340 16:00:53 Removing intermediate container d4b7eeb09090 16:00:53 ---> c4ec2710f744 16:00:53 Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 16:00:53 ---> Running in 032ba9900414 16:00:53 Removing intermediate container bb13eea5b340 16:00:53 ---> 924dcfae7ee3 16:00:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:53 ---> Running in 5584611d3391 16:00:53 Removing intermediate container 032ba9900414 16:00:53 ---> ac9a8d530fec 16:00:53 Step 22/22 : LABEL version=0.0.0 16:00:53 ---> Running in 2f968993e741 16:00:54 Removing intermediate container 2f968993e741 16:00:54 ---> 9da2ebeea28e 16:00:54 16:00:54 Successfully built 9da2ebeea28e 16:00:54 Successfully tagged docker-support-notifications-go-arm64:latest 16:00:56  Building docker-support-notifications-go ... done Removing intermediate container 5584611d3391 16:00:56 ---> 377a5da21c6c 16:00:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:00:56 ---> Running in 2dd4394b6cee 16:00:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:58 (1/6) Installing dumb-init (1.2.2-r1) 16:00:58 (2/6) Installing libgcc (9.3.0-r2) 16:00:59 (3/6) Installing libsodium (1.0.18-r0) 16:00:59 (4/6) Installing libstdc++ (9.3.0-r2) 16:00:59 (5/6) Installing libzmq (4.3.3-r0) 16:00:59 (6/6) Installing zeromq (4.3.3-r0) 16:00:59 Executing busybox-1.31.1-r19.trigger 16:00:59 OK: 8 MiB in 20 packages 16:01:01 Removing intermediate container 2dd4394b6cee 16:01:01 ---> 23829557394c 16:01:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:01:01 ---> 26dab5191abc 16:01:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:01:03 ---> 420c96e8d5eb 16:01:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:01:04 ---> c60dc70dfd56 16:01:04 Step 19/23 : ENTRYPOINT ["/core-data"] 16:01:04 ---> Running in 803174a57d0c 16:01:04 Removing intermediate container 803174a57d0c 16:01:04 ---> 6ec30010f160 16:01:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:01:04 ---> Running in 4c2643dfda62 16:01:04 Removing intermediate container 4c2643dfda62 16:01:04 ---> 39ec0af45a6c 16:01:04 Step 21/23 : LABEL arch=arm64 16:01:05 ---> Running in 6102f3118f9b 16:01:05 Removing intermediate container 6102f3118f9b 16:01:05 ---> 731060762d9b 16:01:05 Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca 16:01:05 ---> Running in 3da0060a2ff8 16:01:05 Removing intermediate container 3da0060a2ff8 16:01:05 ---> 651ffbc54bdc 16:01:05 Step 23/23 : LABEL version=0.0.0 16:01:06 ---> Running in 7641a3c0a0da 16:01:06 Removing intermediate container 7641a3c0a0da 16:01:06 ---> bdf734304a4a 16:01:06 16:01:07 Successfully built bdf734304a4a 16:01:07 Successfully tagged docker-core-data-go-arm64:latest 16:01:07  Building docker-core-data-go ... done  [Pipeline] } 16:01:07 $ docker stop --time=1 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 16:01:09 $ docker rm -f 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 [Pipeline] // withDockerContainer [Pipeline] sh 16:01:10 + grep docker 16:01:10 + docker images 16:01:10 docker-core-data-go-arm64 latest bdf734304a4a 4 seconds ago 21.1MB 16:01:10 docker-support-notifications-go-arm64 latest 9da2ebeea28e 16 seconds ago 16.8MB 16:01:10 docker-core-command-go-arm64 latest 3c382deac173 45 seconds ago 16.2MB 16:01:10 docker-support-scheduler-go-arm64 latest 86ce6dd774cf About a minute ago 16.3MB 16:01:10 docker-sys-mgmt-agent-go-arm64 latest b211bc10c718 About a minute ago 300MB 16:01:10 docker-security-bootstrapper-go-arm64 latest 1fe46cc7f9c4 3 minutes ago 17.3MB 16:01:10 docker-core-metadata-go-arm64 latest 99e1af7fd3e6 3 minutes ago 17.9MB 16:01:10 docker-security-secretstore-setup-go-arm64 latest ebde75a497be 3 minutes ago 23.7MB 16:01:10 docker-security-proxy-setup-go-arm64 latest 56d2c441a694 3 minutes ago 23.4MB 16:01:10 docker 20.10.0 eeaf43b92773 2 months 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 16:01:13 provisioning config files... 16:01:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1784554884396680145tmp [Pipeline] { [Pipeline] sh 16:01:13 + set +x 16:01:13 + curl -s https://codecov.io/bash 16:01:13 + bash -s -- 16:01:14 16:01:14 _____ _ 16:01:14 / ____| | | 16:01:14 | | ___ __| | ___ ___ _____ __ 16:01:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:01:14 | |___| (_) | (_| | __/ (_| (_) \ V / 16:01:14 \_____\___/ \__,_|\___|\___\___/ \_/ 16:01:14 Bash-20210129-7c25fce 16:01:14 16:01:14 16:01:14 ==> git version 2.24.3 found 16:01:14 ==> 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 16:01:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:01:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:01:14 ==> Jenkins CI detected. 16:01:14 project root: . 16:01:14 --> token set from env 16:01:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:01:14 ==> Running gcov in . (disable via -X gcov) 16:01:14 ==> Python coveragepy not found 16:01:14 ==> Searching for coverage reports in: 16:01:14 + . 16:01:14 -> Found 1 reports 16:01:14 ==> Detecting git/mercurial file structure 16:01:14 ==> Reading reports 16:01:14 + ./coverage.out bytes=592582 16:01:14 ==> Appending adjustments 16:01:14 https://docs.codecov.io/docs/fixing-reports 16:01:17 + Found adjustments 16:01:17 ==> Gzipping contents 16:01:17 88K /tmp/codecov.VulFg5.gz 16:01:17 ==> Uploading reports 16:01:17 url: https://codecov.io 16:01:17 query: branch=PR-3179&commit=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 16:01:17 -> Pinging Codecov 16:01:17 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 16:01:17 -> Uploading to 16:01:17 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca/be4bc45d-a271-4228-bcfc-e73b55a88950.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T160117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48caecda9ec0cf662a9ca0ff6bb96518f1ae7b805e8cb6e687c553317afb3a6c 16:01:17 % Total % Received % Xferd Average Speed Time Time Time Current 16:01:17 Dload Upload Total Spent Left Speed 16:01:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88558 0 0 100 88558 0 152k --:--:-- --:--:-- --:--:-- 153k 16:01:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [Pipeline] } 16:01:18 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 16:01:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:01:23 ---> package-listing.sh 16:01:23 ++ facter osfamily 16:01:23 ++ tr '[:upper:]' '[:lower:]' 16:01:23 + OS_FAMILY=redhat 16:01:23 + workspace=/w/workspace/edgex-go/4 16:01:23 + START_PACKAGES=/tmp/packages_start.txt 16:01:23 + END_PACKAGES=/tmp/packages_end.txt 16:01:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:01:23 + PACKAGES=/tmp/packages_start.txt 16:01:23 + '[' /w/workspace/edgex-go/4 ']' 16:01:23 + PACKAGES=/tmp/packages_end.txt 16:01:23 + case "${OS_FAMILY}" in 16:01:23 + rpm -qa 16:01:23 + sort 16:01:28 + '[' -f /tmp/packages_start.txt ']' 16:01:28 + '[' -f /tmp/packages_end.txt ']' 16:01:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:01:28 + '[' /w/workspace/edgex-go/4 ']' 16:01:28 + mkdir -p /w/workspace/edgex-go/4/archives/ 16:01:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 16:01:28 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 16:01:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:29 16:01:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:01:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:29 alpine: Pulling from edgex-lftools-log-publisher 16:01:29 df20fa9351a1: Pulling fs layer 16:01:29 36b3adc4ff6f: Pulling fs layer 16:01:29 8ad3a11d3b57: Pulling fs layer 16:01:29 46f8f816bc3b: Pulling fs layer 16:01:29 93b61091891f: Pulling fs layer 16:01:29 93b9cdb0e59b: Pulling fs layer 16:01:29 5e14af77c1be: Pulling fs layer 16:01:29 01666e4c0597: Pulling fs layer 16:01:29 aa168da1d23b: Pulling fs layer 16:01:29 93b9cdb0e59b: Waiting 16:01:29 5e14af77c1be: Waiting 16:01:29 01666e4c0597: Waiting 16:01:29 aa168da1d23b: Waiting 16:01:29 46f8f816bc3b: Waiting 16:01:29 93b61091891f: Waiting 16:01:29 36b3adc4ff6f: Download complete 16:01:29 46f8f816bc3b: Verifying Checksum 16:01:29 46f8f816bc3b: Download complete 16:01:29 df20fa9351a1: Verifying Checksum 16:01:29 df20fa9351a1: Download complete 16:01:29 93b9cdb0e59b: Verifying Checksum 16:01:29 93b9cdb0e59b: Download complete 16:01:29 5e14af77c1be: Download complete 16:01:29 93b61091891f: Download complete 16:01:29 01666e4c0597: Verifying Checksum 16:01:29 01666e4c0597: Download complete 16:01:29 8ad3a11d3b57: Verifying Checksum 16:01:29 8ad3a11d3b57: Download complete 16:01:30 df20fa9351a1: Pull complete 16:01:30 36b3adc4ff6f: Pull complete 16:01:31 8ad3a11d3b57: Pull complete 16:01:31 aa168da1d23b: Verifying Checksum 16:01:31 aa168da1d23b: Download complete 16:01:32 46f8f816bc3b: Pull complete 16:01:33 93b61091891f: Pull complete 16:01:33 93b9cdb0e59b: Pull complete 16:01:33 5e14af77c1be: Pull complete 16:01:33 01666e4c0597: Pull complete 16:01:43 aa168da1d23b: Pull complete 16:01:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:01:44 prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container 16:01:44 $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:01:47 $ docker top ac24aada07bf07359731ed768260143c7967af83cbe4b1dc1fb428f5942aaa5c -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:48 + touch /tmp/pre-build-complete [Pipeline] sh 16:01:48 + mkdir -p /var/log/sa [Pipeline] sh 16:01:48 + ls /var/log/sa-host 16:01:48 + sadf -c /var/log/sa-host/sa22 16:01:48 file_magic: OK 16:01:48 HZ: Using current value: 100 16:01:48 file_header: OK 16:01:48 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 16:01:48 Statistics: 16:01:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:01:48 File successfully converted to sysstat format version 12.2.1 16:01:48 + sadf -c /var/log/sa-host/sa23 16:01:48 file_magic: OK 16:01:48 HZ: Using current value: 100 16:01:48 file_header: OK 16:01:48 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 16:01:48 Statistics: 16:01:48 Hnuu...uuuununununu... 16:01:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:01:49 provisioning config files... 16:01:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4971967108450778613tmp [Pipeline] { [Pipeline] echo 16:01:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:01:49 ---> create-netrc.sh [Pipeline] } 16:01:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:01:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:01:50 ---> python-tools-install.sh [Pipeline] echo 16:01:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:01:50 ---> sudo-logs.sh 16:01:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:01:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:01:51 ---> job-cost.sh 16:01:51 lf-activate-venv: SKIPPING 16:01:51 INFO: No Stack... 16:01:52 INFO: Retrieving Pricing Info for: v1-standard-2 16:01:52 INFO: Archiving Costs [Pipeline] echo 16:01:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:01:52 ---> logs-deploy.sh 16:01:52 lf-activate-venv: SKIPPING 16:01:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/4 16:01:52 INFO: archiving workspace using pattern(s): 16:01:53 Archives upload complete. 16:01:53 INFO: archiving logs to Nexus 16:01:55 ---> uname -a: 16:01:55 Linux prd-centos7-docker-4c-2g-27166.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:01:55 16:01:55 16:01:55 ---> lscpu: 16:01:55 Architecture: x86_64 16:01:55 CPU op-mode(s): 32-bit, 64-bit 16:01:55 Byte Order: Little Endian 16:01:55 Address sizes: 40 bits physical, 48 bits virtual 16:01:55 CPU(s): 4 16:01:55 On-line CPU(s) list: 0-3 16:01:55 Thread(s) per core: 1 16:01:55 Core(s) per socket: 1 16:01:55 Socket(s): 4 16:01:55 NUMA node(s): 1 16:01:55 Vendor ID: GenuineIntel 16:01:55 CPU family: 6 16:01:55 Model: 44 16:01:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:01:55 Stepping: 1 16:01:55 CPU MHz: 2933.438 16:01:55 BogoMIPS: 5866.87 16:01:55 Virtualization: VT-x 16:01:55 Hypervisor vendor: KVM 16:01:55 Virtualization type: full 16:01:55 L1d cache: 128 KiB 16:01:55 L1i cache: 128 KiB 16:01:55 L2 cache: 16 MiB 16:01:55 L3 cache: 64 MiB 16:01:55 NUMA node0 CPU(s): 0-3 16:01:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:01:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:01:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:01:55 Vulnerability Meltdown: Mitigation; PTI 16:01:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:01:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:01:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:01:55 Vulnerability Srbds: Not affected 16:01:55 Vulnerability Tsx async abort: Not affected 16:01:55 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 16:01:55 16:01:55 16:01:55 ---> nproc: 16:01:55 4 16:01:55 16:01:55 16:01:55 ---> df -h: 16:01:55 Filesystem Size Used Available Use% Mounted on 16:01:55 overlay 50.0G 10.9G 39.1G 22% / 16:01:55 tmpfs 64.0M 0 64.0M 0% /dev 16:01:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:01:55 shm 64.0M 0 64.0M 0% /dev/shm 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/4 16:01:55 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/4@tmp 16:01:55 16:01:55 16:01:55 ---> free -m: 16:01:55 total used free shared buff/cache available 16:01:55 Mem: 1837 705 129 0 1002 1048 16:01:55 Swap: 1023 83 940 16:01:55 16:01:55 16:01:55 ---> ip addr: 16:01:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:01:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:01:55 inet 127.0.0.1/8 scope host lo 16:01:55 valid_lft forever preferred_lft forever 16:01:55 inet6 ::1/128 scope host 16:01:55 valid_lft forever preferred_lft forever 16:01:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:01:55 link/ether fa:16:3e:40:d5:12 brd ff:ff:ff:ff:ff:ff 16:01:55 inet 10.30.123.214/23 brd 10.30.123.255 scope global dynamic eth0 16:01:55 valid_lft 85191sec preferred_lft 85191sec 16:01:55 inet6 fe80::f816:3eff:fe40:d512/64 scope link 16:01:55 valid_lft forever preferred_lft forever 16:01:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:01:55 link/ether 02:42:41:44:67:94 brd ff:ff:ff:ff:ff:ff 16:01:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:01:55 valid_lft forever preferred_lft forever 16:01:55 inet6 fe80::42:41ff:fe44:6794/64 scope link 16:01:55 valid_lft forever preferred_lft forever 16:01:55 16:01:55 16:01:55 ---> sar -b -r -n DEV: 16:01:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 16:01:55 16:01:55 15:41:35 LINUX RESTART (4 CPU) 16:01:55 16:01:55 15:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:01:55 15:43:02 102.99 38.06 64.93 0.00 8020.10 18412.13 0.00 16:01:55 15:44:01 320.96 110.17 210.80 0.00 7429.17 53491.76 0.00 16:01:55 15:45:01 189.14 99.47 89.67 0.00 3667.68 10337.23 0.00 16:01:55 15:46:01 145.62 72.75 72.87 0.00 3401.76 8943.99 0.00 16:01:55 15:47:02 315.39 124.54 190.85 0.00 51914.13 124293.84 0.00 16:01:55 15:48:01 3283.99 2911.27 372.72 0.00 183650.28 199673.12 0.00 16:01:55 15:49:01 422.92 187.43 235.50 0.00 24421.40 50787.01 0.00 16:01:55 15:50:02 2710.97 2356.46 354.51 0.00 126563.65 136959.86 0.00 16:01:55 15:51:01 675.81 415.89 259.92 0.00 27179.97 37976.60 0.00 16:01:55 15:52:01 5.88 0.70 5.18 0.00 26.24 167.19 0.00 16:01:55 15:53:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 16:01:55 15:54:01 1.47 1.25 0.22 0.00 93.40 1.98 0.00 16:01:55 15:55:01 0.33 0.00 0.33 0.00 0.00 3.46 0.00 16:01:55 15:56:01 0.35 0.02 0.33 0.00 0.40 4.61 0.00 16:01:55 15:57:01 1.98 1.71 0.27 0.00 57.41 2.88 0.00 16:01:55 15:58:01 0.82 0.05 0.77 0.00 1.20 14.62 0.00 16:01:55 15:59:01 0.33 0.02 0.32 0.00 0.27 3.55 0.00 16:01:55 16:00:01 0.25 0.02 0.23 0.00 0.13 2.48 0.00 16:01:55 16:01:02 0.27 0.07 0.20 0.00 1.47 2.08 0.00 16:01:55 Average: 429.28 331.60 97.68 0.00 22922.51 33695.01 0.00 16:01:55 16:01:55 15:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:01:55 15:43:02 291596 0 645188 34.29 2596 942164 1199856 40.95 549320 837584 42844 16:01:55 15:44:01 232776 0 772552 41.06 1152 875064 1316804 44.94 526936 822612 8 16:01:55 15:45:01 203240 0 796864 42.35 636 880804 1806048 61.64 660016 735860 66708 16:01:55 15:46:01 240248 0 811672 43.14 516 829108 1752012 59.79 620644 728004 45132 16:01:55 15:47:02 77232 0 845268 44.92 0 959044 2266304 77.35 762604 828608 80496 16:01:55 15:48:01 704284 0 704464 37.44 0 472796 1797556 61.35 405048 544392 40 16:01:55 15:49:01 53024 0 692308 36.79 0 1136212 1352784 46.17 578108 1001200 21396 16:01:55 15:50:02 158868 0 762212 40.51 0 960464 1983944 67.71 585948 883444 50708 16:01:55 15:51:01 436004 0 634876 33.74 0 810664 1219320 41.61 500452 696532 20 16:01:55 15:52:01 445064 0 625040 33.22 0 811440 1169520 39.91 494772 696152 12 16:01:55 15:53:01 444564 0 625536 33.25 0 811444 1169652 39.92 495636 696024 8 16:01:55 15:54:01 442564 0 624720 33.20 0 814260 1169520 39.91 495024 698828 8 16:01:55 15:55:01 442572 0 624704 33.20 0 814268 1169520 39.91 494300 699684 8 16:01:55 15:56:01 442628 0 624640 33.20 0 814276 1169520 39.91 494052 699700 8 16:01:55 15:57:01 440808 0 625428 33.24 0 815308 1169520 39.91 494696 700240 16 16:01:55 15:58:01 440588 0 625636 33.25 0 815320 1169580 39.92 495140 700248 8 16:01:55 15:59:01 440628 0 625596 33.25 0 815320 1169564 39.92 494944 700248 8 16:01:55 16:00:01 440940 0 625272 33.23 0 815332 1169584 39.92 494596 700256 16 16:01:55 16:01:02 439836 0 626368 33.29 0 815340 1171928 40.00 495472 700260 16 16:01:55 Average: 358814 0 679913 36.14 258 842559 1389081 47.41 533564 740520 16182 16:01:55 16:01:55 15:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:01:55 15:43:02 eth0 1933.59 1544.87 6385.48 209.02 0.00 0.00 0.00 0.00 16:01:55 15:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:43:02 veth207bb61 859.22 829.50 82.18 2685.78 0.00 0.00 0.00 0.00 16:01:55 15:43:02 docker0 859.22 829.36 70.43 2685.77 0.00 0.00 0.00 0.00 16:01:55 15:44:01 eth0 506.89 412.88 3742.80 43.29 0.00 0.00 0.00 0.00 16:01:55 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:44:01 docker0 149.73 203.38 10.76 849.65 0.00 0.00 0.00 0.00 16:01:55 15:45:01 veth98ce68f 0.42 0.55 0.03 0.05 0.00 0.00 0.00 0.00 16:01:55 15:45:01 eth0 37.51 21.73 33.62 14.93 0.00 0.00 0.00 0.00 16:01:55 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:45:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 16:01:55 15:46:01 veth98ce68f 1.23 1.23 0.10 0.10 0.00 0.00 0.00 0.00 16:01:55 15:46:01 eth0 37.01 28.63 19.87 74.93 0.00 0.00 0.00 0.00 16:01:55 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:46:01 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 16:01:55 15:47:02 veth87d7290 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:01:55 15:47:02 eth0 203.40 164.65 1687.32 67.48 0.00 0.00 0.00 0.00 16:01:55 15:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:48:01 vethf23754e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:48:01 veth8df6294 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:48:01 veth84938dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:48:01 veth87d7290 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:01:55 15:49:01 veth87d7290 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 16:01:55 15:49:01 eth0 2912.21 2301.47 13372.93 435.18 0.00 0.00 0.00 0.00 16:01:55 15:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:01:55 15:49:01 docker0 1024.74 1076.50 81.78 3805.26 0.00 0.00 0.00 0.00 16:01:55 15:50:02 veth87d7290 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:50:02 eth0 101.67 60.92 363.19 87.02 0.00 0.00 0.00 0.00 16:01:55 15:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:50:02 veth73c25eb 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:01:55 15:51:01 eth0 86.69 50.53 183.41 77.61 0.00 0.00 0.00 0.00 16:01:55 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:51:01 docker0 1086.21 1178.02 86.07 4384.21 0.00 0.00 0.00 0.00 16:01:55 15:52:01 eth0 0.53 0.12 0.05 0.02 0.00 0.00 0.00 0.00 16:01:55 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:53:01 eth0 1.08 0.78 0.78 0.29 0.00 0.00 0.00 0.00 16:01:55 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:54:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:55:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:01:55 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:01:55 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:58:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:01:55 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:59:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 16:01:55 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 16:00:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 16:01:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:01:55 16:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 16:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 Average: eth0 164.10 127.74 737.31 31.75 0.00 0.00 0.00 0.00 16:01:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:55 Average: docker0 56.32 61.08 4.46 227.32 0.00 0.00 0.00 0.00 16:01:55 16:01:55 16:01:55 ---> sar -P ALL: 16:01:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 16:01:55 16:01:55 15:41:35 LINUX RESTART (4 CPU) 16:01:55 16:01:55 15:42:01 CPU %user %nice %system %iowait %steal %idle 16:01:55 15:43:02 all 21.74 0.00 8.04 2.32 0.04 67.86 16:01:55 15:43:02 0 17.93 0.00 9.58 1.13 0.05 71.31 16:01:55 15:43:02 1 24.85 0.00 6.86 2.22 0.05 66.03 16:01:55 15:43:02 2 23.73 0.00 8.01 2.47 0.02 65.78 16:01:55 15:43:02 3 20.42 0.00 7.73 3.44 0.03 68.38 16:01:55 15:44:01 all 11.44 0.00 9.23 5.94 0.03 73.36 16:01:55 15:44:01 0 12.36 0.00 9.78 4.78 0.02 73.06 16:01:55 15:44:01 1 12.24 0.00 9.51 7.64 0.03 70.58 16:01:55 15:44:01 2 10.43 0.00 9.33 5.02 0.03 75.18 16:01:55 15:44:01 3 10.74 0.00 8.30 6.32 0.02 74.63 16:01:55 15:45:01 all 49.88 0.00 12.20 4.78 0.03 33.12 16:01:55 15:45:01 0 48.19 0.00 12.19 4.89 0.03 34.69 16:01:55 15:45:01 1 48.37 0.00 12.57 4.99 0.03 34.04 16:01:55 15:45:01 2 50.99 0.00 11.75 4.60 0.00 32.66 16:01:55 15:45:01 3 51.96 0.00 12.27 4.63 0.03 31.11 16:01:55 15:46:01 all 42.18 0.00 12.61 3.26 0.04 41.92 16:01:55 15:46:01 0 42.15 0.00 12.39 3.12 0.03 42.30 16:01:55 15:46:01 1 43.20 0.00 13.06 3.06 0.03 40.64 16:01:55 15:46:01 2 41.72 0.00 12.34 3.95 0.03 41.95 16:01:55 15:46:01 3 41.64 0.00 12.64 2.90 0.05 42.77 16:01:55 15:47:02 all 23.61 0.00 17.12 5.96 0.06 53.25 16:01:55 15:47:02 0 21.48 0.00 16.85 3.87 0.03 57.76 16:01:55 15:47:02 1 24.83 0.00 17.56 5.29 0.07 52.26 16:01:55 15:47:02 2 24.12 0.00 16.99 5.83 0.09 52.97 16:01:55 15:47:02 3 24.03 0.00 17.05 8.84 0.07 50.00 16:01:55 15:48:01 all 21.53 0.00 29.07 24.95 0.08 24.38 16:01:55 15:48:01 0 21.33 0.00 28.61 23.43 0.05 26.57 16:01:55 15:48:01 1 21.88 0.00 28.90 26.35 0.05 22.81 16:01:55 15:48:01 2 21.34 0.00 28.96 25.02 0.11 24.58 16:01:55 15:48:01 3 21.57 0.00 29.80 24.97 0.09 23.56 16:01:55 15:49:01 all 53.99 0.00 17.47 13.44 0.04 15.06 16:01:55 15:49:01 0 53.73 0.00 18.08 11.14 0.03 17.01 16:01:55 15:49:01 1 53.86 0.00 17.61 14.74 0.05 13.74 16:01:55 15:49:01 2 53.56 0.00 17.01 16.79 0.03 12.61 16:01:55 15:49:01 3 54.81 0.00 17.17 11.10 0.05 16.86 16:01:55 15:50:02 all 32.29 0.00 24.70 27.23 0.06 15.73 16:01:55 15:50:02 0 31.54 0.00 24.30 28.07 0.05 16.04 16:01:55 15:50:02 1 33.08 0.00 24.87 28.58 0.09 13.38 16:01:55 15:50:02 2 31.43 0.00 25.05 27.42 0.05 16.04 16:01:55 15:50:02 3 33.11 0.00 24.57 24.82 0.03 17.46 16:01:55 15:51:01 all 33.02 0.00 15.09 17.27 0.05 34.57 16:01:55 15:51:01 0 32.78 0.00 14.52 16.52 0.07 36.11 16:01:55 15:51:01 1 32.51 0.00 15.35 18.53 0.03 33.57 16:01:55 15:51:01 2 33.56 0.00 15.73 15.69 0.03 34.98 16:01:55 15:51:01 3 33.22 0.00 14.77 18.35 0.05 33.62 16:01:55 15:52:01 all 0.16 0.00 0.05 0.00 0.00 99.80 16:01:55 15:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:01:55 15:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:01:55 15:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 15:52:01 3 0.52 0.00 0.07 0.00 0.00 99.42 16:01:55 15:53:01 all 0.21 0.00 0.23 0.00 0.00 99.56 16:01:55 15:53:01 0 0.07 0.00 0.22 0.00 0.00 99.72 16:01:55 15:53:01 1 0.10 0.00 0.20 0.00 0.00 99.70 16:01:55 15:53:01 2 0.08 0.00 0.25 0.00 0.00 99.67 16:01:55 15:53:01 3 0.58 0.00 0.25 0.00 0.02 99.15 16:01:55 16:01:55 15:53:01 CPU %user %nice %system %iowait %steal %idle 16:01:55 15:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:01:55 15:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:01:55 15:54:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:01:55 15:54:01 2 0.03 0.00 0.03 0.02 0.00 99.92 16:01:55 15:54:01 3 0.52 0.00 0.02 0.00 0.00 99.47 16:01:55 15:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:01:55 15:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:01:55 15:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:01:55 15:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:01:55 15:55:01 3 0.53 0.00 0.03 0.00 0.00 99.43 16:01:55 15:56:01 all 0.17 0.00 0.05 0.00 0.00 99.77 16:01:55 15:56:01 0 0.02 0.00 0.05 0.00 0.00 99.93 16:01:55 15:56:01 1 0.07 0.00 0.07 0.02 0.02 99.83 16:01:55 15:56:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:01:55 15:56:01 3 0.52 0.00 0.05 0.00 0.00 99.43 16:01:55 15:57:01 all 0.16 0.00 0.05 0.02 0.00 99.78 16:01:55 15:57:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:01:55 15:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:01:55 15:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:01:55 15:57:01 3 0.52 0.00 0.07 0.08 0.00 99.33 16:01:55 15:58:01 all 0.15 0.00 0.04 0.00 0.00 99.80 16:01:55 15:58:01 0 0.03 0.00 0.05 0.00 0.02 99.90 16:01:55 15:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 15:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 15:58:01 3 0.52 0.00 0.05 0.00 0.00 99.43 16:01:55 15:59:01 all 0.14 0.00 0.03 0.00 0.00 99.83 16:01:55 15:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:01:55 15:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 15:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:01:55 15:59:01 3 0.50 0.00 0.03 0.00 0.00 99.47 16:01:55 16:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:01:55 16:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:01:55 16:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:01:55 16:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 16:00:01 3 0.53 0.00 0.02 0.00 0.00 99.45 16:01:55 16:01:02 all 0.16 0.00 0.03 0.00 0.00 99.80 16:01:55 16:01:02 0 0.02 0.00 0.03 0.00 0.00 99.95 16:01:55 16:01:02 1 0.03 0.00 0.03 0.00 0.00 99.93 16:01:55 16:01:02 2 0.05 0.00 0.02 0.00 0.02 99.92 16:01:55 16:01:02 3 0.53 0.00 0.05 0.00 0.00 99.42 16:01:55 Average: all 15.11 0.00 7.52 5.39 0.02 71.95 16:01:55 Average: 0 14.62 0.00 7.58 4.99 0.02 72.80 16:01:55 Average: 1 15.32 0.00 7.57 5.72 0.02 71.37 16:01:55 Average: 2 15.13 0.00 7.51 5.49 0.02 71.86 16:01:55 Average: 3 15.37 0.00 7.43 5.38 0.02 71.79 16:01:55 16:01:55 16:01:55