Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6778374181067c634be59fa5fbbb34bb40a891bb+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (18102b831e2c2fd322b02426d140219be64e52d7) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24855’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24860 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 021d11b3629244596c60cbb9eddc3202dabe15fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:14 ========================================================= 04:30:14 EdgeX Global Pipelines Version Info 04:30:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:16 ------------------- 04:30:16 stable info: 04:30:16 ------------------- 04:30:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:30:16 Message: update stable to v1.0.179 04:30:17 ------------------- 04:30:17 experimental info: 04:30:17 ------------------- 04:30:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:30:17 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:30:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:30:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 04:30:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 04:30:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 04:30:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6778374181067c634be59fa5fbbb34bb40a891bb [Pipeline] echo 04:30:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6778374 [Pipeline] echo 04:30:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:30:21 provisioning config files... 04:30:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4720119282440090942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:22 ---> docker-login.sh 04:30:22 nexus3.edgexfoundry.org:10001 04:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:22 Configure a credential helper to remove this warning. See 04:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:22 04:30:22 Login Succeeded 04:30:22 nexus3.edgexfoundry.org:10002 04:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:22 Configure a credential helper to remove this warning. See 04:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:22 04:30:22 Login Succeeded 04:30:22 nexus3.edgexfoundry.org:10003 04:30:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:22 Configure a credential helper to remove this warning. See 04:30:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:22 04:30:22 Login Succeeded 04:30:22 nexus3.edgexfoundry.org:10004 04:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:23 Configure a credential helper to remove this warning. See 04:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:23 04:30:23 Login Succeeded 04:30:23 docker.io 04:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:23 Configure a credential helper to remove this warning. See 04:30:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:23 04:30:23 Login Succeeded 04:30:23 ---> docker-login.sh ends [Pipeline] } 04:30:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:24 ++ 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 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/core-command/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo core-command,cmd/core-command/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/core-data/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo core-data,cmd/core-data/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/core-metadata/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo core-metadata,cmd/core-metadata/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/security-bootstrapper/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/security-proxy-setup/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/support-notifications/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo support-notifications,cmd/support-notifications/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/support-scheduler/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:30:24 + for file in '`ls cmd/**/Dockerfile`' 04:30:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:30:24 ++ cut -d/ -f2 04:30:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:30:24 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 04:30:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:25 04:30:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:30:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:25 latest: Pulling from edgex-devops/git-semver 04:30:25 31603596830f: Pulling fs layer 04:30:25 2a8b12db71e7: Pulling fs layer 04:30:25 6ca5941a6612: Pulling fs layer 04:30:25 ecc8261a40a4: Pulling fs layer 04:30:25 ecc8261a40a4: Waiting 04:30:25 2a8b12db71e7: Verifying Checksum 04:30:25 2a8b12db71e7: Download complete 04:30:25 31603596830f: Verifying Checksum 04:30:25 31603596830f: Download complete 04:30:25 ecc8261a40a4: Verifying Checksum 04:30:25 ecc8261a40a4: Download complete 04:30:26 6ca5941a6612: Verifying Checksum 04:30:26 6ca5941a6612: Download complete 04:30:26 31603596830f: Pull complete 04:30:26 2a8b12db71e7: Pull complete 04:30:27 6ca5941a6612: Pull complete 04:30:27 ecc8261a40a4: Pull complete 04:30:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:30:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:30:27 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:30:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:30:30 $ docker top d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:31 [ssh-agent] Looking for ssh-agent implementation... 04:30:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:31 $ docker exec d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent 04:30:31 SSH_AUTH_SOCK=/tmp/ssh-Q1tbbqLdgS9r/agent.12 04:30:31 SSH_AGENT_PID=18 04:30:31 Running ssh-add (command line suppressed) 04:30:31 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8533094224855276456.key (/w/workspace/edgex-go/6@tmp/private_key_8533094224855276456.key) 04:30:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:32 + git tag --points-at HEAD [Pipeline] } 04:30:32 $ docker exec --env ******** --env ******** d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent -k 04:30:32 unset SSH_AUTH_SOCK; 04:30:32 unset SSH_AGENT_PID; 04:30:32 echo Agent pid 18 killed; 04:30:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:30:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:32 [ssh-agent] Looking for ssh-agent implementation... 04:30:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:32 $ docker exec d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent 04:30:32 SSH_AUTH_SOCK=/tmp/ssh-i3PSm6B5cV8N/agent.47 04:30:32 SSH_AGENT_PID=52 04:30:32 Running ssh-add (command line suppressed) 04:30:33 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8070742314234477562.key (/w/workspace/edgex-go/6@tmp/private_key_8070742314234477562.key) 04:30:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:33 + git semver init 04:30:33 # -> Open(): unable to determine branch for HEAD 04:30:33 # $GIT_DIR = /w/workspace/edgex-go/6/.git 04:30:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 04:30:33 # $SEMVER_REMOTE_NAME = origin 04:30:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:33 # $SEMVER_USER_NAME = edgex-jenkins 04:30:33 # $SEMVER_BRANCH = PR-3109 04:30:33 # $SEMVER_TEMP = /tmp/semver-716176855 04:30:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:31:41 # '/tmp/semver-716176855' -> '/w/workspace/edgex-go/6/.semver' 04:31:41 # -> Force: false 04:31:41 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 04:31:41 $ docker exec --env ******** --env ******** d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e ssh-agent -k 04:31:41 unset SSH_AUTH_SOCK; 04:31:41 unset SSH_AGENT_PID; 04:31:41 echo Agent pid 52 killed; 04:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:31:42 + git semver [Pipeline] } 04:31:42 $ docker stop --time=1 d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e 04:31:43 $ docker rm -f d8a68d1aa0296a9f10ed0785d466db66c29113c07b5936231e3df8674a782e8e [Pipeline] // withDockerContainer [Pipeline] sh 04:31:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:31:45 Stashed 1 file(s) [Pipeline] echo 04:31:45 [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 04:31:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:31:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:31:46 + sudo service docker restart 04:31:46 + true 04:31:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:31:47 ========================================================= 04:31:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:31:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:31:47 + 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 . 04:31:52 Sending build context to Docker daemon 327.5MB 04:31:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:31:52 Step 2/6 : FROM ${BASE} 04:31:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:31:52 188c0c94c7c5: Pulling fs layer 04:31:52 0ef7d3d256c8: Pulling fs layer 04:31:52 de9db76c5a1d: Pulling fs layer 04:31:52 bca2f99d35d6: Pulling fs layer 04:31:52 93359f2a8cfa: Pulling fs layer 04:31:52 7c6f9722023f: Pulling fs layer 04:31:52 a35cf1a2eb13: Pulling fs layer 04:31:52 bca2f99d35d6: Waiting 04:31:52 7c6f9722023f: Waiting 04:31:52 a35cf1a2eb13: Waiting 04:31:52 93359f2a8cfa: Waiting 04:31:52 de9db76c5a1d: Verifying Checksum 04:31:52 de9db76c5a1d: Download complete 04:31:52 0ef7d3d256c8: Verifying Checksum 04:31:52 0ef7d3d256c8: Download complete 04:31:52 93359f2a8cfa: Download complete 04:31:52 7c6f9722023f: Verifying Checksum 04:31:52 7c6f9722023f: Download complete 04:31:52 188c0c94c7c5: Verifying Checksum 04:31:52 188c0c94c7c5: Download complete 04:31:52 188c0c94c7c5: Pull complete 04:31:53 a35cf1a2eb13: Download complete 04:31:54 0ef7d3d256c8: Pull complete 04:31:54 bca2f99d35d6: Verifying Checksum 04:31:54 bca2f99d35d6: Download complete 04:31:54 de9db76c5a1d: Pull complete 04:31:59 bca2f99d35d6: Pull complete 04:32:00 93359f2a8cfa: Pull complete 04:32:00 Still waiting to schedule task 04:32:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:32:00 7c6f9722023f: Pull complete 04:32:04 a35cf1a2eb13: Pull complete 04:32:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:32:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:32:04 ---> a62c8e92a672 04:32:04 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 04:32:05 ---> Running in 17e2f8120273 04:32:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:32:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:32:11 (1/12) Installing libmagic (5.38-r0) 04:32:12 (2/12) Installing file (5.38-r0) 04:32:12 (3/12) Installing libc-dev (0.7.2-r3) 04:32:12 (4/12) Installing g++ (9.3.0-r2) 04:32:34 (5/12) Installing fortify-headers (1.1-r0) 04:32:34 (6/12) Installing patch (2.7.6-r6) 04:32:34 (7/12) Installing build-base (0.5-r2) 04:32:34 (8/12) Installing libsodium (1.0.18-r0) 04:32:34 (9/12) Installing pkgconf (1.7.2-r0) 04:32:34 (10/12) Installing libsodium-dev (1.0.18-r0) 04:32:34 (11/12) Installing libzmq (4.3.3-r0) 04:32:35 (12/12) Installing zeromq-dev (4.3.3-r0) 04:32:35 Executing busybox-1.31.1-r19.trigger 04:32:35 OK: 233 MiB in 51 packages 04:32:38 Removing intermediate container 17e2f8120273 04:32:38 ---> d1059f28e8ee 04:32:38 Step 4/6 : WORKDIR /edgex-go 04:32:38 ---> Running in c5abb3e01a51 04:32:38 Removing intermediate container c5abb3e01a51 04:32:38 ---> c189cd7855d6 04:32:38 Step 5/6 : COPY go.mod . 04:32:39 ---> d40bb3893e91 04:32:39 Step 6/6 : RUN go mod download 04:32:39 ---> Running in b42cc0e37cab 04:33:01 Removing intermediate container b42cc0e37cab 04:33:01 ---> 983b60c56f47 04:33:01 Successfully built 983b60c56f47 04:33:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:33:01 + docker inspect -f . ci-base-image-x86_64 04:33:01 . [Pipeline] withDockerContainer 04:33:01 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:02 $ docker top d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:02 + go version 04:33:02 go version go1.15.5 linux/amd64 [Pipeline] } 04:33:03 $ docker stop --time=1 d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 04:33:04 $ docker rm -f d47777cf66cfc329991a411ec9b36dec494df09b78f9c5677dd2c896bc7eb339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:05 + docker inspect -f . ci-base-image-x86_64 04:33:05 . [Pipeline] withDockerContainer 04:33:05 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:33:05 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:33:06 $ docker top 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b -eo pid,comm [Pipeline] { [Pipeline] echo 04:33:06 ========================================================= 04:33:06 [edgeXBuildGoParallel] Running Tests and Build... 04:33:06 ========================================================= [Pipeline] sh 04:33:06 + make test 04:33:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:33:16 ? github.com/edgexfoundry/edgex-go [no test files] 04:33:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:33:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 46.0% of statements 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.251s coverage: 27.1% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 65.8% of statements 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.3% of statements 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 04:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.542s coverage: 92.8% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 04:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 04:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 04:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 63.5% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 68.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.323s coverage: 84.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.079s coverage: 90.4% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.839s coverage: 29.1% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 04:34:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 04:34:22 GO111MODULE=on go vet ./... 04:34:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24870 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 04:34:33 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 04:34:38 using credential edgex-jenkins-ssh 04:34:38 Cloning the remote Git repository 04:34:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:34:39 > git init /w/workspace/edgex-go/6 # timeout=10 04:34:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:39 > git --version # timeout=10 04:34:39 > git --version # 'git version 2.17.1' 04:34:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:34:55 gofmt -l . 04:34:55 [ "`gofmt -l .`" = "" ] 04:34:55 ./bin/test-go-mod-tidy.sh 04:34:55 ./bin/test-attribution-txt.sh [Pipeline] sh 04:34:55 + ls -al . 04:34:55 total 684 04:34:55 drwxrwxr-x 10 1001 1001 4096 Feb 4 04:34 . 04:34:55 drwxr-xr-x 4 root root 28 Feb 4 04:33 .. 04:34:55 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:30 .dockerignore 04:34:55 drwxrwxr-x 8 1001 1001 179 Feb 4 04:30 .git 04:34:55 drwxrwxr-x 3 1001 1001 125 Feb 4 04:30 .github 04:34:55 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:30 .gitignore 04:34:55 drwx------ 3 1001 1001 60 Feb 4 04:31 .semver 04:34:55 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:30 .sonarcloud.properties 04:34:55 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:30 Attribution.txt 04:34:55 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:30 CONTRIBUTING.md 04:34:55 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:30 Dockerfile.build 04:34:55 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:30 Jenkinsfile 04:34:55 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:30 LICENSE 04:34:55 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:30 Makefile 04:34:55 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:30 README.md 04:34:55 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:30 SECURITY.md 04:34:55 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:31 VERSION 04:34:55 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:30 ZMQWindows.md 04:34:55 drwxrwxr-x 2 1001 1001 117 Feb 4 04:30 bin 04:34:55 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:30 cmd 04:34:55 -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out 04:34:55 -rw-r--r-- 1 root root 1054 Feb 4 04:34 go.mod 04:34:55 -rw-r--r-- 1 root root 19517 Feb 4 04:34 go.sum 04:34:55 drwxrwxr-x 8 1001 1001 127 Feb 4 04:30 internal 04:34:55 drwxrwxr-x 4 1001 1001 26 Feb 4 04:30 openapi 04:34:55 drwxrwxr-x 4 1001 1001 71 Feb 4 04:30 snap 04:34:55 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:30 version.go [Pipeline] sh 04:34:56 + '[' -e coverage.out ] 04:34:56 + chown 1001:1001 coverage.out [Pipeline] stash 04:34:56 Stashed 1 file(s) [Pipeline] sh 04:34:56 + make build 04:34:56 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 04:34:58 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb 04:34:59 Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb 04:34:59 Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) 04:34:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:34:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:34:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:58 > git config core.sparsecheckout # timeout=10 04:34:58 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 04:34:59 > git remote # timeout=10 04:34:59 > git config --get remote.origin.url # timeout=10 04:34:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:59 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:34:59 > git rev-parse HEAD^{commit} # timeout=10 04:34:59 > git config core.sparsecheckout # timeout=10 04:34:59 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 04:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:35:04 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:35:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:35:06 + + true 04:35:06 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:35:09 provisioning config files... 04:35:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5548710099039316291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:35:09 ---> docker-login.sh 04:35:09 nexus3.edgexfoundry.org:10001 04:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:10 Configure a credential helper to remove this warning. See 04:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:10 04:35:10 Login Succeeded 04:35:10 nexus3.edgexfoundry.org:10002 04:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:11 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 04:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:11 Configure a credential helper to remove this warning. See 04:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:11 04:35:11 Login Succeeded 04:35:11 nexus3.edgexfoundry.org:10003 04:35:11 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 04:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:11 Configure a credential helper to remove this warning. See 04:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:11 04:35:11 Login Succeeded 04:35:11 nexus3.edgexfoundry.org:10004 04:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:12 Configure a credential helper to remove this warning. See 04:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:12 04:35:12 Login Succeeded 04:35:12 docker.io 04:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:12 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 04:35:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:13 Configure a credential helper to remove this warning. See 04:35:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:13 04:35:13 Login Succeeded 04:35:13 ---> docker-login.sh ends [Pipeline] } 04:35:13 Deleting 1 temporary files [Pipeline] // wrap 04:35:13 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:35:13 ========================================================= 04:35:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:35:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:14 + 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 . 04:35:15 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 04:35:16 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 04:35:16 Sending build context to Docker daemon 166.1MB 04:35:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:35:16 Step 2/6 : FROM ${BASE} 04:35:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:35:16 5f621e34cdf4: Pulling fs layer 04:35:16 a4357932f1b6: Pulling fs layer 04:35:16 18c013af1878: Pulling fs layer 04:35:16 00ac8860ef70: Pulling fs layer 04:35:16 63d7cb157983: Pulling fs layer 04:35:16 b116817d02f9: Pulling fs layer 04:35:16 745a02a5169b: Pulling fs layer 04:35:16 00ac8860ef70: Waiting 04:35:16 63d7cb157983: Waiting 04:35:16 745a02a5169b: Waiting 04:35:16 18c013af1878: Verifying Checksum 04:35:16 18c013af1878: Download complete 04:35:16 a4357932f1b6: Verifying Checksum 04:35:16 a4357932f1b6: Download complete 04:35:16 63d7cb157983: Verifying Checksum 04:35:16 63d7cb157983: Download complete 04:35:16 b116817d02f9: Verifying Checksum 04:35:16 b116817d02f9: Download complete 04:35:16 5f621e34cdf4: Verifying Checksum 04:35:16 5f621e34cdf4: Download complete 04:35:17 5f621e34cdf4: Pull complete 04:35:18 a4357932f1b6: Pull complete 04:35:18 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 04:35:18 18c013af1878: Pull complete 04:35:19 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 04:35:19 745a02a5169b: Verifying Checksum 04:35:19 745a02a5169b: Download complete 04:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:35:21 00ac8860ef70: Verifying Checksum 04:35:21 00ac8860ef70: Download complete 04:35:22 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 04:35:23 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 [Pipeline] } 04:35:25 $ docker stop --time=1 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b 04:35:26 $ docker rm -f 254b02e6457656538721e337d2ba3d920f4d133f86e40fb6b438975f7487b10b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:28 04:35:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:29 latest: Pulling from edgex-devops/edgex-compose 04:35:29 cbdbe7a5bc2a: Pulling fs layer 04:35:29 ca9280d653b3: Pulling fs layer 04:35:29 7e9c9ca2126c: Pulling fs layer 04:35:29 cbdbe7a5bc2a: Download complete 04:35:29 cbdbe7a5bc2a: Pull complete 04:35:30 ca9280d653b3: Verifying Checksum 04:35:30 ca9280d653b3: Download complete 04:35:31 00ac8860ef70: Pull complete 04:35:31 63d7cb157983: Pull complete 04:35:31 b116817d02f9: Pull complete 04:35:31 ca9280d653b3: Pull complete 04:35:32 7e9c9ca2126c: Download complete 04:35:34 745a02a5169b: Pull complete 04:35:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:35:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:35:34 ---> b7e6874047d6 04:35:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:35:38 ---> Running in 02b71b474b25 04:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:35:40 7e9c9ca2126c: Pull complete 04:35:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:35:40 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:35:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:35:42 (1/12) Installing libmagic (5.38-r0) 04:35:42 (2/12) Installing file (5.38-r0) 04:35:42 $ docker top 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c -eo pid,comm 04:35:42 (3/12) Installing libc-dev (0.7.2-r3) 04:35:42 (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh 04:35:43 + docker-compose build --help 04:35:43 + grep parallel 04:35:44 --parallel Build images in parallel. [Pipeline] } 04:35:44 $ docker stop --time=1 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c 04:35:46 $ docker rm -f 7045f733fa6b54366e5ae0949460d13019e170c842abca2bed97ce9fb5ac845c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:46 . [Pipeline] withDockerContainer 04:35:46 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:35:46 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:35:47 $ docker top 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:48 + docker-compose -f ./docker-compose-build.yml build --parallel 04:35:49 Building docker-core-command-go ... 04:35:49 Building docker-core-data-go ... 04:35:49 Building docker-core-metadata-go ... 04:35:49 Building docker-security-bootstrapper-go ... 04:35:49 Building docker-security-proxy-setup-go ... 04:35:49 Building docker-security-secretstore-setup-go ... 04:35:49 Building docker-support-notifications-go ... 04:35:49 Building docker-support-scheduler-go ... 04:35:49 Building docker-sys-mgmt-agent-go ... 04:35:49 Building docker-support-notifications-go 04:35:49 Building docker-sys-mgmt-agent-go 04:35:49 Building docker-core-command-go 04:35:49 Building docker-security-proxy-setup-go 04:35:49 Building docker-core-metadata-go 04:36:04 (5/12) Installing fortify-headers (1.1-r0) 04:36:04 (6/12) Installing patch (2.7.6-r6) 04:36:04 (7/12) Installing build-base (0.5-r2) 04:36:04 (8/12) Installing libsodium (1.0.18-r0) 04:36:04 (9/12) Installing pkgconf (1.7.2-r0) 04:36:04 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:04 (11/12) Installing libzmq (4.3.3-r0) 04:36:04 (12/12) Installing zeromq-dev (4.3.3-r0) 04:36:04 Executing busybox-1.31.1-r19.trigger 04:36:04 OK: 217 MiB in 51 packages 04:36:07 Removing intermediate container 02b71b474b25 04:36:07 ---> 0adb87e3ce67 04:36:07 Step 4/6 : WORKDIR /edgex-go 04:36:07 ---> Running in 2b5eaf140dfa 04:36:07 Removing intermediate container 2b5eaf140dfa 04:36:07 ---> f60ff0ff48f1 04:36:07 Step 5/6 : COPY go.mod . 04:36:08 ---> 9e637cc796cf 04:36:08 Step 6/6 : RUN go mod download 04:36:08 ---> Running in 45b1ade687e1 04:36:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:36:21 ---> 983b60c56f47 04:36:21 Step 3/23 : WORKDIR /edgex-go 04:36:21 ---> Running in 86cf817cefed 04:36:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:22 ---> 983b60c56f47 04:36:22 Step 3/22 : WORKDIR /edgex-go 04:36:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:36:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:23 ---> 983b60c56f47 04:36:23 Step 3/21 : WORKDIR /edgex-go 04:36:23 ---> Using cache 04:36:23 ---> dba77589180c 04:36:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:23 ---> 983b60c56f47 04:36:23 Step 3/23 : WORKDIR /edgex-go 04:36:23 ---> Using cache 04:36:23 ---> dba77589180c 04:36:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:23 ---> 983b60c56f47 04:36:23 Step 3/26 : WORKDIR /edgex-go 04:36:23 ---> Using cache 04:36:23 ---> dba77589180c 04:36:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:23 Removing intermediate container 86cf817cefed 04:36:23 ---> dba77589180c 04:36:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:23 ---> Running in 8299ff0a1726 04:36:23 ---> Running in 92e55b31a569 04:36:23 ---> Running in c9547c29467f 04:36:23 ---> Running in 887b2bc6739a 04:36:23 ---> Running in 1e5ff39680ae 04:36:23 Removing intermediate container 8299ff0a1726 04:36:23 ---> 95b60e0728d6 04:36:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:24 ---> Running in 1c713a2ef970 04:36:26 Removing intermediate container 887b2bc6739a 04:36:26 ---> 0cf4aed45c9b 04:36:26 Step 5/26 : RUN apk add --update --no-cache make bash git 04:36:26 Removing intermediate container c9547c29467f 04:36:26 ---> 4a3650f92d8f 04:36:26 Step 5/23 : RUN apk add --update --no-cache make git 04:36:26 Removing intermediate container 92e55b31a569 04:36:26 ---> 5a7769258271 04:36:26 Step 5/21 : RUN apk add --update --no-cache make git 04:36:26 ---> Running in ba43e5778988 04:36:26 ---> Running in 27ea7ef06ae1 04:36:26 ---> Running in 0a691c5952e1 04:36:26 Removing intermediate container 1c713a2ef970 04:36:26 ---> 11ce33a0def4 04:36:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:36:26 Removing intermediate container 1e5ff39680ae 04:36:26 ---> eda761d72cb6 04:36:26 Step 5/23 : RUN apk add --update --no-cache make git 04:36:26 ---> Running in 0a6a86d02a5a 04:36:26 ---> Running in 09ea237f0ddb 04:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:29 OK: 233 MiB in 51 packages 04:36:30 OK: 233 MiB in 51 packages 04:36:30 OK: 233 MiB in 51 packages 04:36:30 OK: 233 MiB in 51 packages 04:36:30 Removing intermediate container ba43e5778988 04:36:30 ---> 4b41217081dd 04:36:30 Step 6/26 : COPY go.mod . 04:36:30 OK: 233 MiB in 51 packages 04:36:30 Removing intermediate container 27ea7ef06ae1 04:36:30 ---> 79af05346316 04:36:30 Step 6/23 : COPY go.mod . 04:36:30 Removing intermediate container 0a691c5952e1 04:36:30 ---> c87789daa678 04:36:30 Step 6/21 : COPY go.mod . 04:36:31 ---> 58b282129c0d 04:36:31 Step 7/26 : RUN go mod download 04:36:31 ---> 9df7c600dee4 04:36:31 Step 7/23 : RUN go mod download 04:36:31 Removing intermediate container 0a6a86d02a5a 04:36:31 ---> edd2fa68f00d 04:36:31 Step 6/22 : COPY go.mod . 04:36:31 ---> Running in 9263f82fa259 04:36:31 ---> Running in d0c981b12584 04:36:31 ---> c3b28bc90b9b 04:36:31 Step 7/21 : RUN go mod download 04:36:31 Removing intermediate container 09ea237f0ddb 04:36:31 ---> 701982114ef9 04:36:31 Step 6/23 : COPY go.mod . 04:36:31 ---> e59004a21fa8 04:36:31 Step 7/22 : RUN go mod download 04:36:31 ---> Running in f89f54f20153 04:36:31 ---> Running in d66a3f3b60ea 04:36:32 ---> f06121b3d837 04:36:32 Step 7/23 : RUN go mod download 04:36:32 ---> Running in 701fbe011a34 04:36:34 Removing intermediate container d0c981b12584 04:36:34 ---> 17206cd408fd 04:36:34 Step 8/23 : COPY . . 04:36:34 Removing intermediate container d66a3f3b60ea 04:36:34 ---> c1b123d9fb4e 04:36:34 Step 8/22 : COPY . . 04:36:34 Removing intermediate container 701fbe011a34 04:36:34 ---> 93551078d11a 04:36:34 Step 8/23 : COPY . . 04:36:34 Removing intermediate container f89f54f20153 04:36:34 ---> 7984865477b1 04:36:34 Step 8/21 : COPY . . 04:36:34 Removing intermediate container 9263f82fa259 04:36:34 ---> 0f374e8e88e7 04:36:34 Step 8/26 : COPY . . 04:36:35 Removing intermediate container 45b1ade687e1 04:36:35 ---> 7d4e04f36393 04:36:35 Successfully built 7d4e04f36393 04:36:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:36:35 + docker inspect -f . ci-base-image-arm64 04:36:35 . [Pipeline] withDockerContainer 04:36:36 prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container 04:36:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:36:37 $ docker top dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:38 + go version 04:36:38 go version go1.15.5 linux/arm64 [Pipeline] } 04:36:38 $ docker stop --time=1 dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 04:36:40 $ docker rm -f dc82c5af91cbeeee1b9349f17d135fda5a6aa9d353b2a77686a60c8ce9ff8f70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:41 + docker inspect -f . ci-base-image-arm64 04:36:41 . [Pipeline] withDockerContainer 04:36:42 prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container 04:36:42 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:36:43 $ docker top 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 -eo pid,comm [Pipeline] { [Pipeline] echo 04:36:43 ========================================================= 04:36:43 [edgeXBuildGoParallel] Running Tests and Build... 04:36:43 ========================================================= [Pipeline] sh 04:36:44 + make test 04:36:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:37:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:13 ---> 16dba2f8bdb1 04:37:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:37:13 ---> 8ad69aafdc23 04:37:13 Step 9/23 : RUN make cmd/core-command/core-command 04:37:13 ---> 50555f8facfe 04:37:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:37:13 ---> d8bee3135594 04:37:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:37:13 ---> e8286b50bbfb 04:37:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:37:13 ---> Running in bef670cc8fa0 04:37:13 ---> Running in ec330302e7ce 04:37:13 ---> Running in 8e0bb98bb446 04:37:13 ---> Running in 506665e6c4bd 04:37:13 ---> Running in 02954ff62136 04:37:14 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 04:37:14 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 04:37:14 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 04:37:14 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 04:37:14 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 04:37: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 04:37:50 Removing intermediate container 02954ff62136 04:37:50 ---> 25dd47651f06 04:37:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:50 ---> Running in a33ade3a8ebf 04:37:52 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 04:37:52 Removing intermediate container 506665e6c4bd 04:37:52 ---> e64c3bfe8d8a 04:37:52 04:37:52 Step 10/21 : FROM alpine:3.12 04:37:52 3.12: Pulling from library/alpine 04:37:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:37:56 Status: Downloaded newer image for alpine:3.12 04:37:56 ---> 389fef711851 04:37:56 Step 11/21 : RUN apk add --update --no-cache curl 04:37:56 Removing intermediate container ec330302e7ce 04:37:56 ---> 80962c11991a 04:37:56 04:37:56 Step 10/22 : FROM alpine:3.12 04:37:56 ---> 389fef711851 04:37:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:37:57 ---> Running in 9b8c20148633 04:37:57 ---> Running in f1e923bf11d2 04:37:58 Removing intermediate container bef670cc8fa0 04:37:58 ---> d14c6938bb3b 04:37:58 04:37:58 Step 10/23 : FROM alpine:3.12 04:37:58 ---> 389fef711851 04:37:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:37:58 Removing intermediate container 8e0bb98bb446 04:37:58 ---> 6b38ec71e451 04:37:58 04:37:58 Step 10/23 : FROM alpine:3.12 04:37:58 ---> 389fef711851 04:37:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:37:58 ---> Running in e56119c770f2 04:37:58 ---> Running in 0fc5cca63bbc 04:37:58 Removing intermediate container a33ade3a8ebf 04:37:58 ---> 7e346356723c 04:37:58 04:37:58 Step 11/26 : FROM docker:20.10.0 04:37:58 20.10.0: Pulling from library/docker 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:58 (1/4) Installing ca-certificates (20191127-r4) 04:37:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:59 (3/4) Installing libcurl (7.69.1-r3) 04:37:59 (4/4) Installing curl (7.69.1-r3) 04:37:59 Executing busybox-1.31.1-r19.trigger 04:37:59 Executing ca-certificates-20191127-r4.trigger 04:37:59 (1/2) Installing ca-certificates (20191127-r4) 04:37:59 (2/2) Installing dumb-init (1.2.2-r1) 04:37:59 Executing busybox-1.31.1-r19.trigger 04:37:59 Executing ca-certificates-20191127-r4.trigger 04:37:59 OK: 7 MiB in 18 packages 04:37:59 OK: 6 MiB in 16 packages 04:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:00 (1/1) Installing dumb-init (1.2.2-r1) 04:38:00 Executing busybox-1.31.1-r19.trigger 04:38:00 (1/1) Installing dumb-init (1.2.2-r1) 04:38:00 OK: 6 MiB in 15 packages 04:38:00 Executing busybox-1.31.1-r19.trigger 04:38:00 OK: 6 MiB in 15 packages 04:38:01 Removing intermediate container f1e923bf11d2 04:38:01 ---> fccfff76125a 04:38:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:02 ---> Running in 3e424c14fcfc 04:38:02 Removing intermediate container 9b8c20148633 04:38:02 ---> f27e3c61ad5d 04:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:38:02 ---> Running in 5aa8b801c850 04:38:03 Removing intermediate container e56119c770f2 04:38:03 ---> 1730fcbfa3d6 04:38:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:38:03 Removing intermediate container 0fc5cca63bbc 04:38:03 ---> 80f79201e5e2 04:38:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:38:03 Removing intermediate container 3e424c14fcfc 04:38:03 ---> f826889d3561 04:38:03 Step 13/21 : WORKDIR /edgex 04:38:03 Removing intermediate container 5aa8b801c850 04:38:03 ---> fb13bb349819 04:38:03 Step 13/22 : ENV APP_PORT=48060 04:38:03 ---> Running in b5bb5a279992 04:38:03 ---> Running in dd7a5af5a3c8 04:38:03 ---> Running in c63959e1204a 04:38:03 ---> Running in dbd38fd8adb7 04:38:03 Removing intermediate container b5bb5a279992 04:38:03 ---> fa9b934275c5 04:38:03 Step 13/23 : ENV APP_PORT=48082 04:38:03 Removing intermediate container dd7a5af5a3c8 04:38:03 ---> 84cec6668470 04:38:03 Step 13/23 : ENV APP_PORT=48081 04:38:03 ---> Running in cef625909a27 04:38:03 Removing intermediate container c63959e1204a 04:38:03 ---> 4f307835fc31 04:38:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:03 Removing intermediate container dbd38fd8adb7 04:38:03 ---> 9655d248b283 04:38:03 Step 14/22 : EXPOSE $APP_PORT 04:38:03 ---> Running in 96d44e6f3b25 04:38:04 ---> Running in 210a847570d3 04:38:04 Removing intermediate container cef625909a27 04:38:04 ---> 155decb7f46c 04:38:04 Step 14/23 : EXPOSE $APP_PORT 04:38:04 Removing intermediate container 96d44e6f3b25 04:38:04 ---> 54fb150a2717 04:38:04 Step 14/23 : EXPOSE $APP_PORT 04:38:04 ---> Running in c7cc00681945 04:38:04 ---> 8526f7e12aa0 04:38:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:04 Removing intermediate container 210a847570d3 04:38:04 ---> 44b3a957b368 04:38:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:04 ---> Running in ec46fcf1306a 04:38:04 Removing intermediate container c7cc00681945 04:38:04 ---> 4b9e1fbc34bb 04:38:04 Step 15/23 : WORKDIR / 04:38:05 ---> Running in bac0c2825498 04:38:05 ---> 2cb8a77106fb 04:38:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:38:05 Removing intermediate container ec46fcf1306a 04:38:05 ---> 5521bafcb73c 04:38:05 Step 15/23 : WORKDIR / 04:38:05 ---> b67e032b1405 04:38:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:38:05 Removing intermediate container bac0c2825498 04:38:05 ---> 17ba4dcc2988 04:38:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:05 ---> Running in f392dccd7714 04:38:05 ---> bbddc53ffaf4 04:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:38:06 Removing intermediate container f392dccd7714 04:38:06 ---> 0b9f95af2f8a 04:38:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:06 ---> 8c4efccee18c 04:38:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:38:06 ---> 1a4e65160fa5 04:38:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:06 ---> b6b4ccd6ea7b 04:38:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:38:06 ---> Running in 10f303d626a7 04:38:06 ---> Running in 887950f1062f 04:38:06 ---> 1c5dbdd24e7f 04:38:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:06 Removing intermediate container 10f303d626a7 04:38:06 ---> f576a357fdbb 04:38:06 Step 18/21 : CMD ["--init=true"] 04:38:06 ---> 3398c050e39e 04:38:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:38:06 Removing intermediate container 887950f1062f 04:38:06 ---> ca5a07b6adf6 04:38:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:06 ---> Running in ebdbd51fcd70 04:38:07 ---> Running in a72970a912d0 04:38:07 ---> 9c6842cdb7fc 04:38:07 Step 19/23 : ENTRYPOINT ["/core-command"] 04:38:07 Removing intermediate container ebdbd51fcd70 04:38:07 ---> 3631cedbf509 04:38:07 Step 19/21 : LABEL arch=x86_64 04:38:07 ---> d40c55ba0961 04:38:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:07 ---> Running in 49524baf20ad 04:38:07 ---> Running in 692f959ade7d 04:38:07 Removing intermediate container a72970a912d0 04:38:07 ---> a1eea58d7c60 04:38:07 Step 20/22 : LABEL arch=x86_64 04:38:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:38:08 ---> Running in 329deffcc394 04:38:08 Status: Downloaded newer image for docker:20.10.0 04:38:08 ---> aefe523efa57 04:38:08 Step 12/26 : RUN apk add --no-cache bash 04:38:08 Removing intermediate container 692f959ade7d 04:38:08 ---> 8c2e82d80135 04:38:08 Step 20/21 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:38:08 Removing intermediate container 49524baf20ad 04:38:08 ---> 0f9032a62cb6 04:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:08 ---> 645ee5ed3d0f 04:38:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:38:08 ---> Running in 09a32ba00e65 04:38:08 ---> Running in 5ac80d721179 04:38:08 ---> Running in 0160a670c455 04:38:08 ---> Running in ac3277eba486 04:38:08 Removing intermediate container 329deffcc394 04:38:08 ---> c9db329560fd 04:38:08 Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:38:08 ---> Running in 62e4044db0fa 04:38:08 Removing intermediate container 0160a670c455 04:38:08 ---> ca305e89808f 04:38:08 Step 21/23 : LABEL arch=x86_64 04:38:08 Removing intermediate container ac3277eba486 04:38:08 ---> 713104e49262 04:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:08 Removing intermediate container 5ac80d721179 04:38:08 ---> 4ebf5c3d7016 04:38:08 Step 21/21 : LABEL version=0.0.0 04:38:08 ---> Running in 989efdf3c353 04:38:08 ---> Running in 6e2e902662d5 04:38:08 ---> Running in 18ef2e44b4f8 04:38:08 Removing intermediate container 62e4044db0fa 04:38:08 ---> 7e362781c8e2 04:38:08 Step 22/22 : LABEL version=0.0.0 04:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:09 Removing intermediate container 989efdf3c353 04:38:09 ---> d8db24c7db2a 04:38:09 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:38:09 ---> Running in 065201430fe7 04:38:09 (1/2) Installing readline (8.0.4-r0) 04:38:09 ---> Running in b1318afa2ad5 04:38:09 (2/2) Installing bash (5.0.17-r0) 04:38:09 Executing bash-5.0.17-r0.post-install 04:38:09 Executing busybox-1.31.1-r19.trigger 04:38:09 OK: 12 MiB in 22 packages 04:38:09 Removing intermediate container 6e2e902662d5 04:38:09 ---> fe5216c5a68b 04:38:09 04:38:09 Removing intermediate container 18ef2e44b4f8 04:38:09 ---> 0821e11ea7fe 04:38:09 Step 21/23 : LABEL arch=x86_64 04:38:09 Removing intermediate container 065201430fe7 04:38:09 ---> aa5e3176812b 04:38:09 04:38:09 Removing intermediate container b1318afa2ad5 04:38:09 ---> 2358fb284b5d 04:38:09 Step 23/23 : LABEL version=0.0.0 04:38:09 Successfully built fe5216c5a68b 04:38:09 ---> Running in 5bb56ce72cb4 04:38:09 Successfully tagged docker-security-proxy-setup-go:latest 04:38:09 Successfully built aa5e3176812b 04:38:09  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 04:38:10 Successfully tagged docker-support-notifications-go:latest 04:38:10  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:38:10 ---> Running in a6241b1a1a23 04:38:10 Removing intermediate container 5bb56ce72cb4 04:38:10 ---> 3db90c4a13b9 04:38:10 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:38:10 ---> Running in 258a15e61a0f 04:38:10 Removing intermediate container a6241b1a1a23 04:38:10 ---> 9b37b9f20e27 04:38:10 04:38:10 Successfully built 9b37b9f20e27 04:38:10 Successfully tagged docker-core-command-go:latest 04:38:10  Building docker-core-command-go ... done Removing intermediate container 09a32ba00e65 04:38:10 ---> 4ddb2e35f4cd 04:38:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:38:10 Building docker-support-scheduler-go 04:38:10 Removing intermediate container 258a15e61a0f 04:38:10 ---> fdbcecb609a7 04:38:10 Step 23/23 : LABEL version=0.0.0 04:38:10 ---> Running in a3423864c7df 04:38:10 ---> Running in 795be4e6f865 04:38:11 Removing intermediate container a3423864c7df 04:38:11 ---> 35123195ed3e 04:38:11 Step 14/26 : ENV APP_PORT=48090 04:38:11 Removing intermediate container 795be4e6f865 04:38:11 ---> dbf73ae7ad0b 04:38:11 04:38:11 ---> Running in 705f564d60d9 04:38:11 Successfully built dbf73ae7ad0b 04:38:11 Successfully tagged docker-core-metadata-go:latest 04:38:11 Building docker-core-data-go 04:38:11  Building docker-core-metadata-go ... done Removing intermediate container 705f564d60d9 04:38:11 ---> 5c332f131289 04:38:11 Step 15/26 : EXPOSE $APP_PORT 04:38:11 ---> Running in fdb2fb15d305 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:15 Removing intermediate container fdb2fb15d305 04:38:15 ---> 9d38e9d67cdb 04:38:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:18 ---> f4b5f4119f83 04:38:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:18 ---> 8e85fe56f1d1 04:38:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:38:19 ---> 1ed240d81c40 04:38:19 Step 19/26 : RUN apk --no-cache add py3-pip 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:19 ---> Running in b83d3da91a89 04:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:21 (1/33) Installing libbz2 (1.0.8-r1) 04:38:21 (2/33) Installing expat (2.2.9-r1) 04:38:21 (3/33) Installing libffi (3.3-r2) 04:38:21 (4/33) Installing gdbm (1.13-r1) 04:38:21 (5/33) Installing xz-libs (5.2.5-r0) 04:38:21 (6/33) Installing sqlite-libs (3.32.1-r0) 04:38:21 (7/33) Installing python3 (3.8.5-r0) 04:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.0% of statements 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements 04:38:28 (8/33) Installing py3-appdirs (1.4.4-r1) 04:38:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:38:28 (10/33) Installing py3-parsing (2.4.7-r0) 04:38:28 (11/33) Installing py3-six (1.15.0-r0) 04:38:28 (12/33) Installing py3-packaging (20.4-r0) 04:38:29 (13/33) Installing py3-setuptools (47.0.0-r0) 04:38:29 (14/33) Installing py3-chardet (3.0.4-r4) 04:38:30 (15/33) Installing py3-idna (2.9-r0) 04:38:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:38:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:33 (18/33) Installing py3-requests (2.23.0-r0) 04:38:33 (19/33) Installing py3-msgpack (1.0.0-r0) 04:38:33 (20/33) Installing py3-lockfile (0.12.2-r3) 04:38:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 82.3% of statements 04:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:36 (22/33) Installing py3-colorama (0.4.3-r0) 04:38:37 (23/33) Installing py3-distlib (0.3.0-r0) 04:38:38 (24/33) Installing py3-distro (1.5.0-r1) 04:38:39 (25/33) Installing py3-webencodings (0.5.1-r3) 04:38:40 (26/33) Installing py3-html5lib (1.0.1-r4) 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements 04:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:42 (27/33) Installing py3-pytoml (0.1.21-r0) 04:38:42 (28/33) Installing py3-pep517 (0.8.2-r0) 04:38:42 (29/33) Installing py3-progress (1.5-r0) 04:38:42 (30/33) Installing py3-toml (0.10.1-r0) 04:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:38:43 (31/33) Installing py3-retrying (1.3.3-r0) 04:38:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:38:44 (33/33) Installing py3-pip (20.1.1-r0) 04:38:45 Executing busybox-1.31.1-r19.trigger 04:38:45 OK: 71 MiB in 55 packages 04:38:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> 983b60c56f47 04:38:48 Step 3/24 : WORKDIR /edgex-go 04:38:48 ---> Using cache 04:38:48 ---> 95b60e0728d6 04:38:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 ---> Using cache 04:38:48 ---> 11ce33a0def4 04:38:48 Step 5/24 : RUN apk add --update --no-cache make git 04:38:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> 983b60c56f47 04:38:48 Step 3/31 : WORKDIR /edgex-go 04:38:48 ---> Using cache 04:38:48 ---> 95b60e0728d6 04:38:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 ---> Using cache 04:38:48 ---> 11ce33a0def4 04:38:48 Step 5/31 : RUN apk add --update --no-cache make git 04:38:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> 983b60c56f47 04:38:48 Step 3/22 : WORKDIR /edgex-go 04:38:48 ---> Using cache 04:38:48 ---> 95b60e0728d6 04:38:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 ---> Using cache 04:38:48 ---> 11ce33a0def4 04:38:48 Step 5/22 : RUN apk add --update --no-cache make git 04:38:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:38:48 ---> 983b60c56f47 04:38:48 Step 3/23 : WORKDIR /edgex-go 04:38:48 ---> Using cache 04:38:48 ---> 95b60e0728d6 04:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:38:48 ---> Using cache 04:38:48 ---> 11ce33a0def4 04:38:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:38:50 ---> Running in d97e56abf6d5 04:38:50 ---> Running in d906655f6daf 04:38:50 ---> Running in c22e1f0996a0 04:38:50 ---> Running in f56106797dc3 04:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 04:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:53 OK: 233 MiB in 51 packages 04:38:53 OK: 233 MiB in 51 packages 04:38:53 OK: 233 MiB in 51 packages 04:38:53 OK: 233 MiB in 51 packages 04:38:58 Removing intermediate container d906655f6daf 04:38:58 ---> 5009215c35c8 04:38:58 Step 6/31 : COPY go.mod . 04:38:58 Removing intermediate container c22e1f0996a0 04:38:58 ---> 31df1139cdad 04:38:58 Step 6/24 : COPY go.mod . 04:38:58 Removing intermediate container d97e56abf6d5 04:38:58 ---> 543d8b5e26ef 04:38:58 Step 6/22 : COPY go.mod . 04:38:58 Removing intermediate container f56106797dc3 04:38:58 ---> 1a1dac3b359d 04:38:58 Step 6/23 : COPY go.mod . 04:38:58 ---> e21364423894 04:38:58 Step 7/31 : RUN go mod download 04:38:58 ---> 352e4bebc1a4 04:38:58 Step 7/24 : RUN go mod download 04:38:58 Removing intermediate container b83d3da91a89 04:38:58 ---> 10ded22b73d3 04:38:58 Step 20/26 : RUN pip install docker-compose==1.23.2 04:38:58 ---> Running in b6805facbd3b 04:38:58 ---> Running in de847c4a3721 04:38:58 ---> Running in 5ce78b45df77 04:38:58 ---> 7ac3142465d8 04:38:58 ---> 41ee8a12a28d 04:38:58 Step 7/23 : RUN go mod downloadStep 7/22 : RUN go mod download 04:38:58 04:38:58 ---> Running in 70eafcff380a 04:38:58 ---> Running in ac4a44a5570c 04:39:01 Collecting docker-compose==1.23.2 04:39:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:39:01 Removing intermediate container 70eafcff380a 04:39:01 ---> 5d3af3c19621 04:39:01 Step 8/23 : COPY . . 04:39:01 Removing intermediate container b6805facbd3b 04:39:01 ---> 8ecc38ccfcd7 04:39:01 Step 8/31 : COPY . . 04:39:01 Removing intermediate container de847c4a3721 04:39:01 ---> 475d4c450658 04:39:01 Step 8/24 : COPY . . 04:39:01 Collecting cached-property<2,>=1.2.0 04:39:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:39:01 Removing intermediate container ac4a44a5570c 04:39:01 ---> 0ad354eebed8 04:39:01 Step 8/22 : COPY . . 04:39:01 Collecting docker<4.0,>=3.6.0 04:39:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:39:02 Collecting jsonschema<3,>=2.5.1 04:39:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.108s coverage: 94.4% of statements 04:39:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 04:39:04 Collecting PyYAML<4,>=3.10 04:39:04 Downloading PyYAML-3.13.tar.gz (270 kB) 04:39:11 Collecting dockerpty<0.5,>=0.4.1 04:39:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:39:12 Collecting texttable<0.10,>=0.9.0 04:39:12 Downloading texttable-0.9.1.tar.gz (11 kB) 04:39:16 Collecting websocket-client<1.0,>=0.32.0 04:39:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:39:16 Collecting docopt<0.7,>=0.6.1 04:39:16 Downloading docopt-0.6.2.tar.gz (25 kB) 04:39:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:39:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:39:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:39:17 Collecting docker-pycreds>=0.4.0 04:39:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:17 Collecting urllib3<1.25,>=1.21.1 04:39:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.132s coverage: 92.9% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.507s coverage: 63.5% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 04:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 68.9% of statements 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.679s coverage: 84.0% of statements 04:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 04:39:22 Collecting idna<2.8,>=2.5 04:39:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:22 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) 04:39: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) 04:39:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:23 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, texttable, docopt, docker-compose 04:39:27 Attempting uninstall: urllib3 04:39:27 Found existing installation: urllib3 1.25.9 04:39:27 Uninstalling urllib3-1.25.9: 04:39:27 Successfully uninstalled urllib3-1.25.9 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.205s coverage: 90.4% of statements 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:39:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:39:28 Attempting uninstall: idna 04:39:28 Found existing installation: idna 2.9 04:39:28 Uninstalling idna-2.9: 04:39:28 Successfully uninstalled idna-2.9 04:39:32 Attempting uninstall: requests 04:39:32 Found existing installation: requests 2.23.0 04:39:32 Uninstalling requests-2.23.0: 04:39:32 Successfully uninstalled requests-2.23.0 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.968s coverage: 29.1% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.206s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 04:39:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 04:39:36 Running setup.py install for PyYAML: started 04:39:36 GO111MODULE=on go vet ./... 04:39:37 Running setup.py install for PyYAML: finished with status 'done' 04:39:37 Running setup.py install for dockerpty: started 04:39:37 ---> bd2d8671886f 04:39:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:39:37 ---> 23e3adb56f08 04:39:37 Step 9/23 : RUN make cmd/core-data/core-data 04:39:37 Running setup.py install for dockerpty: finished with status 'done' 04:39:37 Running setup.py install for texttable: started 04:39:37 ---> c5a65eedd2ad 04:39:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:39:38 ---> Running in 40815be7ef4f 04:39:38 ---> Running in b06b2a3d2eae 04:39:38 ---> Running in 67bc49daf7df 04:39:38 Running setup.py install for texttable: finished with status 'done' 04:39:38 Running setup.py install for docopt: started 04:39:38 ---> 4a9b2563b596 04:39:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:39:38 ---> Running in 172d0b6b2aa3 04:39:39 Running setup.py install for docopt: finished with status 'done' 04:39:39 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 04:39:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:39:39 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 04:39:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:39:39 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 04:39:43 Removing intermediate container 5ce78b45df77 04:39:43 ---> aad808fcabd5 04:39:43 Step 21/26 : RUN apk --no-cache add curl 04:39:43 ---> Running in d8eb64ff3139 04:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:39:44 (2/3) Installing libcurl (7.69.1-r3) 04:39:44 (3/3) Installing curl (7.69.1-r3) 04:39:44 Executing busybox-1.31.1-r19.trigger 04:39:44 OK: 72 MiB in 58 packages 04:39:48 Removing intermediate container d8eb64ff3139 04:39:48 ---> 612fd7b2ba14 04:39:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:39:48 ---> Running in fd044b94d057 04:39:48 Removing intermediate container fd044b94d057 04:39:48 ---> b88f498e9f8a 04:39:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:39:48 ---> Running in a6a181c90308 04:39:48 Removing intermediate container a6a181c90308 04:39:48 ---> cb8cf1c987c9 04:39:48 Step 24/26 : LABEL arch=x86_64 04:39:48 ---> Running in fb3f03bf22f1 04:39:49 Removing intermediate container fb3f03bf22f1 04:39:49 ---> 67969d9a0b89 04:39:49 Step 25/26 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:39:49 ---> Running in 1edd5f0f370a 04:39:49 Removing intermediate container 1edd5f0f370a 04:39:49 ---> 9837f8015f79 04:39:49 Step 26/26 : LABEL version=0.0.0 04:39:50 ---> Running in a6c6e603f7ef 04:39:50 Removing intermediate container a6c6e603f7ef 04:39:50 ---> 302053b7a2a9 04:39:50 04:39:50 Successfully built 302053b7a2a9 04:39:50 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:02  Building docker-sys-mgmt-agent-go ... done 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 04:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:40:10 Removing intermediate container 172d0b6b2aa3 04:40:10 ---> 58844b4da9ac 04:40:10 04:40:10 Step 10/24 : FROM alpine:3.12 04:40:10 ---> 389fef711851 04:40:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:40:10 ---> Running in 5917551e6b20 04:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:10 (1/5) Installing ca-certificates (20191127-r4) 04:40:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:40:10 (3/5) Installing libcurl (7.69.1-r3) 04:40:10 (4/5) Installing curl (7.69.1-r3) 04:40:10 (5/5) Installing dumb-init (1.2.2-r1) 04:40:10 Executing busybox-1.31.1-r19.trigger 04:40:10 Executing ca-certificates-20191127-r4.trigger 04:40:10 OK: 7 MiB in 19 packages 04:40:14 Removing intermediate container b06b2a3d2eae 04:40:14 ---> e006ad4ab1a7 04:40:14 04:40:14 Step 10/31 : FROM alpine:3.12 04:40:14 ---> 389fef711851 04:40:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:40:14 Removing intermediate container 67bc49daf7df 04:40:14 ---> 8ca47373c7b9 04:40:14 04:40:14 Step 10/22 : FROM alpine:3.12 04:40:14 ---> 389fef711851 04:40:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:40:14 ---> Using cache 04:40:14 ---> 80f79201e5e2 04:40:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:40:14 ---> Using cache 04:40:14 ---> 84cec6668470 04:40:14 Step 13/22 : ENV APP_PORT=48085 04:40:15 ---> Running in 34e010dc4a20 04:40:15 ---> Running in 5809ce48b8e8 04:40:16 Removing intermediate container 5917551e6b20 04:40:16 ---> 4d5c00be16df 04:40:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:18 Removing intermediate container 34e010dc4a20 04:40:18 ---> b34fe1a7f10a 04:40:18 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:40:18 Removing intermediate container 5809ce48b8e8 04:40:18 ---> 1b2bb4b94ffe 04:40:18 Step 14/22 : EXPOSE $APP_PORT 04:40:18 ---> Running in a44802acbce7 04:40:18 ---> Running in 53f95a82f372 04:40:18 ---> Running in bbc49438a34d 04:40:18 Removing intermediate container 40815be7ef4f 04:40:18 ---> 16df0f540855 04:40:18 04:40:18 Step 10/23 : FROM alpine:3.12 04:40:18 ---> 389fef711851 04:40:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:19 ---> Running in 39612ff19e36 04:40:19 Removing intermediate container a44802acbce7 04:40:19 ---> 3a91906a8def 04:40:19 Step 13/24 : WORKDIR / 04:40:19 Removing intermediate container bbc49438a34d 04:40:19 ---> 649751356b44 04:40:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:19 ---> Running in 9332eeb3b5de 04:40:19 Removing intermediate container 39612ff19e36 04:40:19 ---> 8ac39d9be41d 04:40:19 Step 12/23 : ENV APP_PORT=48080 04:40:19 ---> Running in 58a82d7047d6 04:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:19 Removing intermediate container 9332eeb3b5de 04:40:19 ---> 7266ee3aef65 04:40:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:40:19 ---> 46cc9d9986c0 04:40:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:40:20 Removing intermediate container 58a82d7047d6 04:40:20 ---> 836a70387816 04:40:20 Step 13/23 : EXPOSE $APP_PORT 04:40:20 (1/2) Installing dumb-init (1.2.2-r1) 04:40:20 (2/2) Installing su-exec (0.2-r1) 04:40:20 Executing busybox-1.31.1-r19.trigger 04:40:20 OK: 6 MiB in 16 packages 04:40:20 ---> Running in 18a797b7bb5f 04:40:20 ---> 760836aa9d32 04:40:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:40:20 Removing intermediate container 18a797b7bb5f 04:40:20 ---> dd25b49db92d 04:40:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:20 ---> 68ee46533950 04:40:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:40:20 ---> Running in af9d0e233e50 04:40:20 ---> bea2a6b56e4b 04:40:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:40:21 Removing intermediate container 53f95a82f372 04:40:21 ---> eff01faa0167 04:40:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:40:21 ---> daf8e35c86b2 04:40:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:40:21 ---> 44d74439f896 04:40:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:40:21 ---> Running in d3b1d50c4002 04:40:21 ---> Running in 53040ea3a91d 04:40:21 Removing intermediate container 53040ea3a91d 04:40:21 ---> fdda6bf1c5a4 04:40:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:21 Removing intermediate container d3b1d50c4002 04:40:21 ---> 9d30a5784871 04:40:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:40:21 ---> Running in 098213e7e79a 04:40:21 ---> Running in 90a0de9e46b5 04:40:21 ---> 3b13e3638cfb 04:40:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:40:21 Removing intermediate container 098213e7e79a 04:40:21 ---> 75c698464b4b 04:40:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:40:22 Removing intermediate container 90a0de9e46b5 04:40:22 ---> a9a3f984c33f 04:40:22 Step 20/22 : LABEL arch=x86_64 04:40:22 Removing intermediate container af9d0e233e50 04:40:22 ---> 9d39d775ce9a 04:40:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:40:22 ---> Running in 74655f6571f2 04:40:22 ---> Running in 63667f0b7b40 04:40:22 ---> Running in b64bb93c546c 04:40:22 ---> 4df800ac80c0 04:40:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:40:22 Removing intermediate container 63667f0b7b40 04:40:22 ---> e96dc6b003cd 04:40:22 Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:40:23 ---> cc4a2d3e1753 04:40:23 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/ 04:40:23 ---> Running in f4119b3c9556 04:40:23 ---> Running in 5848599bfb87 04:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:23 Removing intermediate container f4119b3c9556 04:40:23 ---> 7b93d894ec98 04:40:23 Step 22/22 : LABEL version=0.0.0 04:40:23 ---> Running in 59683e1e4105 04:40:23 Removing intermediate container 59683e1e4105 04:40:23 ---> 128236497fc1 04:40:23 04:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:24 Successfully built 128236497fc1 04:40:24 Removing intermediate container 74655f6571f2 04:40:24 ---> ad25a3f859fc 04:40:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:40:24 Successfully tagged docker-support-scheduler-go:latest 04:40:24  Building docker-support-scheduler-go ... done  ---> Running in 9d321e11bff3 04:40:24 Removing intermediate container 5848599bfb87 04:40:24 ---> 077d583241f7 04:40:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:40:24 Removing intermediate container 9d321e11bff3 04:40:24 ---> a49f55797127 04:40:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:40:24 ---> Running in 7d07d5c9073f 04:40:24 Removing intermediate container 7d07d5c9073f 04:40:24 ---> 62eee9ffef34 04:40:24 Step 22/24 : LABEL arch=x86_64 04:40:25 ---> Running in f53baac1b7ec 04:40:25 ---> 07f3c43a9ca2 04:40:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:40:25 ---> Running in f6b837388ee5 04:40:25 (1/6) Installing dumb-init (1.2.2-r1) 04:40:25 Removing intermediate container f53baac1b7ec 04:40:25 ---> 2e3fb27868c0 04:40:25 Step 23/24 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:40:25 (2/6) Installing libgcc (9.3.0-r2) 04:40:25 ---> Running in b6d6eea6012f 04:40:25 (3/6) Installing libsodium (1.0.18-r0) 04:40:25 (4/6) Installing libstdc++ (9.3.0-r2) 04:40:25 Removing intermediate container b6d6eea6012f 04:40:25 ---> 3e8dac9db192 04:40:25 Step 24/24 : LABEL version=0.0.0 04:40:25 ---> Running in 04b851a681ac 04:40:25 Removing intermediate container 04b851a681ac 04:40:25 ---> e1b76fee5435 04:40:25 04:40:26 Successfully built e1b76fee5435 04:40:26 (5/6) Installing libzmq (4.3.3-r0) 04:40:26 Successfully tagged docker-security-secretstore-setup-go:latest 04:40:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container f6b837388ee5 04:40:26 ---> c3095730342e 04:40:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:26 (6/6) Installing zeromq (4.3.3-r0) 04:40:26 Executing busybox-1.31.1-r19.trigger 04:40:26 OK: 8 MiB in 20 packages 04:40:26 ---> be7805ac6f8c 04:40:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:40:27 Removing intermediate container b64bb93c546c 04:40:27 ---> ae49fa1e7b77 04:40:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:27 ---> 05531d2f2f56 04:40:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:40:27 ---> c0874b5c99c3 04:40:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:40:27 ---> 8a67ec24e4b4 04:40:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:40:28 ---> 4882754c03f5 04:40:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:40:28 ---> 6f9838cc83ce 04:40:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:40:28 ---> 2744f5073b56 04:40:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:40:28 ---> 8c2bda9ad7d2 04:40:28 Step 19/23 : ENTRYPOINT ["/core-data"] 04:40:28 ---> Running in 28ac7d9143e3 04:40:28 ---> Running in 187c8974d83a 04:40:28 Removing intermediate container 28ac7d9143e3 04:40:28 ---> e9d5e41319b2 04:40:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:28 Removing intermediate container 187c8974d83a 04:40:28 ---> 5635199ca51a 04:40:28 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:40:29 ---> Running in 45d026f6739c 04:40:29 Removing intermediate container 45d026f6739c 04:40:29 ---> 3b64f04d5fd3 04:40:29 Step 21/23 : LABEL arch=x86_64 04:40:29 ---> 30336ba4e8c7 04:40:29 Step 26/31 : RUN chmod +x /entrypoint.sh 04:40:29 ---> Running in 2cc40136a619 04:40:29 ---> Running in f886d9cf72da 04:40:29 Removing intermediate container 2cc40136a619 04:40:29 ---> 512804c6109a 04:40:29 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:40:29 ---> Running in cac5e14a527c 04:40:30 Removing intermediate container cac5e14a527c 04:40:30 ---> 3facd8133df7 04:40:30 Step 23/23 : LABEL version=0.0.0 04:40:30 ---> Running in 58ba2393d987 04:40:30 Removing intermediate container 58ba2393d987 04:40:30 ---> 780a080a46fe 04:40:30 04:40:30 Successfully built 780a080a46fe 04:40:30 Successfully tagged docker-core-data-go:latest 04:40:30  Building docker-core-data-go ... done Removing intermediate container f886d9cf72da 04:40:30 ---> 5564e87bf779 04:40:30 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:40:30 ---> Running in 9f616554ae94 04:40:31 Removing intermediate container 9f616554ae94 04:40:31 ---> 863539f97997 04:40:31 Step 28/31 : CMD ["gate"] 04:40:31 ---> Running in 73ee11f708bc 04:40:31 Removing intermediate container 73ee11f708bc 04:40:31 ---> c332146c21fb 04:40:31 Step 29/31 : LABEL arch=x86_64 04:40:31 ---> Running in ce7d2c12b06a 04:40:31 Removing intermediate container ce7d2c12b06a 04:40:31 ---> 1640a9f219a2 04:40:31 Step 30/31 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:40:31 ---> Running in eefd9329ec88 04:40:32 Removing intermediate container eefd9329ec88 04:40:32 ---> 49d54d8f8ad6 04:40:32 Step 31/31 : LABEL version=0.0.0 04:40:32 ---> Running in d7c6a140b3e9 04:40:32 Removing intermediate container d7c6a140b3e9 04:40:32 ---> 5e081e0ad681 04:40:32 04:40:32 Successfully built 5e081e0ad681 04:40:32 Successfully tagged docker-security-bootstrapper-go:latest 04:40:33  Building docker-security-bootstrapper-go ... done  [Pipeline] } 04:40:33 $ docker stop --time=1 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b 04:40:35 $ docker rm -f 510e4a8d19256480d1d7e1671cc9520da262d35d9d5660cf133291189dad8a3b [Pipeline] // withDockerContainer [Pipeline] sh 04:40:35 + docker images 04:40:35 + grep docker 04:40:35 docker-security-bootstrapper-go latest 5e081e0ad681 3 seconds ago 23.8MB 04:40:35 docker-core-data-go latest 780a080a46fe 5 seconds ago 22.3MB 04:40:35 docker-security-secretstore-setup-go latest e1b76fee5435 10 seconds ago 24.6MB 04:40:35 docker-support-scheduler-go latest 128236497fc1 12 seconds ago 17MB 04:40:35 docker-sys-mgmt-agent-go latest 302053b7a2a9 45 seconds ago 313MB 04:40:35 docker-core-command-go latest 9b37b9f20e27 2 minutes ago 16.9MB 04:40:35 docker-core-metadata-go latest dbf73ae7ad0b 2 minutes ago 18.8MB 04:40:35 docker-security-proxy-setup-go latest fe5216c5a68b 2 minutes ago 24.4MB 04:40:35 docker-support-notifications-go latest aa5e3176812b 2 minutes ago 17.5MB 04:40:35 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:40:51 Still waiting to schedule task 04:40:51 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 04:40:58 gofmt -l . 04:40:58 [ "`gofmt -l .`" = "" ] 04:40:58 ./bin/test-go-mod-tidy.sh 04:40:58 ./bin/test-attribution-txt.sh [Pipeline] sh 04:40:59 + ls -al . 04:40:59 total 712 04:40:59 drwxrwxr-x 9 1001 1001 4096 Feb 4 04:40 . 04:40:59 drwxr-xr-x 4 root root 4096 Feb 4 04:36 .. 04:40:59 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:34 .dockerignore 04:40:59 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:35 .git 04:40:59 drwxrwxr-x 3 1001 1001 4096 Feb 4 04:34 .github 04:40:59 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:34 .gitignore 04:40:59 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:34 .sonarcloud.properties 04:40:59 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:34 Attribution.txt 04:40:59 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:34 CONTRIBUTING.md 04:40:59 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:34 Dockerfile.build 04:40:59 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:34 Jenkinsfile 04:40:59 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:34 LICENSE 04:40:59 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:34 Makefile 04:40:59 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:34 README.md 04:40:59 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:34 SECURITY.md 04:40:59 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:31 VERSION 04:40:59 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:34 ZMQWindows.md 04:40:59 drwxrwxr-x 2 1001 1001 4096 Feb 4 04:34 bin 04:40:59 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:34 cmd 04:40:59 -rw-r--r-- 1 root root 580808 Feb 4 04:39 coverage.out 04:40:59 -rw-r--r-- 1 root root 1054 Feb 4 04:40 go.mod 04:40:59 -rw-r--r-- 1 root root 19517 Feb 4 04:40 go.sum 04:40:59 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:34 internal 04:40:59 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:34 openapi 04:40:59 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:34 snap 04:40:59 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:34 version.go [Pipeline] sh 04:40:59 + '[' -e coverage.out ] 04:40:59 + chown 1001:1001 coverage.out [Pipeline] stash 04:40:59 Warning: overwriting stash ‘coverage-report’ 04:41:00 Stashed 1 file(s) [Pipeline] sh 04:41:01 + make build 04:41:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:41:11 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 04:41: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 04:41:40 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 04:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:47 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 04:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:41:56 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 04:42:01 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 04:42:04 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 04:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:42:10 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 04:42:14 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 [Pipeline] } 04:42:19 $ docker stop --time=1 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 04:42:21 $ docker rm -f 9bc836a9983978a59a0a7e406683ffee7383f1e926e048b8c88d0bdeedca07a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:23 04:42:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:42:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:24 latest: Pulling from edgex-devops/edgex-compose-arm64 04:42:24 29e5d40040c1: Pulling fs layer 04:42:24 1ce36da41761: Pulling fs layer 04:42:24 25b303627fd3: Pulling fs layer 04:42:25 29e5d40040c1: Verifying Checksum 04:42:25 29e5d40040c1: Download complete 04:42:25 1ce36da41761: Verifying Checksum 04:42:25 1ce36da41761: Download complete 04:42:26 29e5d40040c1: Pull complete 04:42:27 1ce36da41761: Pull complete 04:42:27 25b303627fd3: Download complete 04:42:38 25b303627fd3: Pull complete 04:42:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:42:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:42:38 prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container 04:42:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:41 $ docker top 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:42 + grep parallel 04:42:42 + docker-compose build --help 04:42:46 --parallel Build images in parallel. [Pipeline] } 04:42:46 $ docker stop --time=1 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 04:42:48 Running on prd-ubuntu18.04-docker-8c-8g-24881 in /w/workspace/edgexfoundry_edgex-go_PR-3109 04:42:48 $ docker rm -f 236d2d615d5d64bc0f6bcd4b4ec8fd9fb284a225c3c0b75fb3fb95109c499322 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws 04:42:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:42:49 . [Pipeline] withDockerContainer 04:42:49 prd-ubuntu18.04-docker-arm64-4c-16g-24870 does not seem to be running inside a container 04:42:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:42:51 using credential edgex-jenkins-ssh 04:42:51 Cloning the remote Git repository 04:42:51 $ docker top cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c -eo pid,comm 04:42:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:42:51 > git init /w/workspace/edgex-go/6 # timeout=10 [Pipeline] { [Pipeline] sh 04:42:52 + docker-compose -f ./docker-compose-build.yml build --parallel 04:42:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:42:51 > git --version # timeout=10 04:42:51 > git --version # 'git version 2.17.1' 04:42:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:56 Building docker-core-command-go ... 04:42:56 Building docker-core-data-go ... 04:42:56 Building docker-core-metadata-go ... 04:42:56 Building docker-security-bootstrapper-go ... 04:42:56 Building docker-security-proxy-setup-go ... 04:42:56 Building docker-security-secretstore-setup-go ... 04:42:56 Building docker-support-notifications-go ... 04:42:56 Building docker-support-scheduler-go ... 04:42:56 Building docker-sys-mgmt-agent-go ... 04:42:56 Building docker-sys-mgmt-agent-go 04:42:56 Building docker-support-notifications-go 04:42:56 Building docker-core-command-go 04:42:56 Building docker-security-secretstore-setup-go 04:42:56 Building docker-security-bootstrapper-go 04:43:12 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 6778374181067c634be59fa5fbbb34bb40a891bb 04:43:12 Merge succeeded, producing 6778374181067c634be59fa5fbbb34bb40a891bb 04:43:12 Checking out Revision 6778374181067c634be59fa5fbbb34bb40a891bb (PR-3109) 04:43:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:43:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:43:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:43:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:43:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:43:12 > git config core.sparsecheckout # timeout=10 04:43:12 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 04:43:12 > git remote # timeout=10 04:43:12 > git config --get remote.origin.url # timeout=10 04:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:43:12 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:43:12 > git rev-parse HEAD^{commit} # timeout=10 04:43:12 > git config core.sparsecheckout # timeout=10 04:43:12 > git checkout -f 6778374181067c634be59fa5fbbb34bb40a891bb # timeout=10 04:43:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:43:17 + echo snap-build.sh 04:43:17 snap-build.sh 04:43:17 + SNAP_BASE_DIR=. 04:43:17 + '[' '!' -z /w/workspace/edgex-go/6 ']' 04:43:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 04:43:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 04:43:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 04:43:17 + cd /w/workspace/edgex-go/6 04:43:17 + sudo apt-get remove -qy --purge lxd lxd-client 04:43:17 Reading package lists... 04:43:17 Building dependency tree... 04:43:17 Reading state information... 04:43:17 The following packages were automatically installed and are no longer required: 04:43:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:43:17 uidmap xdelta3 04:43:17 Use 'sudo apt autoremove' to remove them. 04:43:17 The following packages will be REMOVED: 04:43:17 lxd* lxd-client* 04:43:18 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:43:18 After this operation, 31.7 MB disk space will be freed. 04:43:19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 04:43:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:43:20 Removing lxd dnsmasq configuration 04:43:20 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:43:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:43:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:43:21 (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.) 04:43:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:43:22 Processing triggers for systemd (237-3ubuntu10.42) ... 04:43:23 Processing triggers for ureadahead (0.100.0-21) ... 04:43:24 + sudo snap remove --purge lxd 04:43:24 snap "lxd" is not installed 04:43:24 + sudo groupadd --force --system lxd 04:43:24 ++ whoami 04:43:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:43:24 + newgrp - lxd 04:43:24 + sudo snap install lxd 04:43:34 2021-02-04T04:43:32Z INFO Waiting for automatic snapd restart... 04:43:45 lxd 4.10 from Canonical* installed 04:43:45 + sudo lxd init --auto 04:43:55 + sudo snap install --classic snapcraft 04:44:00 snapcraft 4.4.4 from Canonical* installed 04:44:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:44:00 + patch --verbose -p1 04:44:00 Hmm... Looks like a unified diff to me... 04:44:00 The text leading up to this was: 04:44:00 -------------------------- 04:44:00 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:44:00 |From: Tony Espy 04:44:00 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:44:00 |Subject: [PATCH] optimize snap build for pipeline CI check 04:44:00 | 04:44:00 |This patch is used by the EdgeX CI pipeline builds to 04:44:00 |optimize the snap CI check run for pull requests. When 04:44:00 |applied, it essentially strips out everything (apps and 04:44:00 |parts) from the snapcraft.yaml file except those required 04:44:00 |to build edgex-go, as the whole idea of the CI check is to 04:44:00 |catch changes to edgex-go that break the snap build. 04:44:00 | 04:44:00 |In general, anyone updating snapcraft.yaml will also need 04:44:00 |to update this patch file, otherwise it may fail to apply, 04:44:00 |resulting in a failed snap build CI check in the associated 04:44:00 |pull request. 04:44:00 | 04:44:00 |Note - in addition to applying this patch, the pipeline also 04:44:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:44:00 |need to build the finally binary .snap file (and it won't 04:44:00 |work with the patch applied). This further reduces the build 04:44:00 |time. 04:44:00 |--- 04:44:00 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:44:00 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:44:00 | 04:44:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:44:00 |index 1e537489..faf42425 100644 04:44:00 |--- a/snap/snapcraft.yaml 04:44:00 |+++ b/snap/snapcraft.yaml 04:44:00 -------------------------- 04:44:00 patching file snap/snapcraft.yaml 04:44:00 Using Plan A... 04:44:00 Hunk #1 succeeded at 73. 04:44:00 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 04:44:00 Hunk #3 succeeded at 214 (offset -1 lines). 04:44:00 Hunk #4 succeeded at 222 (offset -1 lines). 04:44:00 Hunk #5 succeeded at 229 (offset -1 lines). 04:44:00 Hunk #6 succeeded at 256 (offset -1 lines). 04:44:00 Hunk #7 succeeded at 290 (offset -1 lines). 04:44:00 Hunk #8 succeeded at 342. 04:44:00 Hmm... Ignoring the trailing garbage. 04:44:00 done 04:44:00 + sudo snapcraft prime --use-lxd 04:44:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:44:02 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: 04:44:02 - README.md 04:44:02 - snapcraft.yaml.orig 04:44:02 04:44:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:44:02 Launching a container. 04:44:14 Waiting for container to be ready 04:44:14 To start your first instance, try: lxc launch ubuntu:18.04 04:44:14 04:44:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:44:18 Waiting for network to be ready... 04:44:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:44:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:44:18 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:44:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:44:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:44:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:44:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:44:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:44:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:44:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:44:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:44:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:44:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:44:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:44:19 ---> 7d4e04f36393 04:44:19 Step 3/22 : WORKDIR /edgex-go 04:44:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:44:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:44:19 ---> 7d4e04f36393 04:44:19 Step 3/23 : WORKDIR /edgex-go 04:44:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:44:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:44:19 ---> 7d4e04f36393 04:44:19 Step 3/31 : WORKDIR /edgex-go 04:44:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:44:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:44:19 ---> 7d4e04f36393 04:44:19 Step 3/24 : WORKDIR /edgex-go 04:44:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:44:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:19 ---> 7d4e04f36393 04:44:19 Step 3/26 : WORKDIR /edgex-go 04:44:19 ---> Running in f8983aea0afd 04:44:19 ---> Running in 08c6c715fef0 04:44:19 ---> Running in 5a44ac362b0b 04:44:19 ---> Running in f19ad23c0b75 04:44:19 ---> Running in ca47ae5874eb 04:44:19 Removing intermediate container f19ad23c0b75 04:44:19 ---> 62f72d5e9292 04:44:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:19 Removing intermediate container ca47ae5874eb 04:44:19 ---> 31c4e21f7710 04:44:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:19 Removing intermediate container 08c6c715fef0 04:44:19 ---> 9b44c1f48516 04:44:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:19 Removing intermediate container 5a44ac362b0b 04:44:19 ---> ce6221686a2d 04:44:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:19 Removing intermediate container f8983aea0afd 04:44:19 ---> 76fdd9c3b772 04:44:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:19 ---> Running in 698e669a661b 04:44:19 ---> Running in f4fcdb2be78d 04:44:19 ---> Running in 41664e27fd01 04:44:19 ---> Running in 1d4582ee76d8 04:44:19 ---> Running in fb5391a83d4c 04:44:19 Removing intermediate container 698e669a661b 04:44:19 ---> 1170df1a4a6d 04:44:19 Step 5/31 : RUN apk add --update --no-cache make git 04:44:19 ---> Running in 4aeb69070527 04:44:19 Removing intermediate container 41664e27fd01 04:44:19 ---> 71183d569a6c 04:44:19 Step 5/23 : RUN apk add --update --no-cache make git 04:44:19 ---> Running in 2571b6a2ecff 04:44:19 Removing intermediate container f4fcdb2be78d 04:44:19 ---> 4ef7b1f8cd6f 04:44:19 Step 5/24 : RUN apk add --update --no-cache make git 04:44:19 Removing intermediate container fb5391a83d4c 04:44:19 ---> 74ba3cdd455a 04:44:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:44:19 Removing intermediate container 1d4582ee76d8 04:44:19 ---> c3387d17b08b 04:44:19 Step 5/26 : RUN apk add --update --no-cache make bash git 04:44:19 ---> Running in cef960871927 04:44:19 ---> Running in 95fcb2133929 04:44:19 ---> Running in db34300fde9f 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:44:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:44:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:44:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:44:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:44:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:44:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:44:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:44:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:44:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:44:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:44:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:44:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:44:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:44:21 OK: 217 MiB in 51 packages 04:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:22 Removing intermediate container 2571b6a2ecff 04:44:22 ---> e2607f1d92d0 04:44:22 Step 6/23 : COPY go.mod . 04:44:22 OK: 217 MiB in 51 packages 04:44:23 ---> 89a2f56f4305 04:44:23 Step 7/23 : RUN go mod download 04:44:23 OK: 217 MiB in 51 packages 04:44:23 ---> Running in 30e920273f04 04:44:23 Removing intermediate container 4aeb69070527 04:44:23 ---> 1f1f4cef4ec0 04:44:23 Step 6/31 : COPY go.mod . 04:44:23 Fetched 23.9 MB in 5s (4572 kB/s) 04:44:24 Reading package lists... 04:44:24 OK: 217 MiB in 51 packages 04:44:24 ---> d31f34a79bcb 04:44:24 Step 7/31 : RUN go mod download 04:44:24 OK: 217 MiB in 51 packages 04:44:25 Reading package lists... 04:44:25 ---> Running in 2d4f00e5de7d 04:44:25 Removing intermediate container db34300fde9f 04:44:25 ---> f5683b2db442 04:44:25 Step 6/22 : COPY go.mod . 04:44:25 Building dependency tree... 04:44:25 Reading state information... 04:44:25 The following additional packages will be installed: 04:44:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:44:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:44:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:44:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:44:25 Suggested packages: 04:44:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:44:25 Recommended packages: 04:44:25 gnupg libsasl2-modules 04:44:25 The following NEW packages will be installed: 04:44:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:44:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:44:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:44:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:44:25 The following packages will be upgraded: 04:44:25 gpg gpg-agent gpgconf libudev1 04:44:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:44:25 Need to get 3533 kB of archives. 04:44:25 After this operation, 13.3 MB of additional disk space will be used. 04:44:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:44:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:44:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:44:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 04:44:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 04:44:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:44:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:44:25 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:44:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:44:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:44:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:44:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:44:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:44:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:44:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:44:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:44:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:44:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:44:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:44:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:44:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:44:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:44:26 ---> 5543b620a892 04:44:26 Step 7/22 : RUN go mod download 04:44:26 Removing intermediate container cef960871927 04:44:26 ---> ee2dc1ef1076 04:44:26 Step 6/24 : COPY go.mod . 04:44:26 debconf: delaying package configuration, since apt-utils is not installed 04:44:26 Fetched 3533 kB in 1s (3461 kB/s) 04:44:26 (Reading database ... 12511 files and directories currently installed.) 04:44:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:44:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:26 ---> Running in f91c9e31fa18 04:44:27 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:44:27 Selecting previously unselected package udev. 04:44:27 (Reading database ... 12511 files and directories currently installed.) 04:44:27 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:44:27 Unpacking udev (237-3ubuntu10.44) ... 04:44:27 Removing intermediate container 95fcb2133929 04:44:27 ---> 7bf8403b91a4 04:44:27 Step 6/26 : COPY go.mod . 04:44:27 Selecting previously unselected package libfuse2:amd64. 04:44:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:44:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:44:27 Selecting previously unselected package fuse. 04:44:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:44:27 Unpacking fuse (2.9.7-1ubuntu1) ... 04:44:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:27 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:44:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:27 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:44:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:27 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:44:28 Selecting previously unselected package libksba8:amd64. 04:44:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:44:28 Unpacking libksba8:amd64 (1.3.5-2) ... 04:44:28 Selecting previously unselected package libroken18-heimdal:amd64. 04:44:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Removing intermediate container 30e920273f04 04:44:28 ---> 3d7a693a2ac4 04:44:28 Step 8/23 : COPY . . 04:44:28 ---> 46603aa99da2 04:44:28 Step 7/24 : RUN go mod download 04:44:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:44:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:44:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:44:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 ---> Running in 718e35931fd4 04:44:28 ---> 1764e10a4d7e 04:44:28 Step 7/26 : RUN go mod download 04:44:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Selecting previously unselected package libwind0-heimdal:amd64. 04:44:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:44:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 ---> Running in 47b42d22361b 04:44:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:44:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:44:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:44:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:44:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:29 Selecting previously unselected package libsasl2-modules-db:amd64. 04:44:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:44:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:44:29 Selecting previously unselected package libsasl2-2:amd64. 04:44:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:44:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:44:29 Selecting previously unselected package libldap-common. 04:44:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:44:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:44:29 Selecting previously unselected package libldap-2.4-2:amd64. 04:44:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:44:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:44:29 Removing intermediate container 2d4f00e5de7d 04:44:29 ---> 4a1f8155711a 04:44:29 Step 8/31 : COPY . . 04:44:29 Selecting previously unselected package dirmngr. 04:44:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:44:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:44:29 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:44:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:44:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:44:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:44:29 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:44:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:29 Setting up libksba8:amd64 (1.3.5-2) ... 04:44:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:29 Setting up udev (237-3ubuntu10.44) ... 04:44:30 invoke-rc.d: policy-rc.d denied execution of start. 04:44:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Processing triggers for systemd (237-3ubuntu10) ... 04:44:30 Setting up fuse (2.9.7-1ubuntu1) ... 04:44:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:44:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:44:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:44:30 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:44:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:44:31 settings in the [Install] section, and DefaultInstance for template units). 04:44:31 This means they are not meant to be enabled using systemctl. 04:44:31 Possible reasons for having this kind of units are: 04:44:31 1) A unit may be statically enabled by being symlinked from another unit's 04:44:31 .wants/ or .requires/ directory. 04:44:31 2) A unit's purpose may be to act as a helper for some other unit which has 04:44:31 a requirement dependency on it. 04:44:31 3) A unit may be started when needed via activation (socket, path, timer, 04:44:31 D-Bus, udev, scripted systemctl call, ...). 04:44:31 4) In case of template units, the unit is meant to be enabled with some 04:44:31 instance name specified. 04:44:31 Reading package lists... 04:44:32 Building dependency tree... 04:44:32 Reading state information... 04:44:32 The following additional packages will be installed: 04:44:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:44:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:44:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:44:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:44:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:44:32 Suggested packages: 04:44:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:44:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:44:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:44:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:44:32 systemd-container policykit-1 04:44:32 Recommended packages: 04:44:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:44:32 The following NEW packages will be installed: 04:44:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:44:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:44:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:44:32 multiarch-support openssh-client python3 python3-minimal python3.6 04:44:32 python3.6-minimal snapd squashfs-tools sudo 04:44:32 The following packages will be upgraded: 04:44:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:44:32 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:44:32 Need to get 35.2 MB of archives. 04:44:32 After this operation, 141 MB of additional disk space will be used. 04:44:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:44:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:44:32 Removing intermediate container f91c9e31fa18 04:44:32 ---> 660ef36172b5 04:44:32 Step 8/22 : COPY . . 04:44:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:44:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:44:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:44:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:44:33 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:44:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:44:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:44:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:44:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:44:33 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:44:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:44:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:44:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:44:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 04:44:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:44:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:44:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:44:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:44:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:44:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:44:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:44:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:44:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:44:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:44:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:44:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:44:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:44:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:44:34 Removing intermediate container 47b42d22361b 04:44:34 ---> 98270872d648 04:44:34 Step 8/26 : COPY . . 04:44:34 Removing intermediate container 718e35931fd4 04:44:34 ---> 4a774dd98b47 04:44:34 Step 8/24 : COPY . . 04:44:34 debconf: delaying package configuration, since apt-utils is not installed 04:44:34 Fetched 35.2 MB in 2s (16.7 MB/s) 04:44:34 (Reading database ... 12757 files and directories currently installed.) 04:44:34 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:44:34 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:44:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:35 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:44:35 (Reading database ... 12757 files and directories currently installed.) 04:44:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:44:36 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:44:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:44:36 (Reading database ... 12757 files and directories currently installed.) 04:44:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:44:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:44:36 Setting up apt (1.6.12ubuntu0.2) ... 04:44:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:44:37 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:44:37 (Reading database ... 12764 files and directories currently installed.) 04:44:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:44:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:44:37 Selecting previously unselected package libpython3.6-minimal:amd64. 04:44:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:37 Selecting previously unselected package libexpat1:amd64. 04:44:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:44:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:44:37 Selecting previously unselected package python3.6-minimal. 04:44:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:44:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:44:38 Checking for services that may need to be restarted...done. 04:44:38 Checking for services that may need to be restarted...done. 04:44:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:44:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:44:38 Selecting previously unselected package python3-minimal. 04:44:38 (Reading database ... 13012 files and directories currently installed.) 04:44:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:44:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:44:38 Selecting previously unselected package mime-support. 04:44:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:44:38 Unpacking mime-support (3.60ubuntu1) ... 04:44:38 Selecting previously unselected package libmpdec2:amd64. 04:44:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:44:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:44:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:44:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:39 Selecting previously unselected package python3.6. 04:44:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:44:39 Selecting previously unselected package libpython3-stdlib:amd64. 04:44:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:44:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:44:39 Setting up python3-minimal (3.6.7-1~18.04) ... 04:44:40 Selecting previously unselected package python3. 04:44:40 (Reading database ... 13442 files and directories currently installed.) 04:44:40 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:44:40 Unpacking python3 (3.6.7-1~18.04) ... 04:44:40 Selecting previously unselected package multiarch-support. 04:44:40 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:44:40 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:44:40 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:44:40 Selecting previously unselected package liblzo2-2:amd64. 04:44:40 (Reading database ... 13479 files and directories currently installed.) 04:44:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:44:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:44:40 Selecting previously unselected package libbsd0:amd64. 04:44:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:44:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:44:40 Selecting previously unselected package sudo. 04:44:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:44:40 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:44:40 Selecting previously unselected package apparmor. 04:44:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:44:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:44:41 Selecting previously unselected package libedit2:amd64. 04:44:41 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:44:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:44:41 Selecting previously unselected package libkrb5support0:amd64. 04:44:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:44:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:44:41 Selecting previously unselected package libk5crypto3:amd64. 04:44:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:44:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:44:41 Selecting previously unselected package libkeyutils1:amd64. 04:44:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:44:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:44:41 Selecting previously unselected package libkrb5-3:amd64. 04:44:41 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:44:41 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:44:41 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:44:41 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:44:41 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:44:41 Selecting previously unselected package libssl1.0.0:amd64. 04:44:41 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:44:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:44:41 Selecting previously unselected package openssh-client. 04:44:41 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:44:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:44:42 Selecting previously unselected package squashfs-tools. 04:44:42 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:44:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:44:42 Selecting previously unselected package snapd. 04:44:42 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:44:42 Unpacking snapd (2.48+18.04) ... 04:44:44 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:44:44 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:44:44 Setting up mime-support (3.60ubuntu1) ... 04:44:44 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:44:44 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:44:44 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:44:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:44 Setting up systemd (237-3ubuntu10.44) ... 04:44:44 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:44:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:44:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:44:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:44:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:44:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:44:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:44:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:44:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:44:47 Setting up python3 (3.6.7-1~18.04) ... 04:44:47 running python rtupdate hooks for python3.6... 04:44:47 running python post-rtupdate hooks for python3.6... 04:44:48 Setting up apparmor (2.12-4ubuntu5.1) ... 04:44:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:44:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:44:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:44:50 Setting up snapd (2.48+18.04) ... 04:44:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:44:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:44:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:44:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:44:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:44:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:44:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:44:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:44:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:44:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:44:52 /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' 04:44:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:52 Processing triggers for systemd (237-3ubuntu10.44) ... 04:44:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:44:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:44:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:44:55 Reading package lists... 04:44:55 Reading package lists... 04:44:55 Building dependency tree... 04:44:55 Reading state information... 04:44:55 Calculating upgrade... 04:44:56 The following packages will be upgraded: 04:44:56 advancecomp base-files bash binutils binutils-common 04:44:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:44:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:44:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:44:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:44:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:44:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:44:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:44:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:44:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:44:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:44:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:44:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:44:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:44:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:44:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:44:56 Need to get 63.8 MB of archives. 04:44:56 After this operation, 5188 kB of additional disk space will be used. 04:44:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:44:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 04:44:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:44:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:44:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:44:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:44:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:44:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:44:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:44:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:44:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:44:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:44:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:44:57 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:44:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:44:57 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:44:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:44:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:44:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:44:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:44:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:44:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:44:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:44:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:44:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:44:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:44:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:44:57 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:44:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:44:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:44:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:44:57 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:44:57 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:44:57 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:44:57 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:44:57 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:44:57 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:44:57 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:44:57 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:44:57 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:44:57 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:44:57 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:44:57 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:44:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:44:57 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:44:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:44:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:44:57 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:44:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:44:57 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:44:57 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:44:57 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:44:57 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:44:57 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:44:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:44:57 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:44:57 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:44:57 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:44:57 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:44:57 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:44:57 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:44:57 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:44:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:44:57 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:44:57 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:44:57 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:44:57 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:44:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:44:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:44:57 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:44:57 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:44:57 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:44:57 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:44:57 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:44:57 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:44:58 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:44:58 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:44:58 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:44:58 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:44:58 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:44:58 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:44:58 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:44:58 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:44:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:44:58 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:44:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:44:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:44:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:44:58 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:44:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:44:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:44:59 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:44:59 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:44:59 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:44:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:44:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:44:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:44:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:44:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:44:59 debconf: delaying package configuration, since apt-utils is not installed 04:44:59 Fetched 63.8 MB in 3s (18.3 MB/s) 04:45:00 (Reading database ... 13912 files and directories currently installed.) 04:45:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:45:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:45:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:45:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:45:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 04:45:00 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 04:45:01 ---> 2b851ef8c1a9 04:45:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:45:01 ---> 2c557bae5931 04:45:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:45:01 ---> 114b09649902 04:45:01 Step 9/23 : RUN make cmd/core-command/core-command 04:45:01 ---> 68055b6fc231 04:45:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:45:01 ---> Running in e49d2fc58e7b 04:45:01 ---> Running in b5fec0e10671 04:45:01 ---> Running in 1e62d45cf86a 04:45:01 ---> Running in efd9e77490f9 04:45:01 ---> 89da3d742b5c 04:45:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:45:01 ---> Running in ce9c8860ec47 04:45:01 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 04:45:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:45:01 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 04:45:01 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 04:45:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:02 (Reading database ... 13911 files and directories currently installed.) 04:45:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:45:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:45:02 (Reading database ... 13911 files and directories currently installed.) 04:45:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:45:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:45:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:03 (Reading database ... 13911 files and directories currently installed.) 04:45:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:45:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:45:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:45:04 (Reading database ... 13911 files and directories currently installed.) 04:45:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:45:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:45:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:45:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:45:04 Setting up base-files (10.1ubuntu2.10) ... 04:45:04 Installing new version of config file /etc/issue ... 04:45:04 Installing new version of config file /etc/issue.net ... 04:45:04 Installing new version of config file /etc/lsb-release ... 04:45:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:45:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:45:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:45:05 Removing obsolete conffile /etc/default/motd-news ... 04:45:05 (Reading database ... 13912 files and directories currently installed.) 04:45:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:45:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:45:05 Setting up bash (4.4.18-2ubuntu1.2) ... 04:45:05 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 04:45:05 (Reading database ... 13912 files and directories currently installed.) 04:45:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:45:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:45:05 (Reading database ... 13912 files and directories currently installed.) 04:45:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:45:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:45:06 Setting up tar (1.29b-2ubuntu0.2) ... 04:45:06 (Reading database ... 13912 files and directories currently installed.) 04:45:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:45:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:45:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:45:06 (Reading database ... 13912 files and directories currently installed.) 04:45:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:45:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:45:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:45:06 (Reading database ... 13912 files and directories currently installed.) 04:45:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:45:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:45:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:45:07 (Reading database ... 13912 files and directories currently installed.) 04:45:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:45:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:45:07 Setting up grep (3.1-2build1) ... 04:45:07 (Reading database ... 13912 files and directories currently installed.) 04:45:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:45:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:45:07 Setting up login (1:4.5-1ubuntu2) ... 04:45:07 (Reading database ... 13912 files and directories currently installed.) 04:45:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:45:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:45:08 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:45:08 (Reading database ... 13912 files and directories currently installed.) 04:45:08 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:45:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:45:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:45:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:45:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:45:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:45:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:45:09 (Reading database ... 13912 files and directories currently installed.) 04:45:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:45:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:45:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:45:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:45:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:45:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:45:11 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:45:11 (Reading database ... 13912 files and directories currently installed.) 04:45:11 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:45:11 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:45:11 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:45:11 (Reading database ... 13912 files and directories currently installed.) 04:45:11 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:45:11 (Reading database ... 13912 files and directories currently installed.) 04:45:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:45:12 (Reading database ... 13912 files and directories currently installed.) 04:45:12 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:12 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:12 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:45:12 (Reading database ... 13912 files and directories currently installed.) 04:45:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:45:12 (Reading database ... 13912 files and directories currently installed.) 04:45:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:45:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:45:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:45:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:45:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:45:12 (Reading database ... 13912 files and directories currently installed.) 04:45:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:45:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:45:13 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:45:13 (Reading database ... 13912 files and directories currently installed.) 04:45:13 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:13 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:45:13 (Reading database ... 13912 files and directories currently installed.) 04:45:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:45:13 (Reading database ... 13912 files and directories currently installed.) 04:45:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:45:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:45:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:45:14 (Reading database ... 13912 files and directories currently installed.) 04:45:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:45:15 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:45:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:45:15 (Reading database ... 13912 files and directories currently installed.) 04:45:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:45:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:45:15 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:45:15 (Reading database ... 13914 files and directories currently installed.) 04:45:15 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:45:15 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:45:15 Setting up debconf (1.5.66ubuntu1) ... 04:45:16 (Reading database ... 13914 files and directories currently installed.) 04:45:16 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:45:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:45:16 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:45:16 (Reading database ... 13914 files and directories currently installed.) 04:45:16 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:45:16 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:45:16 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:45:16 (Reading database ... 13914 files and directories currently installed.) 04:45:16 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:45:16 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:45:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:45:17 (Reading database ... 13914 files and directories currently installed.) 04:45:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:45:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:45:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:45:17 (Reading database ... 13914 files and directories currently installed.) 04:45:17 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:45:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:45:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:45:18 (Reading database ... 13914 files and directories currently installed.) 04:45:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:45:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:45:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:45:18 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:45:18 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:45:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:45:18 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:45:18 (Reading database ... 13914 files and directories currently installed.) 04:45:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:45:18 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:45:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:45:19 (Reading database ... 13914 files and directories currently installed.) 04:45:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:45:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:45:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:45:19 (Reading database ... 13914 files and directories currently installed.) 04:45:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:45:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:45:19 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:45:19 (Reading database ... 13914 files and directories currently installed.) 04:45:19 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:45:19 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:45:19 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:45:20 (Reading database ... 13914 files and directories currently installed.) 04:45:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:45:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:45:20 Setting up passwd (1:4.5-1ubuntu2) ... 04:45:20 (Reading database ... 13914 files and directories currently installed.) 04:45:20 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:45:20 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:45:20 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:45:20 (Reading database ... 13914 files and directories currently installed.) 04:45:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:45:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:45:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:45:21 (Reading database ... 13914 files and directories currently installed.) 04:45:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:45:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:45:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:45:21 (Reading database ... 13914 files and directories currently installed.) 04:45:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:45:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:45:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:45:21 (Reading database ... 13914 files and directories currently installed.) 04:45:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:45:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:45:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:45:21 (Reading database ... 13914 files and directories currently installed.) 04:45:21 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:45:21 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:45:21 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:45:22 (Reading database ... 13914 files and directories currently installed.) 04:45:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:45:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:45:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:45:22 (Reading database ... 13915 files and directories currently installed.) 04:45:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:45:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:45:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:45:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:45:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:45:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:45:22 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:45:22 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:45:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:45:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:45:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:45:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:45:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:45:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:45:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:45:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:45:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:45:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:45:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:45:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:45:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:45:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:45:24 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:45:24 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:45:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:45:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:45:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:45:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:45:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:45:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:45:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:45:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:45:25 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:45:25 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:45:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:45:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:45:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:26 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:45:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:45:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:45:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:45:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:45:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:45:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:45:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:45:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:45:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:45:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:45:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:45:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:45:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:45:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:45:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:45:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:45:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:45:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:45:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:45:32 04:45:32 Current default time zone: 'Etc/UTC' 04:45:32 Local time is now: Thu Feb 4 04:45:32 UTC 2021. 04:45:32 Universal Time is now: Thu Feb 4 04:45:32 UTC 2021. 04:45:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:45:32 04:45:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:45:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 04:45:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:45:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:45:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:45:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:45:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:45:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:45:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:45:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:45:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:45:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:33 Setting up patch (2.7.6-2ubuntu1.1) ... 04:45:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:45:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:45:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:45:33 Installing new version of config file /etc/ssl/openssl.cnf ... 04:45:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:45:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:45:33 Setting up ca-certificates (20210119~18.04.1) ... 04:45:35 Updating certificates in /etc/ssl/certs... 04:45:36 23 added, 27 removed; done. 04:45:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:45:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:45:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:45:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:45:36 Setting up pkgbinarymangler (138.18.04.1) ... 04:45:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:45:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up perl (5.26.1-6ubuntu0.5) ... 04:45:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:45:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:45:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:45:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:45:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:45:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:45:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:45:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:45:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:45:36 Processing triggers for systemd (237-3ubuntu10.44) ... 04:45:37 Processing triggers for mime-support (3.60ubuntu1) ... 04:45:37 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:45:37 Updating certificates in /etc/ssl/certs... 04:45:37 0 added, 0 removed; done. 04:45:37 Running hooks in /etc/ca-certificates/update.d... 04:45:37 done. 04:45:38 Reading package lists... 04:45:38 Building dependency tree... 04:45:38 Reading state information... 04:45:38 The following NEW packages will be installed: 04:45:38 apt-transport-https 04:45:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:45:39 Need to get 1696 B of archives. 04:45:39 After this operation, 153 kB of additional disk space will be used. 04:45:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:45:39 debconf: delaying package configuration, since apt-utils is not installed 04:45:39 Fetched 1696 B in 0s (8873 B/s) 04:45:39 Selecting previously unselected package apt-transport-https. 04:45:39 (Reading database ... 13920 files and directories currently installed.) 04:45:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:45:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:45:39 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:45:39 Waiting for network to be ready... 04:45:46 2021-02-04T04:45:43Z INFO Waiting for automatic snapd restart... 04:45:46 snapd 2.48.2 from Canonical* installed 04:45:47 "snapd" switched to the "latest/stable" channel 04:45:47 04:45:51 core18 20201210 from Canonical* installed 04:45:51 "core18" switched to the "latest/stable" channel 04:45:51 04:45:56 snapcraft 4.4.4 from Canonical* installed 04:45:56 "snapcraft" switched to the "latest/stable" channel 04:45:56 04:46:00 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: 04:46:00 - README.md 04:46:00 - snapcraft.yaml.orig 04:46:00 04:46:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:46:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:46:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:46:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:46:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:46:08 Reading package lists... 04:46:09 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 04:46:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:46:15 Reading package lists... 04:46:15 Building dependency tree... 04:46:15 Reading state information... 04:46:15 Suggested packages: 04:46:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:46:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:46:15 Recommended packages: 04:46:15 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:46:15 The following NEW packages will be installed: 04:46:15 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:46:15 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:46:15 pkg-config zip 04:46:15 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:46:15 Need to get 7655 kB of archives. 04:46:15 After this operation, 43.7 MB of additional disk space will be used. 04:46:15 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:46:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:46:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:46:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:46:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:46:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:46:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:46:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:46:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:46:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:46:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:46:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:46:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:46:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:46:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:46:17 debconf: delaying package configuration, since apt-utils is not installed 04:46:17 Fetched 7655 kB in 1s (6989 kB/s) 04:46:17 Selecting previously unselected package libglib2.0-0:amd64. 04:46:17 (Reading database ... 13924 files and directories currently installed.) 04:46:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:46:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:46:17 Selecting previously unselected package libpsl5:amd64. 04:46:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:46:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:46:17 Selecting previously unselected package libnghttp2-14:amd64. 04:46:17 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:46:17 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:46:17 Selecting previously unselected package librtmp1:amd64. 04:46:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:46:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:46:17 Selecting previously unselected package libcurl3-gnutls:amd64. 04:46:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:46:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:46:17 Selecting previously unselected package liberror-perl. 04:46:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:46:17 Unpacking liberror-perl (0.17025-1) ... 04:46:17 Selecting previously unselected package git-man. 04:46:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:46:17 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:46:18 Selecting previously unselected package git. 04:46:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:46:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:46:18 Selecting previously unselected package libnorm1:amd64. 04:46:18 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:46:18 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:46:19 Selecting previously unselected package libpgm-5.2-0:amd64. 04:46:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:46:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:46:19 Selecting previously unselected package libsodium23:amd64. 04:46:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:46:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:46:19 Selecting previously unselected package libzmq5:amd64. 04:46:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:46:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:46:19 Selecting previously unselected package libzmq3-dev:amd64. 04:46:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:46:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:46:19 Selecting previously unselected package pkg-config. 04:46:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:46:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:46:19 Selecting previously unselected package zip. 04:46:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:46:19 Unpacking zip (3.0-11build1) ... 04:46:19 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:46:19 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:46:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:46:19 Setting up liberror-perl (0.17025-1) ... 04:46:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:46:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:46:19 No schema files found: doing nothing. 04:46:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:46:19 Setting up zip (3.0-11build1) ... 04:46:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:46:19 Setting up libsodium23:amd64 (1.0.16-2) ... 04:46:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:46:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:46:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:46:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:46:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:46:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:46:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:46:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:46:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:46:27 git set to automatically installed. 04:46:27 git-man set to automatically installed. 04:46:27 libcurl3-gnutls set to automatically installed. 04:46:27 liberror-perl set to automatically installed. 04:46:27 libglib2.0-0 set to automatically installed. 04:46:27 libnghttp2-14 set to automatically installed. 04:46:27 libnorm1 set to automatically installed. 04:46:27 libpgm-5.2-0 set to automatically installed. 04:46:27 libpsl5 set to automatically installed. 04:46:27 librtmp1 set to automatically installed. 04:46:27 libsodium23 set to automatically installed. 04:46:27 libzmq3-dev set to automatically installed. 04:46:27 libzmq5 set to automatically installed. 04:46:27 pkg-config set to automatically installed. 04:46:27 zip set to automatically installed. 04:46:29 snapd is not logged in, snap install commands will use sudo 04:46:31 Removing intermediate container efd9e77490f9 04:46:31 ---> fa7dea47ddee 04:46:31 04:46:31 Step 10/24 : FROM alpine:3.12 04:46:31 3.12: Pulling from library/alpine 04:46:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:46:32 Status: Downloaded newer image for alpine:3.12 04:46:32 ---> afeebe901d6b 04:46:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:46:34 ---> Running in 6b165c024c52 04:46:34 Removing intermediate container ce9c8860ec47 04:46:34 ---> 2b4c03e5daf7 04:46:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:46:35 ---> Running in 63efb39b008d 04:46:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:46:35 snap "core18" has no updates available 04:46:36 Pulling config-common 04:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:36 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 04:46:37 (1/5) Installing ca-certificates (20191127-r4) 04:46:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:46:37 (3/5) Installing libcurl (7.69.1-r3) 04:46:37 (4/5) Installing curl (7.69.1-r3) 04:46:37 (5/5) Installing dumb-init (1.2.2-r1) 04:46:37 Executing busybox-1.31.1-r19.trigger 04:46:37 Pulling go-build-helper 04:46:38 Executing ca-certificates-20191127-r4.trigger 04:46:38 OK: 7 MiB in 19 packages 04:46:40 Removing intermediate container 6b165c024c52 04:46:40 ---> 97885699f6a6 04:46:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:40 ---> Running in daa3d776cb36 04:46:41 Removing intermediate container daa3d776cb36 04:46:41 ---> 6ffea96640c4 04:46:41 Step 13/24 : WORKDIR / 04:46:41 ---> Running in 4e470545d841 04:46:42 Removing intermediate container 4e470545d841 04:46:42 ---> 1eba3496fcff 04:46:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:43 Removing intermediate container 63efb39b008d 04:46:43 ---> 9e27d0f8cabc 04:46:43 04:46:43 Step 11/26 : FROM docker:20.10.0 04:46:43 20.10.0: Pulling from library/docker 04:46:44 ---> 9c4a27b78d02 04:46:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:46 ---> 27552ece822d 04:46:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:47 Removing intermediate container e49d2fc58e7b 04:46:47 ---> edd492faa2bb 04:46:47 04:46:47 Step 10/31 : FROM alpine:3.12 04:46:47 ---> afeebe901d6b 04:46:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:46:48 ---> Running in 24542f6d50c3 04:46:48 ---> e4b034981002 04:46:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:49 Removing intermediate container 24542f6d50c3 04:46:49 ---> 3f50f120eaa2 04:46:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:46:49 Removing intermediate container 1e62d45cf86a 04:46:49 ---> c3df3ecb2f73 04:46:49 04:46:49 Step 10/23 : FROM alpine:3.12 04:46:49 ---> afeebe901d6b 04:46:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:46:50 ---> Running in 548d4716850a 04:46:50 Removing intermediate container b5fec0e10671 04:46:50 ---> 22927bb47797 04:46:50 04:46:50 Step 10/22 : FROM alpine:3.12 04:46:50 ---> afeebe901d6b 04:46:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:46:50 ---> Running in f4ebf84d3769 04:46:50 ---> 495bcc25f98c 04:46:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:50 ---> Running in 45a70d86139f 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:53 (1/1) Installing dumb-init (1.2.2-r1) 04:46:53 Executing busybox-1.31.1-r19.trigger 04:46:53 OK: 5 MiB in 15 packages 04:46:53 (1/2) Installing dumb-init (1.2.2-r1) 04:46:53 (2/2) Installing su-exec (0.2-r1) 04:46:53 Executing busybox-1.31.1-r19.trigger 04:46:53 OK: 5 MiB in 16 packages 04:46:53 ---> f11b44a1d9b1 04:46:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:53 (1/2) Installing ca-certificates (20191127-r4) 04:46:53 (2/2) Installing dumb-init (1.2.2-r1) 04:46:53 Executing busybox-1.31.1-r19.trigger 04:46:54 Executing ca-certificates-20191127-r4.trigger 04:46:54 OK: 6 MiB in 16 packages 04:46:55 ---> 94b6a843f0d1 04:46:55 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/ 04:46:55 ---> Running in db8c66d3d791 04:46:56 Removing intermediate container f4ebf84d3769 04:46:56 ---> b2cf4683d4c8 04:46:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:46:56 Removing intermediate container 548d4716850a 04:46:56 ---> 4ddc36b6fce7 04:46:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:46:56 ---> Running in 0c12cdbd4e5f 04:46:56 ---> Running in 404b824f7087 04:46:56 Removing intermediate container 45a70d86139f 04:46:56 ---> dcc49454ed36 04:46:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:46:57 Removing intermediate container 0c12cdbd4e5f 04:46:57 ---> 559ca9fc4fba 04:46:57 Step 13/23 : ENV APP_PORT=48082 04:46:57 ---> Running in 266c2f474b36 04:46:57 ---> Running in 9b96dbef0521 04:46:57 Removing intermediate container 404b824f7087 04:46:57 ---> d0b57148b205 04:46:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:46:58 ---> Running in b4980c65b119 04:46:58 Removing intermediate container 266c2f474b36 04:46:58 ---> aaa7a8b2e82a 04:46:58 Step 13/22 : ENV APP_PORT=48060 04:46:58 Removing intermediate container 9b96dbef0521 04:46:58 ---> 311a56eef23f 04:46:58 Step 14/23 : EXPOSE $APP_PORT 04:46:58 ---> Running in 1e5b075aa7be 04:46:58 Removing intermediate container b4980c65b119 04:46:58 ---> eabba594f375 04:46:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:46:58 ---> Running in 5bdbe7eaef66 04:46:58 ---> Running in 7b01c19e62e5 04:46:59 Removing intermediate container 1e5b075aa7be 04:46:59 ---> 5760e5080b56 04:46:59 Step 14/22 : EXPOSE $APP_PORT 04:46:59 Removing intermediate container db8c66d3d791 04:46:59 ---> a27e17ab997c 04:46:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:46:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:46:59 Status: Downloaded newer image for docker:20.10.0 04:46:59 ---> eeaf43b92773 04:46:59 Step 12/26 : RUN apk add --no-cache bash 04:46:59 Removing intermediate container 5bdbe7eaef66 04:46:59 ---> 0cd47335058c 04:46:59 Step 15/23 : WORKDIR / 04:46:59 ---> Running in 109a06408a56 04:46:59 ---> Running in 33083e8f9359 04:46:59 ---> Running in 65a471a06555 04:46:59 ---> Running in 1d3a45372c52 04:47:00 Removing intermediate container 109a06408a56 04:47:00 ---> 32bfdb48fced 04:47:00 Step 22/24 : LABEL arch=arm64 04:47:00 Removing intermediate container 33083e8f9359 04:47:00 ---> 124dd4180901 04:47:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:47:00 ---> Running in 0f20404e5166 04:47:00 Removing intermediate container 1d3a45372c52 04:47:00 ---> 8ad8b71009ec 04:47:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:01 Removing intermediate container 0f20404e5166 04:47:01 ---> f64c3732da07 04:47:01 Step 23/24 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:47:01 ---> 8e83a9c47c37 04:47:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:01 ---> Running in 3cdbc749333f 04:47:01 ---> 38eed43c6acb 04:47:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:01 Removing intermediate container 7b01c19e62e5 04:47:01 ---> 7c7934312d78 04:47:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:47:02 (1/2) Installing readline (8.0.4-r0) 04:47:02 (2/2) Installing bash (5.0.17-r0) 04:47:02 ---> Running in f3ca3b662524 04:47:02 Executing bash-5.0.17-r0.post-install 04:47:02 Executing busybox-1.31.1-r19.trigger 04:47:02 OK: 12 MiB in 22 packages 04:47:02 Removing intermediate container 3cdbc749333f 04:47:02 ---> ce26c48e7478 04:47:02 Step 24/24 : LABEL version=0.0.0 04:47:02 ---> Running in a81b6daa5422 04:47:04 Removing intermediate container f3ca3b662524 04:47:04 ---> b0de90500f45 04:47:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:47:04 ---> 31c8c8790104 04:47:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:04 Removing intermediate container a81b6daa5422 04:47:04 ---> 0f7d708c02ed 04:47:04 04:47:04 ---> 4f4ec675c808 04:47:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:04 Successfully built 0f7d708c02ed 04:47:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:47:04  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:47:04 Removing intermediate container 65a471a06555 04:47:04 ---> 2f70ef2f8990 04:47:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:47:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:47:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:47:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:47:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:47:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:47:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:47:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:47:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:47:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:47:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:47:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:47:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:47:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:47:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:47:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:47:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:47:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:47:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:47:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:47:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:47:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:47:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:47:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:47:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:47:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:47:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:47:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:47:04 Fetched 23.9 MB in 6s (3829 kB/s) 04:47:04 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:47:04 Fetched 96.5 kB in 0s (0 B/s) 04:47:04 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:47:04 Fetched 279 kB in 0s (0 B/s) 04:47:04 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:47:04 Fetched 122 kB in 0s (0 B/s) 04:47:04 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:47:04 Fetched 77.8 kB in 0s (0 B/s) 04:47:04 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:47:04 Fetched 8848 B in 0s (0 B/s) 04:47:04 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:47:04 Fetched 47.8 kB in 0s (0 B/s) 04:47:04 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:47:04 Fetched 45.6 kB in 0s (0 B/s) 04:47:04 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:47:04 Fetched 15.0 kB in 0s (0 B/s) 04:47:04 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:47:04 Fetched 214 kB in 0s (0 B/s) 04:47:04 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:47:04 Fetched 155 kB in 0s (0 B/s) 04:47:04 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:47:04 Fetched 50.6 kB in 0s (0 B/s) 04:47:04 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:47:04 Fetched 14.8 kB in 0s (0 B/s) 04:47:04 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:47:04 Fetched 41.8 kB in 0s (0 B/s) 04:47:04 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:47:04 Fetched 499 kB in 0s (0 B/s) 04:47:04 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:47:04 Fetched 111 kB in 0s (0 B/s) 04:47:04 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:47:04 Fetched 240 kB in 0s (0 B/s) 04:47:04 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:47:04 Fetched 29.3 kB in 0s (0 B/s) 04:47:04 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:47:04 Fetched 85.5 kB in 0s (0 B/s) 04:47:04 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:47:04 Fetched 24.5 kB in 0s (0 B/s) 04:47:04 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:47:04 Fetched 49.2 kB in 0s (0 B/s) 04:47:04 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:47:04 Fetched 54.2 kB in 0s (0 B/s) 04:47:04 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:47:04 Fetched 30.8 kB in 0s (0 B/s) 04:47:04 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:47:04 Fetched 17.0 kB in 0s (0 B/s) 04:47:04 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:47:04 Fetched 85.9 kB in 0s (0 B/s) 04:47:04 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:47:04 Fetched 8720 B in 0s (0 B/s) 04:47:04 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:47:04 Fetched 137 kB in 0s (0 B/s) 04:47:04 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:47:04 Fetched 119 kB in 0s (0 B/s) 04:47:04 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:47:04 Fetched 109 kB in 0s (0 B/s) 04:47:04 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:47:04 Fetched 11.1 kB in 0s (0 B/s) 04:47:04 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:47:04 Fetched 645 kB in 0s (0 B/s) 04:47:04 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:47:04 Fetched 41.3 kB in 0s (0 B/s) 04:47:04 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:47:04 Fetched 17.9 kB in 0s (0 B/s) 04:47:04 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:47:04 Fetched 368 kB in 0s (0 B/s) 04:47:04 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:47:04 Fetched 187 kB in 0s (0 B/s) 04:47:04 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:47:04 Fetched 175 kB in 0s (0 B/s) 04:47:04 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:47:04 ---> 2f593dfdefc9 04:47:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> b26eb0fd6ca5 04:47:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh ---> 443aa310df0f 04:47:04 04:47:04 Step 19/23 : ENTRYPOINT ["/core-command"] 04:47:04 04:47:04 ---> Running in 5fb357300362 04:47:04 ---> Running in c551164ed233 04:47:04 ---> Running in 1d1cd685afa9 04:47:04 ---> Running in 7830f4ab2fc5 04:47:05 Removing intermediate container 5fb357300362 04:47:05 ---> c757306c46b7 04:47:05 Step 14/26 : ENV APP_PORT=48090 04:47:05 Removing intermediate container 1d1cd685afa9 04:47:05 ---> 6253fe1ef23a 04:47:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:06 ---> Running in 9cff77ad6cd8 04:47:06 Removing intermediate container 7830f4ab2fc5 04:47:06 ---> 89be5f1bd03c 04:47:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:06 ---> Running in 2e0e00e21c10 04:47:07 ---> Running in 72f0366cefc8 04:47:07 Removing intermediate container 9cff77ad6cd8 04:47:07 ---> 84eac73f2bf4 04:47:07 Step 15/26 : EXPOSE $APP_PORT 04:47:07 Fetched 206 kB in 0s (0 B/s) 04:47:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:47:07 Fetched 1301 kB in 0s (0 B/s) 04:47:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:47:07 Fetched 36.2 kB in 0s (0 B/s) 04:47:07 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:47:07 Fetched 159 kB in 0s (0 B/s) 04:47:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:47:07 Fetched 107 kB in 0s (0 B/s) 04:47:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:47:07 Fetched 48.7 kB in 0s (0 B/s) 04:47:07 Pulling static-packages 04:47:07 Removing intermediate container 2e0e00e21c10 04:47:07 ---> 9aa6d8d71ac9 04:47:07 Step 21/23 : LABEL arch=arm64 04:47:07 ---> Running in 6e5c5a8c0bef 04:47:08 ---> Running in 639d8f015726 04:47:08 Removing intermediate container 72f0366cefc8 04:47:08 ---> 83d55d7778d0 04:47:08 Step 20/22 : LABEL arch=arm64 04:47:09 'go115' has dependencies that need to be staged: static-packages go-build-helper 04:47:09 Skipping pull go-build-helper (already ran) 04:47:09 Skipping pull static-packages (already ran) 04:47:09 Building go-build-helper 04:47:09 Removing intermediate container c551164ed233 04:47:09 ---> aedf88215a0f 04:47:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:47:09 ---> Running in 2365fc008e1b 04:47:09 Removing intermediate container 6e5c5a8c0bef 04:47:09 ---> de9ba26d424a 04:47:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:10 Removing intermediate container 639d8f015726 04:47:10 ---> d0a26788f20e 04:47:10 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:47:10 Removing intermediate container 2365fc008e1b 04:47:10 ---> a021df8b2a2f 04:47:10 Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:47:10 ---> Running in 11cdfcc02b4c 04:47:10 ---> Running in c5b700d3cdf7 04:47:10 ---> d785d920d461 04:47:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:47:10 ---> 43a345c222a5 04:47:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:10 Removing intermediate container 11cdfcc02b4c 04:47:10 ---> 54ae039eca38 04:47:10 Step 23/23 : LABEL version=0.0.0 04:47:11 Removing intermediate container c5b700d3cdf7 04:47:11 ---> 1193163292bb 04:47:11 Step 22/22 : LABEL version=0.0.0 04:47:11 ---> Running in 3c01ddfc3114 04:47:11 ---> Running in b89caa5662d0 04:47:11 ---> 1ec40ea8fbc3 04:47:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:12 Removing intermediate container b89caa5662d0 04:47:12 ---> 42d6c24f0a65 04:47:12 04:47:12 Removing intermediate container 3c01ddfc3114 04:47:12 ---> 247814df1ad1 04:47:12 04:47:12 ---> b088bd33c424 04:47:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:47:12 Successfully built 42d6c24f0a65 04:47:12 Successfully tagged docker-support-notifications-go-arm64:latest 04:47:12 Building docker-support-scheduler-go 04:47:12  Building docker-support-notifications-go ... done Successfully built 247814df1ad1 04:47:12 Successfully tagged docker-core-command-go-arm64:latest 04:47:12 Building docker-security-proxy-setup-go 04:47:13  Building docker-core-command-go ... done  ---> f411cbaa315f 04:47:13 Step 19/26 : RUN apk --no-cache add py3-pip 04:47:13 ---> Running in 3f77a5d1de12 04:47:13 ---> 15f703e4fe85 04:47:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:47:14 Building static-packages 04:47:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:15 ---> d040329fd755 04:47:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:47:15 (1/33) Installing libbz2 (1.0.8-r1) 04:47:15 (2/33) Installing expat (2.2.9-r1) 04:47:15 (3/33) Installing libffi (3.3-r2) 04:47:15 (4/33) Installing gdbm (1.13-r1) 04:47:15 (5/33) Installing xz-libs (5.2.5-r0) 04:47:15 (6/33) Installing sqlite-libs (3.32.1-r0) 04:47:15 (7/33) Installing python3 (3.8.5-r0) 04:47:16 ---> 37451c9c9d05 04:47:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:47:17 Staging go-build-helper 04:47:17 ---> Running in d9b05d079b0d 04:47:17 (8/33) Installing py3-appdirs (1.4.4-r1) 04:47:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:47:17 (10/33) Installing py3-parsing (2.4.7-r0) 04:47:17 (11/33) Installing py3-six (1.15.0-r0) 04:47:17 (12/33) Installing py3-packaging (20.4-r0) 04:47:17 (13/33) Installing py3-setuptools (47.0.0-r0) 04:47:17 (14/33) Installing py3-chardet (3.0.4-r4) 04:47:17 (15/33) Installing py3-idna (2.9-r0) 04:47:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:47:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:47:17 (18/33) Installing py3-requests (2.23.0-r0) 04:47:17 (19/33) Installing py3-msgpack (1.0.0-r0) 04:47:17 (20/33) Installing py3-lockfile (0.12.2-r3) 04:47:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:47:18 (22/33) Installing py3-colorama (0.4.3-r0) 04:47:18 (23/33) Installing py3-distlib (0.3.0-r0) 04:47:18 (24/33) Installing py3-distro (1.5.0-r1) 04:47:18 (25/33) Installing py3-webencodings (0.5.1-r3) 04:47:18 (26/33) Installing py3-html5lib (1.0.1-r4) 04:47:18 (27/33) Installing py3-pytoml (0.1.21-r0) 04:47:18 (28/33) Installing py3-pep517 (0.8.2-r0) 04:47:18 (29/33) Installing py3-progress (1.5-r0) 04:47:18 (30/33) Installing py3-toml (0.10.1-r0) 04:47:18 (31/33) Installing py3-retrying (1.3.3-r0) 04:47:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:47:18 Staging static-packages 04:47:18 (33/33) Installing py3-pip (20.1.1-r0) 04:47:18 Executing busybox-1.31.1-r19.trigger 04:47:18 OK: 71 MiB in 55 packages 04:47:18 Removing intermediate container d9b05d079b0d 04:47:18 ---> 73cef4bb68ec 04:47:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:47:19 Pulling go115 04:47:20 ---> ef0b77a2ba45 04:47:20 Step 26/31 : RUN chmod +x /entrypoint.sh 04:47:21 'edgex-go' has dependencies that need to be staged: go115 04:47:21 Skipping pull go115 (already ran) 04:47:21 Building go115 04:47:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:47:21 Dload Upload Total Spent Left Speed 04:47:21 ---> Running in 3d357e31c08f 04:47:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 19.8M 0 0:00:05 --:--:-- 0:00:05 19.8M 37 115M 37 43.3M 0 0 23.2M 0 0:00:04 0:00:01 0:00:03 23.2M 58 115M 58 67.1M 0 0 23.6M 0 0:00:04 0:00:02 0:00:02 23.6M 77 115M 77 89.7M 0 0 23.4M 0 0:00:04 0:00:03 0:00:01 23.4M 100 115M 100 115M 0 0 25.3M 0 0:00:04 0:00:04 --:--:-- 25.3M 04:47:26 Removing intermediate container 3d357e31c08f 04:47:26 ---> 8496f5e98ea0 04:47:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:47:26 ---> Running in 980da95d6bff 04:47:26 Removing intermediate container 3f77a5d1de12 04:47:26 ---> 33aa1063ed29 04:47:26 Step 20/26 : RUN pip install docker-compose==1.23.2 04:47:26 go1.15.2.linux-amd64.tar.gz: OK 04:47:26 ---> Running in 3012ffa5c920 04:47:26 Removing intermediate container 980da95d6bff 04:47:26 ---> 2d49750842f6 04:47:26 Step 28/31 : CMD ["gate"] 04:47:27 ---> Running in 73fcdb1817c0 04:47:28 Removing intermediate container 73fcdb1817c0 04:47:28 ---> 8eb490bce146 04:47:28 Step 29/31 : LABEL arch=arm64 04:47:28 ---> Running in 61b721f81a37 04:47:29 Removing intermediate container 61b721f81a37 04:47:29 ---> 89399c4b7f59 04:47:29 Step 30/31 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:47:29 ---> Running in b96b93970448 04:47:30 Removing intermediate container b96b93970448 04:47:30 ---> 877f85403cf7 04:47:30 Step 31/31 : LABEL version=0.0.0 04:47:30 ---> Running in ab38d8c0a6ee 04:47:30 Removing intermediate container ab38d8c0a6ee 04:47:30 ---> bf72d0fda016 04:47:30 04:47:31 Successfully built bf72d0fda016 04:47:31 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:47:31  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 04:47:31 Staging go115 04:47:32 Collecting docker-compose==1.23.2 04:47:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:47:33 Collecting docopt<0.7,>=0.6.1 04:47:33 Downloading docopt-0.6.2.tar.gz (25 kB) 04:47:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:33 ---> 7d4e04f36393 04:47:33 Step 3/23 : WORKDIR /edgex-go 04:47:33 ---> Using cache 04:47:33 ---> 76fdd9c3b772 04:47:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:33 ---> Using cache 04:47:33 ---> 74ba3cdd455a 04:47:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:47:34 ---> Running in bb4269ab7f47 04:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:36 Collecting jsonschema<3,>=2.5.1 04:47:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:47:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:37 Collecting PyYAML<4,>=3.10 04:47:37 Downloading PyYAML-3.13.tar.gz (270 kB) 04:47:37 OK: 217 MiB in 51 packages 04:47:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:47:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:47:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:47:40 Fetched 0 B in 0s (0 B/s) 04:47:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:47:40 Fetched 224 kB in 0s (0 B/s) 04:47:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:47:40 Fetched 157 kB in 0s (0 B/s) 04:47:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:47:40 Fetched 221 kB in 0s (0 B/s) 04:47:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:47:40 Fetched 143 kB in 0s (0 B/s) 04:47:40 Pulling edgex-go 04:47:40 Removing intermediate container bb4269ab7f47 04:47:40 ---> db1be377d088 04:47:40 Step 6/23 : COPY go.mod . 04:47:41 Pulling version 04:47:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:47:42 ---> 48f263741df2 04:47:42 Step 7/23 : RUN go mod download 04:47:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:47:42 Building config-common 04:47:42 ---> Running in 5c4837a93be6 04:47:42 Collecting dockerpty<0.5,>=0.4.1 04:47:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:47:45 Collecting websocket-client<1.0,>=0.32.0 04:47:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:47:45 Skipping build go-build-helper (already ran) 04:47:45 Skipping build static-packages (already ran) 04:47:45 Skipping build go115 (already ran) 04:47:45 Building edgex-go 04:47:46 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 04:47:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:47:46 Collecting cached-property<2,>=1.2.0 04:47:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:47:47 Collecting texttable<0.10,>=0.9.0 04:47:47 Downloading texttable-0.9.1.tar.gz (11 kB) 04:47:47 Removing intermediate container 5c4837a93be6 04:47:47 ---> b9d4c0261833 04:47:47 Step 8/23 : COPY . . 04:47:47 go: downloading github.com/gorilla/mux v1.8.0 04:47:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 04:47:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 04:47:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:47:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 04:47:47 go: downloading github.com/pkg/errors v0.8.1 04:47:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:47:47 go: downloading github.com/imdario/mergo v0.3.11 04:47:47 go: downloading github.com/BurntSushi/toml v0.3.1 04:47:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 04:47:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:47:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 04:47:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:47:47 go: downloading github.com/google/uuid v1.2.0 04:47:47 go: downloading github.com/go-kit/kit v0.8.0 04:47:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 04:47:47 go: downloading github.com/x448/float16 v0.8.4 04:47:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:47:48 go: downloading github.com/pelletier/go-toml v1.2.0 04:47:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:47:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:47:48 go: downloading github.com/pebbe/zmq4 v1.2.2 04:47:48 go: downloading github.com/hashicorp/consul/api v1.1.0 04:47:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:47:48 go: downloading gopkg.in/yaml.v2 v2.4.0 04:47:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:47:48 go: downloading github.com/leodido/go-urn v1.2.0 04:47:48 go: downloading github.com/go-playground/universal-translator v0.17.0 04:47:48 go: downloading github.com/mitchellh/copystructure v1.0.0 04:47:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:47:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:47:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:47:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:47:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:47:48 go: downloading github.com/hashicorp/serf v0.8.2 04:47:48 go: downloading github.com/go-playground/locales v0.13.0 04:47:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:47:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:47:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:47:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:47:50 Collecting docker<4.0,>=3.6.0 04:47:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:47:51 Collecting urllib3<1.25,>=1.21.1 04:47:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:47:51 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) 04:47:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:47:51 ---> 7d4e04f36393 04:47:51 Step 3/22 : WORKDIR /edgex-go 04:47:51 ---> Using cache 04:47:51 ---> 76fdd9c3b772 04:47:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:51 ---> Using cache 04:47:51 ---> 74ba3cdd455a 04:47:51 Step 5/22 : RUN apk add --update --no-cache make git 04:47:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:51 ---> 7d4e04f36393 04:47:51 Step 3/21 : WORKDIR /edgex-go 04:47:51 ---> Using cache 04:47:51 ---> 76fdd9c3b772 04:47:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:51 ---> Using cache 04:47:51 ---> 74ba3cdd455a 04:47:51 Step 5/21 : RUN apk add --update --no-cache make git 04:47:52 Collecting idna<2.8,>=2.5 04:47:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:47:52 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) 04:47:53 Collecting docker-pycreds>=0.4.0 04:47:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:47:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:47:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:47:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:47:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:47:53 ---> Running in 98038ea025a5 04:47:53 ---> Running in 671382491e13 04:47:54 Installing collected packages: docopt, jsonschema, PyYAML, urllib3, idna, requests, dockerpty, websocket-client, cached-property, texttable, docker-pycreds, docker, docker-compose 04:47:54 Running setup.py install for docopt: started 04:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:57 Running setup.py install for docopt: finished with status 'done' 04:47:57 OK: 217 MiB in 51 packages 04:47:57 OK: 217 MiB in 51 packages 04:47:57 Running setup.py install for PyYAML: started 04:47:59 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 04:48:00 Running setup.py install for PyYAML: finished with status 'done' 04:48:00 Attempting uninstall: urllib3 04:48:00 Found existing installation: urllib3 1.25.9 04:48:00 Uninstalling urllib3-1.25.9: 04:48:00 Successfully uninstalled urllib3-1.25.9 04:48:01 Removing intermediate container 671382491e13 04:48:01 ---> 41f2943db5eb 04:48:01 Step 6/22 : COPY go.mod . 04:48:01 Removing intermediate container 98038ea025a5 04:48:01 ---> 7a728d36a87c 04:48:01 Step 6/21 : COPY go.mod . 04:48:01 Attempting uninstall: idna 04:48:01 Found existing installation: idna 2.9 04:48:01 Uninstalling idna-2.9: 04:48:01 Successfully uninstalled idna-2.9 04:48:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:02 ---> 7d4e04f36393 04:48:02 Step 3/23 : WORKDIR /edgex-go 04:48:02 ---> Using cache 04:48:02 ---> 76fdd9c3b772 04:48:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:02 ---> Using cache 04:48:02 ---> 74ba3cdd455a 04:48:02 Step 5/23 : RUN apk add --update --no-cache make git 04:48:02 ---> Using cache 04:48:02 ---> 7a728d36a87c 04:48:02 Step 6/23 : COPY go.mod . 04:48:02 Attempting uninstall: requests 04:48:02 Found existing installation: requests 2.23.0 04:48:02 Uninstalling requests-2.23.0: 04:48:02 Successfully uninstalled requests-2.23.0 04:48:02 ---> 58457e591c82 04:48:02 Step 7/22 : RUN go mod download 04:48:02 ---> 8bfe809e38ce 04:48:02 Step 7/21 : RUN go mod download 04:48:03 Running setup.py install for dockerpty: started 04:48:03 ---> Running in 3a3bf3a56314 04:48:03 ---> ae074406d5cf 04:48:03 Step 7/23 : RUN go mod download 04:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:48:03 ---> Running in a6d26c8cea5d 04:48:03 ---> Running in a0321744da14 04:48:04 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 04:48:06 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 04:48:06 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 04:48:06 go: downloading github.com/stretchr/testify v1.7.0 04:48:06 Running setup.py install for dockerpty: finished with status 'done' 04:48:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:48:06 go: downloading github.com/davecgh/go-spew v1.1.1 04:48:06 go: downloading github.com/pmezard/go-difflib v1.0.0 04:48:07 Running setup.py install for texttable: started 04:48:07 ---> 676ec365580f 04:48:07 Step 9/23 : RUN make cmd/core-data/core-data 04:48:07 ---> Running in fc84f0ab1f83 04:48:07 Removing intermediate container 3a3bf3a56314 04:48:07 ---> 25a72cbddbb8 04:48:07 Step 8/22 : COPY . . 04:48: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 04:48:08 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:48:08 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:48:08 Removing intermediate container a0321744da14 04:48:08 ---> 0aa975e9c4be 04:48:08 Step 8/23 : COPY . . 04:48:08 Removing intermediate container a6d26c8cea5d 04:48:08 ---> 58116a50a0c8 04:48:08 Step 8/21 : COPY . . 04:48:09 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 04:48:09 Running setup.py install for texttable: finished with status 'done' 04:48:09 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 04:48:10 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 04:48:10 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:48:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:48:12 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 04:48:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:48:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:48:15 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 04:48:15 go: downloading github.com/lib/pq v1.9.0 04:48:19 Building version 04:48:21 Removing intermediate container 3012ffa5c920 04:48:21 ---> 23e89a579c09 04:48:21 Step 21/26 : RUN apk --no-cache add curl 04:48:22 Staging config-common 04:48:22 ---> Running in 4a3cd4402309 04:48:23 Skipping stage go-build-helper (already ran) 04:48:23 Skipping stage static-packages (already ran) 04:48:23 Skipping stage go115 (already ran) 04:48:23 Staging edgex-go 04:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:24 Staging version 04:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:48:25 (2/3) Installing libcurl (7.69.1-r3) 04:48:25 (3/3) Installing curl (7.69.1-r3) 04:48:25 Executing busybox-1.31.1-r19.trigger 04:48:25 OK: 71 MiB in 58 packages 04:48:26 Priming config-common 04:48:27 Priming go-build-helper 04:48:28 Priming static-packages 04:48:29 Removing intermediate container 4a3cd4402309 04:48:29 ---> ac7b4161abec 04:48:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:48:29 ---> Running in a0bd9fba9040 04:48:30 Removing intermediate container a0bd9fba9040 04:48:30 ---> 923c9fb2b2c0 04:48:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:48:31 ---> Running in 21acf75edea8 04:48:31 Priming go115 04:48:32 Priming edgex-go 04:48:32 Removing intermediate container 21acf75edea8 04:48:32 ---> 2a3e278e8167 04:48:32 Step 24/26 : LABEL arch=arm64 04:48:33 ---> Running in 5a9c3c9b6231 04:48:34 Priming version 04:48:35 Removing intermediate container 5a9c3c9b6231 04:48:35 ---> d2910ebb39fc 04:48:35 Step 25/26 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:48:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 04:48:35 ---> Running in 5ab26366f9b9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 04:48:37 Removing intermediate container 5ab26366f9b9 04:48:37 ---> 7ef8cbec9483 04:48:37 Step 26/26 : LABEL version=0.0.0 04:48:38 ---> Running in 56e8d9f701cf 04:48:39 Removing intermediate container 56e8d9f701cf 04:48:39 ---> a879de79082d 04:48:39 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:48:41 Successfully built a879de79082d 04:48:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:48:43  Building docker-sys-mgmt-agent-go ... done  ---> 3da131a9b7fd 04:48:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:48:44 ---> Running in dd44a2161ae1 04:48:44 ---> 772f332072aa 04:48:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:48:44 ---> 9170caffb96a 04:48:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:48:44 ---> Running in d54eee656810 04:48:44 ---> Running in 58f31ef20d2c 04:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:49:26 Removing intermediate container fc84f0ab1f83 04:49:26 ---> 489a3b1dbe6c 04:49:26 04:49:26 Step 10/23 : FROM alpine:3.12 04:49:26 ---> afeebe901d6b 04:49:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:49:26 ---> Running in c9895ad8c2b6 04:49:26 Removing intermediate container c9895ad8c2b6 04:49:26 ---> 0bdc81533130 04:49:26 Step 12/23 : ENV APP_PORT=48080 04:49:26 ---> Running in 8673b5be8878 04:49:26 Removing intermediate container 8673b5be8878 04:49:26 ---> 97145d687ef5 04:49:26 Step 13/23 : EXPOSE $APP_PORT 04:49:26 ---> Running in 3dbd85b49557 04:49:26 Removing intermediate container 3dbd85b49557 04:49:26 ---> 04847eb9ee4c 04:49:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:26 ---> Running in 6917d88d0561 04:49:27 Removing intermediate container 6917d88d0561 04:49:27 ---> d1578cd8d0dd 04:49:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:49:27 ---> Running in 5cd0cb6bf93e 04:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:39 (1/6) Installing dumb-init (1.2.2-r1) 04:49:39 (2/6) Installing libgcc (9.3.0-r2) 04:49:40 (3/6) Installing libsodium (1.0.18-r0) 04:49:41 (4/6) Installing libstdc++ (9.3.0-r2) 04:49:43 (5/6) Installing libzmq (4.3.3-r0) 04:49:44 (6/6) Installing zeromq (4.3.3-r0) 04:49:44 Executing busybox-1.31.1-r19.trigger 04:49:44 OK: 8 MiB in 20 packages 04:49:45 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 04:49:46 Removing intermediate container 5cd0cb6bf93e 04:49:46 ---> 4142510a6d8d 04:49:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:47 ---> c37483ffe693 04:49:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:49 ---> 77c0a507c374 04:49:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:50 ---> 6fcc61290f08 04:49:50 Step 19/23 : ENTRYPOINT ["/core-data"] 04:49:51 ---> Running in 89c44542fa3f 04:49:52 Removing intermediate container 89c44542fa3f 04:49:52 ---> 4545e5f89ec1 04:49:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:52 ---> Running in 58114cdcaada 04:49:53 Removing intermediate container 58114cdcaada 04:49:53 ---> e38c78d17c85 04:49:53 Step 21/23 : LABEL arch=arm64 04:49:53 ---> Running in bd92d7d87c68 04:49:53 Removing intermediate container bd92d7d87c68 04:49:53 ---> efc524048cc3 04:49:53 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:49:54 ---> Running in fdda50a6f9bd 04:49:54 Removing intermediate container fdda50a6f9bd 04:49:54 ---> a57409e21113 04:49:54 Step 23/23 : LABEL version=0.0.0 04:49:54 ---> Running in 0c63bd7be1e7 04:49:55 Removing intermediate container 0c63bd7be1e7 04:49:55 ---> 2f5dcf1675fb 04:49:55 04:49:56 Successfully built 2f5dcf1675fb 04:49:56 Successfully tagged docker-core-data-go-arm64:latest 04:50:01  Building docker-core-data-go ... done Removing intermediate container d54eee656810 04:50:01 ---> b5598b479490 04:50:01 04:50:01 Step 10/21 : FROM alpine:3.12 04:50:01 ---> afeebe901d6b 04:50:01 Step 11/21 : RUN apk add --update --no-cache curl 04:50:01 ---> Running in 5a18de668ed6 04:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:04 (1/4) Installing ca-certificates (20191127-r4) 04:50:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:04 (3/4) Installing libcurl (7.69.1-r3) 04:50:04 (4/4) Installing curl (7.69.1-r3) 04:50:04 Executing busybox-1.31.1-r19.trigger 04:50:04 Executing ca-certificates-20191127-r4.trigger 04:50:04 OK: 7 MiB in 18 packages 04:50:06 Removing intermediate container 5a18de668ed6 04:50:06 ---> 7cb20e56f78c 04:50:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:06 ---> Running in 2aa88e2f165d 04:50:07 Removing intermediate container 2aa88e2f165d 04:50:07 ---> 2cb55a0cabd2 04:50:07 Step 13/21 : WORKDIR /edgex 04:50:07 ---> Running in d841d715653a 04:50:08 Removing intermediate container d841d715653a 04:50:08 ---> e2d4dba785b2 04:50:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:09 Removing intermediate container dd44a2161ae1 04:50:09 ---> d9279285ca35 04:50:09 04:50:09 Step 10/22 : FROM alpine:3.12 04:50:09 ---> afeebe901d6b 04:50:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:50:09 ---> Using cache 04:50:09 ---> b2cf4683d4c8 04:50:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:50:09 ---> Using cache 04:50:09 ---> 559ca9fc4fba 04:50:09 Step 13/22 : ENV APP_PORT=48085 04:50:09 ---> Running in b474c90bde0c 04:50:09 ---> 389092b7e50f 04:50:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:10 Removing intermediate container b474c90bde0c 04:50:10 ---> 15cabf06e387 04:50:10 Step 14/22 : EXPOSE $APP_PORT 04:50:10 ---> Running in fe0500348449 04:50:10 ---> b58becf4444b 04:50:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:50:10 Removing intermediate container fe0500348449 04:50:10 ---> da630b47ef5d 04:50:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:12 ---> 7fb6d5fffeff 04:50:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:12 ---> 8b85dc6880bb 04:50:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:12 ---> Running in e390774aecda 04:50:13 Removing intermediate container e390774aecda 04:50:13 ---> 663ed359250c 04:50:13 Step 18/21 : CMD ["--init=true"] 04:50:13 Removing intermediate container 58f31ef20d2c 04:50:13 ---> d8ec30e31df7 04:50:13 04:50:13 Step 10/23 : FROM alpine:3.12 04:50:13 ---> afeebe901d6b 04:50:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:50:13 ---> Using cache 04:50:13 ---> b2cf4683d4c8 04:50:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:50:13 ---> Using cache 04:50:13 ---> 559ca9fc4fba 04:50:13 Step 13/23 : ENV APP_PORT=48081 04:50:13 ---> Running in c589cc9a5ec4 04:50:13 ---> 300146acf86d 04:50:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:13 ---> Running in 3594d8bcd06e 04:50:14 Removing intermediate container c589cc9a5ec4 04:50:14 ---> 4dabe2f29011 04:50:14 Step 19/21 : LABEL arch=arm64 04:50:14 Removing intermediate container 3594d8bcd06e 04:50:14 ---> e0ef905e8f50 04:50:14 Step 14/23 : EXPOSE $APP_PORT 04:50:14 ---> Running in f61c7162a683 04:50:14 ---> Running in 75ce15b3d231 04:50:14 ---> 19edb9a3bb7a 04:50:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:50:15 ---> Running in b5be39100f0e 04:50:15 Removing intermediate container f61c7162a683 04:50:15 ---> b74f0d8bfa6a 04:50:15 Step 20/21 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:50:15 Removing intermediate container 75ce15b3d231 04:50:15 ---> d583da1d0b70 04:50:15 Step 15/23 : WORKDIR / 04:50:15 ---> Running in f4cd5d7bb690 04:50:15 ---> Running in cde30aca2efa 04:50:15 Removing intermediate container b5be39100f0e 04:50:15 ---> 59e1ef2c43a5 04:50:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:15 ---> Running in 997f3051861b 04:50:16 Removing intermediate container cde30aca2efa 04:50:16 Removing intermediate container f4cd5d7bb690 04:50:16 ---> 2349a2482d9c 04:50:16 ---> 05009d310c92 04:50:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:16 Step 21/21 : LABEL version=0.0.0 04:50:16 ---> Running in 6f925a12bb4d 04:50:16 Removing intermediate container 997f3051861b 04:50:16 ---> d5d32d6e753c 04:50:16 Step 20/22 : LABEL arch=arm64 04:50:16 ---> Running in 8258732f81dc 04:50:16 Removing intermediate container 6f925a12bb4d 04:50:16 ---> 1f497c8399eb 04:50:16 04:50:16 ---> 6a040faea3b6 04:50:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:50:17 Removing intermediate container 8258732f81dc 04:50:17 ---> ddb84ce913e7 04:50:17 Step 21/22 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:50:17 Successfully built 1f497c8399eb 04:50:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:50:17  Building docker-security-proxy-setup-go ... done  ---> Running in b46c98c0ce7c 04:50:18 Removing intermediate container b46c98c0ce7c 04:50:18 ---> 85c125290dca 04:50:18 Step 22/22 : LABEL version=0.0.0 04:50:18 ---> 15c0d6b5f2a8 04:50:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:50:18 ---> Running in 50323e23e6ef 04:50:18 Removing intermediate container 50323e23e6ef 04:50:18 ---> 32c807d194cb 04:50:18 04:50:19 ---> cbac61b7d74c 04:50:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:50:19 Successfully built 32c807d194cb 04:50:19 Successfully tagged docker-support-scheduler-go-arm64:latest 04:50:19  Building docker-support-scheduler-go ... done  ---> Running in e1062533398a 04:50:19 Removing intermediate container e1062533398a 04:50:19 ---> 7b06a4429583 04:50:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:19 ---> Running in 0dd34cfda8a9 04:50:20 Removing intermediate container 0dd34cfda8a9 04:50:20 ---> d0e1b008c714 04:50:20 Step 21/23 : LABEL arch=arm64 04:50:20 ---> Running in 3f9f73099108 04:50:21 Removing intermediate container 3f9f73099108 04:50:21 ---> eee75cb1666c 04:50:21 Step 22/23 : LABEL git_sha=6778374181067c634be59fa5fbbb34bb40a891bb 04:50:21 ---> Running in 18c3ac8abcfc 04:50:21 Removing intermediate container 18c3ac8abcfc 04:50:21 ---> cbe4f938811c 04:50:21 Step 23/23 : LABEL version=0.0.0 04:50:21 ---> Running in bde46144c74d 04:50:22 Removing intermediate container bde46144c74d 04:50:22 ---> cd92b0daf26d 04:50:22 04:50:23 Successfully built cd92b0daf26d 04:50:23 Successfully tagged docker-core-metadata-go-arm64:latest 04:50:23  Building docker-core-metadata-go ... done  [Pipeline] } 04:50:23 $ docker stop --time=1 cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c 04:50:25 $ docker rm -f cc88b39da9700d693d2c3848e96b0496a731293e1566730911a566dec756d82c [Pipeline] // withDockerContainer [Pipeline] sh 04:50:26 + docker images 04:50:26 + grep docker 04:50:26 docker-core-metadata-go-arm64 latest cd92b0daf26d 4 seconds ago 17.7MB 04:50:26 docker-support-scheduler-go-arm64 latest 32c807d194cb 8 seconds ago 16.1MB 04:50:26 docker-security-proxy-setup-go-arm64 latest 1f497c8399eb 10 seconds ago 23.2MB 04:50:26 docker-core-data-go-arm64 latest 2f5dcf1675fb 31 seconds ago 21MB 04:50:26 docker-sys-mgmt-agent-go-arm64 latest a879de79082d About a minute ago 300MB 04:50:26 docker-security-bootstrapper-go-arm64 latest bf72d0fda016 2 minutes ago 22.6MB 04:50:26 docker-support-notifications-go-arm64 latest 42d6c24f0a65 3 minutes ago 16.7MB 04:50:26 docker-core-command-go-arm64 latest 247814df1ad1 3 minutes ago 16MB 04:50:26 docker-security-secretstore-setup-go-arm64 latest 0f7d708c02ed 3 minutes ago 23.4MB 04:50:26 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:50:28 provisioning config files... 04:50:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config5384655038867310529tmp [Pipeline] { [Pipeline] sh 04:50:28 + set +x 04:50:28 + curl -s https://codecov.io/bash 04:50:28 + bash -s -- 04:50:29 04:50:29 _____ _ 04:50:29 / ____| | | 04:50:29 | | ___ __| | ___ ___ _____ __ 04:50:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:50:29 | |___| (_) | (_| | __/ (_| (_) \ V / 04:50:29 \_____\___/ \__,_|\___|\___\___/ \_/ 04:50:29 Bash-20210129-7c25fce 04:50:29 04:50:29 04:50:29 ==> git version 2.24.3 found 04:50:29 ==> 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 04:50:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:50:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:50:29 ==> Jenkins CI detected. 04:50:29 project root: . 04:50:29 --> token set from env 04:50:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:50:29 ==> Running gcov in . (disable via -X gcov) 04:50:29 ==> Python coveragepy not found 04:50:29 ==> Searching for coverage reports in: 04:50:29 + . 04:50:29 -> Found 1 reports 04:50:29 ==> Detecting git/mercurial file structure 04:50:29 ==> Reading reports 04:50:29 + ./coverage.out bytes=580808 04:50:29 ==> Appending adjustments 04:50:29 https://docs.codecov.io/docs/fixing-reports 04:50:32 + Found adjustments 04:50:32 ==> Gzipping contents 04:50:32 88K /tmp/codecov.fv3X0Z.gz 04:50:32 ==> Uploading reports 04:50:32 url: https://codecov.io 04:50:32 query: branch=PR-3109&commit=6778374181067c634be59fa5fbbb34bb40a891bb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 04:50:32 -> Pinging Codecov 04:50:32 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=6778374181067c634be59fa5fbbb34bb40a891bb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 04:50:33 -> Uploading to 04:50:33 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/6778374181067c634be59fa5fbbb34bb40a891bb/29fd4ff3-d7a8-49b9-8b97-cf5677b414c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e595115df0d529da76a0d997d7d2e7e6e417db43e674ea0775adaf253d678ea3 04:50:33 % Total % Received % Xferd Average Speed Time Time Time Current 04:50:33 Dload Upload Total Spent Left Speed 04:50:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87693 0 0 100 87693 0 164k --:--:-- --:--:-- --:--:-- 164k 100 87693 0 0 100 87693 0 164k --:--:-- --:--:-- --:--:-- 164k 04:50:33 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6778374181067c634be59fa5fbbb34bb40a891bb [Pipeline] } 04:50:33 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 04:50:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:50:36 ---> package-listing.sh 04:50:36 ++ facter osfamily 04:50:36 ++ tr '[:upper:]' '[:lower:]' 04:50:36 + OS_FAMILY=redhat 04:50:36 + workspace=/w/workspace/edgex-go/6 04:50:36 + START_PACKAGES=/tmp/packages_start.txt 04:50:36 + END_PACKAGES=/tmp/packages_end.txt 04:50:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:50:36 + PACKAGES=/tmp/packages_start.txt 04:50:36 + '[' /w/workspace/edgex-go/6 ']' 04:50:36 + PACKAGES=/tmp/packages_end.txt 04:50:36 + case "${OS_FAMILY}" in 04:50:36 + rpm -qa 04:50:36 + sort 04:50:41 + '[' -f /tmp/packages_start.txt ']' 04:50:41 + '[' -f /tmp/packages_end.txt ']' 04:50:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:41 + '[' /w/workspace/edgex-go/6 ']' 04:50:41 + mkdir -p /w/workspace/edgex-go/6/archives/ 04:50:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 04:50:41 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:50:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:42 04:50:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:50:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:42 alpine: Pulling from edgex-lftools-log-publisher 04:50:42 df20fa9351a1: Pulling fs layer 04:50:42 36b3adc4ff6f: Pulling fs layer 04:50:42 8ad3a11d3b57: Pulling fs layer 04:50:42 46f8f816bc3b: Pulling fs layer 04:50:42 93b61091891f: Pulling fs layer 04:50:42 93b9cdb0e59b: Pulling fs layer 04:50:42 5e14af77c1be: Pulling fs layer 04:50:42 01666e4c0597: Pulling fs layer 04:50:42 aa168da1d23b: Pulling fs layer 04:50:42 5e14af77c1be: Waiting 04:50:42 46f8f816bc3b: Waiting 04:50:42 01666e4c0597: Waiting 04:50:42 93b61091891f: Waiting 04:50:42 93b9cdb0e59b: Waiting 04:50:42 aa168da1d23b: Waiting 04:50:42 36b3adc4ff6f: Verifying Checksum 04:50:42 36b3adc4ff6f: Download complete 04:50:42 46f8f816bc3b: Verifying Checksum 04:50:42 46f8f816bc3b: Download complete 04:50:43 df20fa9351a1: Verifying Checksum 04:50:43 df20fa9351a1: Download complete 04:50:43 93b9cdb0e59b: Verifying Checksum 04:50:43 93b9cdb0e59b: Download complete 04:50:43 5e14af77c1be: Verifying Checksum 04:50:43 5e14af77c1be: Download complete 04:50:43 01666e4c0597: Download complete 04:50:43 93b61091891f: Download complete 04:50:43 8ad3a11d3b57: Verifying Checksum 04:50:43 8ad3a11d3b57: Download complete 04:50:43 df20fa9351a1: Pull complete 04:50:43 36b3adc4ff6f: Pull complete 04:50:44 8ad3a11d3b57: Pull complete 04:50:44 46f8f816bc3b: Pull complete 04:50:45 aa168da1d23b: Download complete 04:50:46 93b61091891f: Pull complete 04:50:46 93b9cdb0e59b: Pull complete 04:50:46 5e14af77c1be: Pull complete 04:50:46 01666e4c0597: Pull complete 04:50:59 aa168da1d23b: Pull complete 04:50:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:50:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:50:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:50:59 prd-centos7-docker-4c-2g-24860 does not seem to be running inside a container 04:50:59 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:51:05 $ docker top f535589541790879d0e963b4e6f5e51f9eae2b82fafc4975410ba0c76fde9b82 -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:05 + touch /tmp/pre-build-complete [Pipeline] sh 04:51:06 + mkdir -p /var/log/sa [Pipeline] sh 04:51:06 + ls /var/log/sa-host 04:51:06 + sadf -c /var/log/sa-host/sa04 04:51:06 file_magic: OK 04:51:06 HZ: Using current value: 100 04:51:06 file_header: OK 04:51:06 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 04:51:06 Statistics: 04:51:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:51:06 File successfully converted to sysstat format version 12.2.1 04:51:06 + sadf -c /var/log/sa-host/sa23 04:51:06 file_magic: OK 04:51:06 HZ: Using current value: 100 04:51:06 file_header: OK 04:51:06 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 04:51:06 Statistics: 04:51:06 Hnuu...uuuununununu... 04:51:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:51:06 provisioning config files... 04:51:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5164424339656301537tmp [Pipeline] { [Pipeline] echo 04:51:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:51:07 ---> create-netrc.sh [Pipeline] } 04:51:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:51:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:51:07 ---> python-tools-install.sh [Pipeline] echo 04:51:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:51:07 ---> sudo-logs.sh 04:51:07 Archiving 'sudo' log.. [Pipeline] echo 04:51:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:51:08 ---> job-cost.sh 04:51:08 lf-activate-venv: SKIPPING 04:51:08 INFO: No Stack... 04:51:09 INFO: Retrieving Pricing Info for: v1-standard-2 04:51:09 INFO: Archiving Costs [Pipeline] echo 04:51:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:51:10 ---> logs-deploy.sh 04:51:10 lf-activate-venv: SKIPPING 04:51:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/6 04:51:10 INFO: archiving workspace using pattern(s): 04:51:11 Archives upload complete. 04:51:11 INFO: archiving logs to Nexus 04:51:12 ---> uname -a: 04:51:12 Linux prd-centos7-docker-4c-2g-24860.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:51:12 04:51:12 04:51:12 ---> lscpu: 04:51:12 Architecture: x86_64 04:51:12 CPU op-mode(s): 32-bit, 64-bit 04:51:12 Byte Order: Little Endian 04:51:12 Address sizes: 40 bits physical, 48 bits virtual 04:51:12 CPU(s): 4 04:51:12 On-line CPU(s) list: 0-3 04:51:12 Thread(s) per core: 1 04:51:12 Core(s) per socket: 1 04:51:12 Socket(s): 4 04:51:12 NUMA node(s): 1 04:51:12 Vendor ID: GenuineIntel 04:51:12 CPU family: 6 04:51:12 Model: 44 04:51:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:51:12 Stepping: 1 04:51:12 CPU MHz: 2933.442 04:51:12 BogoMIPS: 5866.88 04:51:12 Virtualization: VT-x 04:51:12 Hypervisor vendor: KVM 04:51:12 Virtualization type: full 04:51:12 L1d cache: 128 KiB 04:51:12 L1i cache: 128 KiB 04:51:12 L2 cache: 16 MiB 04:51:12 L3 cache: 64 MiB 04:51:12 NUMA node0 CPU(s): 0-3 04:51:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:51:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:51:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:51:12 Vulnerability Meltdown: Mitigation; PTI 04:51:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:51:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:51:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:51:12 Vulnerability Srbds: Not affected 04:51:12 Vulnerability Tsx async abort: Not affected 04:51:12 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 04:51:12 04:51:12 04:51:12 ---> nproc: 04:51:12 4 04:51:12 04:51:12 04:51:12 ---> df -h: 04:51:12 Filesystem Size Used Available Use% Mounted on 04:51:12 overlay 50.0G 11.7G 38.3G 23% / 04:51:12 tmpfs 64.0M 0 64.0M 0% /dev 04:51:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:51:12 shm 64.0M 0 64.0M 0% /dev/shm 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/6@tmp 04:51:12 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/6 04:51:12 04:51:12 04:51:12 ---> free -m: 04:51:12 total used free shared buff/cache available 04:51:12 Mem: 1837 710 107 0 1019 1043 04:51:12 Swap: 1023 79 944 04:51:12 04:51:12 04:51:12 ---> ip addr: 04:51:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:51:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:51:12 inet 127.0.0.1/8 scope host lo 04:51:12 valid_lft forever preferred_lft forever 04:51:12 inet6 ::1/128 scope host 04:51:12 valid_lft forever preferred_lft forever 04:51:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:51:12 link/ether fa:16:3e:90:db:c8 brd ff:ff:ff:ff:ff:ff 04:51:12 inet 10.30.123.131/23 brd 10.30.123.255 scope global dynamic eth0 04:51:12 valid_lft 85064sec preferred_lft 85064sec 04:51:12 inet6 fe80::f816:3eff:fe90:dbc8/64 scope link 04:51:12 valid_lft forever preferred_lft forever 04:51:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:51:12 link/ether 02:42:1f:74:e0:17 brd ff:ff:ff:ff:ff:ff 04:51:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:51:12 valid_lft forever preferred_lft forever 04:51:12 inet6 fe80::42:1fff:fe74:e017/64 scope link 04:51:12 valid_lft forever preferred_lft forever 04:51:12 04:51:12 04:51:12 ---> sar -b -r -n DEV: 04:51:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:51:12 04:51:12 04:28:44 LINUX RESTART (4 CPU) 04:51:12 04:51:12 04:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:51:12 04:30:01 159.42 102.28 57.15 0.00 7865.48 40771.64 0.00 04:51:12 04:31:01 53.79 13.18 40.62 0.00 4733.71 5824.83 0.00 04:51:12 04:32:02 152.76 77.23 75.53 0.00 6121.94 35088.41 0.00 04:51:12 04:33:01 186.47 47.88 138.59 0.00 2374.01 25359.92 0.00 04:51:12 04:34:01 188.73 92.75 95.98 0.00 3508.78 10297.71 0.00 04:51:12 04:35:01 136.75 66.06 70.69 0.00 3059.59 6932.26 0.00 04:51:12 04:36:01 207.69 51.09 156.60 0.00 15742.04 94968.62 0.00 04:51:12 04:37:02 2582.60 2248.44 334.16 0.00 195949.13 200078.84 0.00 04:51:12 04:38:01 751.35 546.18 205.17 0.00 31743.83 52084.05 0.00 04:51:12 04:39:07 1377.24 1031.09 346.15 0.00 93147.82 144166.73 0.00 04:51:12 04:40:01 2029.71 1744.36 285.35 0.00 113214.34 122028.19 0.00 04:51:12 04:41:01 200.60 45.10 155.50 0.00 5998.07 23865.39 0.00 04:51:12 04:42:01 1.80 0.15 1.65 0.00 5.46 31.52 0.00 04:51:12 04:43:01 0.27 0.02 0.25 0.00 0.53 2.60 0.00 04:51:12 04:44:01 1.55 1.38 0.17 0.00 48.09 1.78 0.00 04:51:12 04:45:01 0.87 0.03 0.83 0.00 1.07 15.64 0.00 04:51:12 04:46:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 04:51:12 04:47:01 0.43 0.00 0.43 0.00 0.00 5.63 0.00 04:51:12 04:48:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 04:51:12 04:49:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 04:51:12 04:50:01 0.25 0.03 0.22 0.00 1.60 2.48 0.00 04:51:12 04:51:02 156.32 79.76 76.56 0.00 7186.55 17322.24 0.00 04:51:12 Average: 370.16 277.12 93.04 0.00 22296.48 35556.78 0.00 04:51:12 04:51:12 04:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:51:12 04:30:01 64020 0 584600 31.07 2620 1230304 1079456 36.84 534532 1086504 30344 04:51:12 04:31:01 83760 0 697748 37.08 2620 1097416 1313692 44.83 582444 1011004 33440 04:51:12 04:32:02 78996 0 749048 39.81 2408 1051092 1518512 51.82 618524 935732 99652 04:51:12 04:33:01 348044 0 698520 37.12 1492 833488 1118304 38.17 428516 834808 8 04:51:12 04:34:01 163388 0 810744 43.09 696 906716 1845492 62.98 692808 741892 71896 04:51:12 04:35:01 247664 0 807888 42.94 592 825400 1419704 48.45 643380 699284 40644 04:51:12 04:36:01 77128 0 696468 37.02 132 1107816 1244480 42.47 734420 840116 13752 04:51:12 04:37:02 52332 0 846892 45.01 0 982320 2331936 79.59 687896 914992 23596 04:51:12 04:38:01 424656 0 697964 37.10 0 758924 1370060 46.76 464924 747324 100 04:51:12 04:39:07 63968 0 829460 44.08 0 988116 2294900 78.32 621160 955028 82100 04:51:12 04:40:01 308368 0 899640 47.81 0 673536 3052236 104.17 650016 651080 79848 04:51:12 04:41:01 407252 0 628632 33.41 0 845660 1209060 41.26 560388 662404 20 04:51:12 04:42:01 410056 0 625688 33.25 0 845800 1177336 40.18 559100 661072 16 04:51:12 04:43:01 410240 0 625516 33.24 0 845788 1177228 40.18 558820 661584 12 04:51:12 04:44:01 408916 0 626044 33.27 0 846584 1177252 40.18 558956 662284 20 04:51:12 04:45:01 408708 0 626260 33.28 0 846576 1177228 40.18 558928 662348 12 04:51:12 04:46:01 409452 0 625496 33.24 0 846596 1177132 40.17 558376 662364 8 04:51:12 04:47:01 409568 0 625372 33.24 0 846604 1177132 40.17 558240 662364 8 04:51:12 04:48:01 409848 0 625080 33.22 0 846616 1177132 40.17 558264 662364 16 04:51:12 04:49:01 409932 0 624992 33.22 0 846620 1177132 40.17 558372 662364 8 04:51:12 04:50:01 409596 0 625332 33.24 0 846616 1177204 40.18 558340 662400 8 04:51:12 04:51:02 177536 0 698724 37.14 0 1005284 1373588 46.88 551500 854048 23716 04:51:12 Average: 281065 0 694369 36.90 480 905631 1443918 49.28 581723 767880 22692 04:51:12 04:51:12 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:51:12 04:30:01 eth0 779.69 541.91 3027.51 69.80 0.00 0.00 0.00 0.00 04:51:12 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:31:01 eth0 578.20 542.61 2224.10 101.50 0.00 0.00 0.00 0.00 04:51:12 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:31:01 vethd042847 385.02 362.50 41.62 1559.59 0.00 0.00 0.00 0.00 04:51:12 04:31:01 docker0 385.02 362.36 36.36 1559.58 0.00 0.00 0.00 0.00 04:51:12 04:32:02 eth0 586.35 562.32 3930.67 54.98 0.00 0.00 0.00 0.00 04:51:12 04:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:32:02 docker0 302.31 277.54 25.06 1097.75 0.00 0.00 0.00 0.00 04:51:12 04:33:01 eth0 203.50 146.22 861.27 19.74 0.00 0.00 0.00 0.00 04:51:12 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:33:01 docker0 135.81 181.68 9.33 844.47 0.00 0.00 0.00 0.00 04:51:12 04:34:01 eth0 56.38 39.28 36.69 82.28 0.00 0.00 0.00 0.00 04:51:12 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:34:01 vethf08c59a 0.52 0.65 0.04 0.05 0.00 0.00 0.00 0.00 04:51:12 04:34:01 docker0 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 04:51:12 04:35:01 eth0 22.43 11.75 16.40 8.80 0.00 0.00 0.00 0.00 04:51:12 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:35:01 vethf08c59a 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 04:51:12 04:35:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 04:51:12 04:36:01 eth0 248.97 216.96 1701.68 82.16 0.00 0.00 0.00 0.00 04:51:12 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:36:01 veth4e622d0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:51:12 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:37:02 eth0 46.43 20.95 160.10 8.94 0.00 0.00 0.00 0.00 04:51:12 04:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:37:02 veth4e622d0 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 04:51:12 04:37:02 docker0 11.06 27.36 0.59 144.81 0.00 0.00 0.00 0.00 04:51:12 04:38:01 eth0 170.75 138.76 1430.88 16.27 0.00 0.00 0.00 0.00 04:51:12 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:38:01 veth4e622d0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:38:01 docker0 13.94 26.16 0.76 132.43 0.00 0.00 0.00 0.00 04:51:12 04:39:07 veth76d7ce5 2.46 3.18 0.26 10.28 0.00 0.00 0.00 0.00 04:51:12 04:39:07 eth0 133.93 77.93 473.84 76.16 0.00 0.00 0.00 0.00 04:51:12 04:39:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:39:07 veth4e622d0 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 04:51:12 04:40:01 vethc8fd83b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:51:12 04:40:01 eth0 67.13 49.37 79.89 85.15 0.00 0.00 0.00 0.00 04:51:12 04:40:01 vethd88aded 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:51:12 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:41:01 eth0 48.88 26.06 137.74 12.97 0.00 0.00 0.00 0.00 04:51:12 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:41:01 docker0 901.28 977.33 75.32 4398.15 0.00 0.00 0.00 0.00 04:51:12 04:42:01 eth0 1.40 0.40 0.37 0.18 0.00 0.00 0.00 0.00 04:51:12 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:43:01 eth0 2.96 0.78 0.97 0.59 0.00 0.00 0.00 0.00 04:51:12 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:44:01 eth0 1.62 0.73 0.64 0.41 0.00 0.00 0.00 0.00 04:51:12 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:45:01 eth0 0.45 0.17 0.16 0.10 0.00 0.00 0.00 0.00 04:51:12 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:46:01 eth0 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:51:12 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:51:12 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:48:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:51:12 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:51:12 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:50:01 eth0 0.25 0.17 0.14 0.07 0.00 0.00 0.00 0.00 04:51:12 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:51:02 eth0 227.86 196.47 2179.62 73.35 0.00 0.00 0.00 0.00 04:51:12 04:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 04:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 Average: eth0 144.70 117.09 740.67 31.49 0.00 0.00 0.00 0.00 04:51:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:51:12 Average: docker0 41.02 44.48 3.43 200.17 0.00 0.00 0.00 0.00 04:51:12 04:51:12 04:51:12 ---> sar -P ALL: 04:51:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:51:12 04:51:12 04:28:44 LINUX RESTART (4 CPU) 04:51:12 04:51:12 04:29:01 CPU %user %nice %system %iowait %steal %idle 04:51:12 04:30:01 all 14.93 0.00 8.51 5.47 0.41 70.68 04:51:12 04:30:01 0 15.66 0.00 9.04 4.38 0.49 70.43 04:51:12 04:30:01 1 14.44 0.00 9.47 5.04 0.31 70.74 04:51:12 04:30:01 2 13.75 0.00 7.68 5.65 0.46 72.46 04:51:12 04:30:01 3 15.87 0.00 7.85 6.77 0.41 69.10 04:51:12 04:31:01 all 6.66 0.00 3.57 1.47 0.17 88.14 04:51:12 04:31:01 0 5.73 0.00 3.63 1.36 0.17 89.11 04:51:12 04:31:01 1 7.48 0.00 3.74 1.00 0.17 87.61 04:51:12 04:31:01 2 5.62 0.00 3.31 2.44 0.19 88.44 04:51:12 04:31:01 3 7.80 0.00 3.59 1.06 0.15 87.39 04:51:12 04:32:02 all 11.87 0.00 6.51 1.50 0.39 79.72 04:51:12 04:32:02 0 10.02 0.00 6.37 0.97 0.50 82.14 04:51:12 04:32:02 1 12.15 0.00 6.30 1.70 0.39 79.46 04:51:12 04:32:02 2 9.92 0.00 5.72 1.94 0.36 82.06 04:51:12 04:32:02 3 15.40 0.00 7.67 1.38 0.31 75.24 04:51:12 04:33:01 all 5.78 0.00 5.58 4.63 0.79 83.23 04:51:12 04:33:01 0 5.41 0.00 5.79 4.38 0.76 83.66 04:51:12 04:33:01 1 6.09 0.00 5.69 5.42 0.79 82.01 04:51:12 04:33:01 2 5.39 0.00 5.03 4.43 0.79 84.36 04:51:12 04:33:01 3 6.22 0.00 5.80 4.31 0.80 82.88 04:51:12 04:34:01 all 55.09 0.00 13.95 4.38 0.58 26.00 04:51:12 04:34:01 0 52.25 0.00 14.92 5.91 0.71 26.21 04:51:12 04:34:01 1 56.69 0.00 13.76 3.85 0.55 25.15 04:51:12 04:34:01 2 56.67 0.00 13.64 3.64 0.53 25.52 04:51:12 04:34:01 3 54.75 0.00 13.47 4.14 0.53 27.11 04:51:12 04:35:01 all 44.84 0.00 13.94 4.07 0.91 36.24 04:51:12 04:35:01 0 43.24 0.00 13.59 5.29 1.02 36.86 04:51:12 04:35:01 1 45.74 0.00 13.73 2.21 0.93 37.39 04:51:12 04:35:01 2 45.39 0.00 14.71 2.48 0.76 36.67 04:51:12 04:35:01 3 45.01 0.00 13.72 6.29 0.95 34.03 04:51:12 04:36:01 all 25.06 0.00 14.99 4.05 0.51 55.39 04:51:12 04:36:01 0 25.02 0.00 14.65 3.96 0.52 55.85 04:51:12 04:36:01 1 24.04 0.00 14.72 5.87 0.56 54.82 04:51:12 04:36:01 2 27.01 0.00 15.71 3.16 0.45 53.66 04:51:12 04:36:01 3 24.16 0.00 14.90 3.21 0.51 57.23 04:51:12 04:37:02 all 24.54 0.00 31.91 18.42 0.80 24.33 04:51:12 04:37:02 0 25.39 0.00 31.74 18.04 0.87 23.95 04:51:12 04:37:02 1 24.48 0.00 31.91 18.44 0.76 24.40 04:51:12 04:37:02 2 24.60 0.00 31.04 19.74 0.75 23.87 04:51:12 04:37:02 3 23.68 0.00 32.94 17.46 0.81 25.11 04:51:12 04:38:01 all 56.36 0.00 18.73 12.76 0.28 11.86 04:51:12 04:38:01 0 56.59 0.00 18.73 14.22 0.32 10.13 04:51:12 04:38:01 1 56.45 0.00 18.19 15.11 0.29 9.97 04:51:12 04:38:01 2 56.05 0.00 18.89 12.32 0.29 12.45 04:51:12 04:38:01 3 56.35 0.00 19.12 9.40 0.24 14.90 04:51:12 04:39:07 all 18.91 0.00 23.00 30.49 0.27 27.33 04:51:12 04:39:07 0 19.02 0.00 23.59 30.56 0.26 26.56 04:51:12 04:39:07 1 19.36 0.00 22.26 30.48 0.26 27.63 04:51:12 04:39:07 2 17.93 0.00 23.15 31.50 0.31 27.10 04:51:12 04:39:07 3 19.31 0.00 23.00 29.40 0.25 28.05 04:51:12 04:40:01 all 45.48 0.00 22.14 18.14 0.22 14.02 04:51:12 04:40:01 0 45.11 0.00 22.39 18.71 0.17 13.62 04:51:12 04:40:01 1 46.59 0.00 21.50 17.46 0.26 14.20 04:51:12 04:40:01 2 43.83 0.00 22.25 18.05 0.20 15.68 04:51:12 04:40:01 3 46.44 0.00 22.42 18.32 0.26 12.57 04:51:12 04:51:12 04:40:01 CPU %user %nice %system %iowait %steal %idle 04:51:12 04:41:01 all 13.39 0.00 7.78 9.47 0.06 69.29 04:51:12 04:41:01 0 13.72 0.00 7.75 5.76 0.07 72.70 04:51:12 04:41:01 1 13.88 0.00 7.65 8.47 0.03 69.96 04:51:12 04:41:01 2 12.65 0.00 7.74 11.58 0.09 67.95 04:51:12 04:41:01 3 13.32 0.00 7.98 12.08 0.07 66.55 04:51:12 04:42:01 all 0.04 0.00 0.04 0.01 0.00 99.92 04:51:12 04:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:51:12 04:42:01 1 0.08 0.00 0.07 0.02 0.00 99.83 04:51:12 04:42:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:51:12 04:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:51:12 04:43:01 all 0.21 0.00 0.16 0.00 0.02 99.61 04:51:12 04:43:01 0 0.07 0.00 0.08 0.00 0.03 99.82 04:51:12 04:43:01 1 0.37 0.00 0.13 0.00 0.02 99.48 04:51:12 04:43:01 2 0.13 0.00 0.28 0.00 0.02 99.57 04:51:12 04:43:01 3 0.28 0.00 0.15 0.00 0.00 99.57 04:51:12 04:44:01 all 0.15 0.00 0.06 0.02 0.00 99.77 04:51:12 04:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:51:12 04:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 04:51:12 04:44:01 2 0.03 0.00 0.13 0.08 0.00 99.75 04:51:12 04:44:01 3 0.53 0.00 0.02 0.00 0.02 99.43 04:51:12 04:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:51:12 04:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:51:12 04:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:51:12 04:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 04:51:12 04:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:51:12 04:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:51:12 04:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:51:12 04:46:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:51:12 04:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:51:12 04:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:51:12 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:51:12 04:47:01 2 0.52 0.00 0.03 0.00 0.00 99.45 04:51:12 04:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:51:12 04:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:51:12 04:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:51:12 04:48:01 3 0.05 0.00 0.08 0.00 0.00 99.87 04:51:12 04:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:51:12 04:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:51:12 04:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:51:12 04:49:01 2 0.52 0.00 0.00 0.00 0.00 99.48 04:51:12 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:51:12 04:50:01 all 0.14 0.00 0.02 0.00 0.01 99.83 04:51:12 04:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:51:12 04:50:01 2 0.52 0.00 0.05 0.00 0.02 99.42 04:51:12 04:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:51:12 04:51:02 all 6.45 0.00 4.89 3.88 0.03 84.75 04:51:12 04:51:02 0 5.70 0.00 4.94 1.54 0.03 87.79 04:51:12 04:51:02 1 6.58 0.00 4.84 4.89 0.05 83.64 04:51:12 04:51:02 2 6.89 0.00 5.20 5.28 0.02 82.61 04:51:12 04:51:02 3 6.65 0.00 4.59 3.79 0.02 84.95 04:51:12 04:51:12 Average: CPU %user %nice %system %iowait %steal %idle 04:51:12 Average: all 14.46 0.00 7.76 5.27 0.24 72.26 04:51:12 Average: 0 14.17 0.00 7.85 5.12 0.26 72.60 04:51:12 Average: 1 14.61 0.00 7.68 5.33 0.24 72.14 04:51:12 Average: 2 14.40 0.00 7.70 5.44 0.23 72.22 04:51:12 Average: 3 14.67 0.00 7.80 5.21 0.24 72.09 04:51:12 04:51:12 04:51:12