Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5469142c37ae0f77ce3be9aedecd3ba1970e08e1+52b41697029d46b9dd6fcb3599083165743908cd (0a51dfb7183fa98554982465fdf5c00bf1477172) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24254’ Running on prd-centos7-docker-4c-2g-24256 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # 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 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:50 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:51 ========================================================= 02:40:51 EdgeX Global Pipelines Version Info 02:40:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:40:52 ------------------- 02:40:52 stable info: 02:40:52 ------------------- 02:40:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:40:52 Message: update stable to v1.0.179 02:40:53 ------------------- 02:40:53 experimental info: 02:40:53 ------------------- 02:40:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:40:53 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:40:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:40:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5469142 [Pipeline] echo 02:40:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:40:56 provisioning config files... 02:40:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4146458518642091735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:40:57 ---> docker-login.sh 02:40:57 nexus3.edgexfoundry.org:10001 02:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:57 Configure a credential helper to remove this warning. See 02:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:57 02:40:57 Login Succeeded 02:40:57 nexus3.edgexfoundry.org:10002 02:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:57 Configure a credential helper to remove this warning. See 02:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:57 02:40:57 Login Succeeded 02:40:57 nexus3.edgexfoundry.org:10003 02:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:57 Configure a credential helper to remove this warning. See 02:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:57 02:40:57 Login Succeeded 02:40:57 nexus3.edgexfoundry.org:10004 02:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:58 Configure a credential helper to remove this warning. See 02:40:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:58 02:40:58 Login Succeeded 02:40:58 docker.io 02:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:58 Configure a credential helper to remove this warning. See 02:40:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:58 02:40:58 Login Succeeded 02:40:58 ---> docker-login.sh ends [Pipeline] } 02:40:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:58 ++ 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 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/core-command/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo core-command,cmd/core-command/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/core-data/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo core-data,cmd/core-data/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/core-metadata/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo core-metadata,cmd/core-metadata/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/security-bootstrapper/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/security-proxy-setup/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/support-notifications/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo support-notifications,cmd/support-notifications/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/support-scheduler/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:40:58 + for file in '`ls cmd/**/Dockerfile`' 02:40:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:40:58 ++ cut -d/ -f2 02:40:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:40:59 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 02:40:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:59 02:40:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:00 latest: Pulling from edgex-devops/git-semver 02:41:00 31603596830f: Pulling fs layer 02:41:00 2a8b12db71e7: Pulling fs layer 02:41:00 6ca5941a6612: Pulling fs layer 02:41:00 ecc8261a40a4: Pulling fs layer 02:41:00 ecc8261a40a4: Waiting 02:41:00 2a8b12db71e7: Verifying Checksum 02:41:00 2a8b12db71e7: Download complete 02:41:00 31603596830f: Verifying Checksum 02:41:00 31603596830f: Download complete 02:41:00 6ca5941a6612: Verifying Checksum 02:41:00 6ca5941a6612: Download complete 02:41:00 ecc8261a40a4: Verifying Checksum 02:41:00 ecc8261a40a4: Download complete 02:41:00 31603596830f: Pull complete 02:41:00 2a8b12db71e7: Pull complete 02:41:01 6ca5941a6612: Pull complete 02:41:01 ecc8261a40a4: Pull complete 02:41:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:02 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 02:41:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:04 $ docker top de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:04 [ssh-agent] Looking for ssh-agent implementation... 02:41:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:05 $ docker exec de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent 02:41:05 SSH_AUTH_SOCK=/tmp/ssh-xnjjERKg8tYO/agent.12 02:41:05 SSH_AGENT_PID=17 02:41:05 Running ssh-add (command line suppressed) 02:41:05 Identity added: /w/workspace/edgex-go/13@tmp/private_key_7812093394837758845.key (/w/workspace/edgex-go/13@tmp/private_key_7812093394837758845.key) 02:41:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:05 + git tag --points-at HEAD [Pipeline] } 02:41:05 $ docker exec --env ******** --env ******** de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent -k 02:41:06 unset SSH_AUTH_SOCK; 02:41:06 unset SSH_AGENT_PID; 02:41:06 echo Agent pid 17 killed; 02:41:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:06 [ssh-agent] Looking for ssh-agent implementation... 02:41:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:06 $ docker exec de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent 02:41:06 SSH_AUTH_SOCK=/tmp/ssh-jeUDDAt3vzt5/agent.46 02:41:06 SSH_AGENT_PID=52 02:41:06 Running ssh-add (command line suppressed) 02:41:06 Identity added: /w/workspace/edgex-go/13@tmp/private_key_8007374925161243833.key (/w/workspace/edgex-go/13@tmp/private_key_8007374925161243833.key) 02:41:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:07 + git semver init 02:41:07 # -> Open(): unable to determine branch for HEAD 02:41:07 # $GIT_DIR = /w/workspace/edgex-go/13/.git 02:41:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 02:41:07 # $SEMVER_REMOTE_NAME = origin 02:41:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:07 # $SEMVER_USER_NAME = edgex-jenkins 02:41:07 # $SEMVER_BRANCH = PR-3075 02:41:07 # $SEMVER_TEMP = /tmp/semver-150409893 02:41:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:41:25 # '/tmp/semver-150409893' -> '/w/workspace/edgex-go/13/.semver' 02:41:25 # -> Force: false 02:41:25 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 02:41:25 $ docker exec --env ******** --env ******** de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d ssh-agent -k 02:41:25 unset SSH_AUTH_SOCK; 02:41:25 unset SSH_AGENT_PID; 02:41:25 echo Agent pid 52 killed; 02:41:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:26 + git semver [Pipeline] } 02:41:26 $ docker stop --time=1 de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d 02:41:27 $ docker rm -f de31d532970f286458b6d87a0fee4d6384a1a5eb30f51ce2b4af054853b4f75d [Pipeline] // withDockerContainer [Pipeline] sh 02:41:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:41:28 Stashed 1 file(s) [Pipeline] echo 02:41:28 [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 02:41:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:41:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:41:30 + sudo service docker restart 02:41:30 + true 02:41:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:41:31 ========================================================= 02:41:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:41:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:41:31 + 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 . 02:41:35 Sending build context to Docker daemon 327.4MB 02:41:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:41:35 Step 2/6 : FROM ${BASE} 02:41:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:41:35 188c0c94c7c5: Pulling fs layer 02:41:35 0ef7d3d256c8: Pulling fs layer 02:41:35 de9db76c5a1d: Pulling fs layer 02:41:35 bca2f99d35d6: Pulling fs layer 02:41:35 93359f2a8cfa: Pulling fs layer 02:41:35 7c6f9722023f: Pulling fs layer 02:41:35 a35cf1a2eb13: Pulling fs layer 02:41:35 93359f2a8cfa: Waiting 02:41:35 7c6f9722023f: Waiting 02:41:35 a35cf1a2eb13: Waiting 02:41:35 bca2f99d35d6: Waiting 02:41:35 de9db76c5a1d: Download complete 02:41:35 0ef7d3d256c8: Verifying Checksum 02:41:35 0ef7d3d256c8: Download complete 02:41:35 93359f2a8cfa: Verifying Checksum 02:41:35 93359f2a8cfa: Download complete 02:41:35 188c0c94c7c5: Verifying Checksum 02:41:35 188c0c94c7c5: Download complete 02:41:35 7c6f9722023f: Verifying Checksum 02:41:35 7c6f9722023f: Download complete 02:41:35 188c0c94c7c5: Pull complete 02:41:36 0ef7d3d256c8: Pull complete 02:41:36 de9db76c5a1d: Pull complete 02:41:37 a35cf1a2eb13: Download complete 02:41:38 bca2f99d35d6: Verifying Checksum 02:41:38 bca2f99d35d6: Download complete 02:41:43 bca2f99d35d6: Pull complete 02:41:43 93359f2a8cfa: Pull complete 02:41:43 7c6f9722023f: Pull complete 02:41:44 Still waiting to schedule task 02:41:44 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24257’ is offline 02:41:49 a35cf1a2eb13: Pull complete 02:41:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:41:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:41:49 ---> a62c8e92a672 02:41:49 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 02:41:49 ---> Running in 4ae8acb0f9b7 02:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:50 (1/12) Installing libmagic (5.38-r0) 02:41:50 (2/12) Installing file (5.38-r0) 02:41:50 (3/12) Installing libc-dev (0.7.2-r3) 02:41:50 (4/12) Installing g++ (9.3.0-r2) 02:42:08 (5/12) Installing fortify-headers (1.1-r0) 02:42:08 (6/12) Installing patch (2.7.6-r6) 02:42:08 (7/12) Installing build-base (0.5-r2) 02:42:08 (8/12) Installing libsodium (1.0.18-r0) 02:42:08 (9/12) Installing pkgconf (1.7.2-r0) 02:42:08 (10/12) Installing libsodium-dev (1.0.18-r0) 02:42:08 (11/12) Installing libzmq (4.3.3-r0) 02:42:08 (12/12) Installing zeromq-dev (4.3.3-r0) 02:42:08 Executing busybox-1.31.1-r19.trigger 02:42:08 OK: 233 MiB in 51 packages 02:42:12 Removing intermediate container 4ae8acb0f9b7 02:42:12 ---> c09ce4e5523c 02:42:12 Step 4/6 : WORKDIR /edgex-go 02:42:12 ---> Running in 111c58ccb64c 02:42:12 Removing intermediate container 111c58ccb64c 02:42:12 ---> 25a3ed9d72ac 02:42:12 Step 5/6 : COPY go.mod . 02:42:12 ---> 863e32431708 02:42:12 Step 6/6 : RUN go mod download 02:42:12 ---> Running in ef637febd317 02:42:34 Removing intermediate container ef637febd317 02:42:34 ---> 3aff3852c8a1 02:42:34 Successfully built 3aff3852c8a1 02:42:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:42:34 + docker inspect -f . ci-base-image-x86_64 02:42:34 . [Pipeline] withDockerContainer 02:42:34 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 02:42:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:42:35 $ docker top 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 -eo pid,comm [Pipeline] { [Pipeline] sh 02:42:36 + go version 02:42:36 go version go1.15.5 linux/amd64 [Pipeline] } 02:42:36 $ docker stop --time=1 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 02:42:37 $ docker rm -f 3b182446e0bbb5163171506a194ac0113fd36087aaaa1a400e1a7974575c3e78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:42:38 + docker inspect -f . ci-base-image-x86_64 02:42:38 . [Pipeline] withDockerContainer 02:42:38 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 02:42:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:42:39 $ docker top e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e -eo pid,comm [Pipeline] { [Pipeline] echo 02:42:39 ========================================================= 02:42:39 [edgeXBuildGoParallel] Running Tests and Build... 02:42:39 ========================================================= [Pipeline] sh 02:42:39 + make test 02:42:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:42:48 ? github.com/edgexfoundry/edgex-go [no test files] 02:43:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:43:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:43:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:43:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:43:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:43:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:43:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:43:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:43:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.0% of statements 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.057s coverage: 100.0% of statements 02:43:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.224s coverage: 27.1% of statements 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:43:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:43:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:43:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:43:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:43:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:43:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:43:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.431s coverage: 92.8% of statements 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 02:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 02:43:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements 02:43:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.053s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:43:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 02:43:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:43:51 GO111MODULE=on go vet ./... 02:44:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24263 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 02:44:08 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 02:44:13 using credential edgex-jenkins-ssh 02:44:13 Cloning the remote Git repository 02:44:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:44:13 > git init /w/workspace/edgex-go/13 # timeout=10 02:44:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:44:13 > git --version # timeout=10 02:44:13 > git --version # 'git version 2.17.1' 02:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:17 gofmt -l . 02:44:17 [ "`gofmt -l .`" = "" ] 02:44:17 ./bin/test-go-mod-tidy.sh 02:44:17 ./bin/test-attribution-txt.sh [Pipeline] sh 02:44:18 + ls -al . 02:44:18 total 680 02:44:18 drwxrwxr-x 10 1001 1001 4096 Feb 1 02:44 . 02:44:18 drwxr-xr-x 4 root root 30 Feb 1 02:42 .. 02:44:18 -rw-rw-r-- 1 1001 1001 11 Feb 1 02:40 .dockerignore 02:44:18 drwxrwxr-x 8 1001 1001 179 Feb 1 02:40 .git 02:44:18 drwxrwxr-x 3 1001 1001 125 Feb 1 02:40 .github 02:44:18 -rw-rw-r-- 1 1001 1001 872 Feb 1 02:40 .gitignore 02:44:18 drwx------ 3 1001 1001 60 Feb 1 02:41 .semver 02:44:18 -rw-rw-r-- 1 1001 1001 166 Feb 1 02:40 .sonarcloud.properties 02:44:18 -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:40 Attribution.txt 02:44:18 -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:40 CONTRIBUTING.md 02:44:18 -rw-rw-r-- 1 1001 1001 931 Feb 1 02:40 Dockerfile.build 02:44:18 -rw-rw-r-- 1 1001 1001 863 Feb 1 02:40 Jenkinsfile 02:44:18 -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:40 LICENSE 02:44:18 -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:40 Makefile 02:44:18 -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:40 README.md 02:44:18 -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:40 SECURITY.md 02:44:18 -rw-rw-r-- 1 1001 1001 5 Feb 1 02:41 VERSION 02:44:18 -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:40 ZMQWindows.md 02:44:18 drwxrwxr-x 2 1001 1001 117 Feb 1 02:40 bin 02:44:18 drwxrwxr-x 15 1001 1001 4096 Feb 1 02:40 cmd 02:44:18 -rw-r--r-- 1 root root 574984 Feb 1 02:43 coverage.out 02:44:18 -rw-r--r-- 1 root root 1054 Feb 1 02:44 go.mod 02:44:18 -rw-r--r-- 1 root root 19399 Feb 1 02:44 go.sum 02:44:18 drwxrwxr-x 8 1001 1001 127 Feb 1 02:40 internal 02:44:18 drwxrwxr-x 4 1001 1001 26 Feb 1 02:40 openapi 02:44:18 drwxrwxr-x 4 1001 1001 71 Feb 1 02:40 snap 02:44:18 -rw-rw-r-- 1 1001 1001 168 Feb 1 02:40 version.go [Pipeline] sh 02:44:18 + '[' -e coverage.out ] 02:44:18 + chown 1001:1001 coverage.out [Pipeline] stash 02:44:18 Stashed 1 file(s) [Pipeline] sh 02:44:19 + make build 02:44:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:44:22 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 02:44:29 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 02:44:31 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 02:44:32 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 02:44:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:44:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:44:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:33 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:44:33 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 02:44:33 Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:44:33 Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) 02:44:34 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 02:44:33 > git config core.sparsecheckout # timeout=10 02:44:33 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 02:44:33 > git remote # timeout=10 02:44:33 > git config --get remote.origin.url # timeout=10 02:44:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:33 > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 02:44:33 > git rev-parse HEAD^{commit} # timeout=10 02:44:33 > git config core.sparsecheckout # timeout=10 02:44:33 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 02:44:36 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 02:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:44:37 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 02:44:38 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 [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:39 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 02:44:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:40 + true 02:44:40 + sudo service docker restart 02:44:40 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 02:44:41 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] withEnv [Pipeline] { [Pipeline] wrap 02:44:42 provisioning config files... 02:44:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config6361946870529749194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:42 ---> docker-login.sh 02:44:42 nexus3.edgexfoundry.org:10001 [Pipeline] } 02:44:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:43 $ docker stop --time=1 e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e 02:44:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:43 Configure a credential helper to remove this warning. See 02:44:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:43 02:44:43 Login Succeeded 02:44:43 nexus3.edgexfoundry.org:10002 02:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:44 Configure a credential helper to remove this warning. See 02:44:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:44 02:44:44 Login Succeeded 02:44:44 nexus3.edgexfoundry.org:10003 02:44:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:45 $ docker rm -f e5afd9919b4d46c497020fe8a132a7c24a8a24647e24b259582899766f0d1b6e 02:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:45 Configure a credential helper to remove this warning. See 02:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:45 02:44:45 Login Succeeded 02:44:45 nexus3.edgexfoundry.org:10004 02:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } 02:44:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:45 Configure a credential helper to remove this warning. See 02:44:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:45 02:44:45 Login Succeeded 02:44:45 docker.io [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 02:44:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh 02:44:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:46 Configure a credential helper to remove this warning. See 02:44:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:46 02:44:46 Login Succeeded 02:44:46 ---> docker-login.sh ends [Pipeline] } 02:44:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 02:44:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:44:46 02:44:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 02:44:47 ========================================================= 02:44:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:47 ========================================================= 02:44:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:44:47 latest: Pulling from edgex-devops/edgex-compose 02:44:47 cbdbe7a5bc2a: Pulling fs layer 02:44:47 ca9280d653b3: Pulling fs layer 02:44:47 7e9c9ca2126c: Pulling fs layer [Pipeline] isUnix [Pipeline] sh 02:44:47 cbdbe7a5bc2a: Verifying Checksum 02:44:47 cbdbe7a5bc2a: Download complete 02:44:47 + 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 . 02:44:47 cbdbe7a5bc2a: Pull complete 02:44:48 ca9280d653b3: Verifying Checksum 02:44:48 ca9280d653b3: Download complete 02:44:48 7e9c9ca2126c: Verifying Checksum 02:44:48 7e9c9ca2126c: Download complete 02:44:49 ca9280d653b3: Pull complete 02:44:50 Sending build context to Docker daemon 166MB 02:44:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:44:50 Step 2/6 : FROM ${BASE} 02:44:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:50 5f621e34cdf4: Pulling fs layer 02:44:50 a4357932f1b6: Pulling fs layer 02:44:50 18c013af1878: Pulling fs layer 02:44:50 00ac8860ef70: Pulling fs layer 02:44:50 63d7cb157983: Pulling fs layer 02:44:50 b116817d02f9: Pulling fs layer 02:44:50 745a02a5169b: Pulling fs layer 02:44:50 00ac8860ef70: Waiting 02:44:50 63d7cb157983: Waiting 02:44:50 b116817d02f9: Waiting 02:44:50 745a02a5169b: Waiting 02:44:50 18c013af1878: Verifying Checksum 02:44:50 18c013af1878: Download complete 02:44:50 a4357932f1b6: Verifying Checksum 02:44:50 a4357932f1b6: Download complete 02:44:50 63d7cb157983: Verifying Checksum 02:44:50 63d7cb157983: Download complete 02:44:50 b116817d02f9: Verifying Checksum 02:44:50 b116817d02f9: Download complete 02:44:50 5f621e34cdf4: Verifying Checksum 02:44:50 5f621e34cdf4: Download complete 02:44:50 5f621e34cdf4: Pull complete 02:44:51 a4357932f1b6: Pull complete 02:44:51 18c013af1878: Pull complete 02:44:52 745a02a5169b: Verifying Checksum 02:44:52 745a02a5169b: Download complete 02:44:53 00ac8860ef70: Verifying Checksum 02:44:53 00ac8860ef70: Download complete 02:44:55 7e9c9ca2126c: Pull complete 02:44:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:44:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:44:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:44:55 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 02:44:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:44:58 $ docker top ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:59 + docker-compose build --help 02:44:59 + grep parallel 02:45:00 --parallel Build images in parallel. [Pipeline] } 02:45:00 $ docker stop --time=1 ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c 02:45:01 $ docker rm -f ec71c9cf2853a347015f7cd016b6773c23129b7481abdd755bf37a842ad5909c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:45:02 . [Pipeline] withDockerContainer 02:45:02 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 02:45:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:45:03 $ docker top f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:03 + docker-compose -f ./docker-compose-build.yml build --parallel 02:45:03 00ac8860ef70: Pull complete 02:45:03 63d7cb157983: Pull complete 02:45:03 b116817d02f9: Pull complete 02:45:04 Building docker-core-command-go ... 02:45:04 Building docker-core-data-go ... 02:45:04 Building docker-core-metadata-go ... 02:45:04 Building docker-security-bootstrapper-go ... 02:45:04 Building docker-security-proxy-setup-go ... 02:45:04 Building docker-security-secretstore-setup-go ... 02:45:04 Building docker-support-notifications-go ... 02:45:04 Building docker-support-scheduler-go ... 02:45:04 Building docker-sys-mgmt-agent-go ... 02:45:04 Building docker-sys-mgmt-agent-go 02:45:04 Building docker-security-proxy-setup-go 02:45:04 Building docker-core-command-go 02:45:04 Building docker-security-secretstore-setup-go 02:45:04 Building docker-core-data-go 02:45:06 745a02a5169b: Pull complete 02:45:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:45:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:45:06 ---> b7e6874047d6 02:45:06 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 02:45:10 ---> Running in 03caf05f56d7 02:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:13 (1/12) Installing libmagic (5.38-r0) 02:45:14 (2/12) Installing file (5.38-r0) 02:45:14 (3/12) Installing libc-dev (0.7.2-r3) 02:45:14 (4/12) Installing g++ (9.3.0-r2) 02:45:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:45:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:45:37 ---> 3aff3852c8a1 02:45:37 Step 3/24 : WORKDIR /edgex-go 02:45:37 ---> Running in 69d54e094f71 02:45:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:45:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:45:37 ---> 3aff3852c8a1 02:45:37 Step 3/23 : WORKDIR /edgex-go 02:45:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:45:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:45:37 ---> 3aff3852c8a1 02:45:37 Step 3/23 : WORKDIR /edgex-go 02:45:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:45:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:45:37 ---> 3aff3852c8a1 02:45:37 Step 3/26 : WORKDIR /edgex-go 02:45:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:45:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:45:37 ---> 3aff3852c8a1 02:45:37 Step 3/21 : WORKDIR /edgex-go 02:45:37 ---> Running in fc72d10a59fc 02:45:37 ---> Running in 899d9ae3567c 02:45:37 ---> Running in 1735df9f924b 02:45:37 ---> Running in ad7d5faad456 02:45:37 Removing intermediate container 69d54e094f71 02:45:37 ---> cdd49af1a5a8 02:45:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:37 Removing intermediate container fc72d10a59fc 02:45:37 ---> 2dc8ed245b16 02:45:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:37 Removing intermediate container ad7d5faad456 02:45:37 ---> 63d06dbfbf8f 02:45:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:37 Removing intermediate container 899d9ae3567c 02:45:37 ---> 91ba7e007d3b 02:45:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:37 Removing intermediate container 1735df9f924b 02:45:37 ---> 85ef0c3d2ec8 02:45:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:37 ---> Running in bb0eafb14c94 02:45:37 ---> Running in 7910829b6716 02:45:37 ---> Running in ca074ae27d8f 02:45:37 ---> Running in 4e0ddf76e957 02:45:37 ---> Running in 79062081a950 02:45:38 Removing intermediate container 7910829b6716 02:45:38 ---> a10c0bdae018 02:45:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:45:38 Removing intermediate container bb0eafb14c94 02:45:38 ---> d3a7ca987548 02:45:38 Step 5/24 : RUN apk add --update --no-cache make git 02:45:38 ---> Running in 83e08b393d23 02:45:38 Removing intermediate container ca074ae27d8f 02:45:38 ---> 80b3896acd1e 02:45:38 Step 5/21 : RUN apk add --update --no-cache make git 02:45:39 ---> Running in 1a1f5f3617f1 02:45:39 ---> Running in d1a42db7d926 02:45:39 Removing intermediate container 4e0ddf76e957 02:45:39 ---> 214effb9b677 02:45:39 Step 5/23 : RUN apk add --update --no-cache make git 02:45:39 Removing intermediate container 79062081a950 02:45:39 ---> a786a8f82376 02:45:39 Step 5/26 : RUN apk add --update --no-cache make bash git 02:45:39 ---> Running in b86f8316ecd1 02:45:39 ---> Running in 11c693787db2 02:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:41 OK: 233 MiB in 51 packages 02:45:41 (5/12) Installing fortify-headers (1.1-r0) 02:45:41 (6/12) Installing patch (2.7.6-r6) 02:45:41 (7/12) Installing build-base (0.5-r2) 02:45:41 (8/12) Installing libsodium (1.0.18-r0) 02:45:41 (9/12) Installing pkgconf (1.7.2-r0) 02:45:41 (10/12) Installing libsodium-dev (1.0.18-r0) 02:45:41 (11/12) Installing libzmq (4.3.3-r0) 02:45:41 (12/12) Installing zeromq-dev (4.3.3-r0) 02:45:41 Executing busybox-1.31.1-r19.trigger 02:45:41 OK: 217 MiB in 51 packages 02:45:41 Removing intermediate container 83e08b393d23 02:45:41 ---> 2000e6fa46fd 02:45:41 Step 6/23 : COPY go.mod . 02:45:41 OK: 233 MiB in 51 packages 02:45:41 OK: 233 MiB in 51 packages 02:45:42 OK: 233 MiB in 51 packages 02:45:42 OK: 233 MiB in 51 packages 02:45:42 ---> 831a6e9994ed 02:45:42 Step 7/23 : RUN go mod download 02:45:42 ---> Running in ff893995609a 02:45:42 Removing intermediate container 03caf05f56d7 02:45:42 ---> af5ede2c4ee4 02:45:42 Step 4/6 : WORKDIR /edgex-go 02:45:42 ---> Running in b562e45c7fe4 02:45:42 Removing intermediate container b562e45c7fe4 02:45:42 ---> d116771433fb 02:45:42 Step 5/6 : COPY go.mod . 02:45:42 Removing intermediate container 1a1f5f3617f1 02:45:42 ---> 1f94e1298585 02:45:42 Step 6/24 : COPY go.mod . 02:45:42 Removing intermediate container d1a42db7d926 02:45:42 ---> 1a3545a614bc 02:45:42 Step 6/21 : COPY go.mod . 02:45:42 ---> 56d7f9d04ca4 02:45:42 Step 7/24 : RUN go mod download 02:45:43 ---> 1814eee85114 02:45:43 Step 6/6 : RUN go mod download 02:45:43 Removing intermediate container b86f8316ecd1 02:45:43 ---> fe51f3705125 02:45:43 Step 6/23 : COPY go.mod . 02:45:43 ---> Running in 99fbedf3a5de 02:45:43 Removing intermediate container 11c693787db2 02:45:43 ---> beaec3eef684 02:45:43 Step 6/26 : COPY go.mod . 02:45:43 ---> Running in c73a983c88d2 02:45:43 ---> 9ee64a46e890 02:45:43 Step 7/21 : RUN go mod download 02:45:43 ---> Running in 39fa7af5c4a2 02:45:43 ---> 32743ded38ce 02:45:43 Step 7/23 : RUN go mod download 02:45:43 ---> 2da7842c09ac 02:45:43 Step 7/26 : RUN go mod download 02:45:43 ---> Running in 31f8d2899f6c 02:45:43 ---> Running in 64ab0eba0cf2 02:45:44 Removing intermediate container ff893995609a 02:45:44 ---> 4cbe28f4c914 02:45:44 Step 8/23 : COPY . . 02:45:44 Removing intermediate container 99fbedf3a5de 02:45:44 ---> 05d560a07d8e 02:45:44 Step 8/24 : COPY . . 02:45:46 Removing intermediate container 39fa7af5c4a2 02:45:46 ---> 1d193be7e53c 02:45:46 Step 8/21 : COPY . . 02:45:59 Removing intermediate container 31f8d2899f6c 02:45:59 ---> 1b7825027a68 02:45:59 Step 8/23 : COPY . . 02:46:01 Removing intermediate container 64ab0eba0cf2 02:46:01 ---> 3041c77e0a68 02:46:01 Step 8/26 : COPY . . 02:46:10 Removing intermediate container c73a983c88d2 02:46:10 ---> e30029d1e19c 02:46:10 Successfully built e30029d1e19c 02:46:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:10 + docker inspect -f . ci-base-image-arm64 02:46:10 . [Pipeline] withDockerContainer 02:46:10 prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container 02:46:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:12 $ docker top ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:13 + go version 02:46:13 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:13 $ docker stop --time=1 ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 02:46:15 $ docker rm -f ee026d95978771723b5d4aa4591f5e3f43cd60d7fafc5050143bb88f5b9bb569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:16 + docker inspect -f . ci-base-image-arm64 02:46:16 . [Pipeline] withDockerContainer 02:46:16 prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container 02:46:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:18 $ docker top 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da -eo pid,comm [Pipeline] { [Pipeline] echo 02:46:18 ========================================================= 02:46:18 [edgeXBuildGoParallel] Running Tests and Build... 02:46:18 ========================================================= [Pipeline] sh 02:46:19 + make test 02:46:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:19 ---> ea21ef4f97b9 02:46:19 Step 9/23 : RUN make cmd/core-data/core-data 02:46:19 ---> 9144e45a127d 02:46:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:46:19 ---> 0deee1bff25a 02:46:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:46:21 ---> Running in 84b84ef1a2d2 02:46:21 ---> Running in 08969c8fe326 02:46:21 ---> Running in 3dd2599bf5ba 02:46:22 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 02:46:23 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 02:46:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:46:26 ---> 19ae2538fc15 02:46:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:46:27 ---> Running in 98ad1ec99082 02:46:27 ---> aa65225bf491 02:46:27 Step 9/23 : RUN make cmd/core-command/core-command 02:46:27 ---> Running in 772a3d63670f 02:46:28 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 02:46:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:46:41 ? github.com/edgexfoundry/edgex-go [no test files] 02:46:50 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 02:46:50 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 02:46:59 Removing intermediate container 08969c8fe326 02:46:59 ---> ff2e1e28ad89 02:46:59 02:46:59 Step 10/24 : FROM alpine:3.12 02:46:59 3.12: Pulling from library/alpine 02:46:59 Removing intermediate container 84b84ef1a2d2 02:46:59 ---> ccc8ebedb30f 02:46:59 02:46:59 Step 10/21 : FROM alpine:3.12 02:46:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:46:59 3.12: Pulling from library/alpine 02:46:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:46:59 Status: Image is up to date for alpine:3.12 02:46:59 ---> 389fef711851 02:46:59 Step 11/21 : RUN apk add --update --no-cache curl 02:46:59 Status: Downloaded newer image for alpine:3.12 02:46:59 ---> 389fef711851 02:46:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:47:02 ---> Running in dcb4c5c93519 02:47:02 ---> Running in 75885e7d6a49 02:47:03 Removing intermediate container 98ad1ec99082 02:47:03 ---> 8e3d977b898e 02:47:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:47:03 Removing intermediate container 3dd2599bf5ba 02:47:03 ---> 71c811f7f481 02:47:03 02:47:03 Step 10/23 : FROM alpine:3.12 02:47:03 ---> 389fef711851 02:47:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:47:03 ---> Running in c0fad797d657 02:47:03 ---> Running in ef6b8e2dbe79 02:47:04 Removing intermediate container c0fad797d657 02:47:04 ---> 4d9e83f88440 02:47:04 Step 12/23 : ENV APP_PORT=48080 02:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:05 (1/4) Installing ca-certificates (20191127-r4) 02:47:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:47:05 (3/4) Installing libcurl (7.69.1-r3) 02:47:05 (4/4) Installing curl (7.69.1-r3) 02:47:05 Executing busybox-1.31.1-r19.trigger 02:47:05 Executing ca-certificates-20191127-r4.trigger 02:47:05 OK: 7 MiB in 18 packages 02:47:06 ---> Running in d832434f68ac 02:47:06 Removing intermediate container 772a3d63670f 02:47:06 ---> 1615a971e0c9 02:47:06 02:47:06 Step 10/23 : FROM alpine:3.12 02:47:06 ---> 389fef711851 02:47:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:47:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:06 ---> Running in 76115da414a8 02:47:06 Removing intermediate container d832434f68ac 02:47:06 ---> 5fc9b72e03cd 02:47:06 Step 13/23 : EXPOSE $APP_PORT 02:47: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 02:47:06 (1/5) Installing ca-certificates (20191127-r4) 02:47:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:47:06 (3/5) Installing libcurl (7.69.1-r3) 02:47:06 (4/5) Installing curl (7.69.1-r3) 02:47:06 (5/5) Installing dumb-init (1.2.2-r1) 02:47:06 Executing busybox-1.31.1-r19.trigger 02:47:06 Executing ca-certificates-20191127-r4.trigger 02:47:06 OK: 7 MiB in 19 packages 02:47:07 ---> Running in d749478b89f4 02:47:07 Removing intermediate container dcb4c5c93519 02:47:07 ---> 65e42d88371f 02:47:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:47:07 ---> Running in fec510670ac3 02:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:08 (1/1) Installing dumb-init (1.2.2-r1) 02:47:08 Executing busybox-1.31.1-r19.trigger 02:47:08 OK: 6 MiB in 15 packages 02:47:08 Removing intermediate container d749478b89f4 02:47:08 ---> ea87535d0fea 02:47:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:08 ---> Running in c9b4c8ac1871 02:47:08 Removing intermediate container fec510670ac3 02:47:08 ---> bd2289ff714a 02:47:08 Step 13/21 : WORKDIR /edgex 02:47:09 Removing intermediate container 75885e7d6a49 02:47:09 ---> 9b7444370b25 02:47:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:47:09 ---> Running in b04d96b90d27 02:47:09 Removing intermediate container ef6b8e2dbe79 02:47:09 ---> efa6627ec637 02:47:09 02:47:09 Step 11/26 : FROM docker:20.10.0 02:47:09 20.10.0: Pulling from library/docker 02:47:09 ---> Running in d77842efa519 02:47:09 Removing intermediate container 76115da414a8 02:47:09 ---> 73cb1b14db45 02:47:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:47:10 ---> Running in 0fe6baba5f1e 02:47:10 Removing intermediate container b04d96b90d27 02:47:10 ---> be39d14b1857 02:47:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:47:10 Removing intermediate container d77842efa519 02:47:10 ---> 9bbf034e4f33 02:47:10 Step 13/24 : WORKDIR / 02:47:10 ---> Running in 3b32d8906b36 02:47:11 Removing intermediate container 0fe6baba5f1e 02:47:11 ---> 3b8e264e844e 02:47:11 Step 13/23 : ENV APP_PORT=48082 02:47:11 ---> 75dad45ccd27 02:47:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:47:11 ---> Running in 93c6062eeadf 02:47:11 Removing intermediate container 3b32d8906b36 02:47:11 ---> 6494a7d0805b 02:47:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:47:12 Removing intermediate container c9b4c8ac1871 02:47:12 ---> 85ec5b43229f 02:47:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:47:12 Removing intermediate container 93c6062eeadf 02:47:12 ---> e93fc7896efc 02:47:12 Step 14/23 : EXPOSE $APP_PORT 02:47:12 ---> e2918ff34e07 02:47:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:47:12 ---> 6bde427a2c83 02:47:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:47:12 ---> Running in 15d3330b86c4 02:47:12 ---> Running in 5875a6f8db8c 02:47:13 Removing intermediate container 5875a6f8db8c 02:47:13 ---> 0b0e0535e4ed 02:47:13 Step 15/23 : WORKDIR / 02:47:13 ---> 94400bb18586 02:47:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:13 ---> Running in 45715c0966c5 02:47:13 ---> 9b6924bd29dc 02:47:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:47:13 ---> Running in 77682dec67bc 02:47:13 Removing intermediate container 45715c0966c5 02:47:13 ---> fabffac9b7bb 02:47:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:47:13 ---> de2a3813c94e 02:47:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:47:13 Removing intermediate container 77682dec67bc 02:47:13 ---> 9da4518105a5 02:47:13 Step 18/21 : CMD ["--init=true"] 02:47:14 ---> Running in ee0cd998269d 02:47:14 ---> 4db683c9b626 02:47:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:14 Removing intermediate container ee0cd998269d 02:47:14 ---> ccaded273eb4 02:47:14 Step 19/21 : LABEL arch=x86_64 02:47:15 ---> Running in 4f167e715819 02:47:15 ---> e7979d0da7dc 02:47:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:47:15 ---> e13ec97712b9 02:47:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:47:15 Removing intermediate container 4f167e715819 02:47:15 ---> a16ef770b3b7 02:47:15 Step 20/21 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:47:15 ---> Running in a5a692dd68d8 02:47:15 ---> 7936b84b2c29 02:47:15 Step 19/23 : ENTRYPOINT ["/core-command"] 02:47:15 ---> Running in f5d74c592222 02:47:15 ---> 3567b65d94a0 02:47:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:47:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:47:15 Status: Downloaded newer image for docker:20.10.0 02:47:15 ---> aefe523efa57 02:47:15 Step 12/26 : RUN apk add --no-cache bash 02:47:15 Removing intermediate container a5a692dd68d8 02:47:15 ---> 33f25a00c54c 02:47:15 Step 21/21 : LABEL version=0.0.0 02:47:16 ---> Running in febf9873389d 02:47:16 ---> Running in b59ee9857448 02:47:16 Removing intermediate container f5d74c592222 02:47:16 ---> 37339721d3e3 02:47:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:16 ---> cc65ae7671f6 02:47:16 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/ 02:47:16 ---> Running in 9039eb45b320 02:47:16 Removing intermediate container febf9873389d 02:47:16 ---> 9b28bcedc01d 02:47:16 02:47:16 ---> Running in e9bf4ff3e293 02:47:16 Successfully built 9b28bcedc01d 02:47:16 Removing intermediate container 9039eb45b320 02:47:16 ---> b5b68e75287c 02:47:16 Step 21/23 : LABEL arch=x86_64 02:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:16 Successfully tagged docker-security-proxy-setup-go:latest 02:47:16  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 02:47:16 ---> Running in 4e4497d8117c 02:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:17 Removing intermediate container 4e4497d8117c 02:47:17 ---> a47b8abff860 02:47:17 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:47:17 ---> Running in d9e63ccfa2ba 02:47:17 (1/2) Installing readline (8.0.4-r0) 02:47:17 (2/2) Installing bash (5.0.17-r0) 02:47:17 Executing bash-5.0.17-r0.post-install 02:47:17 Executing busybox-1.31.1-r19.trigger 02:47:17 OK: 12 MiB in 22 packages 02:47:18 (1/6) Installing dumb-init (1.2.2-r1) 02:47:18 (2/6) Installing libgcc (9.3.0-r2) 02:47:18 Removing intermediate container d9e63ccfa2ba 02:47:18 ---> 1797334a8f46 02:47:18 Step 23/23 : LABEL version=0.0.0 02:47:18 (3/6) Installing libsodium (1.0.18-r0) 02:47:19 (4/6) Installing libstdc++ (9.3.0-r2) 02:47:21 (5/6) Installing libzmq (4.3.3-r0) 02:47:21 Removing intermediate container e9bf4ff3e293 02:47:21 ---> 845c9c6616ae 02:47:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:47:21 ---> Running in f026717d1229 02:47:21 ---> Running in 9efe93920cdf 02:47:21 (6/6) Installing zeromq (4.3.3-r0) 02:47:21 Executing busybox-1.31.1-r19.trigger 02:47:21 OK: 8 MiB in 20 packages 02:47:21 Removing intermediate container f026717d1229 02:47:21 ---> bfd413df0348 02:47:21 02:47:21 Removing intermediate container 9efe93920cdf 02:47:21 ---> 1639c784cea1 02:47:21 Step 22/24 : LABEL arch=x86_64 02:47:22 Removing intermediate container b59ee9857448 02:47:22 ---> 791ad12c3553 02:47:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:47:22 Successfully built bfd413df0348 02:47:22 ---> Running in eb90661f5d0c 02:47:22 Successfully tagged docker-core-command-go:latest 02:47:22  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 02:47:22 ---> Running in 4b34421176f8 02:47:22 Removing intermediate container eb90661f5d0c 02:47:22 ---> 1a315ba93592 02:47:22 Step 23/24 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:47:24 Removing intermediate container 4b34421176f8 02:47:24 ---> 1e5d0910d86e 02:47:24 Step 14/26 : ENV APP_PORT=48090 02:47:25 Removing intermediate container 15d3330b86c4 02:47:25 ---> 30f2792e9c3a 02:47:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:47:26 ---> Running in abf92dac0c2c 02:47:26 ---> Running in 8d0558d4a3c6 02:47:30 Removing intermediate container abf92dac0c2c 02:47:30 ---> 295279e86658 02:47:30 Step 24/24 : LABEL version=0.0.0 02:47:30 Removing intermediate container 8d0558d4a3c6 02:47:30 ---> ff6b60e23f1e 02:47:30 Step 15/26 : EXPOSE $APP_PORT 02:47:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:47:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:47:31 ---> 3aff3852c8a1 02:47:31 Step 3/22 : WORKDIR /edgex-go 02:47:31 ---> Using cache 02:47:31 ---> 85ef0c3d2ec8 02:47:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:31 ---> Using cache 02:47:31 ---> a786a8f82376 02:47:31 Step 5/22 : RUN apk add --update --no-cache make git 02:47:32 ---> 4a158f8c6453 02:47:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:47:32 ---> Running in d2b2fdfe41bd 02:47:32 ---> Running in 771bb67ac9ab 02:47:32 ---> Running in 1a40ff67868e 02:47:33 Removing intermediate container d2b2fdfe41bd 02:47:33 ---> e0fcc2772146 02:47:33 02:47:33 Removing intermediate container 1a40ff67868e 02:47:33 ---> 98f4125d392e 02:47:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:47:33 Successfully built e0fcc2772146 02:47:34 Successfully tagged docker-security-secretstore-setup-go:latest 02:47:34  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 02:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:35 ---> 065a86d93407 02:47:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:36 ---> 56bc8d2a4288 02:47:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:47:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:47:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:47:37 OK: 233 MiB in 51 packages 02:47:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:47:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:47:39 ---> 3aff3852c8a1 02:47:39 Step 3/31 : WORKDIR /edgex-go 02:47:39 ---> Using cache 02:47:39 ---> 85ef0c3d2ec8 02:47:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:40 ---> Using cache 02:47:40 ---> a786a8f82376 02:47:40 Step 5/31 : RUN apk add --update --no-cache make git 02:47:40 ---> 8007cc12d793 02:47:40 Step 19/23 : ENTRYPOINT ["/core-data"] 02:47:40 ---> 2ebb98e6915c 02:47:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:47:40 ---> Running in 0737446f3573 02:47:40 ---> Running in 1ccd2dfd2638 02:47:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:47:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:47:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:47:40 Removing intermediate container 771bb67ac9ab 02:47:40 ---> b255b68fce7f 02:47:40 Step 6/22 : COPY go.mod . 02:47:40 Removing intermediate container 1ccd2dfd2638 02:47:40 ---> ba847721720c 02:47:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:40 ---> b4df71fc082c 02:47:40 Step 19/26 : RUN apk --no-cache add py3-pip 02:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:41 ---> Running in b6226f5a1d09 02:47:41 ---> Running in 920c652e234c 02:47:41 ---> ec79f2736e8e 02:47:41 Step 7/22 : RUN go mod download 02:47:41 Removing intermediate container b6226f5a1d09 02:47:41 ---> a1e9166e8a61 02:47:41 Step 21/23 : LABEL arch=x86_64 02:47:41 ---> Running in d6c8653275b4 02:47:41 ---> Running in 18dd83743721 02:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:42 Removing intermediate container 18dd83743721 02:47:42 ---> 11f26f2219cc 02:47:42 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:43 OK: 233 MiB in 51 packages 02:47:43 ---> Running in 132acb9d45f9 02:47:43 (1/33) Installing libbz2 (1.0.8-r1) 02:47:43 (2/33) Installing expat (2.2.9-r1) 02:47:43 (3/33) Installing libffi (3.3-r2) 02:47:43 (4/33) Installing gdbm (1.13-r1) 02:47:43 (5/33) Installing xz-libs (5.2.5-r0) 02:47:43 (6/33) Installing sqlite-libs (3.32.1-r0) 02:47:43 (7/33) Installing python3 (3.8.5-r0) 02:47:44 Removing intermediate container 132acb9d45f9 02:47:44 ---> 8dff9de1c64d 02:47:44 Step 23/23 : LABEL version=0.0.0 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:47:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:47:47 ---> Running in 140e178ba31d 02:47:48 (8/33) Installing py3-appdirs (1.4.4-r1) 02:47:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:47:48 (10/33) Installing py3-parsing (2.4.7-r0) 02:47:48 (11/33) Installing py3-six (1.15.0-r0) 02:47:48 (12/33) Installing py3-packaging (20.4-r0) 02:47:48 (13/33) Installing py3-setuptools (47.0.0-r0) 02:47:48 (14/33) Installing py3-chardet (3.0.4-r4) 02:47:48 (15/33) Installing py3-idna (2.9-r0) 02:47:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:47:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:47:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:47:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:47:50 ---> 3aff3852c8a1 02:47:50 Step 3/22 : WORKDIR /edgex-go 02:47:50 ---> Using cache 02:47:50 ---> 85ef0c3d2ec8 02:47:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:50 ---> Using cache 02:47:50 ---> a786a8f82376 02:47:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:47:50 (18/33) Installing py3-requests (2.23.0-r0) 02:47:50 Removing intermediate container 0737446f3573 02:47:50 ---> 6ff0459fcb59 02:47:50 Step 6/31 : COPY go.mod . 02:47:50 (19/33) Installing py3-msgpack (1.0.0-r0) 02:47:50 (20/33) Installing py3-lockfile (0.12.2-r3) 02:47:50 Removing intermediate container 140e178ba31d 02:47:50 ---> 80ca1beb3f7e 02:47:50 02:47:50 Removing intermediate container d6c8653275b4 02:47:50 ---> 8d7569cd12d2 02:47:50 Step 8/22 : COPY . . 02:47:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:47:50 (22/33) Installing py3-colorama (0.4.3-r0) 02:47:50 (23/33) Installing py3-distlib (0.3.0-r0) 02:47:50 ---> Running in 9667ba29859e 02:47:50 (24/33) Installing py3-distro (1.5.0-r1) 02:47:50 (25/33) Installing py3-webencodings (0.5.1-r3) 02:47:51 (26/33) Installing py3-html5lib (1.0.1-r4) 02:47:52 ---> 9089109c5c3e 02:47:52 Step 7/31 : RUN go mod download 02:47:52 Successfully built 80ca1beb3f7e 02:47:52 (27/33) Installing py3-pytoml (0.1.21-r0) 02:47:52 Successfully tagged docker-core-data-go:latest 02:47:52 (28/33) Installing py3-pep517 (0.8.2-r0) 02:47:52  Building docker-core-data-go ... done Building docker-core-metadata-go 02:47:52 (29/33) Installing py3-progress (1.5-r0) 02:47:52 (30/33) Installing py3-toml (0.10.1-r0) 02:47:52 (31/33) Installing py3-retrying (1.3.3-r0) 02:47:52 ---> Running in ea63db368239 02:47:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:47:52 (33/33) Installing py3-pip (20.1.1-r0) 02:47:52 Executing busybox-1.31.1-r19.trigger 02:47:52 OK: 71 MiB in 55 packages 02:47:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:47:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:47:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:58 OK: 233 MiB in 51 packages 02:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 46.0% of statements 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.148s coverage: 100.0% of statements 02:48:03 Removing intermediate container ea63db368239 02:48:03 ---> b147a3b63da0 02:48:03 Step 8/31 : COPY . . 02:48:03 Removing intermediate container 9667ba29859e 02:48:03 ---> 943406b48b27 02:48:03 Step 6/22 : COPY go.mod . 02:48:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.620s coverage: 27.1% of statements 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:48:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:48:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 65.8% of statements 02:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:48:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.771s coverage: 82.3% of statements 02:48:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:48:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:48:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:48:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:48:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:48:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:48:13 ---> 3aff3852c8a1 02:48:13 Step 3/23 : WORKDIR /edgex-go 02:48:14 ---> Using cache 02:48:14 ---> 85ef0c3d2ec8 02:48:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Using cache 02:48:14 ---> a786a8f82376 02:48:14 Step 5/23 : RUN apk add --update --no-cache make git 02:48:14 ---> Using cache 02:48:14 ---> 6ff0459fcb59 02:48:14 Step 6/23 : COPY go.mod . 02:48:14 ---> Using cache 02:48:14 ---> 9089109c5c3e 02:48:14 Step 7/23 : RUN go mod download 02:48:14 ---> Using cache 02:48:14 ---> b147a3b63da0 02:48:14 Step 8/23 : COPY . . 02:48:14 ---> 2ffca9c2c410 02:48:14 Step 7/22 : RUN go mod download 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.175s coverage: 28.6% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.264s coverage: 100.0% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:48:19 ---> Running in 3a72754d5ca5 02:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:48:21 ---> c5d96d3eae02 02:48:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:48:27 ---> Running in fb3ef7760922 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.310s coverage: 92.8% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 45.5% of statements 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 79.5% of statements 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 02:48:32 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 02:48:35 ---> f0df42848ca6 02:48:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:48:35 Removing intermediate container 920c652e234c 02:48:35 ---> 4650e08b815c 02:48:35 Step 20/26 : RUN pip install docker-compose==1.23.2 02:48:35 Removing intermediate container 3a72754d5ca5 02:48:35 ---> bbcb8edc831e 02:48:35 Step 8/22 : COPY . . 02:48:40 ---> Running in 35abb033bfde 02:48:42 ---> Running in 2a114ccfbcc7 02:48:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements 02:48:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 02:48:44 ---> 5023bc778184 02:48:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:48:46 ---> Running in 41b916b70b70 02:48:46 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 02:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:48:51 Collecting docker-compose==1.23.2 02:48:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:48:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:48:53 Collecting PyYAML<4,>=3.10 02:48:53 Downloading PyYAML-3.13.tar.gz (270 kB) 02:48:57 Collecting docopt<0.7,>=0.6.1 02:48:57 Downloading docopt-0.6.2.tar.gz (25 kB) 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 02:48:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:48:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 37.0% of statements 02:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:48:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:48:58 Collecting texttable<0.10,>=0.9.0 02:48:58 Downloading texttable-0.9.1.tar.gz (11 kB) 02:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.633s coverage: 84.0% of statements 02:48:59 Collecting jsonschema<3,>=2.5.1 02:48:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:48:59 ---> 57093fd59de8 02:48:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 02:49:00 ---> Running in 3c2f21f08f66 02:49:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:49:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:49:00 Collecting dockerpty<0.5,>=0.4.1 02:49:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:49:00 Collecting websocket-client<1.0,>=0.32.0 02:49: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 02:49:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:49:02 Collecting cached-property<2,>=1.2.0 02:49:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:49:02 Collecting docker<4.0,>=3.6.0 02:49:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:49:02 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) 02:49:02 Collecting idna<2.8,>=2.5 02:49:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:49:03 Collecting urllib3<1.25,>=1.21.1 02:49:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:49:03 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) 02:49:03 Collecting docker-pycreds>=0.4.0 02:49:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:49:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:49:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:49:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:49:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:49:03 Installing collected packages: PyYAML, docopt, texttable, jsonschema, idna, urllib3, requests, dockerpty, websocket-client, cached-property, docker-pycreds, docker, docker-compose 02:49:03 Running setup.py install for PyYAML: started 02:49:04 Running setup.py install for PyYAML: finished with status 'done' 02:49:04 Running setup.py install for docopt: started 02:49:05 Running setup.py install for docopt: finished with status 'done' 02:49:05 Running setup.py install for texttable: started 02:49:06 Running setup.py install for texttable: finished with status 'done' 02:49:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.373s coverage: 47.1% of statements 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:49:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:49:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements 02:49:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:49:07 Removing intermediate container fb3ef7760922 02:49:07 ---> a82d396fc951 02:49:07 02:49:07 Step 10/22 : FROM alpine:3.12 02:49:07 Attempting uninstall: idna 02:49:07 Found existing installation: idna 2.9 02:49:07 ---> 389fef711851 02:49:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:49:07 Uninstalling idna-2.9: 02:49:07 ---> Using cache 02:49:07 ---> 73cb1b14db45 02:49:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:07 ---> Using cache 02:49:07 ---> 3b8e264e844e 02:49:07 Step 13/22 : ENV APP_PORT=48085 02:49:07 Successfully uninstalled idna-2.9 02:49:07 Attempting uninstall: urllib3 02:49:08 Found existing installation: urllib3 1.25.9 02:49:08 Uninstalling urllib3-1.25.9: 02:49:08 Successfully uninstalled urllib3-1.25.9 02:49:08 ---> Running in 6f14d2650a06 02:49:08 Attempting uninstall: requests 02:49:08 Found existing installation: requests 2.23.0 02:49:08 Uninstalling requests-2.23.0: 02:49:08 Successfully uninstalled requests-2.23.0 02:49:09 Removing intermediate container 6f14d2650a06 02:49:09 ---> dde81d12a318 02:49:09 Step 14/22 : EXPOSE $APP_PORT 02:49:09 Running setup.py install for dockerpty: started 02:49:09 ---> Running in 91e6cb47c4fb 02:49:09 Running setup.py install for dockerpty: finished with status 'done' 02:49:10 Removing intermediate container 91e6cb47c4fb 02:49:10 ---> 34ff67d1d105 02:49:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:12 ---> be10956b057c 02:49:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:49:12 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 02:49:12 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 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.445s coverage: 29.1% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.146s coverage: 100.0% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:49:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 02:49:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 02:49:13 ---> e3548f4649c0 02:49:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:49:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 02:49:14 GO111MODULE=on go vet ./... 02:49:15 ---> c1c0e9d5dc90 02:49:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:49:16 ---> Running in 3d1aed4907b9 02:49:16 Removing intermediate container 2a114ccfbcc7 02:49:16 ---> c377e73b32e7 02:49:16 Step 21/26 : RUN apk --no-cache add curl 02:49:17 Removing intermediate container 3d1aed4907b9 02:49:17 ---> fab75246e196 02:49:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:17 ---> Running in ed3bef97ca1f 02:49:17 ---> Running in e173f37b2f39 02:49:17 Removing intermediate container e173f37b2f39 02:49:17 ---> 7cd681185fd1 02:49:17 Step 20/22 : LABEL arch=x86_64 02:49:17 ---> Running in beea848091b5 02:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:20 Removing intermediate container beea848091b5 02:49:20 ---> a59ec135f60a 02:49:20 Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:49:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:49:20 (2/3) Installing libcurl (7.69.1-r3) 02:49:20 (3/3) Installing curl (7.69.1-r3) 02:49:20 Executing busybox-1.31.1-r19.trigger 02:49:20 OK: 72 MiB in 58 packages 02:49:20 ---> Running in d79bbbb59fac 02:49:20 Removing intermediate container d79bbbb59fac 02:49:20 ---> 952438add438 02:49:20 Step 22/22 : LABEL version=0.0.0 02:49:23 ---> Running in 48b555f2b969 02:49:23 Removing intermediate container 3c2f21f08f66 02:49:23 ---> 216c43d772a2 02:49:23 02:49:23 Step 10/22 : FROM alpine:3.12 02:49:23 Removing intermediate container 35abb033bfde 02:49:23 ---> e92b67962ef8 02:49:23 02:49:23 Step 10/31 : FROM alpine:3.12 02:49:23 ---> 389fef711851 02:49:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:49:23 ---> 389fef711851 02:49:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:49:23 Removing intermediate container 48b555f2b969 02:49:23 ---> 61de944d5acd 02:49:23 02:49:23 Successfully built 61de944d5acd 02:49:23 ---> Running in 7f55b862ee11 02:49:23 Successfully tagged docker-support-scheduler-go:latest 02:49:23 ---> Running in 7d853aad93d1 02:49:25  Building docker-support-scheduler-go ... done Removing intermediate container ed3bef97ca1f 02:49:25 ---> bc2584d914a4 02:49:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:49:25 ---> Running in c6eb12a378f0 02:49:25 Removing intermediate container 7d853aad93d1 02:49:25 ---> c14bda862089 02:49:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:49:25 Removing intermediate container 41b916b70b70 02:49:25 ---> e286c4d23473 02:49:25 02:49:25 Step 10/23 : FROM alpine:3.12 02:49:25 ---> 389fef711851 02:49:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:49:25 ---> Using cache 02:49:25 ---> 73cb1b14db45 02:49:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:25 ---> Using cache 02:49:25 ---> 3b8e264e844e 02:49:25 Step 13/23 : ENV APP_PORT=48081 02:49:25 ---> Running in af1386fbd90e 02:49:25 ---> Running in d1ff58c36f18 02:49:25 Removing intermediate container c6eb12a378f0 02:49:25 ---> 4fce6742eb86 02:49:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:25 ---> Running in 947737bddaae 02:49:25 Removing intermediate container d1ff58c36f18 02:49:25 ---> a6d47344555c 02:49:25 Step 14/23 : EXPOSE $APP_PORT 02:49:25 (1/2) Installing ca-certificates (20191127-r4) 02:49:25 ---> Running in f21bb81a6d13 02:49:26 (2/2) Installing dumb-init (1.2.2-r1) 02:49:26 Executing busybox-1.31.1-r19.trigger 02:49:26 Executing ca-certificates-20191127-r4.trigger 02:49:26 OK: 6 MiB in 16 packages 02:49:26 Removing intermediate container 947737bddaae 02:49:26 ---> 4f78e3e55a40 02:49:26 Step 24/26 : LABEL arch=x86_64 02:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:26 ---> Running in fb561f1f47bd 02:49:26 Removing intermediate container f21bb81a6d13 02:49:26 ---> 9cfe4031eb1b 02:49:26 Step 15/23 : WORKDIR / 02:49:26 (1/2) Installing dumb-init (1.2.2-r1) 02:49:26 (2/2) Installing su-exec (0.2-r1) 02:49:26 Executing busybox-1.31.1-r19.trigger 02:49:26 OK: 6 MiB in 16 packages 02:49:26 ---> Running in c365293d551a 02:49:27 Removing intermediate container fb561f1f47bd 02:49:27 ---> 353b1eae2c64 02:49:27 Step 25/26 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:49:28 ---> Running in d140216e82fc 02:49:28 Removing intermediate container c365293d551a 02:49:28 ---> ed8b06ac9708 02:49:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:28 Removing intermediate container 7f55b862ee11 02:49:28 ---> ce550c40c503 02:49:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:49:28 ---> Running in 16a466061f95 02:49:28 Removing intermediate container d140216e82fc 02:49:28 ---> 9f350721fa3d 02:49:28 Step 26/26 : LABEL version=0.0.0 02:49:28 Removing intermediate container af1386fbd90e 02:49:28 ---> 27914d1b0958 02:49:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:49:28 ---> Running in 07cf0da98b92 02:49:28 ---> 92f8dda394e1 02:49:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:49:28 ---> Running in cd742af95ed3 02:49:28 Removing intermediate container 16a466061f95 02:49:28 ---> 1bc9fbd477fb 02:49:28 Step 13/22 : ENV APP_PORT=48060 02:49:29 ---> Running in 9f950c228a46 02:49:29 Removing intermediate container 07cf0da98b92 02:49:29 ---> f04628383d88 02:49:29 02:49:29 Removing intermediate container cd742af95ed3 02:49:29 ---> ff8306462c5c 02:49:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:49:30 Successfully built f04628383d88 02:49:30 Successfully tagged docker-sys-mgmt-agent-go:latest 02:49:30  Building docker-sys-mgmt-agent-go ... done  ---> Running in dcbb19e8d961 02:49:30 Removing intermediate container 9f950c228a46 02:49:30 ---> 216621913076 02:49:30 Step 14/22 : EXPOSE $APP_PORT 02:49:30 ---> 835e63f67c65 02:49:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:49:30 ---> Running in b0c1ef55496e 02:49:30 Removing intermediate container dcbb19e8d961 02:49:30 ---> 8e986a18bccd 02:49:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:49:30 ---> Running in 1e0d7aaa34bf 02:49:30 Removing intermediate container b0c1ef55496e 02:49:30 ---> 4fc090d29bf0 02:49:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:30 ---> 7b4fe236f57c 02:49:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:49:30 ---> Running in f07f1511d42c 02:49:32 ---> d5cff5b6ca74 02:49:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:49:32 Removing intermediate container f07f1511d42c 02:49:32 ---> 650aa00f242f 02:49:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:32 ---> Running in 68ddc1aaacb6 02:49:32 Removing intermediate container 68ddc1aaacb6 02:49:32 ---> b8dcc8bdb0c8 02:49:32 Step 21/23 : LABEL arch=x86_64 02:49:32 ---> afbaff9c5b4a 02:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:49:32 ---> Running in 774d7e3edf86 02:49:32 Removing intermediate container 1e0d7aaa34bf 02:49:32 ---> d31330d63140 02:49:32 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:49:32 ---> Running in faf05782d901 02:49:32 ---> 9b20978f534a 02:49:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:49:32 Removing intermediate container 774d7e3edf86 02:49:32 ---> 58417c9b6193 02:49:32 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:49:32 ---> Running in aa9adc79819f 02:49:32 Removing intermediate container faf05782d901 02:49:32 ---> d53f5e9dbf4b 02:49:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:49:32 ---> Running in e0e002d89340 02:49:33 Removing intermediate container e0e002d89340 02:49:33 ---> 47b86184f42b 02:49:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:33 Removing intermediate container aa9adc79819f 02:49:33 ---> 505fd64b6f42 02:49:33 Step 23/23 : LABEL version=0.0.0 02:49:33 ---> Running in ad474dc9fd2b 02:49:33 ---> Running in 0311b29890ed 02:49:33 ---> 57846e232bb6 02:49:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:49:33 ---> Running in 66493eac8be8 02:49:33 Removing intermediate container 0311b29890ed 02:49:33 ---> 8fb6ece23a85 02:49:33 02:49:33 Removing intermediate container ad474dc9fd2b 02:49:33 ---> 58adf1c56818 02:49:33 Step 20/22 : LABEL arch=x86_64 02:49:33 ---> Running in c1e5f69e3d9e 02:49:33 Successfully built 8fb6ece23a85 02:49:33 Successfully tagged docker-core-metadata-go:latest 02:49:34  Building docker-core-metadata-go ... done Removing intermediate container c1e5f69e3d9e 02:49:34 ---> ae1fe8ca8436 02:49:34 Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:49:34 ---> Running in 063b49375134 02:49:34 Removing intermediate container 063b49375134 02:49:34 ---> 9da36fd589b0 02:49:34 Step 22/22 : LABEL version=0.0.0 02:49:34 ---> Running in 7cdf2e115581 02:49:34 Removing intermediate container 66493eac8be8 02:49:34 ---> c0cb89095ef0 02:49:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:34 Removing intermediate container 7cdf2e115581 02:49:34 ---> 8c85aa8d1e6b 02:49:34 02:49:34 Successfully built 8c85aa8d1e6b 02:49:34 Successfully tagged docker-support-notifications-go:latest 02:49:34  Building docker-support-notifications-go ... done  ---> fec948a22882 02:49:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:49:35 ---> 0954de714402 02:49:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:49:35 ---> a4e7bef0e808 02:49:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:49:35 ---> 6150421413de 02:49:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:49:36 ---> 85a6d4094ddc 02:49:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:49:36 ---> Running in 03911898240a 02:49:36 Removing intermediate container 03911898240a 02:49:36 ---> 806009b9c512 02:49:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:49:36 ---> b16a47de0cac 02:49:36 Step 26/31 : RUN chmod +x /entrypoint.sh 02:49:36 ---> Running in 432338643a4d 02:49:37 Removing intermediate container 432338643a4d 02:49:37 ---> faccaf01bf50 02:49:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:49:37 ---> Running in 7a69d3446c1d 02:49:38 Removing intermediate container 7a69d3446c1d 02:49:38 ---> ce527c6397b3 02:49:38 Step 28/31 : CMD ["gate"] 02:49:38 ---> Running in daf6fca3f28c 02:49:38 Removing intermediate container daf6fca3f28c 02:49:38 ---> 7a4688870648 02:49:38 Step 29/31 : LABEL arch=x86_64 02:49:38 ---> Running in d8dbdf2b5aea 02:49:38 Removing intermediate container d8dbdf2b5aea 02:49:38 ---> 10c409a5d27e 02:49:38 Step 30/31 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:49:38 ---> Running in e1b44da99a73 02:49:39 Removing intermediate container e1b44da99a73 02:49:39 ---> ba89727e5911 02:49:39 Step 31/31 : LABEL version=0.0.0 02:49:39 ---> Running in d4f7e68fbb41 02:49:39 Removing intermediate container d4f7e68fbb41 02:49:39 ---> 540286af0d3f 02:49:39 02:49:39 Successfully built 540286af0d3f 02:49:39 Successfully tagged docker-security-bootstrapper-go:latest 02:49:40  Building docker-security-bootstrapper-go ... done  [Pipeline] } 02:49:40 $ docker stop --time=1 f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af 02:49:41 $ docker rm -f f9ef0018828f725769409a4ed5cf9fc321dfb9cdb478253e555c38dc295e12af [Pipeline] // withDockerContainer [Pipeline] sh 02:49:42 + docker images 02:49:42 + grep docker 02:49:42 docker-security-bootstrapper-go latest 540286af0d3f 3 seconds ago 23.8MB 02:49:42 docker-support-notifications-go latest 8c85aa8d1e6b 8 seconds ago 16.9MB 02:49:42 docker-core-metadata-go latest 8fb6ece23a85 9 seconds ago 18.8MB 02:49:42 docker-sys-mgmt-agent-go latest f04628383d88 13 seconds ago 313MB 02:49:42 docker-support-scheduler-go latest 61de944d5acd 20 seconds ago 17MB 02:49:42 docker-core-data-go latest 80ca1beb3f7e About a minute ago 22.3MB 02:49:42 docker-security-secretstore-setup-go latest e0fcc2772146 2 minutes ago 24.6MB 02:49:42 docker-core-command-go latest bfd413df0348 2 minutes ago 16.9MB 02:49:42 docker-security-proxy-setup-go latest 9b28bcedc01d 2 minutes ago 24.4MB 02:49:42 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 02:49:58 Still waiting to schedule task 02:49:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:50:36 gofmt -l . 02:50:36 [ "`gofmt -l .`" = "" ] 02:50:36 ./bin/test-go-mod-tidy.sh 02:50:36 ./bin/test-attribution-txt.sh [Pipeline] sh 02:50:37 + ls -al . 02:50:37 total 708 02:50:37 drwxrwxr-x 9 1001 1001 4096 Feb 1 02:50 . 02:50:37 drwxr-xr-x 4 root root 4096 Feb 1 02:46 .. 02:50:37 -rw-rw-r-- 1 1001 1001 11 Feb 1 02:44 .dockerignore 02:50:37 drwxrwxr-x 8 1001 1001 4096 Feb 1 02:44 .git 02:50:37 drwxrwxr-x 3 1001 1001 4096 Feb 1 02:44 .github 02:50:37 -rw-rw-r-- 1 1001 1001 872 Feb 1 02:44 .gitignore 02:50:37 -rw-rw-r-- 1 1001 1001 166 Feb 1 02:44 .sonarcloud.properties 02:50:37 -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:44 Attribution.txt 02:50:37 -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:44 CONTRIBUTING.md 02:50:37 -rw-rw-r-- 1 1001 1001 931 Feb 1 02:44 Dockerfile.build 02:50:37 -rw-rw-r-- 1 1001 1001 863 Feb 1 02:44 Jenkinsfile 02:50:37 -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:44 LICENSE 02:50:37 -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:44 Makefile 02:50:37 -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:44 README.md 02:50:37 -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:44 SECURITY.md 02:50:37 -rw-rw-r-- 1 1001 1001 5 Feb 1 02:41 VERSION 02:50:37 -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:44 ZMQWindows.md 02:50:37 drwxrwxr-x 2 1001 1001 4096 Feb 1 02:44 bin 02:50:37 drwxrwxr-x 15 1001 1001 4096 Feb 1 02:44 cmd 02:50:37 -rw-r--r-- 1 root root 574984 Feb 1 02:49 coverage.out 02:50:37 -rw-r--r-- 1 root root 1054 Feb 1 02:50 go.mod 02:50:37 -rw-r--r-- 1 root root 19399 Feb 1 02:50 go.sum 02:50:37 drwxrwxr-x 8 1001 1001 4096 Feb 1 02:44 internal 02:50:37 drwxrwxr-x 4 1001 1001 4096 Feb 1 02:44 openapi 02:50:37 drwxrwxr-x 4 1001 1001 4096 Feb 1 02:44 snap 02:50:37 -rw-rw-r-- 1 1001 1001 168 Feb 1 02:44 version.go [Pipeline] sh 02:50:38 + '[' -e coverage.out ] 02:50:38 + chown 1001:1001 coverage.out [Pipeline] stash 02:50:38 Warning: overwriting stash ‘coverage-report’ 02:50:39 Stashed 1 file(s) [Pipeline] sh 02:50:40 + make build 02:50:40 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 02:50:50 Running on prd-ubuntu18.04-docker-8c-8g-24271 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 02:50:50 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 02:50:52 using credential edgex-jenkins-ssh 02:50:52 Cloning the remote Git repository 02:50:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:50:52 > git init /w/workspace/edgex-go/13 # timeout=10 02:50:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:50:52 > git --version # timeout=10 02:50:52 > git --version # 'git version 2.17.1' 02:50:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:53 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 02:50:58 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:50:58 Merge succeeded, producing 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:50:58 Checking out Revision 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 (PR-3075) 02:50:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:50:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:50:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:50:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:50:58 > git config core.sparsecheckout # timeout=10 02:50:58 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 02:50:58 > git remote # timeout=10 02:50:58 > git config --get remote.origin.url # timeout=10 02:50:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:58 > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 02:50:58 > git rev-parse HEAD^{commit} # timeout=10 02:50:58 > git config core.sparsecheckout # timeout=10 02:50:58 > git checkout -f 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 02:51:02 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:03 + echo snap-build.sh 02:51:03 snap-build.sh 02:51:03 + SNAP_BASE_DIR=. 02:51:03 + '[' '!' -z /w/workspace/edgex-go/13 ']' 02:51:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 02:51:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 02:51:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 02:51:03 + cd /w/workspace/edgex-go/13 02:51:03 + sudo apt-get remove -qy --purge lxd lxd-client 02:51:03 Reading package lists... 02:51:03 Building dependency tree... 02:51:03 Reading state information... 02:51:03 The following packages were automatically installed and are no longer required: 02:51:03 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:51:03 uidmap xdelta3 02:51:03 Use 'sudo apt autoremove' to remove them. 02:51:03 The following packages will be REMOVED: 02:51:03 lxd* lxd-client* 02:51:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:51:04 After this operation, 31.7 MB disk space will be freed. 02:51:05 (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.) 02:51:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:51:06 Removing lxd dnsmasq configuration 02:51:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:51:06 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:51:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:51:07 (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.) 02:51:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:51:08 Processing triggers for systemd (237-3ubuntu10.42) ... 02:51:08 Processing triggers for ureadahead (0.100.0-21) ... 02:51:10 + sudo snap remove --purge lxd 02:51:10 snap "lxd" is not installed 02:51:10 + sudo groupadd --force --system lxd 02:51:10 ++ whoami 02:51:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:51:10 + newgrp - lxd 02:51:10 + sudo snap install lxd 02:51:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:51:18 2021-02-01T02:51:16Z INFO Waiting for automatic snapd restart... 02:51:19 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 02:51:24 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 02:51:25 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 02:51:30 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 02:51:31 lxd 4.10 from Canonical* installed 02:51:31 + sudo lxd init --auto 02:51:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:51:38 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 02:51:41 + sudo snap install --classic snapcraft 02:51:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:51:45 snapcraft 4.4.4 from Canonical* installed 02:51:45 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:51:45 + patch --verbose -p1 02:51:45 Hmm... Looks like a unified diff to me... 02:51:45 The text leading up to this was: 02:51:45 -------------------------- 02:51:45 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:51:45 |From: Tony Espy 02:51:45 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:51:45 |Subject: [PATCH] optimize snap build for pipeline CI check 02:51:45 | 02:51:45 |This patch is used by the EdgeX CI pipeline builds to 02:51:45 |optimize the snap CI check run for pull requests. When 02:51:45 |applied, it essentially strips out everything (apps and 02:51:45 |parts) from the snapcraft.yaml file except those required 02:51:45 |to build edgex-go, as the whole idea of the CI check is to 02:51:45 |catch changes to edgex-go that break the snap build. 02:51:45 | 02:51:45 |In general, anyone updating snapcraft.yaml will also need 02:51:45 |to update this patch file, otherwise it may fail to apply, 02:51:45 |resulting in a failed snap build CI check in the associated 02:51:45 |pull request. 02:51:45 | 02:51:45 |Note - in addition to applying this patch, the pipeline also 02:51:45 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:51:45 |need to build the finally binary .snap file (and it won't 02:51:45 |work with the patch applied). This further reduces the build 02:51:45 |time. 02:51:45 |--- 02:51:45 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:51:45 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:51:45 | 02:51:45 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:51:45 |index 1e537489..faf42425 100644 02:51:45 |--- a/snap/snapcraft.yaml 02:51:45 |+++ b/snap/snapcraft.yaml 02:51:45 -------------------------- 02:51:45 patching file snap/snapcraft.yaml 02:51:45 Using Plan A... 02:51:45 Hunk #1 succeeded at 73. 02:51:45 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 02:51:45 Hunk #3 succeeded at 214 (offset -1 lines). 02:51:45 Hunk #4 succeeded at 222 (offset -1 lines). 02:51:45 Hunk #5 succeeded at 229 (offset -1 lines). 02:51:45 Hunk #6 succeeded at 256 (offset -1 lines). 02:51:45 Hunk #7 succeeded at 290 (offset -1 lines). 02:51:45 Hunk #8 succeeded at 342. 02:51:45 Hmm... Ignoring the trailing garbage. 02:51:45 done 02:51:45 + sudo snapcraft prime --use-lxd 02:51:46 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:51:46 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: 02:51:46 - README.md 02:51:46 - snapcraft.yaml.orig 02:51:46 02:51:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:51:46 Launching a container. 02:51:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:51:50 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 02:51:54 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 02:51:59 Waiting for container to be ready 02:51:59 To start your first instance, try: lxc launch ubuntu:18.04 02:51:59 [Pipeline] } 02:52:00 $ docker stop --time=1 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da 02:52:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:52:02 Waiting for network to be ready... 02:52:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:52:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:52:03 $ docker rm -f 112cd2f885cd1c6ef49d86b3de7929929b5327751cb664560863fc1c08e4d6da 02:52:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:52:03 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:52:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:52:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:52:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:52:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:52:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:52:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:52:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:52:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:52:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:52:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:52:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:52:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:52:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:52:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:52:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 02:52:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:52:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:52:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:52:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:52:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:52:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:52:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:52:05 02:52:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:52:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:52:05 latest: Pulling from edgex-devops/edgex-compose-arm64 02:52:05 29e5d40040c1: Pulling fs layer 02:52:05 1ce36da41761: Pulling fs layer 02:52:05 25b303627fd3: Pulling fs layer 02:52:05 29e5d40040c1: Verifying Checksum 02:52:05 29e5d40040c1: Download complete 02:52:06 1ce36da41761: Verifying Checksum 02:52:06 1ce36da41761: Download complete 02:52:06 29e5d40040c1: Pull complete 02:52:06 Fetched 23.9 MB in 4s (5403 kB/s) 02:52:07 Reading package lists... 02:52:07 1ce36da41761: Pull complete 02:52:08 Reading package lists... 02:52:08 Building dependency tree... 02:52:08 Reading state information... 02:52:08 25b303627fd3: Verifying Checksum 02:52:08 25b303627fd3: Download complete 02:52:08 The following additional packages will be installed: 02:52:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:52:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:52:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:52:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:52:08 Suggested packages: 02:52:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:52:08 Recommended packages: 02:52:08 gnupg libsasl2-modules 02:52:08 The following NEW packages will be installed: 02:52:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:52:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:52:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:52:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:52:08 The following packages will be upgraded: 02:52:08 gpg gpg-agent gpgconf libudev1 02:52:08 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 02:52:08 Need to get 3533 kB of archives. 02:52:08 After this operation, 13.3 MB of additional disk space will be used. 02:52:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:52:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:52:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:52:08 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 02:52:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:52:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:52:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:52:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:52:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:52:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 02:52:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:52:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:52:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:52:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:52:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:52:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:52:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:52:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:52:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:52:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:52:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:52:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:52:09 debconf: delaying package configuration, since apt-utils is not installed 02:52:09 Fetched 3533 kB in 1s (3504 kB/s) 02:52:09 (Reading database ... 12511 files and directories currently installed.) 02:52:09 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 02:52:09 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:52:09 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 02:52:09 Selecting previously unselected package udev. 02:52:09 (Reading database ... 12511 files and directories currently installed.) 02:52:09 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 02:52:09 Unpacking udev (237-3ubuntu10.44) ... 02:52:09 Selecting previously unselected package libfuse2:amd64. 02:52:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:52:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:52:10 Selecting previously unselected package fuse. 02:52:10 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:52:10 Unpacking fuse (2.9.7-1ubuntu1) ... 02:52:10 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:52:10 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:52:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:52:10 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:52:10 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:52:10 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:52:10 Selecting previously unselected package libksba8:amd64. 02:52:10 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:52:10 Unpacking libksba8:amd64 (1.3.5-2) ... 02:52:10 Selecting previously unselected package libroken18-heimdal:amd64. 02:52:10 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:10 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:10 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:52:10 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:10 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:52:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:52:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libwind0-heimdal:amd64. 02:52:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:52:11 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:52:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:52:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:52:11 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:52:11 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:11 Selecting previously unselected package libsasl2-modules-db:amd64. 02:52:11 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:52:11 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:52:11 Selecting previously unselected package libsasl2-2:amd64. 02:52:11 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:52:11 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:52:12 Selecting previously unselected package libldap-common. 02:52:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:52:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:52:12 Selecting previously unselected package libldap-2.4-2:amd64. 02:52:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:52:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:52:12 Selecting previously unselected package dirmngr. 02:52:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:52:12 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:52:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:52:12 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:52:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:52:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:52:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:52:12 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:52:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:12 Setting up libksba8:amd64 (1.3.5-2) ... 02:52:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:52:12 Setting up udev (237-3ubuntu10.44) ... 02:52:13 invoke-rc.d: policy-rc.d denied execution of start. 02:52:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Processing triggers for systemd (237-3ubuntu10) ... 02:52:13 Setting up fuse (2.9.7-1ubuntu1) ... 02:52:13 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:52:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:52:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:52:13 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:52:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:52:13 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:52:13 settings in the [Install] section, and DefaultInstance for template units). 02:52:13 This means they are not meant to be enabled using systemctl. 02:52:13 Possible reasons for having this kind of units are: 02:52:13 1) A unit may be statically enabled by being symlinked from another unit's 02:52:13 .wants/ or .requires/ directory. 02:52:13 2) A unit's purpose may be to act as a helper for some other unit which has 02:52:13 a requirement dependency on it. 02:52:13 3) A unit may be started when needed via activation (socket, path, timer, 02:52:13 D-Bus, udev, scripted systemctl call, ...). 02:52:13 4) In case of template units, the unit is meant to be enabled with some 02:52:13 instance name specified. 02:52:14 Reading package lists... 02:52:14 Building dependency tree... 02:52:14 Reading state information... 02:52:14 The following additional packages will be installed: 02:52:14 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:52:14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:52:14 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:52:14 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:52:14 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:52:14 Suggested packages: 02:52:14 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:52:14 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:52:14 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:52:14 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:52:14 systemd-container policykit-1 02:52:14 Recommended packages: 02:52:14 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:52:14 The following NEW packages will be installed: 02:52:14 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:52:14 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:52:14 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:52:14 multiarch-support openssh-client python3 python3-minimal python3.6 02:52:14 python3.6-minimal snapd squashfs-tools sudo 02:52:14 The following packages will be upgraded: 02:52:14 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:52:14 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 02:52:14 Need to get 35.2 MB of archives. 02:52:14 After this operation, 141 MB of additional disk space will be used. 02:52:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:52:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 02:52:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:52:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:52:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 02:52:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:52:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:52:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:52:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:52:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:52:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:52:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:52:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:52:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:52:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:52:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:52:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:52:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:52:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:52:15 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:52:15 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:52:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:52:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:52:15 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:52:15 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:52:15 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:52:15 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:52:15 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:52:15 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:52:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:52:17 debconf: delaying package configuration, since apt-utils is not installed 02:52:17 Fetched 35.2 MB in 2s (15.1 MB/s) 02:52:17 (Reading database ... 12757 files and directories currently installed.) 02:52:17 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 02:52:17 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:52:18 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 02:52:18 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:52:18 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 02:52:18 (Reading database ... 12757 files and directories currently installed.) 02:52:18 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:52:18 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:52:18 25b303627fd3: Pull complete 02:52:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:52:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:52:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:52:18 (Reading database ... 12757 files and directories currently installed.) 02:52:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:52:18 prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container 02:52:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:52:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:52:19 Setting up apt (1.6.12ubuntu0.2) ... 02:52:19 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:52:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:52:19 (Reading database ... 12764 files and directories currently installed.) 02:52:19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:52:19 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:52:19 Selecting previously unselected package libpython3.6-minimal:amd64. 02:52:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:52:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:52:20 Selecting previously unselected package libexpat1:amd64. 02:52:20 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:52:20 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:52:20 Selecting previously unselected package python3.6-minimal. 02:52:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:52:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:52:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:52:20 Checking for services that may need to be restarted...done. 02:52:20 Checking for services that may need to be restarted...done. 02:52:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:52:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:52:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:52:21 Selecting previously unselected package python3-minimal. 02:52:21 (Reading database ... 13012 files and directories currently installed.) 02:52:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:52:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:52:21 Selecting previously unselected package mime-support. 02:52:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:52:21 Unpacking mime-support (3.60ubuntu1) ... 02:52:21 Selecting previously unselected package libmpdec2:amd64. 02:52:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:52:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:52:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:52:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:52:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:52:21 $ docker top 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce -eo pid,comm 02:52:22 Selecting previously unselected package python3.6. 02:52:22 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:52:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:52:22 Selecting previously unselected package libpython3-stdlib:amd64. 02:52:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:52:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:52:22 Setting up python3-minimal (3.6.7-1~18.04) ... [Pipeline] { [Pipeline] sh 02:52:22 Selecting previously unselected package python3. 02:52:22 (Reading database ... 13442 files and directories currently installed.) 02:52:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:52:22 Unpacking python3 (3.6.7-1~18.04) ... 02:52:22 Selecting previously unselected package multiarch-support. 02:52:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:52:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:52:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:52:22 Selecting previously unselected package liblzo2-2:amd64. 02:52:22 (Reading database ... 13479 files and directories currently installed.) 02:52:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:52:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:52:22 Selecting previously unselected package libbsd0:amd64. 02:52:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:52:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:52:22 Selecting previously unselected package sudo. 02:52:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:52:22 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:52:22 + docker-compose build --help 02:52:22 + grep parallel 02:52:23 Selecting previously unselected package apparmor. 02:52:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:52:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:52:23 Selecting previously unselected package libedit2:amd64. 02:52:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:52:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:52:23 Selecting previously unselected package libkrb5support0:amd64. 02:52:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:52:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:52:23 Selecting previously unselected package libk5crypto3:amd64. 02:52:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:52:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:52:23 Selecting previously unselected package libkeyutils1:amd64. 02:52:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:52:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:52:23 Selecting previously unselected package libkrb5-3:amd64. 02:52:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:52:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:52:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:52:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:52:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:52:23 Selecting previously unselected package libssl1.0.0:amd64. 02:52:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:52:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:52:24 Selecting previously unselected package openssh-client. 02:52:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:52:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:52:24 Selecting previously unselected package squashfs-tools. 02:52:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:52:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:52:24 Selecting previously unselected package snapd. 02:52:24 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:52:24 Unpacking snapd (2.48+18.04) ... 02:52:26 --parallel Build images in parallel. [Pipeline] } 02:52:26 $ docker stop --time=1 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce 02:52:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:52:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:52:26 Setting up mime-support (3.60ubuntu1) ... 02:52:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:52:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:52:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:52:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:52:26 Setting up systemd (237-3ubuntu10.44) ... 02:52:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:52:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:52:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:52:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:52:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:52:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:52:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:52:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:52:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:52:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:52:28 $ docker rm -f 0155727ab4496bec3871b4e3faafa3637d422729fe2a47c992e475ec1ffa95ce 02:52:28 Setting up python3 (3.6.7-1~18.04) ... 02:52:28 running python rtupdate hooks for python3.6... 02:52:28 running python post-rtupdate hooks for python3.6... 02:52:28 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:52:29 . [Pipeline] withDockerContainer 02:52:29 prd-ubuntu18.04-docker-arm64-4c-16g-24263 does not seem to be running inside a container 02:52:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:52:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:52:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:52:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:52:30 Setting up snapd (2.48+18.04) ... 02:52:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:52:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:52:31 $ docker top 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e -eo pid,comm 02:52:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:52:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:52:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:52:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] { [Pipeline] sh 02:52:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:52:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:52:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:52:32 + docker-compose -f ./docker-compose-build.yml build --parallel 02:52:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:52:32 /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' 02:52:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:52:32 Processing triggers for systemd (237-3ubuntu10.44) ... 02:52:33 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 02:52:33 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:52:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:52:34 Reading package lists... 02:52:34 Reading package lists... 02:52:35 Building dependency tree... 02:52:35 Reading state information... 02:52:35 Calculating upgrade... 02:52:35 The following packages will be upgraded: 02:52:35 advancecomp base-files bash binutils binutils-common 02:52:35 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:52:35 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:52:35 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:52:35 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:52:35 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:52:35 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:52:35 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 02:52:35 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 02:52:35 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 02:52:35 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 02:52:35 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 02:52:35 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 02:52:35 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 02:52:35 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:52:35 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:52:35 Need to get 63.8 MB of archives. 02:52:35 After this operation, 5205 kB of additional disk space will be used. 02:52:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 02:52:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:52:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:52:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:52:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:52:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:52:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:52:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:52:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:52:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:52:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:52:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:52:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:52:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:52:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:52:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:52:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:52:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:52:35 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:52:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:52:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:52:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:52:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:52:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:52:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:52:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:52:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:52:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:52:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:52:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:52:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:52:35 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:52:35 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:52:35 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:52:35 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:52:35 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:52:35 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:52:35 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:52:35 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:52:35 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:52:35 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:52:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:52:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:52:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:52:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:52:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:52:35 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:52:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:52:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 02:52:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:52:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:52:35 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:52:35 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:52:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:52:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:52:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:52:36 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:52:36 Building docker-core-command-go ... 02:52:36 Building docker-core-data-go ... 02:52:36 Building docker-core-metadata-go ... 02:52:36 Building docker-security-bootstrapper-go ... 02:52:36 Building docker-security-proxy-setup-go ... 02:52:36 Building docker-security-secretstore-setup-go ... 02:52:36 Building docker-support-notifications-go ... 02:52:36 Building docker-support-scheduler-go ... 02:52:36 Building docker-sys-mgmt-agent-go ... 02:52:36 Building docker-core-data-go 02:52:36 Building docker-security-bootstrapper-go 02:52:36 Building docker-support-notifications-go 02:52:36 Building docker-security-proxy-setup-go 02:52:36 Building docker-support-scheduler-go 02:52:36 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:52:36 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:52:36 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:52:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:52:36 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:52:36 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:52:36 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:52:36 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:52:36 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:52:36 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:52:36 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:52:36 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:52:37 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:52:37 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:52:37 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:52:37 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:52:37 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:52:37 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:52:37 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:52:37 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:52:37 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:52:37 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:52:37 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:52:37 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:52:37 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:52:37 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:52:37 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:52:37 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 02:52:37 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:52:37 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:52:37 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:52:37 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:52:37 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:52:37 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:52:37 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:52:37 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:52:37 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:52:37 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:52:37 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:52:37 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:52:37 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:52:37 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:52:37 debconf: delaying package configuration, since apt-utils is not installed 02:52:37 Fetched 63.8 MB in 2s (31.1 MB/s) 02:52:37 (Reading database ... 13912 files and directories currently installed.) 02:52:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:52:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:52:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:52:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:52:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 02:52:38 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 02:52:39 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:52:40 (Reading database ... 13911 files and directories currently installed.) 02:52:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:52:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:52:40 (Reading database ... 13911 files and directories currently installed.) 02:52:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:52:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:52:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:52:41 (Reading database ... 13911 files and directories currently installed.) 02:52:41 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:52:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:52:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:52:42 (Reading database ... 13911 files and directories currently installed.) 02:52:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:52:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:52:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:52:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:52:42 Setting up base-files (10.1ubuntu2.10) ... 02:52:42 Installing new version of config file /etc/issue ... 02:52:42 Installing new version of config file /etc/issue.net ... 02:52:42 Installing new version of config file /etc/lsb-release ... 02:52:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:52:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:52:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:52:42 Removing obsolete conffile /etc/default/motd-news ... 02:52:42 (Reading database ... 13912 files and directories currently installed.) 02:52:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:52:43 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:52:43 Setting up bash (4.4.18-2ubuntu1.2) ... 02:52:43 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 02:52:43 (Reading database ... 13912 files and directories currently installed.) 02:52:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:52:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:52:43 (Reading database ... 13912 files and directories currently installed.) 02:52:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:52:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:52:43 Setting up tar (1.29b-2ubuntu0.2) ... 02:52:43 (Reading database ... 13912 files and directories currently installed.) 02:52:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:52:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:52:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:52:44 (Reading database ... 13912 files and directories currently installed.) 02:52:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:52:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:52:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:52:44 (Reading database ... 13912 files and directories currently installed.) 02:52:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:52:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:52:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:52:44 (Reading database ... 13912 files and directories currently installed.) 02:52:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:52:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:52:44 Setting up grep (3.1-2build1) ... 02:52:45 (Reading database ... 13912 files and directories currently installed.) 02:52:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:52:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:52:45 Setting up login (1:4.5-1ubuntu2) ... 02:52:45 (Reading database ... 13912 files and directories currently installed.) 02:52:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:52:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:52:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:52:45 (Reading database ... 13912 files and directories currently installed.) 02:52:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:52:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:52:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:52:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:52:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:52:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:52:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:52:46 (Reading database ... 13912 files and directories currently installed.) 02:52:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:52:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:52:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:52:48 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:52:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:52:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:52:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:52:48 (Reading database ... 13912 files and directories currently installed.) 02:52:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:52:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:52:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:52:49 (Reading database ... 13912 files and directories currently installed.) 02:52:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:52:49 (Reading database ... 13912 files and directories currently installed.) 02:52:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:52:49 (Reading database ... 13912 files and directories currently installed.) 02:52:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:52:49 (Reading database ... 13912 files and directories currently installed.) 02:52:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:52:49 (Reading database ... 13912 files and directories currently installed.) 02:52:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:52:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:52:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:52:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:52:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:52:50 (Reading database ... 13912 files and directories currently installed.) 02:52:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:52:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:52:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:52:50 (Reading database ... 13912 files and directories currently installed.) 02:52:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:52:50 (Reading database ... 13912 files and directories currently installed.) 02:52:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:52:50 (Reading database ... 13912 files and directories currently installed.) 02:52:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:52:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:52:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:52:52 (Reading database ... 13912 files and directories currently installed.) 02:52:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:52:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:52:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:52:52 (Reading database ... 13912 files and directories currently installed.) 02:52:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:52:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:52:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:52:52 (Reading database ... 13914 files and directories currently installed.) 02:52:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:52:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:52:52 Setting up debconf (1.5.66ubuntu1) ... 02:52:53 (Reading database ... 13914 files and directories currently installed.) 02:52:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:52:53 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:52:53 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:52:53 (Reading database ... 13914 files and directories currently installed.) 02:52:53 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:52:53 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:52:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:52:53 (Reading database ... 13914 files and directories currently installed.) 02:52:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:52:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:52:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:52:53 (Reading database ... 13914 files and directories currently installed.) 02:52:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:52:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:52:54 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:52:54 (Reading database ... 13914 files and directories currently installed.) 02:52:54 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:52:54 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:52:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:52:54 (Reading database ... 13914 files and directories currently installed.) 02:52:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:52:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:52:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 02:52:54 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:52:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:52:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:52:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:52:55 (Reading database ... 13914 files and directories currently installed.) 02:52:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:52:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:52:55 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:52:55 (Reading database ... 13914 files and directories currently installed.) 02:52:55 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:52:55 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:52:55 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:52:55 (Reading database ... 13914 files and directories currently installed.) 02:52:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:52:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:52:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:52:55 (Reading database ... 13914 files and directories currently installed.) 02:52:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:52:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:52:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:52:56 (Reading database ... 13914 files and directories currently installed.) 02:52:56 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:52:56 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:52:56 Setting up passwd (1:4.5-1ubuntu2) ... 02:52:56 (Reading database ... 13914 files and directories currently installed.) 02:52:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:52:56 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:52:57 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:52:57 (Reading database ... 13914 files and directories currently installed.) 02:52:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:52:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:52:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:52:57 (Reading database ... 13914 files and directories currently installed.) 02:52:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:52:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:52:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:52:57 (Reading database ... 13914 files and directories currently installed.) 02:52:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:52:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:52:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:52:57 (Reading database ... 13914 files and directories currently installed.) 02:52:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:52:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:52:58 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:52:58 (Reading database ... 13914 files and directories currently installed.) 02:52:58 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:52:58 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:52:58 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:52:58 (Reading database ... 13914 files and directories currently installed.) 02:52:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:52:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:52:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:52:58 (Reading database ... 13915 files and directories currently installed.) 02:52:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:52:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:52:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:52:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:52:59 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:52:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:52:59 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:52:59 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:52:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:52:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:52:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:52:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:52:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:52:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:52:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:52:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:52:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:52:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:52:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:52:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:52:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:52:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:53:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:53:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:53:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:53:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:53:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:53:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:53:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:53:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:53:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:53:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:53:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:53:02 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:53:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:53:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:53:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:04 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:05 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:05 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:53:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:53:06 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:53:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:53:06 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:53:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:53:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:53:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:53:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:53:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:53:07 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:53:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:53:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:53:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:53:07 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:53:07 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:53:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:07 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:53:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:53:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:53:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:53:07 02:53:07 Current default time zone: 'Etc/UTC' 02:53:07 Local time is now: Mon Feb 1 02:53:07 UTC 2021. 02:53:07 Universal Time is now: Mon Feb 1 02:53:07 UTC 2021. 02:53:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:53:07 02:53:08 Setting up systemd-sysv (237-3ubuntu10.44) ... 02:53:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:08 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 02:53:08 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:53:08 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:53:08 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:53:08 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:53:08 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:53:08 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:53:08 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:53:08 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:53:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:53:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:08 Setting up patch (2.7.6-2ubuntu1.1) ... 02:53:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:53:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:53:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:53:08 Installing new version of config file /etc/ssl/openssl.cnf ... 02:53:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:53:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:53:08 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:53:10 Updating certificates in /etc/ssl/certs... 02:53:11 22 added, 17 removed; done. 02:53:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:53:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:53:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:53:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:53:11 Setting up pkgbinarymangler (138.18.04.1) ... 02:53:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:53:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up perl (5.26.1-6ubuntu0.5) ... 02:53:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:53:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:53:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:53:12 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:53:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:53:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:53:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:53:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:53:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:53:12 Processing triggers for systemd (237-3ubuntu10.44) ... 02:53:12 Processing triggers for mime-support (3.60ubuntu1) ... 02:53:12 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:53:12 Updating certificates in /etc/ssl/certs... 02:53:13 0 added, 0 removed; done. 02:53:13 Running hooks in /etc/ca-certificates/update.d... 02:53:13 done. 02:53:13 Reading package lists... 02:53:13 Building dependency tree... 02:53:13 Reading state information... 02:53:14 The following NEW packages will be installed: 02:53:14 apt-transport-https 02:53:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:53:14 Need to get 1696 B of archives. 02:53:14 After this operation, 153 kB of additional disk space will be used. 02:53:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:53:14 debconf: delaying package configuration, since apt-utils is not installed 02:53:14 Fetched 1696 B in 0s (26.9 kB/s) 02:53:14 Selecting previously unselected package apt-transport-https. 02:53:14 (Reading database ... 13929 files and directories currently installed.) 02:53:14 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:53:14 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:53:14 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:53:14 Waiting for network to be ready... 02:53:21 2021-02-01T02:53:17Z INFO Waiting for automatic snapd restart... 02:53:21 snapd 2.48.2 from Canonical* installed 02:53:21 "snapd" switched to the "latest/stable" channel 02:53:21 02:53:24 core18 20201210 from Canonical* installed 02:53:24 "core18" switched to the "latest/stable" channel 02:53:24 02:53:28 snapcraft 4.4.4 from Canonical* installed 02:53:28 "snapcraft" switched to the "latest/stable" channel 02:53:28 02:53:31 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: 02:53:31 - README.md 02:53:31 - snapcraft.yaml.orig 02:53:31 02:53:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:53:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:53:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:53:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:53:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:53:39 Reading package lists... 02:53:39 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 02:53:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:53:44 ---> e30029d1e19c 02:53:44 Step 3/23 : WORKDIR /edgex-go 02:53:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:53:44 ---> e30029d1e19c 02:53:44 Step 3/21 : WORKDIR /edgex-go 02:53:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:53:45 ---> e30029d1e19c 02:53:45 Step 3/31 : WORKDIR /edgex-go 02:53:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:53:45 ---> e30029d1e19c 02:53:45 Step 3/22 : WORKDIR /edgex-go 02:53:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:53:45 ---> e30029d1e19c 02:53:45 Step 3/22 : WORKDIR /edgex-go 02:53:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:53:46 Reading package lists... 02:53:46 Building dependency tree... 02:53:46 Reading state information... 02:53:46 Suggested packages: 02:53:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:53:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:53:46 Recommended packages: 02:53:46 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:53:46 The following NEW packages will be installed: 02:53:46 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:53:46 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:53:46 pkg-config zip 02:53:46 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:53:46 Need to get 7655 kB of archives. 02:53:46 After this operation, 43.7 MB of additional disk space will be used. 02:53:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:53:46 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:53:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:53:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:53:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:53:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:53:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:53:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:53:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:53:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:53:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:53:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:53:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:53:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:53:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:53:47 debconf: delaying package configuration, since apt-utils is not installed 02:53:47 Fetched 7655 kB in 1s (10.4 MB/s) 02:53:47 Selecting previously unselected package libglib2.0-0:amd64. 02:53:47 (Reading database ... 13933 files and directories currently installed.) 02:53:47 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:53:47 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:53:47 Selecting previously unselected package libpsl5:amd64. 02:53:47 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:53:47 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:53:47 Selecting previously unselected package libnghttp2-14:amd64. 02:53:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:53:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:53:47 Selecting previously unselected package librtmp1:amd64. 02:53:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:53:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:53:47 Selecting previously unselected package libcurl3-gnutls:amd64. 02:53:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:53:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:53:47 Selecting previously unselected package liberror-perl. 02:53:47 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:53:47 Unpacking liberror-perl (0.17025-1) ... 02:53:47 Selecting previously unselected package git-man. 02:53:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:53:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:53:47 Selecting previously unselected package git. 02:53:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:53:48 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:53:48 Selecting previously unselected package libnorm1:amd64. 02:53:48 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:53:48 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:53:48 Selecting previously unselected package libpgm-5.2-0:amd64. 02:53:48 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:53:48 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:53:48 Selecting previously unselected package libsodium23:amd64. 02:53:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:53:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:53:48 Selecting previously unselected package libzmq5:amd64. 02:53:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:53:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:53:49 Selecting previously unselected package libzmq3-dev:amd64. 02:53:49 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:53:49 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:53:49 Selecting previously unselected package pkg-config. 02:53:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:53:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:53:49 Selecting previously unselected package zip. 02:53:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:53:49 Unpacking zip (3.0-11build1) ... 02:53:49 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:53:49 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:53:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:53:49 Setting up liberror-perl (0.17025-1) ... 02:53:49 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:53:49 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:53:49 No schema files found: doing nothing. 02:53:49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:53:49 Setting up zip (3.0-11build1) ... 02:53:49 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:53:49 Setting up libsodium23:amd64 (1.0.16-2) ... 02:53:49 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:53:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:53:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:53:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:53:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:53:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:53:50 ---> Running in 4a3ec92f6756 02:53:50 ---> Running in eec3c6b577b9 02:53:50 ---> Running in 136e9cf63f49 02:53:50 ---> Running in 9108ceb5d14f 02:53:50 ---> Running in b182a5475071 02:53:50 Removing intermediate container 9108ceb5d14f 02:53:50 ---> 0fd44397fb0f 02:53:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:50 Removing intermediate container 4a3ec92f6756 02:53:50 ---> 521a2ef45a17 02:53:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:50 Removing intermediate container b182a5475071 02:53:50 ---> df50fd164587 02:53:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:50 Removing intermediate container eec3c6b577b9 02:53:50 ---> 727a5d55a25f 02:53:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:50 Removing intermediate container 136e9cf63f49 02:53:50 ---> 34823ec22659 02:53:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:50 ---> Running in fcd108667af7 02:53:50 ---> Running in 955a8caee17f 02:53:50 ---> Running in b841f0d514fb 02:53:50 ---> Running in 72b392e9670b 02:53:50 ---> Running in 9ad3c174687e 02:53:54 Removing intermediate container fcd108667af7 02:53:54 ---> f060aaffdfa2 02:53:54 Step 5/31 : RUN apk add --update --no-cache make git 02:53:54 ---> Running in 3221ff64ea09 02:53:54 Removing intermediate container 955a8caee17f 02:53:54 ---> 4633f8171d05 02:53:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:53:55 ---> Running in c973ff4d3293 02:53:55 Removing intermediate container 72b392e9670b 02:53:55 ---> 25975b60adb1 02:53:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:53:55 Removing intermediate container 9ad3c174687e 02:53:55 ---> 945cc9f2742a 02:53:55 Step 5/21 : RUN apk add --update --no-cache make git 02:53:55 ---> Running in 9dc17d80ccce 02:53:55 Removing intermediate container b841f0d514fb 02:53:55 ---> bafff588f426 02:53:55 Step 5/22 : RUN apk add --update --no-cache make git 02:53:56 ---> Running in 35ddccb28304 02:53:56 ---> Running in 66b53dde7a3d 02:53:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:53:56 git set to automatically installed. 02:53:56 git-man set to automatically installed. 02:53:56 libcurl3-gnutls set to automatically installed. 02:53:56 liberror-perl set to automatically installed. 02:53:56 libglib2.0-0 set to automatically installed. 02:53:56 libnghttp2-14 set to automatically installed. 02:53:56 libnorm1 set to automatically installed. 02:53:56 libpgm-5.2-0 set to automatically installed. 02:53:56 libpsl5 set to automatically installed. 02:53:56 librtmp1 set to automatically installed. 02:53:56 libsodium23 set to automatically installed. 02:53:56 libzmq3-dev set to automatically installed. 02:53:56 libzmq5 set to automatically installed. 02:53:56 pkg-config set to automatically installed. 02:53:56 zip set to automatically installed. 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:58 snapd is not logged in, snap install commands will use sudo 02:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:58 OK: 217 MiB in 51 packages 02:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:58 OK: 217 MiB in 51 packages 02:53:59 OK: 217 MiB in 51 packages 02:53:59 OK: 217 MiB in 51 packages 02:53:59 OK: 217 MiB in 51 packages 02:54:00 Removing intermediate container 3221ff64ea09 02:54:00 ---> 857bfce95638 02:54:00 Step 6/31 : COPY go.mod . 02:54:00 Removing intermediate container c973ff4d3293 02:54:00 ---> 6d51504c4836 02:54:00 Step 6/23 : COPY go.mod . 02:54:01 Removing intermediate container 9dc17d80ccce 02:54:01 ---> b0f5bee9e949 02:54:01 Step 6/22 : COPY go.mod . 02:54:01 ---> f9fce73bdfd1 02:54:01 Step 7/31 : RUN go mod download 02:54:01 Removing intermediate container 35ddccb28304 02:54:01 ---> 59a5f22ef3cb 02:54:01 Step 6/21 : COPY go.mod . 02:54:01 ---> Running in 9df2b7c688b1 02:54:01 Removing intermediate container 66b53dde7a3d 02:54:01 ---> 8a5cd4d7eb20 02:54:01 Step 6/22 : COPY go.mod . 02:54:02 ---> 6b2bf19f57e6 02:54:02 Step 7/23 : RUN go mod download 02:54:02 ---> Running in 8775c6c2321c 02:54:02 ---> 862a28b8da2f 02:54:02 Step 7/22 : RUN go mod download 02:54:02 ---> Running in 7605bc9d2ca3 02:54:03 ---> ef62a7c0cdcb 02:54:03 Step 7/21 : RUN go mod download 02:54:03 ---> f682a4151006 02:54:03 Step 7/22 : RUN go mod download 02:54:03 ---> Running in a99a20c0a0fe 02:54:03 ---> Running in c854686d5a4a 02:54:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:54:05 snap "core18" has no updates available 02:54:06 Pulling config-common 02:54:06 Removing intermediate container 9df2b7c688b1 02:54:06 ---> a16c2cca2cc4 02:54:06 Step 8/31 : COPY . . 02:54:07 Pulling go-build-helper 02:54:07 Removing intermediate container 8775c6c2321c 02:54:07 ---> 16bbc0e80447 02:54:07 Step 8/23 : COPY . . 02:54:07 Removing intermediate container 7605bc9d2ca3 02:54:07 ---> 1c569b20d4bf 02:54:07 Step 8/22 : COPY . . 02:54:09 Removing intermediate container a99a20c0a0fe 02:54:09 ---> 2b634f547230 02:54:09 Step 8/21 : COPY . . 02:54:09 Removing intermediate container c854686d5a4a 02:54:09 ---> d8b7c2c49af8 02:54:09 Step 8/22 : COPY . . 02:54:28 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:54:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:54:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:54:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:54:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:54:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:54:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:54:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:54:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:54:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:54:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:54:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:54:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:54:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:54:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:54:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:54:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:54:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:54:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:54:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:54:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:54:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:54:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:54:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:54:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:54:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 02:54:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:54:28 Fetched 23.9 MB in 0s (0 B/s) 02:54:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:54:28 Fetched 96.5 kB in 0s (0 B/s) 02:54:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:54:28 Fetched 279 kB in 0s (0 B/s) 02:54:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:54:28 Fetched 122 kB in 0s (0 B/s) 02:54:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:54:28 Fetched 77.8 kB in 0s (0 B/s) 02:54:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:54:28 Fetched 8848 B in 0s (0 B/s) 02:54:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:54:28 Fetched 47.8 kB in 0s (0 B/s) 02:54:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:54:28 Fetched 45.6 kB in 0s (0 B/s) 02:54:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:54:28 Fetched 15.0 kB in 0s (0 B/s) 02:54:28 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:54:28 Fetched 214 kB in 0s (0 B/s) 02:54:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 02:54:28 Fetched 155 kB in 0s (0 B/s) 02:54:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:54:28 Fetched 50.6 kB in 0s (0 B/s) 02:54:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:54:28 Fetched 14.8 kB in 0s (0 B/s) 02:54:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:54:28 Fetched 41.8 kB in 0s (0 B/s) 02:54:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:54:28 Fetched 499 kB in 0s (0 B/s) 02:54:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:54:28 Fetched 111 kB in 0s (0 B/s) 02:54:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:54:28 Fetched 240 kB in 0s (0 B/s) 02:54:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:54:28 Fetched 29.3 kB in 0s (0 B/s) 02:54:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:54:28 Fetched 85.5 kB in 0s (0 B/s) 02:54:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:54:28 Fetched 24.5 kB in 0s (0 B/s) 02:54:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:54:28 Fetched 49.2 kB in 0s (0 B/s) 02:54:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:54:28 Fetched 54.2 kB in 0s (0 B/s) 02:54:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:54:28 Fetched 30.8 kB in 0s (0 B/s) 02:54:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 02:54:28 Fetched 17.0 kB in 0s (0 B/s) 02:54:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:54:28 Fetched 85.9 kB in 0s (0 B/s) 02:54:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:54:28 Fetched 8720 B in 0s (0 B/s) 02:54:28 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:54:28 Fetched 137 kB in 0s (0 B/s) 02:54:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:54:28 Fetched 119 kB in 0s (0 B/s) 02:54:28 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:54:28 Fetched 109 kB in 0s (0 B/s) 02:54:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:54:28 Fetched 11.1 kB in 0s (0 B/s) 02:54:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:54:28 Fetched 645 kB in 0s (0 B/s) 02:54:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:54:28 Fetched 41.3 kB in 0s (0 B/s) 02:54:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:54:28 Fetched 17.9 kB in 0s (0 B/s) 02:54:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:54:28 Fetched 368 kB in 0s (0 B/s) 02:54:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:54:28 Fetched 187 kB in 0s (0 B/s) 02:54:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:54:28 Fetched 175 kB in 0s (0 B/s) 02:54:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:54:31 Fetched 206 kB in 0s (0 B/s) 02:54:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 02:54:31 Fetched 1301 kB in 0s (0 B/s) 02:54:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:54:31 Fetched 36.2 kB in 0s (0 B/s) 02:54:31 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:54:31 Fetched 159 kB in 0s (0 B/s) 02:54:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:54:31 Fetched 107 kB in 0s (0 B/s) 02:54:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:54:31 Fetched 48.7 kB in 0s (0 B/s) 02:54:31 Pulling static-packages 02:54:32 'go115' has dependencies that need to be staged: static-packages go-build-helper 02:54:32 Skipping pull go-build-helper (already ran) 02:54:32 Skipping pull static-packages (already ran) 02:54:32 Building go-build-helper 02:54:36 Building static-packages 02:54:36 ---> af8f217af441 02:54:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:54:36 ---> 3852fff564dd 02:54:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:54:36 ---> 08c6239c41e6 02:54:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:54:36 ---> 68b265c96070 02:54:36 ---> 7a9f2c365352 02:54:36 Step 9/23 : RUN make cmd/core-data/core-data 02:54:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:54:36 ---> Running in 8031341d7667 02:54:36 ---> Running in ae8fa277ac72 02:54:36 ---> Running in 3cd734963555 02:54:36 ---> Running in 40ed9ba38b6c 02:54:36 ---> Running in d9a4701cd883 02:54:36 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 02:54:36 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 02:54:36 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 02:54:36 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 02:54:36 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 02:54:38 Staging go-build-helper 02:54:38 Staging static-packages 02:54:39 Pulling go115 02:54:40 'edgex-go' has dependencies that need to be staged: go115 02:54:40 Skipping pull go115 (already ran) 02:54:40 Building go115 02:54:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:54:40 Dload Upload Total Spent Left Speed 02:54:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 35.9M 0 0 34.8M 0 0:00:03 0:00:01 0:00:02 34.8M 62 115M 62 72.6M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 98 115M 98 114M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M 02:54:44 go1.15.2.linux-amd64.tar.gz: OK 02:54:48 Staging go115 02:54:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:54:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:54:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:54:53 Fetched 0 B in 0s (0 B/s) 02:54:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:54:53 Fetched 224 kB in 0s (0 B/s) 02:54:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:54:53 Fetched 157 kB in 0s (0 B/s) 02:54:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:54:53 Fetched 221 kB in 0s (0 B/s) 02:54:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:54:53 Fetched 143 kB in 0s (0 B/s) 02:54:53 Pulling edgex-go 02:54:54 Pulling version 02:54:54 Building config-common 02:54:56 Skipping build go-build-helper (already ran) 02:54:56 Skipping build static-packages (already ran) 02:54:56 Skipping build go115 (already ran) 02:54:56 Building edgex-go 02:54:57 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 02:54:58 go: downloading github.com/gorilla/mux v1.8.0 02:54:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 02:54:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 02:54:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 02:54:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:54:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:54:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 02:54:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 02:54:58 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 02:54:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 02:54:58 go: downloading github.com/x448/float16 v0.8.4 02:54:58 go: downloading github.com/pelletier/go-toml v1.2.0 02:54:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:54:58 go: downloading github.com/go-kit/kit v0.8.0 02:54:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:54:58 go: downloading github.com/BurntSushi/toml v0.3.1 02:54:58 go: downloading github.com/google/uuid v1.2.0 02:54:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:54:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:54:58 go: downloading github.com/pebbe/zmq4 v1.2.2 02:54:58 go: downloading github.com/hashicorp/consul/api v1.1.0 02:54:58 go: downloading github.com/imdario/mergo v0.3.11 02:54:58 go: downloading github.com/pkg/errors v0.8.1 02:54:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:54:58 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:54:58 go: downloading github.com/mitchellh/copystructure v1.0.0 02:54:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:54:58 go: downloading github.com/hashicorp/serf v0.8.2 02:54:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:54:58 go: downloading github.com/leodido/go-urn v1.2.0 02:54:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:54:58 go: downloading github.com/go-playground/universal-translator v0.17.0 02:54:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:54:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:54:58 go: downloading gopkg.in/yaml.v2 v2.4.0 02:54:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:54:58 go: downloading github.com/go-playground/locales v0.13.0 02:54:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:54:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:54:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:55:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:55:10 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 02:55: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 02:55: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 02:55:12 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 02:55:12 go: downloading github.com/stretchr/testify v1.7.0 02:55:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:55:13 go: downloading github.com/pmezard/go-difflib v1.0.0 02:55:13 go: downloading github.com/davecgh/go-spew v1.1.1 02:55:14 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 02:55:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:55:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:55:15 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 02:55:16 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 02:55:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 02:55:18 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 02:55:19 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 02:55:20 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 02:55:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:55:21 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 02:55:21 go: downloading github.com/lib/pq v1.9.0 02:55:23 Building version 02:55:25 Staging config-common 02:55:26 Skipping stage go-build-helper (already ran) 02:55:26 Skipping stage static-packages (already ran) 02:55:26 Skipping stage go115 (already ran) 02:55:26 Staging edgex-go 02:55:27 Staging version 02:55:28 Priming config-common 02:55:29 Priming go-build-helper 02:55:30 Priming static-packages 02:55:32 Priming go115 02:55:33 Priming edgex-go 02:55:34 Priming version 02:55:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:55:58 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 02:55:58 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 02:56:13 Removing intermediate container d9a4701cd883 02:56:13 ---> 1bb03f88c5f9 02:56:13 02:56:13 Step 10/22 : FROM alpine:3.12 02:56:13 3.12: Pulling from library/alpine 02:56:13 Removing intermediate container ae8fa277ac72 02:56:13 ---> d56013606d0a 02:56:13 02:56:13 Step 10/21 : FROM alpine:3.12 02:56:13 3.12: Pulling from library/alpine 02:56:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:56:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:56:14 Status: Downloaded newer image for alpine:3.12 02:56:14 ---> afeebe901d6b 02:56:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:56:14 Status: Image is up to date for alpine:3.12 02:56:14 ---> afeebe901d6b 02:56:14 Step 11/21 : RUN apk add --update --no-cache curl 02:56:14 ---> Running in 34ff22c13e9e 02:56:14 ---> Running in 3ae5a7f780e8 02:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:18 (1/4) Installing ca-certificates (20191127-r4) 02:56:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:56:18 (3/4) Installing libcurl (7.69.1-r3) 02:56:18 (4/4) Installing curl (7.69.1-r3) 02:56:18 Executing busybox-1.31.1-r19.trigger 02:56:18 Executing ca-certificates-20191127-r4.trigger 02:56:18 (1/2) Installing ca-certificates (20191127-r4) 02:56:18 (2/2) Installing dumb-init (1.2.2-r1) 02:56:18 Executing busybox-1.31.1-r19.trigger 02:56:18 Executing ca-certificates-20191127-r4.trigger 02:56:18 OK: 7 MiB in 18 packages 02:56:18 OK: 6 MiB in 16 packages 02:56:23 Removing intermediate container 34ff22c13e9e 02:56:23 ---> d5ca528e6817 02:56:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:56:23 Removing intermediate container 8031341d7667 02:56:23 ---> 05704b4c2d60 02:56:23 02:56:23 Step 10/31 : FROM alpine:3.12 02:56:23 ---> afeebe901d6b 02:56:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:56:23 ---> Running in ab63fffa31bd 02:56:23 ---> Running in ecd5fc35b306 02:56:23 Removing intermediate container 3ae5a7f780e8 02:56:23 ---> b5a421b970f3 02:56:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:56:24 ---> Running in 3d5852572241 02:56:24 Removing intermediate container ab63fffa31bd 02:56:24 ---> 1ecbff51d663 02:56:24 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:56:24 Removing intermediate container ecd5fc35b306 02:56:24 ---> 19dca351b1f1 02:56:24 Step 13/21 : WORKDIR /edgex 02:56:25 ---> Running in 1cc250d5e8c5 02:56:25 ---> Running in 41a50affc2e1 02:56:25 Removing intermediate container 3d5852572241 02:56:25 ---> 7c9cd4373a7a 02:56:25 Step 13/22 : ENV APP_PORT=48060 02:56:26 ---> Running in b948bfb2011e 02:56:26 Removing intermediate container 41a50affc2e1 02:56:26 ---> 0a609ca50b72 02:56:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:56:27 Removing intermediate container b948bfb2011e 02:56:27 ---> 1d610e3a0670 02:56:27 Step 14/22 : EXPOSE $APP_PORT 02:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:27 Removing intermediate container 3cd734963555 02:56:27 ---> 6a89575a8ac7 02:56:27 02:56:27 Step 10/22 : FROM alpine:3.12 02:56:27 ---> afeebe901d6b 02:56:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:56:27 ---> Running in 2fce09a6c87a 02:56:27 ---> Running in d3391755b488 02:56:27 ---> bae3d1d0e18a 02:56:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:56:28 (1/2) Installing dumb-init (1.2.2-r1) 02:56:28 (2/2) Installing su-exec (0.2-r1) 02:56:28 Executing busybox-1.31.1-r19.trigger 02:56:28 OK: 5 MiB in 16 packages 02:56:28 Removing intermediate container 2fce09a6c87a 02:56:28 ---> ecd02d317475 02:56:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:29 ---> 5ecef77cc210 02:56:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:56:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:30 ---> 40d1a6b142a5 02:56:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:56:30 Removing intermediate container 1cc250d5e8c5 02:56:30 ---> 6684a992659c 02:56:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:56:30 (1/1) Installing dumb-init (1.2.2-r1) 02:56:30 Executing busybox-1.31.1-r19.trigger 02:56:30 OK: 5 MiB in 15 packages 02:56:30 ---> Running in 86c7ed364282 02:56:32 Removing intermediate container 86c7ed364282 02:56:32 ---> afd220df9a7b 02:56:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:56:32 ---> eeb6f0d6c32f 02:56:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 88611cca089d 02:56:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:56:32 02:56:32 ---> Running in c0f606657b4c 02:56:32 Removing intermediate container d3391755b488 02:56:32 ---> 10b7e7196b5e 02:56:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:56:32 ---> Running in 4f3e872dcb81 02:56:32 ---> Running in c9584cdcb6dc 02:56:33 Removing intermediate container c0f606657b4c 02:56:33 ---> d1296bf87796 02:56:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:56:33 ---> aea7a19148e2 02:56:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:56:33 ---> Running in 5b5f9a9776e0 02:56:33 ---> Running in f9bbbfb9ba23 02:56:33 Removing intermediate container c9584cdcb6dc 02:56:33 ---> 92ee84355458 02:56:33 Step 13/22 : ENV APP_PORT=48085 02:56:33 Removing intermediate container 4f3e872dcb81 02:56:33 ---> 02148c3670a5 02:56:33 Step 18/21 : CMD ["--init=true"] 02:56:34 ---> Running in 2627732403b2 02:56:34 ---> Running in 2799f8b99582 02:56:34 Removing intermediate container f9bbbfb9ba23 02:56:34 ---> 114e2f16f1eb 02:56:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:34 ---> Running in 55a774cbaab4 02:56:34 Removing intermediate container 2627732403b2 02:56:34 ---> afce48e69f74 02:56:34 Step 14/22 : EXPOSE $APP_PORT 02:56:34 Removing intermediate container 2799f8b99582 02:56:34 ---> 238109f19319 02:56:34 Step 19/21 : LABEL arch=arm64 02:56:34 ---> Running in ac462d9a8b46 02:56:35 ---> Running in a37faed1f918 02:56:35 Removing intermediate container 55a774cbaab4 02:56:35 ---> 6082c9997cb3 02:56:35 Step 20/22 : LABEL arch=arm64 02:56:35 ---> Running in 5885269fec14 02:56:35 Removing intermediate container ac462d9a8b46 02:56:35 ---> c046b16116b5 02:56:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:36 Removing intermediate container a37faed1f918 02:56:36 ---> 5292e04abe61 02:56:36 Step 20/21 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:56:36 ---> Running in bc8912385ae3 02:56:36 Removing intermediate container 5885269fec14 02:56:36 ---> a75c03222729 02:56:36 Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:56:36 Removing intermediate container 5b5f9a9776e0 02:56:36 ---> 0e172f9884cd 02:56:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:56:36 ---> Running in 9be7af0349b1 02:56:37 ---> Running in 5131f8b3cf15 02:56:37 ---> f6b75ebf8c05 02:56:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:56:37 Removing intermediate container bc8912385ae3 02:56:37 ---> 9fc3e10373fe 02:56:37 Step 21/21 : LABEL version=0.0.0 02:56:37 Removing intermediate container 9be7af0349b1 02:56:37 ---> 3db1b7d632ff 02:56:37 Step 22/22 : LABEL version=0.0.0 02:56:37 ---> Running in 64552d833aee 02:56:37 ---> Running in 2975f0e8112b 02:56:37 Removing intermediate container 5131f8b3cf15 02:56:37 ---> 5c5090d9e29d 02:56:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:56:38 Removing intermediate container 64552d833aee 02:56:38 ---> 1662a6a6aae5 02:56:38 02:56:38 Removing intermediate container 2975f0e8112b 02:56:38 ---> 10c0d7d736ea 02:56:38 02:56:39 Successfully built 1662a6a6aae5 02:56:39 Successfully built 10c0d7d736ea 02:56:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:56:39  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 02:56:39 ---> fa554639d885 02:56:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:56:39 ---> 35eea9179bb3 02:56:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:56:39 Successfully tagged docker-support-notifications-go-arm64:latest 02:56:39  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 02:56:39 ---> Running in 27c058e47d0b 02:56:40 ---> 93d0d2ceac87 02:56:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:56:40 ---> Running in ea48c94dcd75 02:56:41 Removing intermediate container 40ed9ba38b6c 02:56:41 ---> 2e60522e23a8 02:56:41 02:56:41 Step 10/23 : FROM alpine:3.12 02:56:41 ---> afeebe901d6b 02:56:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:56:41 ---> Running in 8d43f0bda776 02:56:41 Removing intermediate container ea48c94dcd75 02:56:41 ---> 1073dbdb5f0a 02:56:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:43 ---> Running in 162b0824959e 02:56:43 Removing intermediate container 8d43f0bda776 02:56:43 ---> ef2d8fc4c726 02:56:43 Step 12/23 : ENV APP_PORT=48080 02:56:43 Removing intermediate container 27c058e47d0b 02:56:43 ---> c2d76ef3342d 02:56:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:44 ---> Running in 9ebb8308c643 02:56:44 Removing intermediate container 162b0824959e 02:56:44 ---> a039490709f0 02:56:44 Step 20/22 : LABEL arch=arm64 02:56:44 ---> c10d2ec4d620 02:56:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:56:44 ---> Running in 50b8c5d53aca 02:56:45 Removing intermediate container 9ebb8308c643 02:56:45 ---> 76f6a3285c07 02:56:45 Step 13/23 : EXPOSE $APP_PORT 02:56:45 ---> Running in d8cc7990df28 02:56:45 Removing intermediate container 50b8c5d53aca 02:56:45 ---> fde03d93df62 02:56:45 Step 21/22 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:56:46 ---> Running in d122448ddfbd 02:56:47 ---> 6d1cbd146cf7 02:56:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:56:47 Removing intermediate container d8cc7990df28 02:56:47 ---> aab871b4aac8 02:56:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:47 Removing intermediate container d122448ddfbd 02:56:47 ---> bf58f60d41e8 02:56:47 Step 22/22 : LABEL version=0.0.0 02:56:48 ---> Running in 80dff2d351fa 02:56:48 ---> Running in be9e1b92e3cd 02:56:48 ---> 2613de00b742 02:56:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:56:49 Removing intermediate container be9e1b92e3cd 02:56:49 ---> 0877aab46a67 02:56:49 02:56:49 Successfully built 0877aab46a67 02:56:49 Successfully tagged docker-support-scheduler-go-arm64:latest 02:56:49 Building docker-core-metadata-go 02:56:50  Building docker-support-scheduler-go ... done  ---> 00cbcd2dac91 02:56:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:56:51 ---> 0593f5354f0e 02:56:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:56:51 ---> Running in a9d35c32ad1f 02:56:51 Removing intermediate container 80dff2d351fa 02:56:51 ---> fbe1305a8fa4 02:56:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:56:51 ---> Running in 90d513bb3312 02:56:52 Removing intermediate container a9d35c32ad1f 02:56:52 ---> 59a60e0f6dc4 02:56:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:53 ---> fe77dd7f362e 02:56:53 Step 26/31 : RUN chmod +x /entrypoint.sh 02:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:54 ---> Running in 42e6bc3a6d5b 02:56:54 (1/6) Installing dumb-init (1.2.2-r1) 02:56:55 (2/6) Installing libgcc (9.3.0-r2) 02:56:55 (3/6) Installing libsodium (1.0.18-r0) 02:56:55 (4/6) Installing libstdc++ (9.3.0-r2) 02:56:55 (5/6) Installing libzmq (4.3.3-r0) 02:56:55 (6/6) Installing zeromq (4.3.3-r0) 02:56:55 Executing busybox-1.31.1-r19.trigger 02:56:55 OK: 8 MiB in 20 packages 02:56:59 Removing intermediate container 42e6bc3a6d5b 02:56:59 ---> 9fe94445eac6 02:56:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:56:59 Removing intermediate container 90d513bb3312 02:56:59 ---> 41cc2e6948e4 02:56:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:57:00 ---> Running in 6887bb417f61 02:57:00 ---> 0e64141f8e08 02:57:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:57:00 Removing intermediate container 6887bb417f61 02:57:00 ---> 38446b252bb6 02:57:00 Step 28/31 : CMD ["gate"] 02:57:01 ---> Running in 764924a581d6 02:57:03 ---> 4c1756bb6227 02:57:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:57:03 Removing intermediate container 764924a581d6 02:57:03 ---> c2c11dc46443 02:57:03 Step 29/31 : LABEL arch=arm64 02:57:04 ---> Running in b7d96bd06919 02:57:04 ---> 20eaa47270bd 02:57:04 Step 19/23 : ENTRYPOINT ["/core-data"] 02:57:04 ---> Running in 388b3a3acd1e 02:57:04 Removing intermediate container b7d96bd06919 02:57:04 ---> d828c99180f3 02:57:04 Step 30/31 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:57:05 ---> Running in f7975b3d1ab5 02:57:05 Removing intermediate container 388b3a3acd1e 02:57:05 ---> 5df3b7ba960a 02:57:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:57:06 ---> Running in 3482e22433d8 02:57:06 Removing intermediate container f7975b3d1ab5 02:57:06 ---> 9d2aeb789d79 02:57:06 Step 31/31 : LABEL version=0.0.0 02:57:07 ---> Running in d9e1aef70351 02:57:07 Removing intermediate container 3482e22433d8 02:57:07 ---> 467f40942b51 02:57:07 Step 21/23 : LABEL arch=arm64 02:57:08 ---> Running in d6feead89a6f 02:57:08 Removing intermediate container d9e1aef70351 02:57:08 ---> 37262513e306 02:57:08 02:57:08 Successfully built 37262513e306 02:57:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:57:08  Building docker-security-bootstrapper-go ... done Removing intermediate container d6feead89a6f 02:57:08 ---> 58a310ec8ca6 02:57:08 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1Building docker-core-command-go 02:57:08 02:57:09 ---> Running in 82a423394ed3 02:57:09 Removing intermediate container 82a423394ed3 02:57:09 ---> bf85342c0e0d 02:57:09 Step 23/23 : LABEL version=0.0.0 02:57:09 ---> Running in f1a3a94b6c00 02:57:10 Removing intermediate container f1a3a94b6c00 02:57:10 ---> 889b547dae40 02:57:10 02:57:10 Successfully built 889b547dae40 02:57:10 Successfully tagged docker-core-data-go-arm64:latest 02:57:16  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:57:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:57:16 ---> e30029d1e19c 02:57:16 Step 3/26 : WORKDIR /edgex-go 02:57:16 ---> Using cache 02:57:16 ---> 34823ec22659 02:57:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:16 ---> Using cache 02:57:16 ---> 945cc9f2742a 02:57:16 Step 5/26 : RUN apk add --update --no-cache make bash git 02:57:17 ---> Running in f39d1a35c5f3 02:57:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:57:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:57:18 ---> e30029d1e19c 02:57:18 Step 3/24 : WORKDIR /edgex-go 02:57:18 ---> Using cache 02:57:18 ---> 34823ec22659 02:57:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:18 ---> Using cache 02:57:18 ---> 945cc9f2742a 02:57:18 Step 5/24 : RUN apk add --update --no-cache make git 02:57:18 ---> Using cache 02:57:18 ---> 59a5f22ef3cb 02:57:18 Step 6/24 : COPY go.mod . 02:57:18 ---> Using cache 02:57:18 ---> ef62a7c0cdcb 02:57:18 Step 7/24 : RUN go mod download 02:57:18 ---> Using cache 02:57:18 ---> 2b634f547230 02:57:18 Step 8/24 : COPY . . 02:57:18 ---> Using cache 02:57:18 ---> 7a9f2c365352 02:57:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:57:19 ---> Running in 6b59c4190243 02:57:20 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 02:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:57:22 OK: 217 MiB in 51 packages 02:57:26 Removing intermediate container f39d1a35c5f3 02:57:26 ---> 93ceb4ce9221 02:57:26 Step 6/26 : COPY go.mod . 02:57:28 ---> 0676fd270894 02:57:28 Step 7/26 : RUN go mod download 02:57:28 ---> Running in 28706e6b3201 02:57:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:57:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:57:30 ---> e30029d1e19c 02:57:30 Step 3/23 : WORKDIR /edgex-go 02:57:30 ---> Using cache 02:57:30 ---> 34823ec22659 02:57:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:30 ---> Using cache 02:57:30 ---> 945cc9f2742a 02:57:30 Step 5/23 : RUN apk add --update --no-cache make git 02:57:30 ---> Using cache 02:57:30 ---> 59a5f22ef3cb 02:57:30 Step 6/23 : COPY go.mod . 02:57:30 ---> Using cache 02:57:30 ---> ef62a7c0cdcb 02:57:30 Step 7/23 : RUN go mod download 02:57:30 ---> Using cache 02:57:30 ---> 2b634f547230 02:57:30 Step 8/23 : COPY . . 02:57:30 ---> Using cache 02:57:30 ---> 7a9f2c365352 02:57:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:57:31 ---> Running in bb5fcaeb41a1 02:57:33 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 02:57:33 Removing intermediate container 28706e6b3201 02:57:33 ---> 36bacdc3d536 02:57:33 Step 8/26 : COPY . . 02:57:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:57:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:57:40 ---> e30029d1e19c 02:57:40 Step 3/23 : WORKDIR /edgex-go 02:57:40 ---> Using cache 02:57:40 ---> 34823ec22659 02:57:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:40 ---> Using cache 02:57:40 ---> 945cc9f2742a 02:57:40 Step 5/23 : RUN apk add --update --no-cache make git 02:57:40 ---> Using cache 02:57:40 ---> 59a5f22ef3cb 02:57:40 Step 6/23 : COPY go.mod . 02:57:40 ---> Using cache 02:57:40 ---> ef62a7c0cdcb 02:57:40 Step 7/23 : RUN go mod download 02:57:40 ---> Using cache 02:57:40 ---> 2b634f547230 02:57:40 Step 8/23 : COPY . . 02:57:40 ---> Using cache 02:57:40 ---> 7a9f2c365352 02:57:40 Step 9/23 : RUN make cmd/core-command/core-command 02:57:42 ---> Running in 986160e4cc59 02:57:45 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 02:57:55 ---> 949f19c48b45 02:57:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:57:55 ---> Running in 45dc2ee231f8 02:57:56 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 02:58:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:58:24 Removing intermediate container 6b59c4190243 02:58:24 ---> f9fcbdcd5d94 02:58:24 02:58:24 Step 10/24 : FROM alpine:3.12 02:58:24 ---> afeebe901d6b 02:58:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:58:24 ---> Running in f952d4dde370 02:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:26 (1/5) Installing ca-certificates (20191127-r4) 02:58:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:58:26 (3/5) Installing libcurl (7.69.1-r3) 02:58:26 (4/5) Installing curl (7.69.1-r3) 02:58:26 (5/5) Installing dumb-init (1.2.2-r1) 02:58:26 Executing busybox-1.31.1-r19.trigger 02:58:26 Executing ca-certificates-20191127-r4.trigger 02:58:26 OK: 7 MiB in 19 packages 02:58:29 Removing intermediate container f952d4dde370 02:58:29 ---> 2d6506ebc1ee 02:58:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:58:29 ---> Running in 1a390b293aba 02:58:29 Removing intermediate container 1a390b293aba 02:58:29 ---> 02516d0620cc 02:58:29 Step 13/24 : WORKDIR / 02:58:30 ---> Running in ef82575d2f81 02:58:30 Removing intermediate container ef82575d2f81 02:58:30 ---> 795781ffd93a 02:58:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:58:32 ---> 0618330819f9 02:58:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:58:33 ---> 4ccf8f00f518 02:58:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:58:34 ---> 3a5ca22375b7 02:58:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:58:36 ---> f0ec1a4d5d23 02:58:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:58:37 ---> 2136adb7f6fb 02:58:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:58:38 ---> f5c95ae59e36 02:58:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:58:38 ---> Running in 94fba4c9bbf5 02:58:42 Removing intermediate container 94fba4c9bbf5 02:58:42 ---> d5c59a90d501 02:58:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:58:42 ---> Running in e4e280968058 02:58:43 Removing intermediate container e4e280968058 02:58:43 ---> a73a9716c555 02:58:43 Step 22/24 : LABEL arch=arm64 02:58:43 ---> Running in a21ca577f0c1 02:58:43 Removing intermediate container a21ca577f0c1 02:58:43 ---> f8150d697dbd 02:58:43 Step 23/24 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:58:44 ---> Running in a8159a46a0c5 02:58:44 Removing intermediate container a8159a46a0c5 02:58:44 ---> 257e7671b954 02:58:44 Step 24/24 : LABEL version=0.0.0 02:58:44 ---> Running in 81fbdc3cfc87 02:58:45 Removing intermediate container 81fbdc3cfc87 02:58:45 ---> 1c86f28592e9 02:58:45 02:58:45 Successfully built 1c86f28592e9 02:58:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:59:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container 45dc2ee231f8 02:59:04 ---> b994cf319c67 02:59:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:59:04 Removing intermediate container bb5fcaeb41a1 02:59:04 ---> 7468aea8021f 02:59:04 02:59:04 Step 10/23 : FROM alpine:3.12 02:59:04 ---> afeebe901d6b 02:59:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:59:04 ---> Using cache 02:59:04 ---> 10b7e7196b5e 02:59:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:59:04 ---> Using cache 02:59:04 ---> 92ee84355458 02:59:04 Step 13/23 : ENV APP_PORT=48081 02:59:04 ---> Running in 548944a99cad 02:59:04 ---> Running in 0045f228ffa8 02:59:05 Removing intermediate container 548944a99cad 02:59:05 ---> cb8dee5b7069 02:59:05 Step 14/23 : EXPOSE $APP_PORT 02:59:05 ---> Running in 062dbc049cba 02:59:05 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 02:59:06 Removing intermediate container 986160e4cc59 02:59:06 ---> 2e4c0c2983fa 02:59:06 02:59:06 Step 10/23 : FROM alpine:3.12 02:59:06 ---> afeebe901d6b 02:59:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:59:06 ---> Using cache 02:59:06 ---> 10b7e7196b5e 02:59:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:59:06 ---> Using cache 02:59:06 ---> 92ee84355458 02:59:06 Step 13/23 : ENV APP_PORT=48082 02:59:06 ---> Running in bb50091dc61d 02:59:06 Removing intermediate container 062dbc049cba 02:59:06 ---> 2b9dd3380b4f 02:59:06 Step 15/23 : WORKDIR / 02:59:06 ---> Running in 2f16eba680f7 02:59:06 Removing intermediate container bb50091dc61d 02:59:06 ---> bd663802275f 02:59:06 Step 14/23 : EXPOSE $APP_PORT 02:59:06 ---> Running in cdd768c426db 02:59:07 Removing intermediate container 2f16eba680f7 02:59:07 ---> f6fe19f3e1ef 02:59:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:59:07 Removing intermediate container cdd768c426db 02:59:07 ---> 6283076e40a0 02:59:07 Step 15/23 : WORKDIR / 02:59:07 ---> Running in daa6cdd6d802 02:59:08 ---> 8559e3908e17 02:59:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:59:08 Removing intermediate container daa6cdd6d802 02:59:08 ---> cd35a3b5d76b 02:59:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:59:08 Removing intermediate container 0045f228ffa8 02:59:08 ---> 5fecc1302ea1 02:59:08 02:59:08 Step 11/26 : FROM docker:20.10.0 02:59:08 20.10.0: Pulling from library/docker 02:59:09 ---> 1032cc1b5e17 02:59:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:59:09 ---> e9be97ca7f48 02:59:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:59:10 ---> f72b26149d84 02:59:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:59:11 ---> bedcbea14840 02:59:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:59:11 ---> Running in a4044800c229 02:59:11 Removing intermediate container a4044800c229 02:59:11 ---> e0a157262ebc 02:59:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:59:12 ---> f22af08db315 02:59:12 Step 19/23 : ENTRYPOINT ["/core-command"] 02:59:12 ---> Running in e30ce699f1f7 02:59:12 ---> Running in 201016eca9a4 02:59:12 Removing intermediate container e30ce699f1f7 02:59:12 ---> 5d871eac1364 02:59:12 Step 21/23 : LABEL arch=arm64 02:59:12 Removing intermediate container 201016eca9a4 02:59:12 ---> bab077a176fd 02:59:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:59:12 ---> Running in 41cd573e464e 02:59:13 ---> Running in 0160f3f89bdd 02:59:13 Removing intermediate container 41cd573e464e 02:59:13 ---> c9c8b2543c4d 02:59:13 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:59:14 ---> Running in d0ea99132239 02:59:14 Removing intermediate container 0160f3f89bdd 02:59:14 ---> cf6a448a630e 02:59:14 Step 21/23 : LABEL arch=arm64 02:59:14 ---> Running in 3d20daca3ab9 02:59:14 Removing intermediate container d0ea99132239 02:59:14 ---> a8a799b9031a 02:59:14 Step 23/23 : LABEL version=0.0.0 02:59:14 ---> Running in 6de705c740cd 02:59:15 Removing intermediate container 3d20daca3ab9 02:59:15 ---> ba1cd45b5dcf 02:59:15 Step 22/23 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 02:59:15 ---> Running in d4c67029a60b 02:59:15 Removing intermediate container 6de705c740cd 02:59:15 ---> 2a0ddb4b8fda 02:59:15 02:59:16 Successfully built 2a0ddb4b8fda 02:59:16 Successfully tagged docker-core-metadata-go-arm64:latest 02:59:16  Building docker-core-metadata-go ... done Removing intermediate container d4c67029a60b 02:59:16 ---> df57b127dc7e 02:59:16 Step 23/23 : LABEL version=0.0.0 02:59:16 ---> Running in 102ead39cd64 02:59:16 Removing intermediate container 102ead39cd64 02:59:16 ---> 6a823854bcb9 02:59:16 02:59:17 Successfully built 6a823854bcb9 02:59:17 Successfully tagged docker-core-command-go-arm64:latest 02:59:18  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:59:18 Status: Downloaded newer image for docker:20.10.0 02:59:18 ---> eeaf43b92773 02:59:18 Step 12/26 : RUN apk add --no-cache bash 02:59:19 ---> Running in b6076d28783c 02:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:59:21 (1/2) Installing readline (8.0.4-r0) 02:59:21 (2/2) Installing bash (5.0.17-r0) 02:59:21 Executing bash-5.0.17-r0.post-install 02:59:21 Executing busybox-1.31.1-r19.trigger 02:59:21 OK: 12 MiB in 22 packages 02:59:22 Removing intermediate container b6076d28783c 02:59:22 ---> 2e67f4527b7c 02:59:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:59:22 ---> Running in 8bc6df82b6eb 02:59:22 Removing intermediate container 8bc6df82b6eb 02:59:22 ---> 4adeb4b42fd8 02:59:22 Step 14/26 : ENV APP_PORT=48090 02:59:23 ---> Running in 3866bd87a2d8 02:59:23 Removing intermediate container 3866bd87a2d8 02:59:23 ---> 471c5d0742c6 02:59:23 Step 15/26 : EXPOSE $APP_PORT 02:59:23 ---> Running in 52bd5e004fd7 02:59:23 Removing intermediate container 52bd5e004fd7 02:59:23 ---> aeed286537fe 02:59:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:59:25 ---> 7d57623a1171 02:59:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:59:26 ---> 491eb7645a49 02:59:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:59:27 ---> b9be2e860ced 02:59:27 Step 19/26 : RUN apk --no-cache add py3-pip 02:59:27 ---> Running in 8ac6e604efee 02:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:59:28 (1/33) Installing libbz2 (1.0.8-r1) 02:59:28 (2/33) Installing expat (2.2.9-r1) 02:59:28 (3/33) Installing libffi (3.3-r2) 02:59:28 (4/33) Installing gdbm (1.13-r1) 02:59:29 (5/33) Installing xz-libs (5.2.5-r0) 02:59:29 (6/33) Installing sqlite-libs (3.32.1-r0) 02:59:29 (7/33) Installing python3 (3.8.5-r0) 02:59:31 (8/33) Installing py3-appdirs (1.4.4-r1) 02:59:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:59:31 (10/33) Installing py3-parsing (2.4.7-r0) 02:59:31 (11/33) Installing py3-six (1.15.0-r0) 02:59:31 (12/33) Installing py3-packaging (20.4-r0) 02:59:31 (13/33) Installing py3-setuptools (47.0.0-r0) 02:59:31 (14/33) Installing py3-chardet (3.0.4-r4) 02:59:31 (15/33) Installing py3-idna (2.9-r0) 02:59:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:59:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:59:31 (18/33) Installing py3-requests (2.23.0-r0) 02:59:31 (19/33) Installing py3-msgpack (1.0.0-r0) 02:59:31 (20/33) Installing py3-lockfile (0.12.2-r3) 02:59:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:59:31 (22/33) Installing py3-colorama (0.4.3-r0) 02:59:31 (23/33) Installing py3-distlib (0.3.0-r0) 02:59:31 (24/33) Installing py3-distro (1.5.0-r1) 02:59:31 (25/33) Installing py3-webencodings (0.5.1-r3) 02:59:31 (26/33) Installing py3-html5lib (1.0.1-r4) 02:59:31 (27/33) Installing py3-pytoml (0.1.21-r0) 02:59:31 (28/33) Installing py3-pep517 (0.8.2-r0) 02:59:31 (29/33) Installing py3-progress (1.5-r0) 02:59:31 (30/33) Installing py3-toml (0.10.1-r0) 02:59:31 (31/33) Installing py3-retrying (1.3.3-r0) 02:59:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:59:31 (33/33) Installing py3-pip (20.1.1-r0) 02:59:31 Executing busybox-1.31.1-r19.trigger 02:59:31 OK: 71 MiB in 55 packages 02:59:38 Removing intermediate container 8ac6e604efee 02:59:38 ---> 4ddb450ce91a 02:59:38 Step 20/26 : RUN pip install docker-compose==1.23.2 02:59:38 ---> Running in d235b754e0fc 02:59:42 Collecting docker-compose==1.23.2 02:59:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:59:42 Collecting jsonschema<3,>=2.5.1 02:59:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:59:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:59:43 Collecting texttable<0.10,>=0.9.0 02:59:43 Downloading texttable-0.9.1.tar.gz (11 kB) 02:59:45 Collecting websocket-client<1.0,>=0.32.0 02:59:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:59:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:59:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:59:47 Collecting docker<4.0,>=3.6.0 02:59:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:59:48 Collecting PyYAML<4,>=3.10 02:59:48 Downloading PyYAML-3.13.tar.gz (270 kB) 02:59:51 Collecting docopt<0.7,>=0.6.1 02:59:51 Downloading docopt-0.6.2.tar.gz (25 kB) 02:59:52 Collecting dockerpty<0.5,>=0.4.1 02:59:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:59:54 Collecting cached-property<2,>=1.2.0 02:59:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:59:55 Collecting idna<2.8,>=2.5 02:59:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:59:55 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) 02:59:55 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) 02:59:55 Collecting urllib3<1.25,>=1.21.1 02:59:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:59:56 Collecting docker-pycreds>=0.4.0 02:59:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:59:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:59:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:59:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:59:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:59:57 Installing collected packages: jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, dockerpty, cached-property, docker-compose 02:59:57 Running setup.py install for texttable: started 02:59:59 Running setup.py install for texttable: finished with status 'done' 02:59:59 Attempting uninstall: idna 02:59:59 Found existing installation: idna 2.9 02:59:59 Uninstalling idna-2.9: 02:59:59 Successfully uninstalled idna-2.9 03:00:00 Attempting uninstall: urllib3 03:00:00 Found existing installation: urllib3 1.25.9 03:00:00 Uninstalling urllib3-1.25.9: 03:00:00 Successfully uninstalled urllib3-1.25.9 03:00:01 Attempting uninstall: requests 03:00:01 Found existing installation: requests 2.23.0 03:00:01 Uninstalling requests-2.23.0: 03:00:01 Successfully uninstalled requests-2.23.0 03:00:02 Running setup.py install for PyYAML: started 03:00:04 Running setup.py install for PyYAML: finished with status 'done' 03:00:04 Running setup.py install for docopt: started 03:00:05 Running setup.py install for docopt: finished with status 'done' 03:00:05 Running setup.py install for dockerpty: started 03:00:07 Running setup.py install for dockerpty: finished with status 'done' 03:00:08 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 03:00:12 Removing intermediate container d235b754e0fc 03:00:12 ---> 4b5ec86dfdd1 03:00:12 Step 21/26 : RUN apk --no-cache add curl 03:00:12 ---> Running in 9a62f967e892 03:00:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:00:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:00:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:00:14 (2/3) Installing libcurl (7.69.1-r3) 03:00:14 (3/3) Installing curl (7.69.1-r3) 03:00:14 Executing busybox-1.31.1-r19.trigger 03:00:14 OK: 71 MiB in 58 packages 03:00:15 Removing intermediate container 9a62f967e892 03:00:15 ---> 91cb32251626 03:00:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:00:15 ---> Running in b9223825974f 03:00:16 Removing intermediate container b9223825974f 03:00:16 ---> d49119034b03 03:00:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:00:16 ---> Running in 0227eb54cc7b 03:00:16 Removing intermediate container 0227eb54cc7b 03:00:16 ---> 4b365462a672 03:00:16 Step 24/26 : LABEL arch=arm64 03:00:17 ---> Running in 294998c21814 03:00:17 Removing intermediate container 294998c21814 03:00:17 ---> bf346f5e3a9b 03:00:17 Step 25/26 : LABEL git_sha=5469142c37ae0f77ce3be9aedecd3ba1970e08e1 03:00:17 ---> Running in 2b8fb8c82eeb 03:00:18 Removing intermediate container 2b8fb8c82eeb 03:00:18 ---> 997a6fccab6d 03:00:18 Step 26/26 : LABEL version=0.0.0 03:00:18 ---> Running in 5c7f2a8306b0 03:00:18 Removing intermediate container 5c7f2a8306b0 03:00:18 ---> f65cb31d9475 03:00:18 03:00:19 Successfully built f65cb31d9475 03:00:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:00:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:00:19 $ docker stop --time=1 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e 03:00:21 $ docker rm -f 7ec67fdb9352f7fd89c85e766cc5d88764ffe4a04078e6dd761eb5fbee5b9f0e [Pipeline] // withDockerContainer [Pipeline] sh 03:00:22 + docker images 03:00:22 + grep docker 03:00:22 docker-sys-mgmt-agent-go-arm64 latest f65cb31d9475 4 seconds ago 300MB 03:00:22 docker-core-command-go-arm64 latest 6a823854bcb9 About a minute ago 16MB 03:00:22 docker-core-metadata-go-arm64 latest 2a0ddb4b8fda About a minute ago 17.7MB 03:00:22 docker-security-secretstore-setup-go-arm64 latest 1c86f28592e9 About a minute ago 23.4MB 03:00:22 docker-core-data-go-arm64 latest 889b547dae40 3 minutes ago 21MB 03:00:22 docker-security-bootstrapper-go-arm64 latest 37262513e306 3 minutes ago 22.6MB 03:00:22 docker-support-scheduler-go-arm64 latest 0877aab46a67 3 minutes ago 16.1MB 03:00:22 docker-support-notifications-go-arm64 latest 10c0d7d736ea 3 minutes ago 16MB 03:00:22 docker-security-proxy-setup-go-arm64 latest 1662a6a6aae5 3 minutes ago 23.2MB 03:00:22 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 03:00:24 provisioning config files... 03:00:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config1371354823234232114tmp [Pipeline] { [Pipeline] sh 03:00:25 + set +x 03:00:25 + curl -s https://codecov.io/bash 03:00:25 + bash -s -- 03:00:25 03:00:25 _____ _ 03:00:25 / ____| | | 03:00:25 | | ___ __| | ___ ___ _____ __ 03:00:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:00:25 | |___| (_) | (_| | __/ (_| (_) \ V / 03:00:25 \_____\___/ \__,_|\___|\___\___/ \_/ 03:00:25 Bash-20210129-7c25fce 03:00:25 03:00:25 03:00:25 ==> git version 2.24.3 found 03:00:25 ==> 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 03:00:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:00:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:00:25 ==> Jenkins CI detected. 03:00:25 project root: . 03:00:25 --> token set from env 03:00:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:00:25 ==> Running gcov in . (disable via -X gcov) 03:00:25 ==> Python coveragepy not found 03:00:25 ==> Searching for coverage reports in: 03:00:25 + . 03:00:25 -> Found 1 reports 03:00:25 ==> Detecting git/mercurial file structure 03:00:25 ==> Reading reports 03:00:25 + ./coverage.out bytes=574984 03:00:25 ==> Appending adjustments 03:00:25 https://docs.codecov.io/docs/fixing-reports 03:00:29 + Found adjustments 03:00:29 ==> Gzipping contents 03:00:29 88K /tmp/codecov.OQ33Az.gz 03:00:29 ==> Uploading reports 03:00:29 url: https://codecov.io 03:00:29 query: branch=PR-3075&commit=5469142c37ae0f77ce3be9aedecd3ba1970e08e1&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 03:00:29 -> Pinging Codecov 03:00:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=5469142c37ae0f77ce3be9aedecd3ba1970e08e1&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 03:00:29 -> Uploading to 03:00:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/5469142c37ae0f77ce3be9aedecd3ba1970e08e1/ebece978-92e6-4624-a402-9c49e715700a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T030029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=950578fdff18d36dd5a988cf2aa6e60c37cbcf6e1cc8523871f8c963fcbe3ce6 03:00:29 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:29 Dload Upload Total Spent Left Speed 03:00:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86994 0 0 100 86994 0 143k --:--:-- --:--:-- --:--:-- 143k 03:00:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5469142c37ae0f77ce3be9aedecd3ba1970e08e1 [Pipeline] } 03:00:30 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 03:00:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:00:33 ---> package-listing.sh 03:00:33 ++ facter osfamily 03:00:33 ++ tr '[:upper:]' '[:lower:]' 03:00:33 + OS_FAMILY=redhat 03:00:33 + workspace=/w/workspace/edgex-go/13 03:00:33 + START_PACKAGES=/tmp/packages_start.txt 03:00:33 + END_PACKAGES=/tmp/packages_end.txt 03:00:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:00:33 + PACKAGES=/tmp/packages_start.txt 03:00:33 + '[' /w/workspace/edgex-go/13 ']' 03:00:33 + PACKAGES=/tmp/packages_end.txt 03:00:33 + case "${OS_FAMILY}" in 03:00:33 + rpm -qa 03:00:33 + sort 03:00:38 + '[' -f /tmp/packages_start.txt ']' 03:00:38 + '[' -f /tmp/packages_end.txt ']' 03:00:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:00:38 + '[' /w/workspace/edgex-go/13 ']' 03:00:38 + mkdir -p /w/workspace/edgex-go/13/archives/ 03:00:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 03:00:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:00:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:00:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:00:39 03:00:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:00:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:00:39 alpine: Pulling from edgex-lftools-log-publisher 03:00:39 df20fa9351a1: Pulling fs layer 03:00:39 36b3adc4ff6f: Pulling fs layer 03:00:39 8ad3a11d3b57: Pulling fs layer 03:00:39 46f8f816bc3b: Pulling fs layer 03:00:39 93b61091891f: Pulling fs layer 03:00:39 93b9cdb0e59b: Pulling fs layer 03:00:39 5e14af77c1be: Pulling fs layer 03:00:39 01666e4c0597: Pulling fs layer 03:00:39 aa168da1d23b: Pulling fs layer 03:00:39 46f8f816bc3b: Waiting 03:00:39 93b61091891f: Waiting 03:00:39 93b9cdb0e59b: Waiting 03:00:39 5e14af77c1be: Waiting 03:00:39 01666e4c0597: Waiting 03:00:39 aa168da1d23b: Waiting 03:00:39 36b3adc4ff6f: Verifying Checksum 03:00:39 36b3adc4ff6f: Download complete 03:00:39 46f8f816bc3b: Verifying Checksum 03:00:39 46f8f816bc3b: Download complete 03:00:40 df20fa9351a1: Verifying Checksum 03:00:40 df20fa9351a1: Download complete 03:00:40 93b9cdb0e59b: Verifying Checksum 03:00:40 93b9cdb0e59b: Download complete 03:00:40 5e14af77c1be: Verifying Checksum 03:00:40 5e14af77c1be: Download complete 03:00:40 93b61091891f: Verifying Checksum 03:00:40 93b61091891f: Download complete 03:00:40 01666e4c0597: Verifying Checksum 03:00:40 01666e4c0597: Download complete 03:00:40 8ad3a11d3b57: Verifying Checksum 03:00:40 8ad3a11d3b57: Download complete 03:00:40 df20fa9351a1: Pull complete 03:00:40 36b3adc4ff6f: Pull complete 03:00:41 8ad3a11d3b57: Pull complete 03:00:41 46f8f816bc3b: Pull complete 03:00:42 aa168da1d23b: Verifying Checksum 03:00:42 aa168da1d23b: Download complete 03:00:43 93b61091891f: Pull complete 03:00:43 93b9cdb0e59b: Pull complete 03:00:43 5e14af77c1be: Pull complete 03:00:44 01666e4c0597: Pull complete 03:00:54 aa168da1d23b: Pull complete 03:00:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:00:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:00:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:00:54 prd-centos7-docker-4c-2g-24256 does not seem to be running inside a container 03:00:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:00:59 $ docker top ecb43ce0aebce58bd0bdf7f3ed1f72cf3cdd9db42c8f7970462276f1ed7397c2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:00:59 + touch /tmp/pre-build-complete [Pipeline] sh 03:01:00 + mkdir -p /var/log/sa [Pipeline] sh 03:01:00 + ls /var/log/sa-host 03:01:00 + sadf -c /var/log/sa-host/sa01 03:01:00 file_magic: OK 03:01:00 HZ: Using current value: 100 03:01:00 file_header: OK 03:01:00 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 03:01:00 Statistics: 03:01:00 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... 03:01:00 File successfully converted to sysstat format version 12.2.1 03:01:00 + sadf -c /var/log/sa-host/sa23 03:01:00 file_magic: OK 03:01:00 HZ: Using current value: 100 03:01:00 file_header: OK 03:01:00 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 03:01:00 Statistics: 03:01:00 Hnuu...uuuununununu... 03:01:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:01:00 provisioning config files... 03:01:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config6698915093855843437tmp [Pipeline] { [Pipeline] echo 03:01:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:01:01 ---> create-netrc.sh [Pipeline] } 03:01:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:01:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:01:01 ---> python-tools-install.sh [Pipeline] echo 03:01:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:01:01 ---> sudo-logs.sh 03:01:01 Archiving 'sudo' log.. [Pipeline] echo 03:01:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:01:02 ---> job-cost.sh 03:01:02 lf-activate-venv: SKIPPING 03:01:02 INFO: No Stack... 03:01:03 INFO: Retrieving Pricing Info for: v1-standard-2 03:01:03 INFO: Archiving Costs [Pipeline] echo 03:01:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:01:04 ---> logs-deploy.sh 03:01:04 lf-activate-venv: SKIPPING 03:01:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/13 03:01:04 INFO: archiving workspace using pattern(s): 03:01:06 Archives upload complete. 03:01:06 INFO: archiving logs to Nexus 03:01:06 ---> uname -a: 03:01:06 Linux prd-centos7-docker-4c-2g-24256.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:01:06 03:01:06 03:01:06 ---> lscpu: 03:01:06 Architecture: x86_64 03:01:06 CPU op-mode(s): 32-bit, 64-bit 03:01:06 Byte Order: Little Endian 03:01:06 Address sizes: 40 bits physical, 48 bits virtual 03:01:06 CPU(s): 4 03:01:06 On-line CPU(s) list: 0-3 03:01:06 Thread(s) per core: 1 03:01:06 Core(s) per socket: 1 03:01:06 Socket(s): 4 03:01:06 NUMA node(s): 1 03:01:06 Vendor ID: GenuineIntel 03:01:06 CPU family: 6 03:01:06 Model: 44 03:01:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:01:06 Stepping: 1 03:01:06 CPU MHz: 2933.438 03:01:06 BogoMIPS: 5866.87 03:01:06 Virtualization: VT-x 03:01:06 Hypervisor vendor: KVM 03:01:06 Virtualization type: full 03:01:06 L1d cache: 128 KiB 03:01:06 L1i cache: 128 KiB 03:01:06 L2 cache: 16 MiB 03:01:06 L3 cache: 64 MiB 03:01:06 NUMA node0 CPU(s): 0-3 03:01:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:01:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:01:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:01:06 Vulnerability Meltdown: Mitigation; PTI 03:01:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:01:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:01:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:01:06 Vulnerability Srbds: Not affected 03:01:06 Vulnerability Tsx async abort: Not affected 03:01:06 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 03:01:06 03:01:06 03:01:06 ---> nproc: 03:01:06 4 03:01:06 03:01:06 03:01:06 ---> df -h: 03:01:06 Filesystem Size Used Available Use% Mounted on 03:01:06 overlay 50.0G 13.0G 37.0G 26% / 03:01:06 tmpfs 64.0M 0 64.0M 0% /dev 03:01:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:01:06 shm 64.0M 0 64.0M 0% /dev/shm 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13 03:01:06 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13@tmp 03:01:06 03:01:06 03:01:06 ---> free -m: 03:01:06 total used free shared buff/cache available 03:01:06 Mem: 1837 716 233 0 887 1033 03:01:06 Swap: 1023 45 978 03:01:06 03:01:06 03:01:06 ---> ip addr: 03:01:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:01:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:01:06 inet 127.0.0.1/8 scope host lo 03:01:06 valid_lft forever preferred_lft forever 03:01:06 inet6 ::1/128 scope host 03:01:06 valid_lft forever preferred_lft forever 03:01:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:01:06 link/ether fa:16:3e:f1:2e:57 brd ff:ff:ff:ff:ff:ff 03:01:06 inet 10.30.123.166/23 brd 10.30.123.255 scope global dynamic eth0 03:01:06 valid_lft 85144sec preferred_lft 85144sec 03:01:06 inet6 fe80::f816:3eff:fef1:2e57/64 scope link 03:01:06 valid_lft forever preferred_lft forever 03:01:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:01:06 link/ether 02:42:52:56:e6:7e brd ff:ff:ff:ff:ff:ff 03:01:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:01:06 valid_lft forever preferred_lft forever 03:01:06 inet6 fe80::42:52ff:fe56:e67e/64 scope link 03:01:06 valid_lft forever preferred_lft forever 03:01:06 03:01:06 03:01:06 ---> sar -b -r -n DEV: 03:01:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 03:01:06 03:01:06 02:39:59 LINUX RESTART (4 CPU) 03:01:06 03:01:06 02:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:01:06 02:42:01 183.50 69.11 114.39 0.00 5779.94 46366.31 0.00 03:01:06 02:43:01 253.77 87.83 165.94 0.00 3304.80 21659.43 0.00 03:01:06 02:44:01 154.43 70.56 83.87 0.00 2619.39 10219.19 0.00 03:01:06 02:45:01 142.22 39.92 102.30 0.00 2871.56 25657.26 0.00 03:01:06 02:46:02 1688.93 1352.53 336.40 0.00 149955.78 205027.92 0.00 03:01:06 02:47:02 1219.27 936.84 282.43 0.00 100145.49 111747.71 0.00 03:01:06 02:48:02 1704.14 1333.95 370.19 0.00 129056.08 148349.61 0.00 03:01:06 02:49:01 1676.03 1344.35 331.68 0.00 120804.59 126115.61 0.00 03:01:06 02:50:02 245.41 52.41 193.00 0.00 7038.67 24158.70 0.00 03:01:06 02:51:01 1.98 0.59 1.39 0.00 26.01 21.51 0.00 03:01:06 02:52:01 1.47 1.27 0.20 0.00 100.58 1.92 0.00 03:01:06 02:53:01 0.38 0.02 0.37 0.00 0.53 5.86 0.00 03:01:06 02:54:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 03:01:06 02:55:01 1.82 1.45 0.37 0.00 53.96 5.35 0.00 03:01:06 02:56:01 0.87 0.05 0.82 0.00 2.13 16.01 0.00 03:01:06 02:57:01 0.42 0.02 0.40 0.00 0.27 5.90 0.00 03:01:06 02:58:01 0.28 0.00 0.28 0.00 0.00 4.35 0.00 03:01:06 02:59:01 0.35 0.00 0.35 0.00 0.00 5.43 0.00 03:01:06 03:00:01 0.63 0.00 0.63 0.00 0.00 6.06 0.00 03:01:06 Average: 383.42 278.81 104.61 0.00 27521.27 37985.58 0.00 03:01:06 03:01:06 02:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:01:06 02:42:01 81164 0 687596 36.54 2152 1110632 1426240 48.68 569384 988180 52216 03:01:06 02:43:01 159316 0 809896 43.04 1492 910840 1628304 55.57 645768 802748 63032 03:01:06 02:44:01 262976 0 829600 44.09 728 788240 1841024 62.83 657668 676368 60516 03:01:06 02:45:01 182376 0 731064 38.85 568 967536 1314176 44.85 585404 827196 56 03:01:06 02:46:02 97316 0 835880 44.43 0 948348 2323888 79.31 681636 880648 75452 03:01:06 02:47:02 359032 0 721728 38.36 0 800784 1388172 47.38 530404 735912 0 03:01:06 02:48:02 100928 0 776104 41.25 0 1004512 1935500 66.06 555132 1001204 12264 03:01:06 02:49:01 327588 0 888676 47.23 0 665280 2600468 88.75 642540 656476 24912 03:01:06 02:50:02 301980 0 648120 34.45 0 931444 1184148 40.41 583936 750132 20 03:01:06 02:51:01 305756 0 643588 34.21 0 932200 1162392 39.67 581660 750532 16 03:01:06 02:52:01 304144 0 642180 34.13 0 935220 1152100 39.32 580552 753520 12 03:01:06 02:53:01 304480 0 641836 34.11 0 935228 1152100 39.32 580680 753536 8 03:01:06 02:54:01 304652 0 641652 34.10 0 935240 1152100 39.32 580812 753536 8 03:01:06 02:55:01 303140 0 642232 34.13 0 936172 1152100 39.32 580832 754440 16 03:01:06 02:56:01 302936 0 642440 34.14 0 936168 1152172 39.32 580660 754472 8 03:01:06 02:57:01 303024 0 642328 34.14 0 936192 1152100 39.32 580596 754496 8 03:01:06 02:58:01 303172 0 642172 34.13 0 936200 1152100 39.32 580604 754496 8 03:01:06 02:59:01 302932 0 642408 34.14 0 936204 1152100 39.32 580732 754496 8 03:01:06 03:00:01 303212 0 642112 34.13 0 936220 1152100 39.32 580616 754500 8 03:01:06 Average: 258428 0 702716 37.35 260 920140 1430173 48.81 592611 781941 15188 03:01:06 03:01:06 02:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:01:06 02:42:01 eth0 1061.97 1123.49 5802.30 134.85 0.00 0.00 0.00 0.00 03:01:06 02:42:01 vetha976279 32.82 41.19 2.20 268.63 0.00 0.00 0.00 0.00 03:01:06 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:42:01 docker0 864.70 751.97 70.55 2944.51 0.00 0.00 0.00 0.00 03:01:06 02:43:01 vetha9bf42c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:01:06 02:43:01 eth0 231.94 178.27 636.69 107.36 0.00 0.00 0.00 0.00 03:01:06 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:43:01 docker0 107.07 126.80 7.96 558.53 0.00 0.00 0.00 0.00 03:01:06 02:44:01 vetha9bf42c 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 03:01:06 02:44:01 eth0 68.32 41.96 57.52 69.33 0.00 0.00 0.00 0.00 03:01:06 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:44:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 03:01:06 02:45:01 eth0 204.19 171.26 1699.16 80.18 0.00 0.00 0.00 0.00 03:01:06 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:46:02 eth0 49.39 31.26 168.99 12.85 0.00 0.00 0.00 0.00 03:01:06 02:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:46:02 veth100ed87 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 03:01:06 02:46:02 docker0 15.31 21.04 0.90 143.26 0.00 0.00 0.00 0.00 03:01:06 02:47:02 veth7c5b626 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:47:02 veth5f71145 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:47:02 eth0 33.32 23.14 63.89 59.79 0.00 0.00 0.00 0.00 03:01:06 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:48:02 eth0 274.48 198.79 1855.57 32.85 0.00 0.00 0.00 0.00 03:01:06 02:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:48:02 veth100ed87 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 03:01:06 02:48:02 docker0 1054.99 1005.25 83.36 4264.82 0.00 0.00 0.00 0.00 03:01:06 02:49:01 veth6b5ada5 2.80 3.67 0.35 14.53 0.00 0.00 0.00 0.00 03:01:06 02:49:01 eth0 60.05 43.80 43.36 78.51 0.00 0.00 0.00 0.00 03:01:06 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:49:01 veth9ef175d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:50:02 eth0 84.38 60.45 138.31 75.45 0.00 0.00 0.00 0.00 03:01:06 02:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:50:02 docker0 1058.10 1016.09 83.61 4352.71 0.00 0.00 0.00 0.00 03:01:06 02:51:01 eth0 1.25 0.47 0.49 0.24 0.00 0.00 0.00 0.00 03:01:06 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:52:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 03:01:06 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:01:06 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:01:06 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:01:06 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:56:01 eth0 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 03:01:06 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:01:06 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:58:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:59:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:01:06 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 03:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 Average: eth0 109.03 98.69 551.12 34.29 0.00 0.00 0.00 0.00 03:01:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:06 Average: docker0 55.76 53.55 4.41 229.40 0.00 0.00 0.00 0.00 03:01:06 03:01:06 03:01:06 ---> sar -P ALL: 03:01:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 03:01:06 03:01:06 02:39:59 LINUX RESTART (4 CPU) 03:01:06 03:01:06 02:41:01 CPU %user %nice %system %iowait %steal %idle 03:01:06 02:42:01 all 15.60 0.00 8.51 2.19 0.08 73.62 03:01:06 02:42:01 0 14.10 0.00 9.57 1.77 0.03 74.53 03:01:06 02:42:01 1 15.21 0.00 7.55 2.72 0.05 74.47 03:01:06 02:42:01 2 15.59 0.00 8.18 1.55 0.10 74.58 03:01:06 02:42:01 3 17.50 0.00 8.75 2.71 0.14 70.91 03:01:06 02:43:01 all 25.24 0.00 9.22 9.62 0.07 55.85 03:01:06 02:43:01 0 25.80 0.00 9.32 8.66 0.05 56.16 03:01:06 02:43:01 1 24.86 0.00 8.78 8.17 0.07 58.12 03:01:06 02:43:01 2 25.90 0.00 9.06 13.27 0.10 51.67 03:01:06 02:43:01 3 24.41 0.00 9.71 8.38 0.07 57.43 03:01:06 02:44:01 all 48.73 0.00 13.60 4.18 0.06 33.43 03:01:06 02:44:01 0 50.01 0.00 13.10 4.14 0.05 32.69 03:01:06 02:44:01 1 48.26 0.00 13.57 4.25 0.07 33.85 03:01:06 02:44:01 2 48.67 0.00 14.38 3.35 0.07 33.54 03:01:06 02:44:01 3 47.96 0.00 13.37 4.98 0.03 33.66 03:01:06 02:45:01 all 33.91 0.00 12.09 3.68 0.04 50.29 03:01:06 02:45:01 0 33.16 0.00 12.39 4.14 0.03 50.27 03:01:06 02:45:01 1 35.58 0.00 12.73 4.14 0.03 47.52 03:01:06 02:45:01 2 33.08 0.00 11.58 3.95 0.05 51.35 03:01:06 02:45:01 3 33.80 0.00 11.66 2.47 0.05 52.02 03:01:06 02:46:02 all 20.91 0.00 25.60 21.12 0.15 32.23 03:01:06 02:46:02 0 19.99 0.00 24.64 21.10 0.14 34.14 03:01:06 02:46:02 1 20.65 0.00 25.53 20.76 0.16 32.91 03:01:06 02:46:02 2 21.32 0.00 26.51 21.77 0.15 30.25 03:01:06 02:46:02 3 21.67 0.00 25.72 20.86 0.14 31.62 03:01:06 02:47:02 all 53.25 0.00 18.79 15.97 0.07 11.92 03:01:06 02:47:02 0 53.13 0.00 18.65 12.99 0.09 15.15 03:01:06 02:47:02 1 53.06 0.00 18.09 17.19 0.07 11.59 03:01:06 02:47:02 2 54.03 0.00 18.47 16.68 0.07 10.75 03:01:06 02:47:02 3 52.79 0.00 19.95 17.02 0.05 10.19 03:01:06 02:48:02 all 17.92 0.00 20.84 28.17 0.10 32.97 03:01:06 02:48:02 0 17.63 0.00 21.17 29.12 0.09 31.99 03:01:06 02:48:02 1 17.63 0.00 20.04 32.00 0.12 30.22 03:01:06 02:48:02 2 17.93 0.00 21.12 28.88 0.11 31.96 03:01:06 02:48:02 3 18.52 0.00 21.04 22.62 0.09 37.74 03:01:06 02:49:01 all 34.05 0.00 20.32 30.11 0.11 15.41 03:01:06 02:49:01 0 33.40 0.00 20.06 31.52 0.09 14.93 03:01:06 02:49:01 1 34.29 0.00 19.42 32.93 0.14 13.21 03:01:06 02:49:01 2 34.94 0.00 20.50 29.43 0.11 15.03 03:01:06 02:49:01 3 33.55 0.00 21.32 26.51 0.12 18.51 03:01:06 02:50:02 all 22.44 0.00 9.05 11.94 0.05 56.52 03:01:06 02:50:02 0 21.79 0.00 9.19 10.84 0.05 58.12 03:01:06 02:50:02 1 22.36 0.00 9.29 11.85 0.05 56.46 03:01:06 02:50:02 2 22.77 0.00 8.63 11.05 0.07 57.48 03:01:06 02:50:02 3 22.82 0.00 9.10 14.03 0.03 54.02 03:01:06 02:51:01 all 0.17 0.00 0.04 0.00 0.00 99.78 03:01:06 02:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:01:06 02:51:01 1 0.03 0.00 0.03 0.02 0.00 99.92 03:01:06 02:51:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:01:06 02:51:01 3 0.52 0.00 0.05 0.00 0.02 99.41 03:01:06 02:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:01:06 02:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:01:06 02:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:01:06 02:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:01:06 02:52:01 3 0.53 0.00 0.03 0.00 0.00 99.43 03:01:06 03:01:06 02:52:01 CPU %user %nice %system %iowait %steal %idle 03:01:06 02:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:01:06 02:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:01:06 02:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:01:06 02:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 03:01:06 02:53:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:01:06 02:54:01 all 0.17 0.00 0.07 0.00 0.00 99.75 03:01:06 02:54:01 0 0.05 0.00 0.03 0.00 0.02 99.90 03:01:06 02:54:01 1 0.02 0.00 0.07 0.00 0.00 99.92 03:01:06 02:54:01 2 0.03 0.00 0.08 0.00 0.00 99.88 03:01:06 02:54:01 3 0.57 0.00 0.12 0.00 0.00 99.32 03:01:06 02:55:01 all 0.15 0.00 0.04 0.02 0.00 99.78 03:01:06 02:55:01 0 0.05 0.00 0.02 0.00 0.00 99.93 03:01:06 02:55:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:01:06 02:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:06 02:55:01 3 0.53 0.00 0.08 0.08 0.00 99.30 03:01:06 02:56:01 all 0.17 0.00 0.04 0.00 0.00 99.80 03:01:06 02:56:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:01:06 02:56:01 1 0.45 0.00 0.03 0.00 0.00 99.52 03:01:06 02:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:01:06 02:56:01 3 0.12 0.00 0.03 0.00 0.00 99.85 03:01:06 02:57:01 all 0.08 0.00 0.04 0.00 0.00 99.88 03:01:06 02:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:06 02:57:01 1 0.25 0.00 0.05 0.00 0.00 99.70 03:01:06 02:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 03:01:06 02:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:01:06 02:58:01 all 0.02 0.00 0.03 0.00 0.00 99.95 03:01:06 02:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:01:06 02:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:01:06 02:58:01 2 0.02 0.00 0.05 0.00 0.00 99.93 03:01:06 02:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:01:06 02:59:01 all 0.11 0.00 0.03 0.00 0.00 99.86 03:01:06 02:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:06 02:59:01 1 0.37 0.00 0.05 0.00 0.00 99.58 03:01:06 02:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:01:06 02:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:01:06 03:00:01 all 0.15 0.00 0.02 0.00 0.00 99.84 03:01:06 03:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:01:06 03:00:01 1 0.50 0.00 0.02 0.00 0.00 99.48 03:01:06 03:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:01:06 03:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:01:06 Average: all 14.13 0.00 7.13 6.52 0.04 72.17 03:01:06 Average: 0 13.94 0.00 7.14 6.39 0.03 72.50 03:01:06 Average: 1 14.16 0.00 6.99 6.89 0.04 71.93 03:01:06 Average: 2 14.18 0.00 7.16 6.68 0.04 71.93 03:01:06 Average: 3 14.25 0.00 7.25 6.13 0.04 72.33 03:01:06 03:01:06 03:01:06