Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 38a1666c751e57e8162b9ecedce0d9f4da283bd1+a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc (55b1a808bcba6d509b57aa9330d2d675144289ea) 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-24369’ Running on prd-centos7-docker-4c-2g-24370 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # 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 a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # 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 18:25:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:25:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:25:35 ========================================================= 18:25:35 EdgeX Global Pipelines Version Info 18:25:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 18:25:37 ------------------- 18:25:37 stable info: 18:25:37 ------------------- 18:25:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:25:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:25:37 Message: update stable to v1.0.179 18:25:37 ------------------- 18:25:37 experimental info: 18:25:37 ------------------- 18:25:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:25:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:25:37 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:25:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:25:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 18:25:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 18:25:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [Pipeline] echo 18:25:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38a1666 [Pipeline] echo 18:25:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:25:41 provisioning config files... 18:25:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2877111952509126160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:42 ---> docker-login.sh 18:25:42 nexus3.edgexfoundry.org:10001 18:25:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:42 Configure a credential helper to remove this warning. See 18:25:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:42 18:25:42 Login Succeeded 18:25:42 nexus3.edgexfoundry.org:10002 18:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:43 Configure a credential helper to remove this warning. See 18:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:43 18:25:43 Login Succeeded 18:25:43 nexus3.edgexfoundry.org:10003 18:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:43 Configure a credential helper to remove this warning. See 18:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:43 18:25:43 Login Succeeded 18:25:43 nexus3.edgexfoundry.org:10004 18:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:43 Configure a credential helper to remove this warning. See 18:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:43 18:25:43 Login Succeeded 18:25:43 docker.io 18:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:44 Configure a credential helper to remove this warning. See 18:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:44 18:25:44 Login Succeeded 18:25:44 ---> docker-login.sh ends [Pipeline] } 18:25:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:44 ++ 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 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/core-command/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo core-command,cmd/core-command/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/core-data/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo core-data,cmd/core-data/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/core-metadata/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo core-metadata,cmd/core-metadata/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/security-bootstrapper/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/security-proxy-setup/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ cut -d/ -f2 18:25:44 ++ dirname cmd/support-notifications/Dockerfile 18:25:44 + echo support-notifications,cmd/support-notifications/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/support-scheduler/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:25:44 + for file in '`ls cmd/**/Dockerfile`' 18:25:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:25:44 ++ cut -d/ -f2 18:25:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:25:44 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 18:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:46 18:25:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:25:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:46 latest: Pulling from edgex-devops/git-semver 18:25:46 31603596830f: Pulling fs layer 18:25:46 2a8b12db71e7: Pulling fs layer 18:25:46 6ca5941a6612: Pulling fs layer 18:25:46 ecc8261a40a4: Pulling fs layer 18:25:46 ecc8261a40a4: Waiting 18:25:46 2a8b12db71e7: Verifying Checksum 18:25:46 2a8b12db71e7: Download complete 18:25:46 31603596830f: Verifying Checksum 18:25:46 31603596830f: Download complete 18:25:47 ecc8261a40a4: Verifying Checksum 18:25:47 ecc8261a40a4: Download complete 18:25:47 6ca5941a6612: Verifying Checksum 18:25:47 6ca5941a6612: Download complete 18:25:47 31603596830f: Pull complete 18:25:47 2a8b12db71e7: Pull complete 18:25:49 6ca5941a6612: Pull complete 18:25:49 ecc8261a40a4: Pull complete 18:25:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:25:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:25:49 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:25:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:25:52 $ docker top 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:25:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:53 [ssh-agent] Looking for ssh-agent implementation... 18:25:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:53 $ docker exec 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent 18:25:53 SSH_AUTH_SOCK=/tmp/ssh-u7lKFkAeX9NA/agent.12 18:25:53 SSH_AGENT_PID=18 18:25:54 Running ssh-add (command line suppressed) 18:25:54 Identity added: /w/workspace/edgex-go/15@tmp/private_key_8380645765151109798.key (/w/workspace/edgex-go/15@tmp/private_key_8380645765151109798.key) 18:25:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:54 + git tag --points-at HEAD [Pipeline] } 18:25:54 $ docker exec --env ******** --env ******** 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent -k 18:25:55 unset SSH_AUTH_SOCK; 18:25:55 unset SSH_AGENT_PID; 18:25:55 echo Agent pid 18 killed; 18:25:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:25:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:55 [ssh-agent] Looking for ssh-agent implementation... 18:25:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:55 $ docker exec 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent 18:25:56 SSH_AUTH_SOCK=/tmp/ssh-vhvPtRG7vQWJ/agent.48 18:25:56 SSH_AGENT_PID=54 18:25:56 Running ssh-add (command line suppressed) 18:25:56 Identity added: /w/workspace/edgex-go/15@tmp/private_key_8600272219078356577.key (/w/workspace/edgex-go/15@tmp/private_key_8600272219078356577.key) 18:25:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:56 + git semver init 18:25:56 # -> Open(): unable to determine branch for HEAD 18:25:56 # $GIT_DIR = /w/workspace/edgex-go/15/.git 18:25:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 18:25:56 # $SEMVER_REMOTE_NAME = origin 18:25:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:25:56 # $SEMVER_USER_NAME = edgex-jenkins 18:25:56 # $SEMVER_BRANCH = PR-3075 18:25:56 # $SEMVER_TEMP = /tmp/semver-475844739 18:25:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:26:29 # '/tmp/semver-475844739' -> '/w/workspace/edgex-go/15/.semver' 18:26:29 # -> Force: false 18:26:29 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 18:26:29 $ docker exec --env ******** --env ******** 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent -k 18:26:29 unset SSH_AUTH_SOCK; 18:26:29 unset SSH_AGENT_PID; 18:26:29 echo Agent pid 54 killed; 18:26:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:26:30 + git semver [Pipeline] } 18:26:30 $ docker stop --time=1 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 18:26:32 $ docker rm -f 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 [Pipeline] // withDockerContainer [Pipeline] sh 18:26:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:26:33 Stashed 1 file(s) [Pipeline] echo 18:26:33 [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 18:26:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:26:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:26:35 + sudo service docker restart 18:26:35 + true 18:26:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:26:36 ========================================================= 18:26:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:26:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:26:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:26:44 Sending build context to Docker daemon 327.4MB 18:26:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:26:44 Step 2/6 : FROM ${BASE} 18:26:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:26:44 188c0c94c7c5: Pulling fs layer 18:26:44 0ef7d3d256c8: Pulling fs layer 18:26:44 de9db76c5a1d: Pulling fs layer 18:26:44 bca2f99d35d6: Pulling fs layer 18:26:44 93359f2a8cfa: Pulling fs layer 18:26:44 7c6f9722023f: Pulling fs layer 18:26:44 a35cf1a2eb13: Pulling fs layer 18:26:44 93359f2a8cfa: Waiting 18:26:44 7c6f9722023f: Waiting 18:26:44 a35cf1a2eb13: Waiting 18:26:44 bca2f99d35d6: Waiting 18:26:44 de9db76c5a1d: Verifying Checksum 18:26:44 de9db76c5a1d: Download complete 18:26:44 0ef7d3d256c8: Verifying Checksum 18:26:44 0ef7d3d256c8: Download complete 18:26:44 93359f2a8cfa: Verifying Checksum 18:26:44 93359f2a8cfa: Download complete 18:26:44 188c0c94c7c5: Verifying Checksum 18:26:44 188c0c94c7c5: Download complete 18:26:44 7c6f9722023f: Verifying Checksum 18:26:44 7c6f9722023f: Download complete 18:26:44 188c0c94c7c5: Pull complete 18:26:45 0ef7d3d256c8: Pull complete 18:26:45 de9db76c5a1d: Pull complete 18:26:47 a35cf1a2eb13: Verifying Checksum 18:26:47 a35cf1a2eb13: Download complete 18:26:47 bca2f99d35d6: Verifying Checksum 18:26:47 bca2f99d35d6: Download complete 18:26:49 Still waiting to schedule task 18:26:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:27:00 bca2f99d35d6: Pull complete 18:27:00 93359f2a8cfa: Pull complete 18:27:00 7c6f9722023f: Pull complete 18:27:04 a35cf1a2eb13: Pull complete 18:27:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:27:04 ---> a62c8e92a672 18:27:04 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:27:04 ---> Running in 3d2f039cfdca 18:27:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:07 (1/12) Installing libmagic (5.38-r0) 18:27:07 (2/12) Installing file (5.38-r0) 18:27:07 (3/12) Installing libc-dev (0.7.2-r3) 18:27:07 (4/12) Installing g++ (9.3.0-r2) 18:27:10 (5/12) Installing fortify-headers (1.1-r0) 18:27:10 (6/12) Installing patch (2.7.6-r6) 18:27:10 (7/12) Installing build-base (0.5-r2) 18:27:10 (8/12) Installing libsodium (1.0.18-r0) 18:27:11 (9/12) Installing pkgconf (1.7.2-r0) 18:27:11 (10/12) Installing libsodium-dev (1.0.18-r0) 18:27:11 (11/12) Installing libzmq (4.3.3-r0) 18:27:11 (12/12) Installing zeromq-dev (4.3.3-r0) 18:27:11 Executing busybox-1.31.1-r19.trigger 18:27:11 OK: 233 MiB in 51 packages 18:27:15 Removing intermediate container 3d2f039cfdca 18:27:15 ---> 6975be29132e 18:27:15 Step 4/6 : WORKDIR /edgex-go 18:27:15 ---> Running in 48c39f5130e1 18:27:15 Removing intermediate container 48c39f5130e1 18:27:15 ---> c0e27be8a476 18:27:15 Step 5/6 : COPY go.mod . 18:27:15 ---> 0fe25eac4f8b 18:27:15 Step 6/6 : RUN go mod download 18:27:15 ---> Running in fcc9b8f1804c 18:27:42 Removing intermediate container fcc9b8f1804c 18:27:42 ---> b604f0333df7 18:27:42 Successfully built b604f0333df7 18:27:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:27:43 + docker inspect -f . ci-base-image-x86_64 18:27:43 . [Pipeline] withDockerContainer 18:27:43 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:27:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:27:45 $ docker top 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:46 + go version 18:27:46 go version go1.15.5 linux/amd64 [Pipeline] } 18:27:47 $ docker stop --time=1 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 18:27:48 $ docker rm -f 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:50 + docker inspect -f . ci-base-image-x86_64 18:27:50 . [Pipeline] withDockerContainer 18:27:50 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:27:50 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:27:52 $ docker top c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 -eo pid,comm [Pipeline] { [Pipeline] echo 18:27:52 ========================================================= 18:27:52 [edgeXBuildGoParallel] Running Tests and Build... 18:27:52 ========================================================= [Pipeline] sh 18:27:53 + make test 18:27:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:28:15 ? github.com/edgexfoundry/edgex-go [no test files] 18:28:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24375 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 18:28:36 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 18:28:43 using credential edgex-jenkins-ssh 18:28:43 Cloning the remote Git repository 18:28:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:28:43 > git init /w/workspace/edgex-go/15 # timeout=10 18:28:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:28:43 > git --version # timeout=10 18:28:43 > git --version # 'git version 2.17.1' 18:28:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:28:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:28:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:28:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:28:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:29:00 Merging remotes/origin/master commit a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:29:00 Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:29:00 Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) 18:29:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:29:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:29:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:29:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:29:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:28:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:28:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:28:59 > 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 18:29:00 > git config core.sparsecheckout # timeout=10 18:29:00 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 18:29:00 > git remote # timeout=10 18:29:00 > git config --get remote.origin.url # timeout=10 18:29:00 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:00 > git merge a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 18:29:00 > git rev-parse HEAD^{commit} # timeout=10 18:29:00 > git config core.sparsecheckout # timeout=10 18:29:00 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:29:05 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:29:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:29:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:29:07 + + sudotrue service 18:29:07 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:29:09 provisioning config files... 18:29:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config6661008633370161240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:09 ---> docker-login.sh 18:29:09 nexus3.edgexfoundry.org:10001 18:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:11 Configure a credential helper to remove this warning. See 18:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:11 18:29:11 Login Succeeded 18:29:11 nexus3.edgexfoundry.org:10002 18:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:11 Configure a credential helper to remove this warning. See 18:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:11 18:29:11 Login Succeeded 18:29:11 nexus3.edgexfoundry.org:10003 18:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:12 Configure a credential helper to remove this warning. See 18:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:12 18:29:12 Login Succeeded 18:29:12 nexus3.edgexfoundry.org:10004 18:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:12 Configure a credential helper to remove this warning. See 18:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:12 18:29:12 Login Succeeded 18:29:12 docker.io 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 46.0% of statements 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 18:29:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:13 Configure a credential helper to remove this warning. See 18:29:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:13 18:29:13 Login Succeeded 18:29:13 ---> docker-login.sh ends [Pipeline] } 18:29:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:29:14 ========================================================= 18:29:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:29:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:29:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:29:17 Sending build context to Docker daemon 166MB 18:29:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:29:17 Step 2/6 : FROM ${BASE} 18:29:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:29:17 5f621e34cdf4: Pulling fs layer 18:29:17 a4357932f1b6: Pulling fs layer 18:29:17 18c013af1878: Pulling fs layer 18:29:17 00ac8860ef70: Pulling fs layer 18:29:17 63d7cb157983: Pulling fs layer 18:29:17 b116817d02f9: Pulling fs layer 18:29:17 745a02a5169b: Pulling fs layer 18:29:17 00ac8860ef70: Waiting 18:29:17 63d7cb157983: Waiting 18:29:17 745a02a5169b: Waiting 18:29:17 b116817d02f9: Waiting 18:29:17 18c013af1878: Verifying Checksum 18:29:17 18c013af1878: Download complete 18:29:17 a4357932f1b6: Download complete 18:29:17 63d7cb157983: Download complete 18:29:17 b116817d02f9: Verifying Checksum 18:29:17 b116817d02f9: Download complete 18:29:17 5f621e34cdf4: Verifying Checksum 18:29:17 5f621e34cdf4: Download complete 18:29:17 5f621e34cdf4: Pull complete 18:29:18 a4357932f1b6: Pull complete 18:29:18 18c013af1878: Pull complete 18:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.441s coverage: 27.1% of statements 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.145s coverage: 100.0% of statements 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.232s coverage: 100.0% of statements 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.157s coverage: 65.8% of statements 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:29:19 745a02a5169b: Verifying Checksum 18:29:19 745a02a5169b: Download complete 18:29:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.588s coverage: 82.3% of statements 18:29:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:29:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:29:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:29:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:29:20 00ac8860ef70: Verifying Checksum 18:29:20 00ac8860ef70: Download complete 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.575s coverage: 28.6% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.211s coverage: 97.5% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.797s coverage: 92.8% of statements 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.109s coverage: 0.1% of statements 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 18:29:30 00ac8860ef70: Pull complete 18:29:30 63d7cb157983: Pull complete 18:29:31 b116817d02f9: Pull complete 18:29:34 745a02a5169b: Pull complete 18:29:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:29:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:29:34 ---> b7e6874047d6 18:29:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:29:37 ---> Running in 81a09b5ff2ae 18:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:29:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:29:40 (1/12) Installing libmagic (5.38-r0) 18:29:40 (2/12) Installing file (5.38-r0) 18:29:40 (3/12) Installing libc-dev (0.7.2-r3) 18:29:40 (4/12) Installing g++ (9.3.0-r2) 18:29:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements 18:29:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.096s coverage: 44.8% of statements 18:29:47 (5/12) Installing fortify-headers (1.1-r0) 18:29:47 (6/12) Installing patch (2.7.6-r6) 18:29:47 (7/12) Installing build-base (0.5-r2) 18:29:47 (8/12) Installing libsodium (1.0.18-r0) 18:29:47 (9/12) Installing pkgconf (1.7.2-r0) 18:29:47 (10/12) Installing libsodium-dev (1.0.18-r0) 18:29:47 (11/12) Installing libzmq (4.3.3-r0) 18:29:47 (12/12) Installing zeromq-dev (4.3.3-r0) 18:29:47 Executing busybox-1.31.1-r19.trigger 18:29:47 OK: 217 MiB in 51 packages 18:29:51 Removing intermediate container 81a09b5ff2ae 18:29:51 ---> cfbfdd16f7e6 18:29:51 Step 4/6 : WORKDIR /edgex-go 18:29:51 ---> Running in 1ead4a07c63d 18:29:52 Removing intermediate container 1ead4a07c63d 18:29:52 ---> 9df61dc013ae 18:29:52 Step 5/6 : COPY go.mod . 18:29:52 ---> 7e94697e34eb 18:29:52 Step 6/6 : RUN go mod download 18:29:52 ---> Running in 360c4d4aea87 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.260s coverage: 92.9% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.186s coverage: 87.2% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.2% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.319s coverage: 91.4% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.279s coverage: 63.5% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.583s coverage: 68.9% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 37.0% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.475s coverage: 84.0% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.264s coverage: 47.1% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 18:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.433s coverage: 29.1% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 100.0% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:29:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 18:29:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 18:29:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 18:30:00 GO111MODULE=on go vet ./... 18:30:19 Removing intermediate container 360c4d4aea87 18:30:19 ---> 7d9b8608dad2 18:30:19 Successfully built 7d9b8608dad2 18:30:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:30:20 + docker inspect -f . ci-base-image-arm64 18:30:20 . [Pipeline] withDockerContainer 18:30:20 prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container 18:30:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 18:30:22 $ docker top a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:23 + go version 18:30:23 go version go1.15.5 linux/arm64 [Pipeline] } 18:30:23 $ docker stop --time=1 a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 18:30:24 $ docker rm -f a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:25 + docker inspect -f . ci-base-image-arm64 18:30:25 . [Pipeline] withDockerContainer 18:30:26 prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container 18:30:26 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 18:30:27 $ docker top 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e -eo pid,comm [Pipeline] { [Pipeline] echo 18:30:27 ========================================================= 18:30:27 [edgeXBuildGoParallel] Running Tests and Build... 18:30:27 ========================================================= [Pipeline] sh 18:30:28 + make test 18:30:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:30:50 ? github.com/edgexfoundry/edgex-go [no test files] 18:30:57 gofmt -l . 18:30:57 [ "`gofmt -l .`" = "" ] 18:30:57 ./bin/test-go-mod-tidy.sh 18:30:57 ./bin/test-attribution-txt.sh [Pipeline] sh 18:31:00 + ls -al . 18:31:00 total 680 18:31:00 drwxrwxr-x 10 1001 1001 4096 Feb 1 18:30 . 18:31:00 drwxr-xr-x 4 root root 30 Feb 1 18:27 .. 18:31:00 -rw-rw-r-- 1 1001 1001 11 Feb 1 18:25 .dockerignore 18:31:00 drwxrwxr-x 8 1001 1001 179 Feb 1 18:25 .git 18:31:00 drwxrwxr-x 3 1001 1001 125 Feb 1 18:25 .github 18:31:00 -rw-rw-r-- 1 1001 1001 872 Feb 1 18:25 .gitignore 18:31:00 drwx------ 3 1001 1001 60 Feb 1 18:26 .semver 18:31:00 -rw-rw-r-- 1 1001 1001 166 Feb 1 18:25 .sonarcloud.properties 18:31:00 -rw-rw-r-- 1 1001 1001 7859 Feb 1 18:25 Attribution.txt 18:31:00 -rw-rw-r-- 1 1001 1001 3804 Feb 1 18:25 CONTRIBUTING.md 18:31:00 -rw-rw-r-- 1 1001 1001 931 Feb 1 18:25 Dockerfile.build 18:31:00 -rw-rw-r-- 1 1001 1001 863 Feb 1 18:25 Jenkinsfile 18:31:00 -rw-rw-r-- 1 1001 1001 10775 Feb 1 18:25 LICENSE 18:31:00 -rw-rw-r-- 1 1001 1001 6001 Feb 1 18:25 Makefile 18:31:00 -rw-rw-r-- 1 1001 1001 6524 Feb 1 18:25 README.md 18:31:00 -rw-rw-r-- 1 1001 1001 6755 Feb 1 18:25 SECURITY.md 18:31:00 -rw-rw-r-- 1 1001 1001 5 Feb 1 18:26 VERSION 18:31:00 -rw-rw-r-- 1 1001 1001 4131 Feb 1 18:25 ZMQWindows.md 18:31:00 drwxrwxr-x 2 1001 1001 117 Feb 1 18:25 bin 18:31:00 drwxrwxr-x 15 1001 1001 4096 Feb 1 18:25 cmd 18:31:00 -rw-r--r-- 1 root root 574984 Feb 1 18:29 coverage.out 18:31:00 -rw-r--r-- 1 root root 1054 Feb 1 18:30 go.mod 18:31:00 -rw-r--r-- 1 root root 19399 Feb 1 18:30 go.sum 18:31:00 drwxrwxr-x 8 1001 1001 127 Feb 1 18:25 internal 18:31:00 drwxrwxr-x 4 1001 1001 26 Feb 1 18:25 openapi 18:31:00 drwxrwxr-x 4 1001 1001 71 Feb 1 18:25 snap 18:31:00 -rw-rw-r-- 1 1001 1001 168 Feb 1 18:25 version.go [Pipeline] sh 18:31:00 + '[' -e coverage.out ] 18:31:00 + chown 1001:1001 coverage.out [Pipeline] stash 18:31:00 Stashed 1 file(s) [Pipeline] sh 18:31:01 + make build 18:31:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:31:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:31:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:31:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:31:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:31:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:31: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 18:31: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 18:31:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:31:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:31:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:31:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:31:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:31:45 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 18:31:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:31:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:31:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [Pipeline] } 18:31:48 $ docker stop --time=1 c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 18:31:50 $ docker rm -f c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:31:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] isUnix [Pipeline] sh 18:31:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:31:54 18:31:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:31:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:31:54 latest: Pulling from edgex-devops/edgex-compose 18:31:54 cbdbe7a5bc2a: Pulling fs layer 18:31:54 ca9280d653b3: Pulling fs layer 18:31:54 7e9c9ca2126c: Pulling fs layer 18:31:55 cbdbe7a5bc2a: Download complete 18:31:56 ca9280d653b3: Verifying Checksum 18:31:56 ca9280d653b3: Download complete 18:31:56 cbdbe7a5bc2a: Pull complete 18:31:58 ca9280d653b3: Pull complete 18:31:58 7e9c9ca2126c: Download complete 18:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:32:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:32:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.377s coverage: 46.0% of statements 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements 18:32:09 7e9c9ca2126c: Pull complete 18:32:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:32:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:32:09 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:32:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:32:12 $ docker top f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:13 + docker-compose build --help+ grep parallel 18:32:13 18:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:32:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:32:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:32:15 --parallel Build images in parallel. [Pipeline] } 18:32:15 $ docker stop --time=1 f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 18:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.736s coverage: 82.3% of statements 18:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:32:16 $ docker rm -f f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:17 . [Pipeline] withDockerContainer 18:32:17 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:32:17 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 18:32:19 $ docker top 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:20 + docker-compose -f ./docker-compose-build.yml build --parallel 18:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.224s coverage: 28.6% of statements 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements 18:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:32:22 Building docker-core-command-go ... 18:32:22 Building docker-core-data-go ... 18:32:22 Building docker-core-metadata-go ... 18:32:22 Building docker-security-bootstrapper-go ... 18:32:22 Building docker-security-proxy-setup-go ... 18:32:22 Building docker-security-secretstore-setup-go ... 18:32:22 Building docker-support-notifications-go ... 18:32:22 Building docker-support-scheduler-go ... 18:32:22 Building docker-sys-mgmt-agent-go ... 18:32:22 Building docker-sys-mgmt-agent-go 18:32:22 Building docker-support-notifications-go 18:32:22 Building docker-core-command-go 18:32:22 Building docker-core-metadata-go 18:32:22 Building docker-security-proxy-setup-go 18:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements 18:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements 18:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.258s coverage: 0.1% of statements 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 18:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.106s coverage: 94.4% of statements 18:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.487s coverage: 63.5% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 68.9% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 37.0% of statements 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:33:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.587s coverage: 84.0% of statements 18:33:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements 18:33:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:33:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:33:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 18:33:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.249s coverage: 29.1% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.160s coverage: 99.0% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 100.0% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 18:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 18:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 18:33:15 GO111MODULE=on go vet ./... 18:33:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:19 ---> b604f0333df7 18:33:19 Step 3/23 : WORKDIR /edgex-go 18:33:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:33:19 ---> b604f0333df7 18:33:19 Step 3/21 : WORKDIR /edgex-go 18:33:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:33:19 ---> b604f0333df7 18:33:19 Step 3/26 : WORKDIR /edgex-go 18:33:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:19 ---> b604f0333df7 18:33:19 Step 3/23 : WORKDIR /edgex-go 18:33:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:33:19 ---> b604f0333df7 18:33:19 Step 3/22 : WORKDIR /edgex-go 18:33:19 ---> Running in 0cfc38ea8162 18:33:19 ---> Running in 992e3af1dd4a 18:33:19 ---> Running in 7dd506b24ca0 18:33:19 ---> Running in 5ebf66543b99 18:33:19 ---> Running in 594cb0a12e2a 18:33:19 Removing intermediate container 992e3af1dd4a 18:33:19 ---> ca153bca1322 18:33:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container 594cb0a12e2a 18:33:19 ---> 853cbcdd6079 18:33:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container 7dd506b24ca0 18:33:19 ---> dc91600c477b 18:33:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container 5ebf66543b99 18:33:19 ---> bf556ed998d2 18:33:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container 0cfc38ea8162 18:33:19 ---> 344172885320 18:33:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 ---> Running in a3efb8d45c61 18:33:19 ---> Running in 8fd53c1a3acc 18:33:19 ---> Running in 440cc0bb9c53 18:33:19 ---> Running in 6e2a6172532f 18:33:19 ---> Running in 73a23e3cdba9 18:33:20 Removing intermediate container 440cc0bb9c53 18:33:20 ---> 0c49c9a2155d 18:33:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:33:20 Removing intermediate container 8fd53c1a3acc 18:33:20 ---> 9e1cb1c2ec4e 18:33:20 Step 5/26 : RUN apk add --update --no-cache make bash git 18:33:20 ---> Running in b035be2a964a 18:33:20 ---> Running in c928e43b026f 18:33:20 Removing intermediate container a3efb8d45c61 18:33:20 ---> 17a65d9f42e6 18:33:20 Step 5/23 : RUN apk add --update --no-cache make git 18:33:20 Removing intermediate container 6e2a6172532f 18:33:20 ---> d8f2a42b250b 18:33:20 Step 5/21 : RUN apk add --update --no-cache make git 18:33:20 ---> Running in e6916b1dfac7 18:33:20 Removing intermediate container 73a23e3cdba9 18:33:20 ---> 573a0a0662e0 18:33:20 Step 5/23 : RUN apk add --update --no-cache make git 18:33:20 ---> Running in 9b47612dfb33 18:33:21 ---> Running in 9a1ae8d48817 18:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:24 OK: 233 MiB in 51 packages 18:33:24 OK: 233 MiB in 51 packages 18:33:24 OK: 233 MiB in 51 packages 18:33:24 OK: 233 MiB in 51 packages 18:33:25 OK: 233 MiB in 51 packages 18:33:26 Removing intermediate container 9b47612dfb33 18:33:26 ---> dc7745afbdf5 18:33:26 Step 6/21 : COPY go.mod . 18:33:26 Removing intermediate container c928e43b026f 18:33:26 ---> dee9685fba89 18:33:26 Step 6/22 : COPY go.mod . 18:33:26 Removing intermediate container b035be2a964a 18:33:26 ---> 25ccd6098cdb 18:33:26 Step 6/26 : COPY go.mod . 18:33:26 Removing intermediate container e6916b1dfac7 18:33:26 ---> fa2b61f0880a 18:33:26 Step 6/23 : COPY go.mod . 18:33:27 Removing intermediate container 9a1ae8d48817 18:33:27 ---> 678607048eec 18:33:27 Step 6/23 : COPY go.mod . 18:33:27 ---> a99f803efc93 18:33:27 Step 7/21 : RUN go mod download 18:33:27 ---> edf355dfe001 18:33:27 Step 7/22 : RUN go mod download 18:33:27 ---> c34f16d28563 18:33:27 Step 7/26 : RUN go mod download 18:33:27 ---> 27989d8f494b 18:33:27 Step 7/23 : RUN go mod download 18:33:27 ---> Running in 06198dc61fef 18:33:27 ---> Running in d4c9da1dde5c 18:33:27 ---> Running in 18cce454f0ef 18:33:27 ---> Running in d9d0d0dcbfa3 18:33:27 ---> cab079be8d40 18:33:27 Step 7/23 : RUN go mod download 18:33:27 ---> Running in de1ba6675ef2 18:33:31 Removing intermediate container de1ba6675ef2 18:33:31 ---> 4b61e63abf07 18:33:31 Step 8/23 : COPY . . 18:33:31 Removing intermediate container d4c9da1dde5c 18:33:31 ---> 78effbe82ce5 18:33:31 Step 8/22 : COPY . . 18:33:31 Removing intermediate container 18cce454f0ef 18:33:31 ---> a062b4042457 18:33:31 Step 8/26 : COPY . . 18:33:31 Removing intermediate container 06198dc61fef 18:33:31 ---> 62505e5b6746 18:33:31 Step 8/21 : COPY . . 18:33:31 Removing intermediate container d9d0d0dcbfa3 18:33:31 ---> b1193837804c 18:33:31 Step 8/23 : COPY . . 18:34:37 gofmt -l . 18:34:37 [ "`gofmt -l .`" = "" ] 18:34:37 ./bin/test-go-mod-tidy.sh 18:34:37 ./bin/test-attribution-txt.sh [Pipeline] sh 18:34:38 + ls -al . 18:34:38 total 708 18:34:38 drwxrwxr-x 9 1001 1001 4096 Feb 1 18:34 . 18:34:38 drwxr-xr-x 4 root root 4096 Feb 1 18:30 .. 18:34:38 -rw-rw-r-- 1 1001 1001 11 Feb 1 18:29 .dockerignore 18:34:38 drwxrwxr-x 8 1001 1001 4096 Feb 1 18:29 .git 18:34:38 drwxrwxr-x 3 1001 1001 4096 Feb 1 18:29 .github 18:34:38 -rw-rw-r-- 1 1001 1001 872 Feb 1 18:29 .gitignore 18:34:38 -rw-rw-r-- 1 1001 1001 166 Feb 1 18:29 .sonarcloud.properties 18:34:38 -rw-rw-r-- 1 1001 1001 7859 Feb 1 18:29 Attribution.txt 18:34:38 -rw-rw-r-- 1 1001 1001 3804 Feb 1 18:29 CONTRIBUTING.md 18:34:38 -rw-rw-r-- 1 1001 1001 931 Feb 1 18:29 Dockerfile.build 18:34:38 -rw-rw-r-- 1 1001 1001 863 Feb 1 18:29 Jenkinsfile 18:34:38 -rw-rw-r-- 1 1001 1001 10775 Feb 1 18:29 LICENSE 18:34:38 -rw-rw-r-- 1 1001 1001 6001 Feb 1 18:29 Makefile 18:34:38 -rw-rw-r-- 1 1001 1001 6524 Feb 1 18:29 README.md 18:34:38 -rw-rw-r-- 1 1001 1001 6755 Feb 1 18:29 SECURITY.md 18:34:38 -rw-rw-r-- 1 1001 1001 5 Feb 1 18:26 VERSION 18:34:38 -rw-rw-r-- 1 1001 1001 4131 Feb 1 18:29 ZMQWindows.md 18:34:38 drwxrwxr-x 2 1001 1001 4096 Feb 1 18:29 bin 18:34:38 drwxrwxr-x 15 1001 1001 4096 Feb 1 18:29 cmd 18:34:38 -rw-r--r-- 1 root root 574984 Feb 1 18:33 coverage.out 18:34:38 -rw-r--r-- 1 root root 1054 Feb 1 18:34 go.mod 18:34:38 -rw-r--r-- 1 root root 19399 Feb 1 18:34 go.sum 18:34:38 drwxrwxr-x 8 1001 1001 4096 Feb 1 18:29 internal 18:34:38 drwxrwxr-x 4 1001 1001 4096 Feb 1 18:29 openapi 18:34:38 drwxrwxr-x 4 1001 1001 4096 Feb 1 18:29 snap 18:34:38 -rw-rw-r-- 1 1001 1001 168 Feb 1 18:29 version.go [Pipeline] sh 18:34:38 + '[' -e coverage.out ] 18:34:38 + chown 1001:1001 coverage.out [Pipeline] stash 18:34:38 Warning: overwriting stash ‘coverage-report’ 18:34:40 Stashed 1 file(s) [Pipeline] sh 18:34:40 ---> f311dbfc7746 18:34:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:34:40 ---> 9199e82cd110 18:34:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:34:40 ---> 63dc0cafd9d9 18:34:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:34:40 ---> Running in 6b65e1fabf71 18:34:40 ---> Running in 0eb96c387c21 18:34:40 ---> Running in 5dd3232856d6 18:34:40 ---> f62c0997076d 18:34:40 Step 9/23 : RUN make cmd/core-command/core-command 18:34:40 ---> fb69447e23ea 18:34:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:34:40 ---> Running in 6817ad753a53 18:34:40 ---> Running in d7962b805ffe 18:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:34:40 + make build 18:34: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 18:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:35:28 Removing intermediate container d7962b805ffe 18:35:28 ---> a138143d6683 18:35:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:35:28 Removing intermediate container 5dd3232856d6 18:35:28 ---> fc76e163c702 18:35:28 18:35:28 Step 10/22 : FROM alpine:3.12 18:35:28 3.12: Pulling from library/alpine 18:35:28 ---> Running in 22d094ea40db 18:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:35:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:35:31 Status: Downloaded newer image for alpine:3.12 18:35:31 ---> 389fef711851 18:35:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:35:31 Removing intermediate container 0eb96c387c21 18:35:31 ---> 8486ec4c24b6 18:35:31 18:35:31 Step 10/21 : FROM alpine:3.12 18:35:31 ---> 389fef711851 18:35:31 Step 11/21 : RUN apk add --update --no-cache curl 18:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:35:33 Removing intermediate container 6817ad753a53 18:35:33 ---> 8fdcc51d3e3d 18:35:33 18:35:33 Step 10/23 : FROM alpine:3.12 18:35:33 ---> 389fef711851 18:35:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:33 ---> Running in eb2bccc125ed 18:35:33 ---> Running in a45411caf678 18:35:33 ---> Running in 0973cf7417c7 18:35:33 Removing intermediate container 6b65e1fabf71 18:35:33 ---> b03d8228075e 18:35:33 18:35:33 Step 10/23 : FROM alpine:3.12 18:35:33 ---> 389fef711851 18:35:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:34 ---> Running in 8e1467c36097 18:35:35 Removing intermediate container 22d094ea40db 18:35:35 ---> abd9493557e9 18:35:35 18:35:35 Step 11/26 : FROM docker:20.10.0 18:35:35 20.10.0: Pulling from library/docker 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:36 (1/2) Installing ca-certificates (20191127-r4) 18:35:36 (2/2) Installing dumb-init (1.2.2-r1) 18:35:36 Executing busybox-1.31.1-r19.trigger 18:35:36 Executing ca-certificates-20191127-r4.trigger 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:36 OK: 6 MiB in 16 packages 18:35:36 (1/4) Installing ca-certificates (20191127-r4) 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:35:36 (3/4) Installing libcurl (7.69.1-r3) 18:35:36 (4/4) Installing curl (7.69.1-r3) 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:36 Executing busybox-1.31.1-r19.trigger 18:35:36 Executing ca-certificates-20191127-r4.trigger 18:35:36 OK: 7 MiB in 18 packages 18:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:36 (1/1) Installing dumb-init (1.2.2-r1) 18:35:36 Executing busybox-1.31.1-r19.trigger 18:35:36 OK: 6 MiB in 15 packages 18:35:37 (1/1) Installing dumb-init (1.2.2-r1) 18:35:37 Executing busybox-1.31.1-r19.trigger 18:35:37 OK: 6 MiB in 15 packages 18:35:39 Removing intermediate container eb2bccc125ed 18:35:39 ---> 55764adb5edb 18:35:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:35:39 ---> Running in 0b0a2507043b 18:35:39 Removing intermediate container a45411caf678 18:35:39 ---> 15c869703906 18:35:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:39 ---> Running in d0949be1bd36 18:35:39 Removing intermediate container 8e1467c36097 18:35:39 ---> 9aef7ddb48a2 18:35:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:39 Removing intermediate container 0973cf7417c7 18:35:39 ---> ad2f1fe51038 18:35:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:39 Removing intermediate container 0b0a2507043b 18:35:39 ---> f7ea9d75b64b 18:35:39 Step 13/22 : ENV APP_PORT=48060 18:35:39 ---> Running in 93c5f926a2df 18:35:39 ---> Running in 5df22ae550fd 18:35:40 ---> Running in 799bdba247b4 18:35:40 Removing intermediate container d0949be1bd36 18:35:40 ---> d154d2fa6f7f 18:35:40 Step 13/21 : WORKDIR /edgex 18:35:40 Removing intermediate container 93c5f926a2df 18:35:40 ---> 5bf0bf5d196f 18:35:40 Step 13/23 : ENV APP_PORT=48082 18:35:40 Removing intermediate container 5df22ae550fd 18:35:40 ---> e0965ea28695 18:35:40 Step 13/23 : ENV APP_PORT=48081 18:35:40 ---> Running in 93abf6f0847c 18:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:40 ---> Running in 2caae3e371b1 18:35:40 ---> Running in ad2b3aaa7938 18:35:40 Removing intermediate container 799bdba247b4 18:35:40 ---> 41178e10be29 18:35:40 Step 14/22 : EXPOSE $APP_PORT 18:35:40 ---> Running in f7854b357917 18:35:40 Removing intermediate container 93abf6f0847c 18:35:40 ---> 92dffd4ab3ea 18:35:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:35:41 Removing intermediate container 2caae3e371b1 18:35:41 ---> 151671644ae4 18:35:41 Step 14/23 : EXPOSE $APP_PORT 18:35:41 Removing intermediate container ad2b3aaa7938 18:35:41 ---> 7a798dc4fee0 18:35:41 Step 14/23 : EXPOSE $APP_PORT 18:35:41 Removing intermediate container f7854b357917 18:35:41 ---> 722d01f9477c 18:35:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:41 ---> Running in 5d50333af73d 18:35:41 ---> Running in 47a8b636fc01 18:35:42 ---> d52cedf53b7a 18:35:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:35:42 Removing intermediate container 5d50333af73d 18:35:42 ---> 2d5e827e3daa 18:35:42 Step 15/23 : WORKDIR / 18:35:42 ---> 18ae3d60d9fe 18:35:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:35:42 Removing intermediate container 47a8b636fc01 18:35:42 ---> b0c353e4c1e5 18:35:42 Step 15/23 : WORKDIR / 18:35:42 ---> Running in 6c3b7a0089e6 18:35:43 ---> Running in 334ef23179e9 18:35:43 ---> 9fe32965dfec 18:35:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:35:43 Removing intermediate container 6c3b7a0089e6 18:35:43 ---> f40fea346fe4 18:35:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:43 Removing intermediate container 334ef23179e9 18:35:43 ---> f806918f31af 18:35:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:35:43 ---> 42b456ec8b67 18:35:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:35:44 ---> d5610862b7b9 18:35:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:35:44 ---> 7cd7459e0b18 18:35:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:35:44 ---> 7c18c5ad351d 18:35:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:35:44 ---> 3ac83ca5db71 18:35:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:35:44 ---> Running in 7dc3e7fe35bc 18:35:45 ---> Running in 6078fae04a24 18:35:45 ---> fc5e59714d32 18:35:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:35:45 Removing intermediate container 7dc3e7fe35bc 18:35:45 ---> 4bc5de265ad8 18:35:45 Step 18/21 : CMD ["--init=true"] 18:35:45 Removing intermediate container 6078fae04a24 18:35:45 ---> 2787522bec65 18:35:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:45 ---> Running in b6ddc4b3fdb9 18:35:45 ---> 99d1672779e8 18:35:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:35:46 ---> Running in ff17804a890c 18:35:46 ---> fcba30ab61cb 18:35:46 Step 19/23 : ENTRYPOINT ["/core-command"] 18:35:46 Removing intermediate container b6ddc4b3fdb9 18:35:46 ---> add4a72ded85 18:35:46 Step 19/21 : LABEL arch=x86_64 18:35:46 ---> Running in 00e96a58703c 18:35:46 ---> Running in 3984b274e18a 18:35:46 Removing intermediate container ff17804a890c 18:35:46 ---> bd18bb017a6a 18:35:46 Step 20/22 : LABEL arch=x86_64 18:35:46 ---> c653203ac1b8 18:35:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:35:46 ---> Running in 32e4b9f14976 18:35:46 ---> Running in 6bbfedc102c5 18:35:46 Removing intermediate container 00e96a58703c 18:35:46 ---> 6b01253ac055 18:35:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:46 Removing intermediate container 3984b274e18a 18:35:46 ---> 0b95b917cad7 18:35:46 Step 20/21 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:35:47 ---> Running in 938564a61f0b 18:35:47 ---> Running in 106a9479ecee 18:35:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:35:47 Status: Downloaded newer image for docker:20.10.0 18:35:47 ---> aefe523efa57 18:35:47 Step 12/26 : RUN apk add --no-cache bash 18:35:47 Removing intermediate container 6bbfedc102c5 18:35:47 ---> 0ec88654f45c 18:35:47 Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:35:47 Removing intermediate container 32e4b9f14976 18:35:47 ---> 3a61cafd1cd6 18:35:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:47 ---> Running in dc3224ba3615 18:35:47 ---> Running in e41ac4d6c465 18:35:47 ---> Running in fdd5cd7aec28 18:35:47 Removing intermediate container 106a9479ecee 18:35:47 ---> 861528dc58e3 18:35:47 Step 21/23 : LABEL arch=x86_64 18:35:47 Removing intermediate container 938564a61f0b 18:35:47 ---> be626b748682 18:35:47 Step 21/21 : LABEL version=0.0.0 18:35:47 Removing intermediate container e41ac4d6c465 18:35:47 ---> e8b09108689f 18:35:47 ---> Running in efd63e9b0db7 18:35:47 Step 22/22 : LABEL version=0.0.0 18:35:47 ---> Running in c7bd1b0e2899 18:35:48 Removing intermediate container fdd5cd7aec28 18:35:48 ---> da682d708a06 18:35:48 Step 21/23 : LABEL arch=x86_64 18:35:48 ---> Running in 4b78bf0e4907 18:35:48 ---> Running in 4b52eb88b9e4 18:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:35:48 Removing intermediate container efd63e9b0db7 18:35:48 ---> 875d1c4b964d 18:35:48 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:35:48 Removing intermediate container c7bd1b0e2899 18:35:48 ---> dddc01ae20fe 18:35:48 18:35:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:48 ---> Running in d4b08bd809a7 18:35:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:48 Removing intermediate container 4b78bf0e4907 18:35:48 ---> 1b42046cc175 18:35:48 18:35:48 Removing intermediate container 4b52eb88b9e4 18:35:48 ---> 969fbbc326fe 18:35:48 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:35:48 (1/2) Installing readline (8.0.4-r0) 18:35:48 (2/2) Installing bash (5.0.17-r0) 18:35:48 ---> Running in b4c68898cbad 18:35:48 Executing bash-5.0.17-r0.post-install 18:35:48 Executing busybox-1.31.1-r19.trigger 18:35:48 OK: 12 MiB in 22 packages 18:35:48 Removing intermediate container d4b08bd809a7 18:35:48 ---> 186afd55f55d 18:35:48 Step 23/23 : LABEL version=0.0.0 18:35:48 Successfully built dddc01ae20fe 18:35:48 Successfully built 1b42046cc175 18:35:48 Successfully tagged docker-security-proxy-setup-go:latest 18:35:48 Building docker-security-bootstrapper-go 18:35:48  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest 18:35:48 Building docker-security-secretstore-setup-go 18:35:48  Building docker-support-notifications-go ... done  ---> Running in 5af72e83387e 18:35:49 Removing intermediate container b4c68898cbad 18:35:49 ---> 85546efa6435 18:35:49 Step 23/23 : LABEL version=0.0.0 18:35:49 ---> Running in fdb67ef294b6 18:35:49 Removing intermediate container 5af72e83387e 18:35:49 ---> d16abeb6898a 18:35:49 18:35:50 Successfully built d16abeb6898a 18:35:50 Removing intermediate container fdb67ef294b6 18:35:50 ---> 605bd0b17a54 18:35:50 18:35:50 Successfully tagged docker-core-command-go:latest 18:35:50 Building docker-support-scheduler-go 18:35:50  Building docker-core-command-go ... done Removing intermediate container dc3224ba3615 18:35:50 ---> 7234a49e0a82 18:35:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:35:50 Successfully built 605bd0b17a54 18:35:50 Successfully tagged docker-core-metadata-go:latest 18:35:50 Building docker-core-data-go 18:35:50  Building docker-core-metadata-go ... done  ---> Running in a475cce6b709 18:35:51 Removing intermediate container a475cce6b709 18:35:51 ---> 84f4f5de1d97 18:35:51 Step 14/26 : ENV APP_PORT=48090 18:35:51 ---> Running in b1128a14a03c 18:35:51 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 18:35:52 Removing intermediate container b1128a14a03c 18:35:52 ---> 5b5759a8c5fe 18:35:52 Step 15/26 : EXPOSE $APP_PORT 18:35:54 ---> Running in c49e35847b1d 18:35:55 Removing intermediate container c49e35847b1d 18:35:55 ---> e0fab721aa97 18:35:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } 18:35:56 $ docker stop --time=1 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e 18:35:57 ---> 43cd2413c62c 18:35:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:35:58 ---> 6955fef38a7d 18:35:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:35:59 $ docker rm -f 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 18:36:00 ---> 456d46b36b05 18:36:00 Step 19/26 : RUN apk --no-cache add py3-pip 18:36:00 ---> Running in 03a12294872d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:36:01 18:36:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:36:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:02 latest: Pulling from edgex-devops/edgex-compose-arm64 18:36:02 29e5d40040c1: Pulling fs layer 18:36:02 1ce36da41761: Pulling fs layer 18:36:02 25b303627fd3: Pulling fs layer 18:36:02 29e5d40040c1: Download complete 18:36:02 (1/33) Installing libbz2 (1.0.8-r1) 18:36:02 (2/33) Installing expat (2.2.9-r1) 18:36:02 (3/33) Installing libffi (3.3-r2) 18:36:02 (4/33) Installing gdbm (1.13-r1) 18:36:02 (5/33) Installing xz-libs (5.2.5-r0) 18:36:02 (6/33) Installing sqlite-libs (3.32.1-r0) 18:36:02 (7/33) Installing python3 (3.8.5-r0) 18:36:02 1ce36da41761: Download complete 18:36:02 29e5d40040c1: Pull complete 18:36:04 1ce36da41761: Pull complete 18:36:04 25b303627fd3: Verifying Checksum 18:36:04 25b303627fd3: Download complete 18:36:09 (8/33) Installing py3-appdirs (1.4.4-r1) 18:36:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:36:09 (10/33) Installing py3-parsing (2.4.7-r0) 18:36:09 (11/33) Installing py3-six (1.15.0-r0) 18:36:09 (12/33) Installing py3-packaging (20.4-r0) 18:36:09 (13/33) Installing py3-setuptools (47.0.0-r0) 18:36:09 (14/33) Installing py3-chardet (3.0.4-r4) 18:36:09 (15/33) Installing py3-idna (2.9-r0) 18:36:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:36:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:36:09 (18/33) Installing py3-requests (2.23.0-r0) 18:36:09 (19/33) Installing py3-msgpack (1.0.0-r0) 18:36:09 (20/33) Installing py3-lockfile (0.12.2-r3) 18:36:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:36:09 (22/33) Installing py3-colorama (0.4.3-r0) 18:36:09 (23/33) Installing py3-distlib (0.3.0-r0) 18:36:09 (24/33) Installing py3-distro (1.5.0-r1) 18:36:09 (25/33) Installing py3-webencodings (0.5.1-r3) 18:36:09 (26/33) Installing py3-html5lib (1.0.1-r4) 18:36:09 (27/33) Installing py3-pytoml (0.1.21-r0) 18:36:09 (28/33) Installing py3-pep517 (0.8.2-r0) 18:36:09 (29/33) Installing py3-progress (1.5-r0) 18:36:09 (30/33) Installing py3-toml (0.10.1-r0) 18:36:09 (31/33) Installing py3-retrying (1.3.3-r0) 18:36:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:36:09 (33/33) Installing py3-pip (20.1.1-r0) 18:36:09 Executing busybox-1.31.1-r19.trigger 18:36:09 OK: 71 MiB in 55 packages 18:36:14 25b303627fd3: Pull complete 18:36:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:36:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:36:14 prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container 18:36:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:36:17 $ docker top a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:18 + + grep paralleldocker-compose build --help 18:36:18 18:36:22 --parallel Build images in parallel. [Pipeline] } 18:36:22 $ docker stop --time=1 a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 18:36:24 $ docker rm -f a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:36:25 . [Pipeline] withDockerContainer 18:36:25 prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container 18:36:25 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 18:36:26 $ docker top 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:27 + docker-compose -f ./docker-compose-build.yml build --parallel 18:36:31 Building docker-core-command-go ... 18:36:31 Building docker-core-data-go ... 18:36:31 Building docker-core-metadata-go ... 18:36:31 Building docker-security-bootstrapper-go ... 18:36:31 Building docker-security-proxy-setup-go ... 18:36:31 Building docker-security-secretstore-setup-go ... 18:36:31 Building docker-support-notifications-go ... 18:36:31 Building docker-support-scheduler-go ... 18:36:31 Building docker-sys-mgmt-agent-go ... 18:36:31 Building docker-security-secretstore-setup-go 18:36:31 Building docker-core-metadata-go 18:36:31 Building docker-sys-mgmt-agent-go 18:36:31 Building docker-support-notifications-go 18:36:31 Building docker-security-bootstrapper-go 18:36:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> b604f0333df7 18:36:42 Step 3/23 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> 344172885320 18:36:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 573a0a0662e0 18:36:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:36:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> b604f0333df7 18:36:42 Step 3/22 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> 344172885320 18:36:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 573a0a0662e0 18:36:42 Step 5/22 : RUN apk add --update --no-cache make git 18:36:42 ---> Using cache 18:36:42 ---> 678607048eec 18:36:42 Step 6/22 : COPY go.mod . 18:36:42 ---> Using cache 18:36:42 ---> cab079be8d40 18:36:42 Step 7/22 : RUN go mod download 18:36:42 ---> Using cache 18:36:42 ---> 4b61e63abf07 18:36:42 Step 8/22 : COPY . . 18:36:42 ---> Using cache 18:36:42 ---> f62c0997076d 18:36:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:36:42 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> b604f0333df7 18:36:42 Step 3/31 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> 344172885320 18:36:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 573a0a0662e0 18:36:42 Step 5/31 : RUN apk add --update --no-cache make git 18:36:42 ---> Using cache 18:36:42 ---> 678607048eec 18:36:42 Step 6/31 : COPY go.mod . 18:36:42 ---> Using cache 18:36:42 ---> cab079be8d40 18:36:42 Step 7/31 : RUN go mod download 18:36:42 ---> Using cache 18:36:42 ---> 4b61e63abf07 18:36:42 Step 8/31 : COPY . . 18:36:42 ---> Using cache 18:36:42 ---> f62c0997076d 18:36:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:36:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> b604f0333df7 18:36:42 Step 3/24 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> 344172885320 18:36:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 573a0a0662e0 18:36:42 Step 5/24 : RUN apk add --update --no-cache make git 18:36:42 ---> Using cache 18:36:42 ---> 678607048eec 18:36:42 Step 6/24 : COPY go.mod . 18:36:42 ---> Using cache 18:36:42 ---> cab079be8d40 18:36:42 Step 7/24 : RUN go mod download 18:36:42 ---> Using cache 18:36:42 ---> 4b61e63abf07 18:36:42 Step 8/24 : COPY . . 18:36:42 ---> Using cache 18:36:42 ---> f62c0997076d 18:36:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:36:42 ---> Running in cac84daa8123 18:36:42 ---> Running in 4159a93a88ef 18:36:42 ---> Running in fe194cef2c3d 18:36:42 ---> Running in 3b874ba36ca0 18:36:44 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 18:36:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:36:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:46 OK: 233 MiB in 51 packages 18:36:52 Removing intermediate container fe194cef2c3d 18:36:52 ---> 9f548052393a 18:36:52 Step 6/23 : COPY go.mod . 18:36:54 ---> 02eebfb66a3b 18:36:54 Step 7/23 : RUN go mod download 18:36:56 ---> Running in 56f6c181be61 18:37:01 Removing intermediate container 03a12294872d 18:37:01 ---> a8b66affab7a 18:37:01 Step 20/26 : RUN pip install docker-compose==1.23.2 18:37:02 ---> Running in 96ac4cb4ebf1 18:37:03 Removing intermediate container 56f6c181be61 18:37:03 ---> 1dfea749499a 18:37:03 Step 8/23 : COPY . . 18:37:21 Collecting docker-compose==1.23.2 18:37:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:37:21 Collecting dockerpty<0.5,>=0.4.1 18:37:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:37:24 Collecting cached-property<2,>=1.2.0 18:37:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:37:25 Collecting texttable<0.10,>=0.9.0 18:37:25 Downloading texttable-0.9.1.tar.gz (11 kB) 18:37:28 Collecting PyYAML<4,>=3.10 18:37:28 Downloading PyYAML-3.13.tar.gz (270 kB) 18:37:31 Collecting docopt<0.7,>=0.6.1 18:37:31 Downloading docopt-0.6.2.tar.gz (25 kB) 18:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:37:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:37:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:37:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:37:34 Collecting jsonschema<3,>=2.5.1 18:37:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:37:36 Collecting docker<4.0,>=3.6.0 18:37:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:37:37 Collecting websocket-client<1.0,>=0.32.0 18:37:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:37:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:37:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:37:37 Collecting urllib3<1.25,>=1.21.1 18:37:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:37:38 Collecting idna<2.8,>=2.5 18:37:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:37:38 Collecting docker-pycreds>=0.4.0 18:37:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:37:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:37:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:37:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:37:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:37:40 Installing collected packages: dockerpty, cached-property, texttable, PyYAML, docopt, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, docker-compose 18:37:40 Running setup.py install for dockerpty: started 18:37:45 Running setup.py install for dockerpty: finished with status 'done' 18:37:45 Running setup.py install for texttable: started 18:37:46 Running setup.py install for texttable: finished with status 'done' 18:37:46 Running setup.py install for PyYAML: started 18:37:49 Running setup.py install for PyYAML: finished with status 'done' 18:37:49 Running setup.py install for docopt: started 18:37:50 Running setup.py install for docopt: finished with status 'done' 18:37:50 Attempting uninstall: urllib3 18:37:50 Found existing installation: urllib3 1.25.9 18:37:50 Uninstalling urllib3-1.25.9: 18:37:50 Successfully uninstalled urllib3-1.25.9 18:37:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:37:52 ---> 7d9b8608dad2 18:37:52 Step 3/24 : WORKDIR /edgex-go 18:37:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:37:52 ---> 7d9b8608dad2 18:37:52 Step 3/22 : WORKDIR /edgex-go 18:37:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:37:52 ---> 7d9b8608dad2 18:37:52 Step 3/23 : WORKDIR /edgex-go 18:37:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:37:52 ---> 7d9b8608dad2 18:37:52 Step 3/31 : WORKDIR /edgex-go 18:37:52 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:37:52 ---> 7d9b8608dad2 18:37:52 Step 3/26 : WORKDIR /edgex-go 18:37:52 ---> Running in 2c434d0cfa0c 18:37:52 ---> Running in 1f46c45a5945 18:37:52 ---> Running in ccf65fe59e23 18:37:52 ---> Running in d81b9ad0df01 18:37:52 ---> Running in 9431d2a77f32 18:37:52 Removing intermediate container 1f46c45a5945 18:37:52 Removing intermediate container 2c434d0cfa0c 18:37:52 ---> 901df27590e6 18:37:52 ---> 40322b5f5558 18:37:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:52 18:37:52 Removing intermediate container d81b9ad0df01 18:37:52 ---> ce54f3de9fd4 18:37:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:52 Removing intermediate container 9431d2a77f32 18:37:52 ---> 9f3c0e264218 18:37:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:52 Removing intermediate container ccf65fe59e23 18:37:52 ---> bf25a69728b2 18:37:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:52 ---> Running in 710cd08ce3b1 18:37:52 ---> Running in ab5791dbd6a7 18:37:52 ---> Running in 9231312e0a88 18:37:52 ---> Running in 2188b1298e8a 18:37:52 ---> Running in 950d6eca580d 18:37:52 Removing intermediate container ab5791dbd6a7 18:37:52 ---> 386c73ad2894 18:37:52 Step 5/24 : RUN apk add --update --no-cache make git 18:37:52 ---> Running in 9376456ee32e 18:37:52 Removing intermediate container 2188b1298e8a 18:37:52 ---> 63cf3bb8daa2 18:37:52 Step 5/23 : RUN apk add --update --no-cache make git 18:37:52 Removing intermediate container 950d6eca580d 18:37:52 ---> 25c49fa6e573 18:37:52 Step 5/31 : RUN apk add --update --no-cache make git 18:37:52 Removing intermediate container 9231312e0a88 18:37:52 ---> 75296d1f091e 18:37:52 Step 5/26 : RUN apk add --update --no-cache make bash git 18:37:52 Removing intermediate container 710cd08ce3b1 18:37:52 ---> 100b17dd4f44 18:37:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:37:52 ---> Running in 91585de6b2bf 18:37:52 ---> Running in a197d1bd136b 18:37:52 ---> Running in b4d169e3191a 18:37:52 ---> Running in e395d7546a17 18:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 Attempting uninstall: idna 18:37:53 Found existing installation: idna 2.9 18:37:53 Uninstalling idna-2.9: 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 Successfully uninstalled idna-2.9 18:37:53 Attempting uninstall: requests 18:37:53 Found existing installation: requests 2.23.0 18:37:53 Uninstalling requests-2.23.0: 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 Successfully uninstalled requests-2.23.0 18:37:53 Removing intermediate container cac84daa8123 18:37:53 ---> 1f1699ceb045 18:37:53 18:37:53 Step 10/22 : FROM alpine:3.12 18:37:53 ---> 389fef711851 18:37:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:37:53 ---> Using cache 18:37:53 ---> ad2f1fe51038 18:37:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:53 ---> Using cache 18:37:53 ---> 5bf0bf5d196f 18:37:53 Step 13/22 : ENV APP_PORT=48085 18:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:53 OK: 217 MiB in 51 packages 18:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:54 OK: 217 MiB in 51 packages 18:37:55 OK: 217 MiB in 51 packages 18:37:55 OK: 217 MiB in 51 packages 18:37:55 Removing intermediate container 9376456ee32e 18:37:55 ---> add9ac7b5d2e 18:37:55 Step 6/24 : COPY go.mod . 18:37:55 OK: 217 MiB in 51 packages 18:37:56 ---> Running in 45502dd53d7d 18:37:56 ---> debfe2de3700 18:37:56 Step 7/24 : RUN go mod download 18:37:56 Removing intermediate container 91585de6b2bf 18:37:56 ---> 8d0f2a7c10d9 18:37:56 Step 6/23 : COPY go.mod . 18:37:56 ---> Running in e3e423cd8198 18:37:57 Removing intermediate container a197d1bd136b 18:37:57 ---> 5da49df94bbd 18:37:57 Step 6/31 : COPY go.mod . 18:37:57 Removing intermediate container b4d169e3191a 18:37:57 ---> 4b2a452a0c57 18:37:57 Step 6/26 : COPY go.mod . 18:37:57 Removing intermediate container e395d7546a17 18:37:57 ---> 715eb895d796 18:37:57 Step 6/22 : COPY go.mod . 18:37:58 ---> f199c5bdde38 18:37:58 Step 7/23 : RUN go mod download 18:37:58 ---> 867e40f68340 18:37:58 Step 7/31 : RUN go mod download 18:37:58 ---> Running in 4dc325eae4fe 18:37:58 ---> Running in 5c9a85d1480c 18:37:58 ---> fa174fe64ade 18:37:58 Step 7/26 : RUN go mod download 18:37:58 ---> 3e267f0469b9 18:37:58 Step 7/22 : RUN go mod download 18:37:59 ---> Running in 7ed16dd793a7 18:37:59 ---> Running in 3a3db676c5e1 18:38:00 Removing intermediate container 45502dd53d7d 18:38:00 ---> 6ebdf9c8d241 18:38:00 Step 14/22 : EXPOSE $APP_PORT 18:38:00 ---> Running in d5624e7a45a6 18:38:01 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:38:01 Removing intermediate container e3e423cd8198 18:38:01 ---> 6d65f8c0b0ea 18:38:01 Step 8/24 : COPY . . 18:38:01 Removing intermediate container 3b874ba36ca0 18:38:01 ---> 84c5a6a5e680 18:38:01 18:38:01 Step 10/24 : FROM alpine:3.12 18:38:01 ---> 389fef711851 18:38:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:38:01 ---> 27364e67746e 18:38:01 Step 9/23 : RUN make cmd/core-data/core-data 18:38:01 Removing intermediate container 4159a93a88ef 18:38:01 ---> 567761937b39 18:38:01 18:38:01 Step 10/31 : FROM alpine:3.12 18:38:01 ---> 389fef711851 18:38:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:38:01 ---> Running in e802c6c740ef 18:38:01 Removing intermediate container d5624e7a45a6 18:38:01 ---> cf12ea0d4b8a 18:38:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:01 ---> Running in c819a0654d38 18:38:01 ---> Running in 27725d37ee43 18:38:03 Removing intermediate container 4dc325eae4fe 18:38:03 ---> 18f38ce2f95e 18:38:03 Step 8/23 : COPY . . 18:38:03 Removing intermediate container c819a0654d38 18:38:03 ---> 006bfc39b5d3 18:38:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:38:03 ---> 147752a71847 18:38:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:38:03 ---> Running in cef4379f62ef 18:38:03 Removing intermediate container 5c9a85d1480c 18:38:03 ---> 0ff014842083 18:38:03 Step 8/31 : COPY . . 18:38:04 Removing intermediate container 7ed16dd793a7 18:38:04 ---> f545f2a0d3e6 18:38:04 Step 8/26 : COPY . . 18:38:04 Removing intermediate container 3a3db676c5e1 18:38:04 ---> 24331caeba9d 18:38:04 Step 8/22 : COPY . . 18:38:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:05 (1/5) Installing ca-certificates (20191127-r4) 18:38:05 (1/2) Installing dumb-init (1.2.2-r1) 18:38:05 (2/2) Installing su-exec (0.2-r1) 18:38:05 Executing busybox-1.31.1-r19.trigger 18:38:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:38:06 (3/5) Installing libcurl (7.69.1-r3) 18:38:06 (4/5) Installing curl (7.69.1-r3) 18:38:06 (5/5) Installing dumb-init (1.2.2-r1) 18:38:06 Executing busybox-1.31.1-r19.trigger 18:38:06 Executing ca-certificates-20191127-r4.trigger 18:38:06 OK: 6 MiB in 16 packages 18:38:07 OK: 7 MiB in 19 packages 18:38:07 ---> 07ffe59a482f 18:38:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:38:07 Removing intermediate container 96ac4cb4ebf1 18:38:07 ---> 083ba686142d 18:38:07 Step 21/26 : RUN apk --no-cache add curl 18:38:07 ---> Running in 8d03cd03a8f8 18:38:08 ---> 1c27bbcb58b0 18:38:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:38:09 ---> Running in 0340f1075bf0 18:38:10 Removing intermediate container cef4379f62ef 18:38:10 ---> c39d120f2b3d 18:38:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:38:10 ---> Running in 069d48e0f497 18:38:10 Removing intermediate container 0340f1075bf0 18:38:10 ---> d6c438b50e9a 18:38:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:12 ---> Running in d9074415e895 18:38:12 Removing intermediate container 27725d37ee43 18:38:12 ---> fbe02324740a 18:38:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:12 ---> Running in d1fb6e7eeccb 18:38:12 Removing intermediate container 069d48e0f497 18:38:12 ---> b304f4213f03 18:38:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:38:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:38:12 (2/3) Installing libcurl (7.69.1-r3) 18:38:12 (3/3) Installing curl (7.69.1-r3) 18:38:12 Executing busybox-1.31.1-r19.trigger 18:38:12 OK: 72 MiB in 58 packages 18:38:12 ---> Running in 50b9e56a750e 18:38:12 Removing intermediate container d9074415e895 18:38:12 ---> 1a3b90e4f912 18:38:12 Step 20/22 : LABEL arch=x86_64 18:38:13 Removing intermediate container d1fb6e7eeccb 18:38:13 ---> 02b2fbbc7ef3 18:38:13 Step 13/24 : WORKDIR / 18:38:13 ---> Running in 2c4271b1983a 18:38:13 ---> Running in af327452eca4 18:38:14 Removing intermediate container 50b9e56a750e 18:38:14 ---> 48baf6e756b7 18:38:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:38:14 Removing intermediate container 2c4271b1983a 18:38:14 ---> 86483ac58012 18:38:14 Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:38:15 ---> Running in 3d0a85fac692 18:38:15 ---> Running in 50ced6fa1c80 18:38:15 Removing intermediate container af327452eca4 18:38:15 ---> 0ed4fd1608ae 18:38:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:38:15 Removing intermediate container 8d03cd03a8f8 18:38:15 ---> 9b106ad2b9fa 18:38:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:38:16 ---> Running in 076f62396153 18:38:16 Removing intermediate container 50ced6fa1c80 18:38:16 ---> 841ca9cbceb6 18:38:16 Step 22/22 : LABEL version=0.0.0 18:38:16 ---> Running in 81d90a067848 18:38:17 ---> 0c67f9c07797 18:38:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:38:17 Removing intermediate container 076f62396153 18:38:17 ---> 5a3fe4cdcae2 18:38:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:17 ---> Running in aa152d37f1fa 18:38:18 Removing intermediate container 81d90a067848 18:38:18 ---> b43a9e1eeb33 18:38:18 18:38:19 ---> ccb911239e2d 18:38:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:38:19 Removing intermediate container aa152d37f1fa 18:38:19 ---> ea746264efcc 18:38:19 Step 24/26 : LABEL arch=x86_64 18:38:19 ---> Running in 85c081c98096 18:38:20 Successfully built b43a9e1eeb33 18:38:20 Removing intermediate container 3d0a85fac692 18:38:20 ---> ac111ef771c6 18:38:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:38:20 Successfully tagged docker-support-scheduler-go:latest 18:38:20  Building docker-support-scheduler-go ... done  ---> Running in c6bdf1a95704 18:38:21 Removing intermediate container 85c081c98096 18:38:21 ---> 1511311dd892 18:38:21 Step 25/26 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:38:21 ---> 98e301216f01 18:38:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:38:22 ---> Running in 4ade5b8d7f04 18:38:22 Removing intermediate container c6bdf1a95704 18:38:22 ---> 389cafd5f70a 18:38:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:38:23 Removing intermediate container 4ade5b8d7f04 18:38:23 ---> 81fe541902f5 18:38:23 Step 26/26 : LABEL version=0.0.0 18:38:24 ---> Running in 960fabeb3352 18:38:24 ---> 5c11b503c78f 18:38:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:38:25 ---> 1d71fe18b26c 18:38:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:38:26 ---> Running in 1feca8344ebb 18:38:26 Removing intermediate container 960fabeb3352 18:38:26 ---> d45a7a368955 18:38:26 18:38:26 ---> 99a539a1ce67 18:38:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:38:26 ---> Running in f9566686d28e 18:38:26 ---> 0a0b9f60ccda 18:38:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:38:27 ---> 9275c3ee6daf 18:38:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:38:27 ---> 22441471af6c 18:38:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:38:27 ---> f6ddfb273de9 18:38:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:38:27 Successfully built d45a7a368955 18:38:27 ---> Running in ede90514fb9d 18:38:27 ---> Running in e63c4a109461 18:38:27 ---> Running in 296e59fb768a 18:38:27 ---> Running in 29187bff27a1 18:38:27 Successfully tagged docker-sys-mgmt-agent-go:latest 18:38:28  Building docker-sys-mgmt-agent-go ... done  ---> b217efb7fff6 18:38:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:38:29 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 18:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:38:30 ---> 2543989d0778 18:38:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:38:30 ---> Running in 967697a2128c 18:38:32 Removing intermediate container 1feca8344ebb 18:38:32 ---> 59f5ee7f6113 18:38:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:34 ---> df5eee9834a8 18:38:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:38:36 Removing intermediate container 967697a2128c 18:38:36 ---> 630964285191 18:38:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:38:36 ---> Running in 273d75b733e5 18:38:36 ---> aa80b30cb6db 18:38:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:38:38 Removing intermediate container 273d75b733e5 18:38:38 ---> 7b9486ff401c 18:38:38 Step 22/24 : LABEL arch=x86_64 18:38:38 ---> Running in 64718b7f4878 18:38:38 ---> ffec31d50be6 18:38:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:38:39 Removing intermediate container 64718b7f4878 18:38:39 ---> 0837e8dfbd3c 18:38:39 Step 23/24 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:38:39 ---> Running in 253c4b29a140 18:38:39 Removing intermediate container 253c4b29a140 18:38:39 ---> 2c9902476ae3 18:38:39 Step 24/24 : LABEL version=0.0.0 18:38:39 ---> 9081b9698636 18:38:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:38:40 ---> Running in 155cfcd1aa66 18:38:40 Removing intermediate container 155cfcd1aa66 18:38:40 ---> 2ab236fcde75 18:38:40 18:38:41 ---> 7f277276e470 18:38:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:38:41 Successfully built 2ab236fcde75 18:38:41 ---> Running in 766ecea8c165 18:38:41 Successfully tagged docker-security-secretstore-setup-go:latest 18:38:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container 766ecea8c165 18:38:42 ---> b012f6e0508a 18:38:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:38:43 ---> 20e3ad50b1d3 18:38:43 Step 26/31 : RUN chmod +x /entrypoint.sh 18:38:43 ---> Running in 5a44d4cdb0cc 18:38:49 Removing intermediate container 5a44d4cdb0cc 18:38:49 ---> d9c7affd9fc9 18:38:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:38:49 ---> Running in 3832b6d12ad4 18:38:49 Removing intermediate container e802c6c740ef 18:38:49 ---> 085c573ed5e8 18:38:49 18:38:49 Step 10/23 : FROM alpine:3.12 18:38:49 ---> 389fef711851 18:38:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:49 ---> Running in 19c2858521d2 18:38:49 Removing intermediate container 3832b6d12ad4 18:38:49 ---> cc7dbaa3f801 18:38:49 Step 28/31 : CMD ["gate"] 18:38:50 ---> Running in 6d913204f634 18:38:50 Removing intermediate container 19c2858521d2 18:38:50 ---> 9cf1eaa4689c 18:38:50 Step 12/23 : ENV APP_PORT=48080 18:38:50 ---> Running in 1a9ec694a722 18:38:50 Removing intermediate container 6d913204f634 18:38:50 ---> a17254246e03 18:38:50 Step 29/31 : LABEL arch=x86_64 18:38:51 ---> Running in ce3f5614821f 18:38:51 Removing intermediate container 1a9ec694a722 18:38:51 ---> 873c91b5d112 18:38:51 Step 13/23 : EXPOSE $APP_PORT 18:38:51 ---> Running in 027a80d99568 18:38:51 Removing intermediate container ce3f5614821f 18:38:51 ---> c9da5fba2f9f 18:38:51 Step 30/31 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:38:51 Removing intermediate container 027a80d99568 18:38:51 ---> e975b8c89d33 18:38:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:51 ---> Running in 54333577d639 18:38:51 ---> Running in 042b153caf61 18:38:52 Removing intermediate container 54333577d639 18:38:52 ---> fef84f8f3e66 18:38:52 Step 31/31 : LABEL version=0.0.0 18:38:52 ---> Running in a5cbc67d631a 18:38:52 Removing intermediate container a5cbc67d631a 18:38:52 ---> 070bf608d060 18:38:52 18:38:53 Successfully built 070bf608d060 18:38:53 Successfully tagged docker-security-bootstrapper-go:latest 18:38:53  Building docker-security-bootstrapper-go ... done Removing intermediate container 042b153caf61 18:38:53 ---> 62c3fd574711 18:38:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:38:53 ---> Running in dfc11cddff3f 18:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:55 (1/6) Installing dumb-init (1.2.2-r1) 18:38:55 (2/6) Installing libgcc (9.3.0-r2) 18:38:56 (3/6) Installing libsodium (1.0.18-r0) 18:38:56 (4/6) Installing libstdc++ (9.3.0-r2) 18:38:56 (5/6) Installing libzmq (4.3.3-r0) 18:38:56 (6/6) Installing zeromq (4.3.3-r0) 18:38:56 Executing busybox-1.31.1-r19.trigger 18:38:56 OK: 8 MiB in 20 packages 18:38:58 Removing intermediate container dfc11cddff3f 18:38:58 ---> ae8248ce8927 18:38:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:59 ---> ac5e69f20bf1 18:38:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:39:00 ---> 0fce82dd0fc9 18:39:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:39:00 ---> 0ac07488ed67 18:39:00 Step 19/23 : ENTRYPOINT ["/core-data"] 18:39:00 ---> Running in 0896f177f8ac 18:39:00 Removing intermediate container 0896f177f8ac 18:39:00 ---> fbfb50edf5cc 18:39:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:00 ---> Running in 1b4651507bf8 18:39:01 Removing intermediate container 1b4651507bf8 18:39:01 ---> b9a450c42ddb 18:39:01 Step 21/23 : LABEL arch=x86_64 18:39:01 ---> Running in 65a87a29567f 18:39:01 Removing intermediate container 65a87a29567f 18:39:01 ---> 99be5715ee3d 18:39:01 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:39:01 ---> Running in ac49b581f8aa 18:39:02 Removing intermediate container ac49b581f8aa 18:39:02 ---> da0c56cfdaa4 18:39:02 Step 23/23 : LABEL version=0.0.0 18:39:02 ---> Running in db58be723b3f 18:39:02 Removing intermediate container db58be723b3f 18:39:02 ---> 7d996fe71add 18:39:02 18:39:03 Successfully built 7d996fe71add 18:39:03 Successfully tagged docker-core-data-go:latest 18:39:03  Building docker-core-data-go ... done  [Pipeline] } 18:39:03 $ docker stop --time=1 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 18:39:05 $ docker rm -f 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:06 + docker images 18:39:06 + grep docker 18:39:06 docker-core-data-go latest 7d996fe71add 4 seconds ago 22.3MB 18:39:06 docker-security-bootstrapper-go latest 070bf608d060 14 seconds ago 23.8MB 18:39:06 docker-security-secretstore-setup-go latest 2ab236fcde75 26 seconds ago 24.6MB 18:39:06 docker-sys-mgmt-agent-go latest d45a7a368955 41 seconds ago 313MB 18:39:06 docker-support-scheduler-go latest b43a9e1eeb33 49 seconds ago 17MB 18:39:06 docker-core-metadata-go latest 605bd0b17a54 3 minutes ago 18.8MB 18:39:06 docker-core-command-go latest d16abeb6898a 3 minutes ago 16.9MB 18:39:06 docker-support-notifications-go latest 1b42046cc175 3 minutes ago 16.9MB 18:39:06 docker-security-proxy-setup-go latest dddc01ae20fe 3 minutes ago 24.4MB 18:39:06 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 18:39:22 Still waiting to schedule task 18:39:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:40:02 Removing intermediate container f9566686d28e 18:40:02 ---> 8a37b14bb8c7 18:40:02 18:40:02 Step 10/24 : FROM alpine:3.12 18:40:02 3.12: Pulling from library/alpine 18:40:03 Removing intermediate container 29187bff27a1 18:40:03 ---> acc0f4f90286 18:40:03 18:40:03 Step 10/22 : FROM alpine:3.12 18:40:03 3.12: Pulling from library/alpine 18:40:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:40:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:40:03 Status: Downloaded newer image for alpine:3.12 18:40:03 Status: Downloaded newer image for alpine:3.12 18:40:03 ---> afeebe901d6b 18:40:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:40:03 ---> afeebe901d6b 18:40:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:40:04 ---> Running in 86098ee8d128 18:40:04 ---> Running in 6c4fc00e9b2a 18:40:06 Removing intermediate container e63c4a109461 18:40:06 ---> d2879efd6224 18:40:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:06 ---> Running in f63266c4e54b 18:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:07 (1/2) Installing ca-certificates (20191127-r4) 18:40:07 (1/5) Installing ca-certificates (20191127-r4) 18:40:07 (2/2) Installing dumb-init (1.2.2-r1) 18:40:07 Executing busybox-1.31.1-r19.trigger 18:40:07 Executing ca-certificates-20191127-r4.trigger 18:40:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:40:07 (3/5) Installing libcurl (7.69.1-r3) 18:40:07 (4/5) Installing curl (7.69.1-r3) 18:40:07 (5/5) Installing dumb-init (1.2.2-r1) 18:40:07 Executing busybox-1.31.1-r19.trigger 18:40:07 Executing ca-certificates-20191127-r4.trigger 18:40:08 OK: 6 MiB in 16 packages 18:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:40:08 OK: 7 MiB in 19 packages 18:40:11 Running on prd-ubuntu18.04-docker-8c-8g-24390 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 18:40:11 Removing intermediate container 86098ee8d128 18:40:11 ---> f6925a1024bf 18:40:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:40:11 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 18:40:11 ---> Running in 6178f4e1fd46 18:40:12 Removing intermediate container 6c4fc00e9b2a 18:40:12 ---> 65132a57d039 18:40:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:40:12 ---> Running in 2c17fbf430a1 18:40:13 Removing intermediate container 6178f4e1fd46 18:40:13 ---> d2d4cfdeee56 18:40:13 Step 13/22 : ENV APP_PORT=48060 18:40:13 ---> Running in ff488d02f9b3 18:40:13 Removing intermediate container 2c17fbf430a1 18:40:13 ---> a1acf4967379 18:40:13 Step 13/24 : WORKDIR / 18:40:13 Removing intermediate container f63266c4e54b 18:40:13 ---> 4cf5528a32da 18:40:13 18:40:13 Step 11/26 : FROM docker:20.10.0 18:40:13 20.10.0: Pulling from library/docker 18:40:13 ---> Running in b189c2f61898 18:40:13 Removing intermediate container ede90514fb9d 18:40:13 ---> 65cce0df7a86 18:40:13 18:40:13 Step 10/31 : FROM alpine:3.12 18:40:13 ---> afeebe901d6b 18:40:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:40:13 using credential edgex-jenkins-ssh 18:40:14 Cloning the remote Git repository 18:40:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:40:14 ---> Running in 4c85126b3a1c 18:40:14 Removing intermediate container ff488d02f9b3 18:40:14 ---> 6f96d92be8bd 18:40:14 Step 14/22 : EXPOSE $APP_PORT 18:40:15 ---> Running in c6a03560cc36 18:40:14 > git init /w/workspace/edgex-go/15 # timeout=10 18:40:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:40:14 > git --version # timeout=10 18:40:14 > git --version # 'git version 2.17.1' 18:40:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:15 Removing intermediate container b189c2f61898 18:40:15 ---> 735d1d10d6ac 18:40:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:40:15 Removing intermediate container 4c85126b3a1c 18:40:15 ---> 13432fa401e3 18:40:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:40:15 Removing intermediate container c6a03560cc36 18:40:15 ---> 309f93ef97ac 18:40:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:16 ---> Running in bcf7aa69ae06 18:40:18 ---> df3a5b165863 18:40:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:18 ---> a0cdc30907e1 18:40:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:19 (1/2) Installing dumb-init (1.2.2-r1) 18:40:19 (2/2) Installing su-exec (0.2-r1) 18:40:19 Executing busybox-1.31.1-r19.trigger 18:40:19 OK: 5 MiB in 16 packages 18:40:20 ---> 9f5fe6e152b0 18:40:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:40:21 ---> 8e595924e852 18:40:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:40:22 ---> d9fd9e34ec5b 18:40:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:40:22 Removing intermediate container bcf7aa69ae06 18:40:22 ---> f219726be84e 18:40:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:40:22 ---> Running in 85c28128e604 18:40:23 ---> 2f68aa7ea148 18:40:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:40:24 ---> Running in 51eddbcdade8 18:40:24 Removing intermediate container 85c28128e604 18:40:24 ---> f5e291ff449d 18:40:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:40:24 ---> fa132f6a6736 18:40:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:40:24 Removing intermediate container 296e59fb768a 18:40:24 ---> 41bd97ce3590 18:40:24 18:40:24 Step 10/23 : FROM alpine:3.12 18:40:24 ---> afeebe901d6b 18:40:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:40:25 ---> Running in 74d024bbb20d 18:40:25 ---> Running in 5a250e18d15b 18:40:25 Removing intermediate container 51eddbcdade8 18:40:25 ---> 2b9f173f0974 18:40:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:26 ---> Running in 26a56a5bda77 18:40:26 Removing intermediate container 74d024bbb20d 18:40:26 ---> 32d6835b3ae3 18:40:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:40:26 ---> f7a6c6770dba 18:40:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:40:26 ---> Running in 4c4d8e878c1a 18:40:26 Removing intermediate container 26a56a5bda77 18:40:26 ---> 1fdd747ab1bc 18:40:26 Step 20/22 : LABEL arch=arm64 18:40:27 ---> Running in 95c2fecdf026 18:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:27 ---> 114adabc0ddd 18:40:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:40:28 (1/1) Installing dumb-init (1.2.2-r1) 18:40:28 Executing busybox-1.31.1-r19.trigger 18:40:28 Removing intermediate container 95c2fecdf026 18:40:28 ---> 6c438b762824 18:40:28 Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:40:28 OK: 5 MiB in 15 packages 18:40:28 ---> Running in 1fe17899c3fb 18:40:28 ---> Running in dc3452d4363f 18:40:29 Removing intermediate container dc3452d4363f 18:40:29 ---> 065bf6f312bd 18:40:29 Step 22/22 : LABEL version=0.0.0 18:40:29 ---> Running in 4c02bb192244 18:40:29 Removing intermediate container 5a250e18d15b 18:40:29 ---> 8a4f86c4516c 18:40:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:30 ---> Running in 418ab24feb87 18:40:30 Removing intermediate container 4c4d8e878c1a 18:40:30 ---> 53efa519807b 18:40:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:40:30 Removing intermediate container 4c02bb192244 18:40:30 ---> 10aceaae405c 18:40:30 18:40:30 ---> Running in 72e5ceb30a85 18:40:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:40:30 Status: Downloaded newer image for docker:20.10.0 18:40:30 ---> eeaf43b92773 18:40:30 Step 12/26 : RUN apk add --no-cache bash 18:40:30 Successfully built 10aceaae405c 18:40:30 Removing intermediate container 418ab24feb87 18:40:30 ---> a7a9d6e345a6 18:40:30 Step 13/23 : ENV APP_PORT=48081 18:40:30 Successfully tagged docker-support-notifications-go-arm64:latest 18:40:30  Building docker-support-notifications-go ... done Building docker-core-command-go 18:40:31 ---> Running in b157b92f5b5d 18:40:31 ---> Running in 518a3554b986 18:40:31 Removing intermediate container 72e5ceb30a85 18:40:31 ---> d1d2cb3ad13d 18:40:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:40:31 Removing intermediate container 1fe17899c3fb 18:40:31 ---> 461bd76c9b85 18:40:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:40:32 ---> Running in 0fad80dfb331 18:40:32 Removing intermediate container 518a3554b986 18:40:32 ---> 2485403dc899 18:40:32 Step 14/23 : EXPOSE $APP_PORT 18:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:32 ---> Running in ab16828ca2ad 18:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:33 Removing intermediate container 0fad80dfb331 18:40:33 ---> 60eb9675f3c6 18:40:33 Step 22/24 : LABEL arch=arm64 18:40:33 ---> 7426110c0e6d 18:40:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:40:33 (1/2) Installing readline (8.0.4-r0) 18:40:33 (2/2) Installing bash (5.0.17-r0) 18:40:33 Executing bash-5.0.17-r0.post-install 18:40:33 Executing busybox-1.31.1-r19.trigger 18:40:33 OK: 12 MiB in 22 packages 18:40:34 ---> Running in edde1daa8ed0 18:40:35 ---> Running in 131f3b29eff3 18:40:35 Removing intermediate container ab16828ca2ad 18:40:35 ---> a30f2082212f 18:40:35 Step 15/23 : WORKDIR / 18:40:35 Removing intermediate container edde1daa8ed0 18:40:35 ---> ccb71170724f 18:40:35 Step 23/24 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:40:35 ---> Running in 9660c63e8d87 18:40:35 ---> Running in 9087da944675 18:40:36 Removing intermediate container b157b92f5b5d 18:40:36 ---> bdf6500bdef7 18:40:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:40:36 Removing intermediate container 9660c63e8d87 18:40:36 Removing intermediate container 9087da944675 18:40:36 ---> 7b1b1c45daca 18:40:36 Step 24/24 : LABEL version=0.0.0 18:40:36 ---> b80517a77692 18:40:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:37 ---> Running in c5a711c7ad38 18:40:37 ---> Running in de4b0d908980 18:40:37 ---> f60e5694f11e 18:40:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:40:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:40:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:40:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:40:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:37 > 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 18:40:37 Merging remotes/origin/master commit a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:40:38 Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:40:38 Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) 18:40:38 Removing intermediate container c5a711c7ad38 18:40:38 ---> 6450e076ba77 18:40:38 Step 14/26 : ENV APP_PORT=48090 18:40:38 Removing intermediate container de4b0d908980 18:40:38 ---> 526300bca42f 18:40:38 18:40:38 ---> Running in 33521c136673 18:40:39 Successfully built 526300bca42f 18:40:39 Removing intermediate container 131f3b29eff3 18:40:39 ---> df94c9cbd7fe 18:40:39 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:40:39  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 18:40:39 Removing intermediate container 33521c136673 18:40:39 ---> 163647a060a8 18:40:39 Step 15/26 : EXPOSE $APP_PORT 18:40:39 ---> Running in 2c835556ebd4 18:40:39 ---> c22db4af5f06 18:40:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:40:39 ---> 1175bfffc17d 18:40:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:40:39 Removing intermediate container 2c835556ebd4 18:40:39 ---> b80d1d5cc791 18:40:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:40:37 > git config core.sparsecheckout # timeout=10 18:40:37 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 18:40:37 > git remote # timeout=10 18:40:37 > git config --get remote.origin.url # timeout=10 18:40:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:37 > git merge a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 18:40:37 > git rev-parse HEAD^{commit} # timeout=10 18:40:38 > git config core.sparsecheckout # timeout=10 18:40:38 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 18:40:41 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 18:40:41 ---> 76fe7a611fc1 18:40:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:40:42 ---> dafd9dd3d39b 18:40:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:40:42 ---> 5f7edaa4f895 18:40:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:40:42 ---> Running in 38c66b924f6b 18:40:42 + echo snap-build.sh 18:40:42 snap-build.sh 18:40:42 + SNAP_BASE_DIR=. 18:40:42 + '[' '!' -z /w/workspace/edgex-go/15 ']' 18:40:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 18:40:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 18:40:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 18:40:42 + cd /w/workspace/edgex-go/15 18:40:42 + sudo apt-get remove -qy --purge lxd lxd-client 18:40:42 Reading package lists... 18:40:42 Building dependency tree... 18:40:42 Reading state information... 18:40:43 The following packages were automatically installed and are no longer required: 18:40:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:40:43 uidmap xdelta3 18:40:43 Use 'sudo apt autoremove' to remove them. 18:40:43 The following packages will be REMOVED: 18:40:43 lxd* lxd-client* 18:40:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:40:43 After this operation, 31.7 MB disk space will be freed. 18:40:43 Removing intermediate container 38c66b924f6b 18:40:43 ---> ea66110f09b1 18:40:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:44 ---> 7e8af9f21afd 18:40:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:40:44 ---> a6b4b7da1899 18:40:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:40:44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:40:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:40:44 ---> Running in 6460f660c812 18:40:45 Removing intermediate container 6460f660c812 18:40:45 ---> fb114fe952f3 18:40:45 Step 21/23 : LABEL arch=arm64 18:40:45 Removing lxd dnsmasq configuration 18:40:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:40:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:40:46 ---> 69fd697a2848 18:40:46 Step 19/26 : RUN apk --no-cache add py3-pip 18:40:46 ---> Running in 06ed86810bda 18:40:46 ---> Running in 8ba8fdae57c6 18:40:46 ---> 998789bf9ee7 18:40:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:40:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:40:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 18:40:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:40:47 Removing intermediate container 06ed86810bda 18:40:47 ---> 8cad32caef1a 18:40:47 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:40:47 ---> Running in 8ef53450a8d1 18:40:48 Processing triggers for systemd (237-3ubuntu10.42) ... 18:40:48 Processing triggers for ureadahead (0.100.0-21) ... 18:40:48 ---> a583e62a1934 18:40:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:48 Removing intermediate container 8ef53450a8d1 18:40:48 ---> 6c445a605812 18:40:48 Step 23/23 : LABEL version=0.0.0 18:40:49 ---> Running in 1372ab7006da 18:40:49 ---> Running in 36e97de22305 18:40:49 (1/33) Installing libbz2 (1.0.8-r1) 18:40:49 (2/33) Installing expat (2.2.9-r1) 18:40:49 (3/33) Installing libffi (3.3-r2) 18:40:49 (4/33) Installing gdbm (1.13-r1) 18:40:49 (5/33) Installing xz-libs (5.2.5-r0) 18:40:49 (6/33) Installing sqlite-libs (3.32.1-r0) 18:40:49 + sudo snap remove --purge lxd 18:40:49 snap "lxd" is not installed 18:40:49 + sudo groupadd --force --system lxd 18:40:49 ++ whoami 18:40:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:40:49 + newgrp - lxd 18:40:49 + sudo snap install lxd 18:40:49 (7/33) Installing python3 (3.8.5-r0) 18:40:49 Removing intermediate container 1372ab7006da 18:40:49 ---> 3a2bc697081f 18:40:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:40:50 Removing intermediate container 36e97de22305 18:40:50 ---> 3c153a02336f 18:40:50 18:40:50 Successfully built 3c153a02336f 18:40:50 Successfully tagged docker-core-metadata-go-arm64:latest 18:40:50 Building docker-security-proxy-setup-go 18:40:51  Building docker-core-metadata-go ... done  ---> 8de615120bed 18:40:51 Step 26/31 : RUN chmod +x /entrypoint.sh 18:40:51 (8/33) Installing py3-appdirs (1.4.4-r1) 18:40:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:40:51 (10/33) Installing py3-parsing (2.4.7-r0) 18:40:51 (11/33) Installing py3-six (1.15.0-r0) 18:40:51 (12/33) Installing py3-packaging (20.4-r0) 18:40:51 (13/33) Installing py3-setuptools (47.0.0-r0) 18:40:51 (14/33) Installing py3-chardet (3.0.4-r4) 18:40:51 (15/33) Installing py3-idna (2.9-r0) 18:40:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:40:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:40:51 (18/33) Installing py3-requests (2.23.0-r0) 18:40:51 (19/33) Installing py3-msgpack (1.0.0-r0) 18:40:51 (20/33) Installing py3-lockfile (0.12.2-r3) 18:40:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:40:51 (22/33) Installing py3-colorama (0.4.3-r0) 18:40:51 (23/33) Installing py3-distlib (0.3.0-r0) 18:40:51 ---> Running in 323b5452d0c7 18:40:51 (24/33) Installing py3-distro (1.5.0-r1) 18:40:51 (25/33) Installing py3-webencodings (0.5.1-r3) 18:40:51 (26/33) Installing py3-html5lib (1.0.1-r4) 18:40:52 (27/33) Installing py3-pytoml (0.1.21-r0) 18:40:52 (28/33) Installing py3-pep517 (0.8.2-r0) 18:40:52 (29/33) Installing py3-progress (1.5-r0) 18:40:52 (30/33) Installing py3-toml (0.10.1-r0) 18:40:52 (31/33) Installing py3-retrying (1.3.3-r0) 18:40:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:40:52 (33/33) Installing py3-pip (20.1.1-r0) 18:40:52 Executing busybox-1.31.1-r19.trigger 18:40:52 OK: 71 MiB in 55 packages 18:40:56 Removing intermediate container 323b5452d0c7 18:40:56 ---> da3d3de94b25 18:40:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:40:57 ---> Running in dc1cb527c538 18:40:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:57 ---> 7d9b8608dad2 18:40:57 Step 3/23 : WORKDIR /edgex-go 18:40:57 ---> Using cache 18:40:57 ---> bf25a69728b2 18:40:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:57 ---> Using cache 18:40:57 ---> 25c49fa6e573 18:40:57 Step 5/23 : RUN apk add --update --no-cache make git 18:40:57 ---> Using cache 18:40:57 ---> 5da49df94bbd 18:40:57 Step 6/23 : COPY go.mod . 18:40:57 ---> Using cache 18:40:57 ---> 867e40f68340 18:40:57 Step 7/23 : RUN go mod download 18:40:57 ---> Using cache 18:40:57 ---> 0ff014842083 18:40:57 Step 8/23 : COPY . . 18:40:57 ---> Using cache 18:40:57 ---> 9275c3ee6daf 18:40:57 Step 9/23 : RUN make cmd/core-command/core-command 18:40:58 ---> Running in 5baeccdfae19 18:40:58 Removing intermediate container dc1cb527c538 18:40:58 ---> 2950bfcb5603 18:40:58 Step 28/31 : CMD ["gate"] 18:40:59 ---> Running in ca27defbe13b 18:40:59 2021-02-01T18:40:56Z INFO Waiting for automatic snapd restart... 18:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:41:00 Removing intermediate container ca27defbe13b 18:41:00 ---> d6894a6c9ec2 18:41:00 Step 29/31 : LABEL arch=arm64 18:41:02 ---> Running in e2d579afc714 18:41:02 Removing intermediate container e2d579afc714 18:41:02 ---> 314af58af16f 18:41:02 Step 30/31 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:41:03 ---> Running in 691b47f06458 18:41:03 Removing intermediate container 8ba8fdae57c6 18:41:03 ---> 43fe6f0071a7 18:41:03 Step 20/26 : RUN pip install docker-compose==1.23.2 18:41:04 ---> Running in 71366e8d71e4 18:41:04 Removing intermediate container 691b47f06458 18:41:04 ---> 6c5946773357 18:41:04 Step 31/31 : LABEL version=0.0.0 18:41:05 ---> Running in de1a98c2f19e 18:41:06 Removing intermediate container de1a98c2f19e 18:41:06 ---> d0a35945fdba 18:41:06 18:41:07 Successfully built d0a35945fdba 18:41:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:41:07  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 18:41:11 Collecting docker-compose==1.23.2 18:41:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:41:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:41:11 ---> 7d9b8608dad2 18:41:11 Step 3/23 : WORKDIR /edgex-go 18:41:11 ---> Using cache 18:41:11 ---> bf25a69728b2 18:41:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:11 ---> Using cache 18:41:11 ---> 25c49fa6e573 18:41:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:41:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:41:12 ---> Running in ade799bcc5ea 18:41:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:41:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:41:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:14 Collecting dockerpty<0.5,>=0.4.1 18:41:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:41:14 lxd 4.10 from Canonical* installed 18:41:14 + sudo lxd init --auto 18:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:16 OK: 217 MiB in 51 packages 18:41:18 Collecting PyYAML<4,>=3.10 18:41:18 Downloading PyYAML-3.13.tar.gz (270 kB) 18:41:19 Removing intermediate container ade799bcc5ea 18:41:19 ---> 810dc3b34d83 18:41:19 Step 6/23 : COPY go.mod . 18:41:21 ---> 771bd0528794 18:41:21 Step 7/23 : RUN go mod download 18:41:21 + sudo snap install --classic snapcraft 18:41:21 ---> Running in e8be9d49bc5a 18:41:22 Collecting websocket-client<1.0,>=0.32.0 18:41:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:41:23 Collecting cached-property<2,>=1.2.0 18:41:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:41:24 Collecting docker<4.0,>=3.6.0 18:41:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:41:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:41:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:41:25 ---> 7d9b8608dad2 18:41:25 Step 3/21 : WORKDIR /edgex-go 18:41:25 ---> Using cache 18:41:25 ---> bf25a69728b2 18:41:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:25 ---> Using cache 18:41:25 ---> 25c49fa6e573 18:41:25 Step 5/21 : RUN apk add --update --no-cache make git 18:41:25 ---> Using cache 18:41:25 ---> 5da49df94bbd 18:41:25 Step 6/21 : COPY go.mod . 18:41:25 ---> Using cache 18:41:25 ---> 867e40f68340 18:41:25 Step 7/21 : RUN go mod download 18:41:25 ---> Using cache 18:41:25 ---> 0ff014842083 18:41:25 Step 8/21 : COPY . . 18:41:25 ---> Using cache 18:41:25 ---> 9275c3ee6daf 18:41:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:41:25 ---> Running in 6f8b624bbeb8 18:41:26 Collecting jsonschema<3,>=2.5.1 18:41:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:41:26 Removing intermediate container e8be9d49bc5a 18:41:26 ---> 3431578d7200 18:41:26 Step 8/23 : COPY . . 18:41:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:41:26 Collecting docopt<0.7,>=0.6.1 18:41:26 Downloading docopt-0.6.2.tar.gz (25 kB) 18:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:41:29 Collecting texttable<0.10,>=0.9.0 18:41:29 Downloading texttable-0.9.1.tar.gz (11 kB) 18:41:31 snapcraft 4.4.4 from Canonical* installed 18:41:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:41:31 + patch --verbose -p1 18:41:31 Hmm... Looks like a unified diff to me... 18:41:31 The text leading up to this was: 18:41:31 -------------------------- 18:41:31 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:41:31 |From: Tony Espy 18:41:31 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:41:31 |Subject: [PATCH] optimize snap build for pipeline CI check 18:41:31 | 18:41:31 |This patch is used by the EdgeX CI pipeline builds to 18:41:31 |optimize the snap CI check run for pull requests. When 18:41:31 |applied, it essentially strips out everything (apps and 18:41:31 |parts) from the snapcraft.yaml file except those required 18:41:31 |to build edgex-go, as the whole idea of the CI check is to 18:41:31 |catch changes to edgex-go that break the snap build. 18:41:31 | 18:41:31 |In general, anyone updating snapcraft.yaml will also need 18:41:31 |to update this patch file, otherwise it may fail to apply, 18:41:31 |resulting in a failed snap build CI check in the associated 18:41:31 |pull request. 18:41:31 | 18:41:31 |Note - in addition to applying this patch, the pipeline also 18:41:31 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:41:31 |need to build the finally binary .snap file (and it won't 18:41:31 |work with the patch applied). This further reduces the build 18:41:31 |time. 18:41:31 |--- 18:41:31 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:41:31 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:41:31 | 18:41:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:41:31 |index 1e537489..faf42425 100644 18:41:31 |--- a/snap/snapcraft.yaml 18:41:31 |+++ b/snap/snapcraft.yaml 18:41:31 -------------------------- 18:41:31 patching file snap/snapcraft.yaml 18:41:31 Using Plan A... 18:41:31 Hunk #1 succeeded at 73. 18:41:31 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:41:31 Hunk #3 succeeded at 214 (offset -1 lines). 18:41:31 Hunk #4 succeeded at 222 (offset -1 lines). 18:41:31 Hunk #5 succeeded at 229 (offset -1 lines). 18:41:31 Hunk #6 succeeded at 256 (offset -1 lines). 18:41:31 Hunk #7 succeeded at 290 (offset -1 lines). 18:41:31 Hunk #8 succeeded at 342. 18:41:31 Hmm... Ignoring the trailing garbage. 18:41:31 done 18:41:31 + sudo snapcraft prime --use-lxd 18:41:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:41: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: 18:41:31 - README.md 18:41:31 - snapcraft.yaml.orig 18:41:31 18:41:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:41:32 Launching a container. 18:41:32 Collecting urllib3<1.25,>=1.21.1 18:41:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:41:33 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:41:33 Collecting idna<2.8,>=2.5 18:41:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:41:33 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:41:34 Collecting docker-pycreds>=0.4.0 18:41:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:41:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:41:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:41:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:41:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:41:35 Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, websocket-client, cached-property, docker-pycreds, docker, jsonschema, docopt, texttable, docker-compose 18:41:35 Attempting uninstall: urllib3 18:41:35 Found existing installation: urllib3 1.25.9 18:41:35 Uninstalling urllib3-1.25.9: 18:41:35 Successfully uninstalled urllib3-1.25.9 18:41:36 Attempting uninstall: idna 18:41:36 Found existing installation: idna 2.9 18:41:36 Uninstalling idna-2.9: 18:41:37 Successfully uninstalled idna-2.9 18:41:38 Attempting uninstall: requests 18:41:38 Found existing installation: requests 2.23.0 18:41:38 Uninstalling requests-2.23.0: 18:41:38 Successfully uninstalled requests-2.23.0 18:41:38 Running setup.py install for dockerpty: started 18:41:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:41:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:41:40 ---> 7d9b8608dad2 18:41:40 Step 3/22 : WORKDIR /edgex-go 18:41:40 ---> Using cache 18:41:40 ---> bf25a69728b2 18:41:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:40 ---> Using cache 18:41:40 ---> 25c49fa6e573 18:41:40 Step 5/22 : RUN apk add --update --no-cache make git 18:41:40 ---> Using cache 18:41:40 ---> 5da49df94bbd 18:41:40 Step 6/22 : COPY go.mod . 18:41:40 ---> Using cache 18:41:40 ---> 867e40f68340 18:41:40 Step 7/22 : RUN go mod download 18:41:40 ---> Using cache 18:41:40 ---> 0ff014842083 18:41:40 Step 8/22 : COPY . . 18:41:40 ---> Using cache 18:41:40 ---> 9275c3ee6daf 18:41:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:41:41 Running setup.py install for dockerpty: finished with status 'done' 18:41:41 Running setup.py install for PyYAML: started 18:41:43 ---> Running in 019a918fd111 18:41:43 Running setup.py install for PyYAML: finished with status 'done' 18:41:44 Waiting for container to be ready 18:41:44 To start your first instance, try: lxc launch ubuntu:18.04 18:41:44 18:41:45 Running setup.py install for docopt: started 18:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:41:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:41:48 Waiting for network to be ready... 18:41:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:41:49 ---> b969d4b55568 18:41:49 Step 9/23 : RUN make cmd/core-data/core-data 18:41:49 Running setup.py install for docopt: finished with status 'done' 18:41:49 Running setup.py install for texttable: started 18:41:49 ---> Running in 4ed7ea02be0a 18:41:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] 18:41:49 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:41:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 18:41:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:41:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:41:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:41:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:41:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] 18:41:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:41:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:41:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:41:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:41:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:41:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:41:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:41:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:41:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:41:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:41:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 18:41:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 18:41:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:41:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:41:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:41:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:41:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 18:41:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 18:41:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:41:52 Running setup.py install for texttable: finished with status 'done' 18:41:52 Fetched 23.9 MB in 4s (6052 kB/s) 18:41:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:41:53 Reading package lists... 18:41:54 Reading package lists... 18:41:54 Building dependency tree... 18:41:54 Reading state information... 18:41:54 The following additional packages will be installed: 18:41:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:41:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:41:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:41:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:41:54 Suggested packages: 18:41:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:41:54 Recommended packages: 18:41:54 gnupg libsasl2-modules 18:41:54 The following NEW packages will be installed: 18:41:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:41:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:41:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:41:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:41:54 The following packages will be upgraded: 18:41:54 gpg gpg-agent gpgconf libudev1 18:41:54 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:41:54 Need to get 3533 kB of archives. 18:41:54 After this operation, 13.3 MB of additional disk space will be used. 18:41:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:41:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:41:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:41:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:41:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:41:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:41:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:41:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:41:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:41:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:41:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:41:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:41:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:41:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:41:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:41:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:41:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:41:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:41:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:41:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:41:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:41:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:41:55 debconf: delaying package configuration, since apt-utils is not installed 18:41:55 Fetched 3533 kB in 1s (3157 kB/s) 18:41:55 (Reading database ... 12511 files and directories currently installed.) 18:41:55 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:41:55 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:41:56 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:41:56 Selecting previously unselected package udev. 18:41:56 (Reading database ... 12511 files and directories currently installed.) 18:41:56 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:41:56 Unpacking udev (237-3ubuntu10.44) ... 18:41:56 Selecting previously unselected package libfuse2:amd64. 18:41:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:41:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:41:56 Selecting previously unselected package fuse. 18:41:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:41:56 Unpacking fuse (2.9.7-1ubuntu1) ... 18:41:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:41:56 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:41:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:41:56 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:41:56 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:41:56 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:41:57 Selecting previously unselected package libksba8:amd64. 18:41:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:41:57 Unpacking libksba8:amd64 (1.3.5-2) ... 18:41:57 Selecting previously unselected package libroken18-heimdal:amd64. 18:41:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:41:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:41:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:41:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libwind0-heimdal:amd64. 18:41:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:41:57 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:41:57 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:57 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:41:57 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:57 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:41:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:41:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:58 Selecting previously unselected package libsasl2-modules-db:amd64. 18:41:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:41:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:41:58 Selecting previously unselected package libsasl2-2:amd64. 18:41:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:41:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:41:58 Selecting previously unselected package libldap-common. 18:41:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:41:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:41:58 Selecting previously unselected package libldap-2.4-2:amd64. 18:41:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:41:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:41:58 Selecting previously unselected package dirmngr. 18:41:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:41:58 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:41:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:41:58 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:41:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:41:58 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:41:58 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:41:58 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:41:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:58 Setting up libksba8:amd64 (1.3.5-2) ... 18:41:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:41:58 Setting up udev (237-3ubuntu10.44) ... 18:41:59 invoke-rc.d: policy-rc.d denied execution of start. 18:41:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Processing triggers for systemd (237-3ubuntu10) ... 18:41:59 Setting up fuse (2.9.7-1ubuntu1) ... 18:41:59 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:41:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:41:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:41:59 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:41:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:42:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:42:00 settings in the [Install] section, and DefaultInstance for template units). 18:42:00 This means they are not meant to be enabled using systemctl. 18:42:00 Possible reasons for having this kind of units are: 18:42:00 1) A unit may be statically enabled by being symlinked from another unit's 18:42:00 .wants/ or .requires/ directory. 18:42:00 2) A unit's purpose may be to act as a helper for some other unit which has 18:42:00 a requirement dependency on it. 18:42:00 3) A unit may be started when needed via activation (socket, path, timer, 18:42:00 D-Bus, udev, scripted systemctl call, ...). 18:42:00 4) In case of template units, the unit is meant to be enabled with some 18:42:00 instance name specified. 18:42:00 Reading package lists... 18:42:00 Removing intermediate container 71366e8d71e4 18:42:00 ---> 7d0c9f6e512c 18:42:00 Step 21/26 : RUN apk --no-cache add curl 18:42:00 ---> Running in c344694b8cf5 18:42:00 Building dependency tree... 18:42:00 Reading state information... 18:42:00 The following additional packages will be installed: 18:42:00 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:42:00 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:42:00 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:42:00 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:42:00 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:42:00 Suggested packages: 18:42:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:42:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:42:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:42:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:42:00 systemd-container policykit-1 18:42:00 Recommended packages: 18:42:00 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:42:00 The following NEW packages will be installed: 18:42:00 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:42:00 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:42:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:42:00 multiarch-support openssh-client python3 python3-minimal python3.6 18:42:00 python3.6-minimal snapd squashfs-tools sudo 18:42:00 The following packages will be upgraded: 18:42:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:42:01 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:42:01 Need to get 35.2 MB of archives. 18:42:01 After this operation, 141 MB of additional disk space will be used. 18:42:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:42:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:42:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:42:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:42:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:42:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:42:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:42:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:42:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:42:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:42:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:42:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:42:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:42:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:42:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:42:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:42:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:42:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:42:01 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:42:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:42:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:42:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:42:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:42:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:42:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:42:01 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:42:01 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:42:01 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:42:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:42:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:42:03 (2/3) Installing libcurl (7.69.1-r3) 18:42:03 (3/3) Installing curl (7.69.1-r3) 18:42:03 Executing busybox-1.31.1-r19.trigger 18:42:03 OK: 71 MiB in 58 packages 18:42:03 debconf: delaying package configuration, since apt-utils is not installed 18:42:03 Fetched 35.2 MB in 3s (13.3 MB/s) 18:42:03 (Reading database ... 12757 files and directories currently installed.) 18:42:03 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:42:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:42:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:04 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:42:04 (Reading database ... 12757 files and directories currently installed.) 18:42:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:42:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:42:05 Removing intermediate container c344694b8cf5 18:42:05 ---> 849c2bcf913a 18:42:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:42:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:42:05 (Reading database ... 12757 files and directories currently installed.) 18:42:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:42:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:42:05 ---> Running in 8500c37dbc4c 18:42:05 Setting up apt (1.6.12ubuntu0.2) ... 18:42:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:42:05 Removing intermediate container 8500c37dbc4c 18:42:05 ---> 5189df9911cc 18:42:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:42:06 ---> Running in 26b40735d9ef 18:42:06 (Reading database ... 12764 files and directories currently installed.) 18:42:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:42:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:42:06 Selecting previously unselected package libpython3.6-minimal:amd64. 18:42:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:06 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:06 Selecting previously unselected package libexpat1:amd64. 18:42:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:42:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:42:06 Selecting previously unselected package python3.6-minimal. 18:42:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:42:06 Removing intermediate container 26b40735d9ef 18:42:06 ---> 049084c1071f 18:42:06 Step 24/26 : LABEL arch=arm64 18:42:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:42:07 ---> Running in bc3fe3d3b1fd 18:42:07 Checking for services that may need to be restarted...done. 18:42:07 Checking for services that may need to be restarted...done. 18:42:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:42:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:42:07 Selecting previously unselected package python3-minimal. 18:42:07 (Reading database ... 13012 files and directories currently installed.) 18:42:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:42:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:42:07 Selecting previously unselected package mime-support. 18:42:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:42:07 Unpacking mime-support (3.60ubuntu1) ... 18:42:07 Selecting previously unselected package libmpdec2:amd64. 18:42:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:42:08 Removing intermediate container bc3fe3d3b1fd 18:42:08 ---> 5a9ee26adc08 18:42:08 Step 25/26 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:42:08 ---> Running in e39949653695 18:42:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:42:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:42:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:08 Selecting previously unselected package python3.6. 18:42:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:42:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:42:08 Selecting previously unselected package libpython3-stdlib:amd64. 18:42:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:42:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:42:08 Setting up python3-minimal (3.6.7-1~18.04) ... 18:42:08 Selecting previously unselected package python3. 18:42:08 (Reading database ... 13442 files and directories currently installed.) 18:42:08 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:42:08 Unpacking python3 (3.6.7-1~18.04) ... 18:42:08 Removing intermediate container e39949653695 18:42:08 ---> 44c86a4ff69f 18:42:08 Step 26/26 : LABEL version=0.0.0 18:42:08 Selecting previously unselected package multiarch-support. 18:42:08 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:42:08 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:42:08 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:42:08 Selecting previously unselected package liblzo2-2:amd64. 18:42:08 (Reading database ... 13479 files and directories currently installed.) 18:42:08 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:42:08 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:42:08 ---> Running in 54762dd06ece 18:42:09 Selecting previously unselected package libbsd0:amd64. 18:42:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:42:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:42:09 Selecting previously unselected package sudo. 18:42:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:42:09 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:42:09 Selecting previously unselected package apparmor. 18:42:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:42:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:42:09 Selecting previously unselected package libedit2:amd64. 18:42:09 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:42:09 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:42:09 Removing intermediate container 54762dd06ece 18:42:09 ---> b3b6e304c9b6 18:42:09 18:42:09 Selecting previously unselected package libkrb5support0:amd64. 18:42:09 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:42:09 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:42:09 Selecting previously unselected package libk5crypto3:amd64. 18:42:09 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:42:09 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:42:09 Selecting previously unselected package libkeyutils1:amd64. 18:42:09 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:42:09 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:42:09 Selecting previously unselected package libkrb5-3:amd64. 18:42:09 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:42:09 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:42:09 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:42:09 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:42:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:42:10 Selecting previously unselected package libssl1.0.0:amd64. 18:42:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:42:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:42:10 Successfully built b3b6e304c9b6 18:42:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:42:10 Selecting previously unselected package openssh-client. 18:42:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:42:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:42:10 Selecting previously unselected package squashfs-tools. 18:42:10 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:42:10 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:42:10 Selecting previously unselected package snapd. 18:42:10 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:42:10 Unpacking snapd (2.48+18.04) ... 18:42:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:42:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:42:12 Setting up mime-support (3.60ubuntu1) ... 18:42:12 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:42:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:42:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:42:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:42:13 Setting up systemd (237-3ubuntu10.44) ... 18:42:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:42:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:42:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:42:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:42:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:42:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:42:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:42:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:42:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:42:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:42:15 Setting up python3 (3.6.7-1~18.04) ... 18:42:15 running python rtupdate hooks for python3.6... 18:42:15 running python post-rtupdate hooks for python3.6... 18:42:15 Setting up apparmor (2.12-4ubuntu5.1) ... 18:42:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:42:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:42:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:42:17 Setting up snapd (2.48+18.04) ... 18:42:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:42:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:42:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:42:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:42:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:42:19 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:42:19 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 18:42:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:42:19 Processing triggers for systemd (237-3ubuntu10.44) ... 18:42:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:42:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:42:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:42:21 Reading package lists... 18:42:21 Reading package lists... 18:42:21 Building dependency tree... 18:42:21 Reading state information... 18:42:22 Calculating upgrade... 18:42:22 The following packages will be upgraded: 18:42:22 advancecomp base-files bash binutils binutils-common 18:42:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:42:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:42:22 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:42:22 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:42:22 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:42:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:42:22 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:42:22 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:42:22 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:42:22 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:42:22 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:42:22 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:42:22 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:42:22 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:42:22 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:42:22 Need to get 63.8 MB of archives. 18:42:22 After this operation, 5205 kB of additional disk space will be used. 18:42:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 18:42:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:42:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:42:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:42:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:42:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:42:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:42:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:42:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:42:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:42:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:42:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:42:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:42:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:42:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:42:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:42:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:42:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:42:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:42:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:42:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:42:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:42:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:42:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:42:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:42:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:42:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:42:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:42:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:42:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:42:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:42:23 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:42:23 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:42:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:42:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:42:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:42:23 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:42:23 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:42:23 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:42:23 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:42:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:42:23 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:42:23 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:42:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:42:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:42:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:42:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:42:23 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:42:23 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:42:23 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:42:23 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:42:23 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:42:23 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:42:23 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:42:23 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:42:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:42:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:42:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:42:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:42:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:42:23 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:42:23 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:42:23 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:42:23 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:42:23 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:42:23 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:42:23 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:42:23 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:42:23 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:42:23 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:42:23 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:42:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:42:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:42:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:42:24 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:42:24 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:42:24 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:42:24 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:42:24 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:42:24 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:42:24 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:42:24 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:42:24 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:42:24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:42:24 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:42:24 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:42:24 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:42:24 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:42:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:42:24 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:42:24 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:42:24 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:42:24 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:42:25 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:42:25 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:42:25 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:42:25 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:42:25 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:42:25 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:42:25 debconf: delaying package configuration, since apt-utils is not installed 18:42:25 Fetched 63.8 MB in 3s (20.6 MB/s) 18:42:25 (Reading database ... 13912 files and directories currently installed.) 18:42:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:42:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:42:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:42:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:42:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 18:42:26 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 18:42:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:27 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:27 (Reading database ... 13911 files and directories currently installed.) 18:42:27 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:27 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:42:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:42:28 (Reading database ... 13911 files and directories currently installed.) 18:42:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:42:28 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:42:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:29 (Reading database ... 13911 files and directories currently installed.) 18:42:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:42:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:42:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:42:29 (Reading database ... 13911 files and directories currently installed.) 18:42:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:42:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:42:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:42:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:42:30 Setting up base-files (10.1ubuntu2.10) ... 18:42:30 Installing new version of config file /etc/issue ... 18:42:30 Installing new version of config file /etc/issue.net ... 18:42:30 Installing new version of config file /etc/lsb-release ... 18:42:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:42:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:42:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:42:30 Removing obsolete conffile /etc/default/motd-news ... 18:42:30 (Reading database ... 13912 files and directories currently installed.) 18:42:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:42:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:42:30 Setting up bash (4.4.18-2ubuntu1.2) ... 18:42:30 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 18:42:30 (Reading database ... 13912 files and directories currently installed.) 18:42:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:42:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:42:31 (Reading database ... 13912 files and directories currently installed.) 18:42:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:42:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:42:31 Setting up tar (1.29b-2ubuntu0.2) ... 18:42:31 (Reading database ... 13912 files and directories currently installed.) 18:42:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:42:31 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:42:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:42:31 (Reading database ... 13912 files and directories currently installed.) 18:42:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:42:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:42:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:42:32 (Reading database ... 13912 files and directories currently installed.) 18:42:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:42:32 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:42:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:42:32 (Reading database ... 13912 files and directories currently installed.) 18:42:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:42:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:42:32 Setting up grep (3.1-2build1) ... 18:42:32 (Reading database ... 13912 files and directories currently installed.) 18:42:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:42:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:42:32 Setting up login (1:4.5-1ubuntu2) ... 18:42:33 (Reading database ... 13912 files and directories currently installed.) 18:42:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:42:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:42:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:42:33 (Reading database ... 13912 files and directories currently installed.) 18:42:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:42:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:42:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:42:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:42:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:42:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:42:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:42:34 (Reading database ... 13912 files and directories currently installed.) 18:42:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:42:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:42:35 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:42:35 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:42:35 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:42:35 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:42:35 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:42:35 (Reading database ... 13912 files and directories currently installed.) 18:42:35 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:42:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:42:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:42:36 (Reading database ... 13912 files and directories currently installed.) 18:42:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:36 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:36 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:42:36 (Reading database ... 13912 files and directories currently installed.) 18:42:36 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:36 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:42:36 (Reading database ... 13912 files and directories currently installed.) 18:42:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:36 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:42:37  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5baeccdfae19 18:42:37 ---> 7909ee8abdc6 18:42:37 18:42:37 Step 10/23 : FROM alpine:3.12 18:42:37 ---> afeebe901d6b 18:42:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:42:37 ---> Using cache 18:42:37 ---> 8a4f86c4516c 18:42:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:42:37 ---> Using cache 18:42:37 ---> a7a9d6e345a6 18:42:37 Step 13/23 : ENV APP_PORT=48082 18:42:37 ---> Running in 538a01e0bb57 18:42:37 Removing intermediate container 538a01e0bb57 18:42:37 ---> 8db6538da07e 18:42:37 Step 14/23 : EXPOSE $APP_PORT 18:42:37 ---> Running in 01aea3941a95 18:42:37 Removing intermediate container 01aea3941a95 18:42:37 ---> 74325858140d 18:42:37 Step 15/23 : WORKDIR / 18:42:37 ---> Running in 4c77f541af7d 18:42:37 Removing intermediate container 4c77f541af7d 18:42:37 ---> 0c4faa6bf470 18:42:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:37 ---> bac97d06769d 18:42:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:42:37 (Reading database ... 13912 files and directories currently installed.) 18:42:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:42:37 (Reading database ... 13912 files and directories currently installed.) 18:42:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:42:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:42:37 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:42:37 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:42:37 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:42:37 (Reading database ... 13912 files and directories currently installed.) 18:42:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:42:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:42:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:42:38 (Reading database ... 13912 files and directories currently installed.) 18:42:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:42:38 (Reading database ... 13912 files and directories currently installed.) 18:42:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:38 ---> b765a62d9589 18:42:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:42:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:42:38 (Reading database ... 13912 files and directories currently installed.) 18:42:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:42:39 ---> 8ff86c16951c 18:42:39 Step 19/23 : ENTRYPOINT ["/core-command"] 18:42:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:42:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:42:39 ---> Running in 0dc91821d6db 18:42:39 (Reading database ... 13912 files and directories currently installed.) 18:42:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:42:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:42:39 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:42:40 (Reading database ... 13912 files and directories currently installed.) 18:42:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:42:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:42:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:42:40 Removing intermediate container 0dc91821d6db 18:42:40 ---> 6ebf1b5c7a1b 18:42:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:40 (Reading database ... 13914 files and directories currently installed.) 18:42:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:42:40 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:42:40 ---> Running in 5ef9eed85dae 18:42:40 Setting up debconf (1.5.66ubuntu1) ... 18:42:40 (Reading database ... 13914 files and directories currently installed.) 18:42:40 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:42:40 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:42:40 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:42:41 Removing intermediate container 5ef9eed85dae 18:42:41 ---> b34784b2c3d7 18:42:41 Step 21/23 : LABEL arch=arm64 18:42:41 (Reading database ... 13914 files and directories currently installed.) 18:42:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:42:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:42:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:42:41 ---> Running in 356dfb688518 18:42:41 (Reading database ... 13914 files and directories currently installed.) 18:42:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:42:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:42:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:42:41 (Reading database ... 13914 files and directories currently installed.) 18:42:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:42:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:42:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:42:41 Removing intermediate container 356dfb688518 18:42:41 ---> 59704f3b9bf4 18:42:41 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:42:41 ---> Running in fb8c20950e88 18:42:42 (Reading database ... 13914 files and directories currently installed.) 18:42:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:42:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:42:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:42:42 (Reading database ... 13914 files and directories currently installed.) 18:42:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:42:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:42:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:42:42 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:42:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:42:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:42:42 Removing intermediate container fb8c20950e88 18:42:42 ---> ffb0fe98026f 18:42:42 Step 23/23 : LABEL version=0.0.0 18:42:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:42:42 (Reading database ... 13914 files and directories currently installed.) 18:42:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:42:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:42:42 ---> Running in fc6f3f2159e3 18:42:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:42:43 (Reading database ... 13914 files and directories currently installed.) 18:42:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:42:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:42:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:42:43 Removing intermediate container fc6f3f2159e3 18:42:43 ---> 3ba522067654 18:42:43 18:42:43 (Reading database ... 13914 files and directories currently installed.) 18:42:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:42:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:42:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:42:43 Successfully built 3ba522067654 18:42:43 Successfully tagged docker-core-command-go-arm64:latest 18:42:44 (Reading database ... 13914 files and directories currently installed.) 18:42:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:42:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:42:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:42:44 (Reading database ... 13914 files and directories currently installed.) 18:42:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:42:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:42:44 Setting up passwd (1:4.5-1ubuntu2) ... 18:42:44 (Reading database ... 13914 files and directories currently installed.) 18:42:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:42:44 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:42:44 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:42:44 (Reading database ... 13914 files and directories currently installed.) 18:42:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:42:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:42:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:42:45 (Reading database ... 13914 files and directories currently installed.) 18:42:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:42:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:42:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:42:45 (Reading database ... 13914 files and directories currently installed.) 18:42:45 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:42:45 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:42:45 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:42:45 (Reading database ... 13914 files and directories currently installed.) 18:42:45 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:42:45 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:42:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:42:46 (Reading database ... 13914 files and directories currently installed.) 18:42:46 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:42:46 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:42:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:42:46 (Reading database ... 13914 files and directories currently installed.) 18:42:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:42:46 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:42:46 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:42:46 (Reading database ... 13915 files and directories currently installed.) 18:42:46 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:42:46 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:42:46 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:42:46 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:42:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:42:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:42:47 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:42:47 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:42:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:42:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:42:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:42:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:42:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:42:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:42:47 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:42:47 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:42:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:42:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:42:48 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:42:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:42:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:42:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:42:48 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:42:48 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:42:49 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:42:49 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:42:49 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:42:49 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:42:49 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:42:49 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:42:50 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:42:50 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:42:50 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:42:50 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:42:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:42:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:42:50 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:50 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:50 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:50 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:50 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:50 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:50 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:53  Building docker-core-command-go ... done Removing intermediate container 6f8b624bbeb8 18:42:53 ---> 6e5a0f17828d 18:42:53 18:42:53 Step 10/21 : FROM alpine:3.12 18:42:53 ---> afeebe901d6b 18:42:53 Step 11/21 : RUN apk add --update --no-cache curl 18:42:53 ---> Running in 56a2c8ad31b4 18:42:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:54 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:54 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:54 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:54 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:42:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:42:55 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:42:55 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:42:55 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:42:55 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:42:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:42:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:42:55 (1/4) Installing ca-certificates (20191127-r4) 18:42:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:42:55 (3/4) Installing libcurl (7.69.1-r3) 18:42:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:42:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:42:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:42:55 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:42:55 (4/4) Installing curl (7.69.1-r3) 18:42:55 Executing busybox-1.31.1-r19.trigger 18:42:55 Executing ca-certificates-20191127-r4.trigger 18:42:55 OK: 7 MiB in 18 packages 18:42:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:42:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:42:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:42:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:42:56 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:42:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:42:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:42:56 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:42:56 18:42:56 Current default time zone: 'Etc/UTC' 18:42:56 Local time is now: Mon Feb 1 18:42:56 UTC 2021. 18:42:56 Universal Time is now: Mon Feb 1 18:42:56 UTC 2021. 18:42:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:42:56 18:42:56 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:42:56 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:56 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 18:42:56 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:42:56 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:42:56 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:42:56 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:42:56 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:42:57 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:42:57 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:42:57 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:57 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:42:57 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:42:57 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:42:57 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:42:57 Setting up patch (2.7.6-2ubuntu1.1) ... 18:42:57 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:42:57 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:42:57 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:42:57 Installing new version of config file /etc/ssl/openssl.cnf ... 18:42:57 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:42:57 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:42:57 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:42:58 Removing intermediate container 56a2c8ad31b4 18:42:58 ---> a2ba89273700 18:42:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:42:58 ---> Running in 28472122a539 18:42:59 Updating certificates in /etc/ssl/certs... 18:42:59 Removing intermediate container 28472122a539 18:42:59 ---> 812ff62a471b 18:42:59 Step 13/21 : WORKDIR /edgex 18:42:59 ---> Running in cf1217f8fefa 18:43:00 22 added, 17 removed; done. 18:43:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:43:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:43:00 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:43:00 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:43:00 Setting up pkgbinarymangler (138.18.04.1) ... 18:43:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:43:00 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up perl (5.26.1-6ubuntu0.5) ... 18:43:00 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:43:00 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:43:00 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:43:00 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:43:00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:43:00 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:43:00 Removing intermediate container cf1217f8fefa 18:43:00 ---> d9da1269bb7f 18:43:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:43:00 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:43:00 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:43:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:43:00 Processing triggers for systemd (237-3ubuntu10.44) ... 18:43:00 Processing triggers for mime-support (3.60ubuntu1) ... 18:43:00 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:43:00 Updating certificates in /etc/ssl/certs... 18:43:01 ---> f5673a078488 18:43:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:43:01 0 added, 0 removed; done. 18:43:01 Running hooks in /etc/ca-certificates/update.d... 18:43:01 done. 18:43:02 Reading package lists... 18:43:02 Building dependency tree... 18:43:02 Reading state information... 18:43:02 The following NEW packages will be installed: 18:43:02 apt-transport-https 18:43:02 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:43:02 Need to get 1696 B of archives. 18:43:02 After this operation, 153 kB of additional disk space will be used. 18:43:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:43:02 debconf: delaying package configuration, since apt-utils is not installed 18:43:02 Fetched 1696 B in 0s (7522 B/s) 18:43:02 Selecting previously unselected package apt-transport-https. 18:43:02 (Reading database ... 13929 files and directories currently installed.) 18:43:02 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:43:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:43:02 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:43:02 Waiting for network to be ready... 18:43:03 ---> 78f6b955a21f 18:43:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:43:05 ---> c141f0c03c4e 18:43:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:43:05 ---> Running in c921d9c92338 18:43:05 Removing intermediate container c921d9c92338 18:43:05 ---> d968f004956f 18:43:05 Step 18/21 : CMD ["--init=true"] 18:43:06 ---> Running in 14928d97f705 18:43:06 Removing intermediate container 14928d97f705 18:43:06 ---> 86249b142d77 18:43:06 Step 19/21 : LABEL arch=arm64 18:43:06 ---> Running in 68fb8a508e24 18:43:07 Removing intermediate container 68fb8a508e24 18:43:07 ---> 0ee4f95170d9 18:43:07 Step 20/21 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:43:07 ---> Running in 848c387b08e4 18:43:08 Removing intermediate container 848c387b08e4 18:43:08 ---> 5e475a725746 18:43:08 Step 21/21 : LABEL version=0.0.0 18:43:08 ---> Running in a246a29ad9d3 18:43:09 Removing intermediate container a246a29ad9d3 18:43:09 ---> 61285111189f 18:43:09 18:43:09 2021-02-01T18:43:05Z INFO Waiting for automatic snapd restart... 18:43:09 snapd 2.48.2 from Canonical* installed 18:43:09 Successfully built 61285111189f 18:43:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:43:10 "snapd" switched to the "latest/stable" channel 18:43:10 18:43:12 core18 20201210 from Canonical* installed 18:43:12 "core18" switched to the "latest/stable" channel 18:43:12 18:43:14  Building docker-security-proxy-setup-go ... done Removing intermediate container 019a918fd111 18:43:14 ---> 55198b217e26 18:43:14 18:43:14 Step 10/22 : FROM alpine:3.12 18:43:14 ---> afeebe901d6b 18:43:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:43:14 ---> Using cache 18:43:14 ---> 8a4f86c4516c 18:43:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:43:14 ---> Using cache 18:43:14 ---> a7a9d6e345a6 18:43:14 Step 13/22 : ENV APP_PORT=48085 18:43:14 ---> Running in f377fd08437c 18:43:14 Removing intermediate container f377fd08437c 18:43:14 ---> 2c2cf8ff9a11 18:43:14 Step 14/22 : EXPOSE $APP_PORT 18:43:15 ---> Running in 1432d7f37b9a 18:43:15 Removing intermediate container 1432d7f37b9a 18:43:15 ---> 42ca3b15bb0a 18:43:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:16 snapcraft 4.4.4 from Canonical* installed 18:43:16 "snapcraft" switched to the "latest/stable" channel 18:43:16 18:43:16 ---> 527f0ee617df 18:43:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:43:18 ---> b3494dc2e2e0 18:43:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:43:18 ---> 554e2b590c52 18:43:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:43:19 ---> Running in 848c1fda788f 18:43:19 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:43:19 - README.md 18:43:19 - snapcraft.yaml.orig 18:43:19 18:43:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:43:19 Removing intermediate container 848c1fda788f 18:43:19 ---> a5cd58d98c55 18:43:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:19 ---> Running in 24cd60f25ea0 18:43:20 Removing intermediate container 24cd60f25ea0 18:43:20 ---> 7ee1f82d02fe 18:43:20 Step 20/22 : LABEL arch=arm64 18:43:20 ---> Running in 37ff53c646a6 18:43:21 Removing intermediate container 37ff53c646a6 18:43:21 ---> 7c203f569ea5 18:43:21 Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:43:21 ---> Running in 586f4f6b0bd8 18:43:21 Removing intermediate container 586f4f6b0bd8 18:43:21 ---> 19631e839d28 18:43:21 Step 22/22 : LABEL version=0.0.0 18:43:21 ---> Running in 9c7c4d69b47e 18:43:22 Removing intermediate container 9c7c4d69b47e 18:43:22 ---> 0893c5a09599 18:43:22 18:43:22 Successfully built 0893c5a09599 18:43:23 Successfully tagged docker-support-scheduler-go-arm64:latest 18:43:25  Building docker-support-scheduler-go ... done Removing intermediate container 4ed7ea02be0a 18:43:25 ---> 888e6e9b997d 18:43:25 18:43:25 Step 10/23 : FROM alpine:3.12 18:43:25 ---> afeebe901d6b 18:43:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:43:25 ---> Running in f46d9598e5b5 18:43:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:43:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:43:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:43:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:43:26 Removing intermediate container f46d9598e5b5 18:43:26 ---> 16e5c6efe3d0 18:43:26 Step 12/23 : ENV APP_PORT=48080 18:43:26 ---> Running in 8d22d1fa9f55 18:43:26 Removing intermediate container 8d22d1fa9f55 18:43:26 ---> 55cde2b8b8fd 18:43:26 Step 13/23 : EXPOSE $APP_PORT 18:43:27 ---> Running in 7eded42943fc 18:43:27 Reading package lists... 18:43:27 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:43:27 Removing intermediate container 7eded42943fc 18:43:27 ---> 1b2f515be253 18:43:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:27 ---> Running in 4680c27edeb8 18:43:30 Removing intermediate container 4680c27edeb8 18:43:30 ---> e3462e126496 18:43:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:43:30 ---> Running in c49bf313aa62 18:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:33 (1/6) Installing dumb-init (1.2.2-r1) 18:43:33 (2/6) Installing libgcc (9.3.0-r2) 18:43:33 (3/6) Installing libsodium (1.0.18-r0) 18:43:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:43:33 Reading package lists... 18:43:33 Building dependency tree... 18:43:33 Reading state information... 18:43:33 (4/6) Installing libstdc++ (9.3.0-r2) 18:43:33 Suggested packages: 18:43:33 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:43:33 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:43:33 Recommended packages: 18:43:33 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:43:33 The following NEW packages will be installed: 18:43:33 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:43:33 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:43:33 pkg-config zip 18:43:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:43:34 Need to get 7655 kB of archives. 18:43:34 After this operation, 43.7 MB of additional disk space will be used. 18:43:34 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:43:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:43:34 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:43:34 (5/6) Installing libzmq (4.3.3-r0) 18:43:34 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:43:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:43:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:43:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:43:34 (6/6) Installing zeromq (4.3.3-r0) 18:43:34 Executing busybox-1.31.1-r19.trigger 18:43:34 OK: 8 MiB in 20 packages 18:43:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:43:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:43:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:43:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:43:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:43:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:43:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:43:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:43:35 debconf: delaying package configuration, since apt-utils is not installed 18:43:35 Fetched 7655 kB in 1s (6936 kB/s) 18:43:35 Selecting previously unselected package libglib2.0-0:amd64. 18:43:35 (Reading database ... 13933 files and directories currently installed.) 18:43:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:43:35 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:43:35 Selecting previously unselected package libpsl5:amd64. 18:43:35 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:43:35 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:43:35 Selecting previously unselected package libnghttp2-14:amd64. 18:43:35 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:43:35 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:43:35 Selecting previously unselected package librtmp1:amd64. 18:43:35 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:43:35 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:43:35 Selecting previously unselected package libcurl3-gnutls:amd64. 18:43:35 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:43:35 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:43:35 Selecting previously unselected package liberror-perl. 18:43:35 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:43:35 Unpacking liberror-perl (0.17025-1) ... 18:43:35 Selecting previously unselected package git-man. 18:43:35 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:43:35 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:43:35 Removing intermediate container c49bf313aa62 18:43:35 ---> ddb3b1b4fbe0 18:43:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:35 Selecting previously unselected package git. 18:43:35 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:43:35 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:43:36 ---> 65f3e4055d4f 18:43:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:43:36 Selecting previously unselected package libnorm1:amd64. 18:43:36 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:43:36 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:43:36 Selecting previously unselected package libpgm-5.2-0:amd64. 18:43:36 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:43:36 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:43:36 Selecting previously unselected package libsodium23:amd64. 18:43:36 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:43:36 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:43:37 Selecting previously unselected package libzmq5:amd64. 18:43:37 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:43:37 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:43:37 Selecting previously unselected package libzmq3-dev:amd64. 18:43:37 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:43:37 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:43:37 Selecting previously unselected package pkg-config. 18:43:37 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:43:37 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:43:37 Selecting previously unselected package zip. 18:43:37 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:43:37 Unpacking zip (3.0-11build1) ... 18:43:37 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:43:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:43:37 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:43:37 Setting up liberror-perl (0.17025-1) ... 18:43:37 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:43:37 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:43:37 No schema files found: doing nothing. 18:43:37 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:43:37 Setting up zip (3.0-11build1) ... 18:43:37 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:43:37 Setting up libsodium23:amd64 (1.0.16-2) ... 18:43:37 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:43:37 ---> 2a93e0ba6cdf 18:43:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:43:37 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:43:37 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:43:37 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:43:37 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:43:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:43:38 ---> bcbc0b9afd01 18:43:38 Step 19/23 : ENTRYPOINT ["/core-data"] 18:43:38 ---> Running in 71b08d050897 18:43:39 Removing intermediate container 71b08d050897 18:43:39 ---> c0617d8f919c 18:43:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:39 ---> Running in aa2e15334ae8 18:43:40 Removing intermediate container aa2e15334ae8 18:43:40 ---> c4bbd334530b 18:43:40 Step 21/23 : LABEL arch=arm64 18:43:40 ---> Running in 30e34ca992c9 18:43:40 Removing intermediate container 30e34ca992c9 18:43:40 ---> cbfd994e7861 18:43:40 Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 18:43:40 ---> Running in 666b98bf8002 18:43:41 Removing intermediate container 666b98bf8002 18:43:41 ---> 4813acd9095a 18:43:41 Step 23/23 : LABEL version=0.0.0 18:43:41 ---> Running in 013bb4f2e3e1 18:43:42 Removing intermediate container 013bb4f2e3e1 18:43:42 ---> c8f75ba247be 18:43:42 18:43:42 Successfully built c8f75ba247be 18:43:42 Successfully tagged docker-core-data-go-arm64:latest 18:43:43  Building docker-core-data-go ... done  [Pipeline] } 18:43:43 $ docker stop --time=1 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 18:43:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:43:44 git set to automatically installed. 18:43:44 git-man set to automatically installed. 18:43:44 libcurl3-gnutls set to automatically installed. 18:43:44 liberror-perl set to automatically installed. 18:43:44 libglib2.0-0 set to automatically installed. 18:43:44 libnghttp2-14 set to automatically installed. 18:43:44 libnorm1 set to automatically installed. 18:43:44 libpgm-5.2-0 set to automatically installed. 18:43:44 libpsl5 set to automatically installed. 18:43:44 librtmp1 set to automatically installed. 18:43:44 libsodium23 set to automatically installed. 18:43:44 libzmq3-dev set to automatically installed. 18:43:44 libzmq5 set to automatically installed. 18:43:44 pkg-config set to automatically installed. 18:43:44 zip set to automatically installed. 18:43:45 $ docker rm -f 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 [Pipeline] // withDockerContainer [Pipeline] sh 18:43:45 + docker images 18:43:45 + grep docker 18:43:45 snapd is not logged in, snap install commands will use sudo 18:43:46 docker-core-data-go-arm64 latest c8f75ba247be 4 seconds ago 21MB 18:43:46 docker-support-scheduler-go-arm64 latest 0893c5a09599 23 seconds ago 16.1MB 18:43:46 docker-security-proxy-setup-go-arm64 latest 61285111189f 36 seconds ago 23.2MB 18:43:46 docker-core-command-go-arm64 latest 3ba522067654 About a minute ago 16MB 18:43:46 docker-sys-mgmt-agent-go-arm64 latest b3b6e304c9b6 About a minute ago 300MB 18:43:46 docker-security-bootstrapper-go-arm64 latest d0a35945fdba 2 minutes ago 22.6MB 18:43:46 docker-core-metadata-go-arm64 latest 3c153a02336f 2 minutes ago 17.7MB 18:43:46 docker-security-secretstore-setup-go-arm64 latest 526300bca42f 3 minutes ago 23.4MB 18:43:46 docker-support-notifications-go-arm64 latest 10aceaae405c 3 minutes ago 16MB 18:43:46 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] } 18:43:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:43:52 snap "core18" has no updates available 18:43:53 Pulling config-common 18:43:54 Pulling go-build-helper 18:44:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:44:16 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:44:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] 18:44:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 18:44:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:44:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:44:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:44:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:44:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] 18:44:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:44:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:44:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:44:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:44:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:44:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:44:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:44:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:44:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:44:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:44:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 18:44:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 18:44:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:44:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:44:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:44:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:44:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 18:44:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 18:44:16 Fetched 23.9 MB in 0s (0 B/s) 18:44:16 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:44:16 Fetched 96.5 kB in 0s (0 B/s) 18:44:16 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:44:16 Fetched 279 kB in 0s (0 B/s) 18:44:16 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:44:16 Fetched 122 kB in 0s (0 B/s) 18:44:16 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:44:16 Fetched 77.8 kB in 0s (0 B/s) 18:44:16 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:44:16 Fetched 8848 B in 0s (0 B/s) 18:44:16 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:44:16 Fetched 47.8 kB in 0s (0 B/s) 18:44:16 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:44:16 Fetched 45.6 kB in 0s (0 B/s) 18:44:16 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:44:16 Fetched 15.0 kB in 0s (0 B/s) 18:44:16 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:44:16 Fetched 214 kB in 0s (0 B/s) 18:44:16 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:44:16 Fetched 155 kB in 0s (0 B/s) 18:44:16 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:44:16 Fetched 50.6 kB in 0s (0 B/s) 18:44:16 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:44:16 Fetched 14.8 kB in 0s (0 B/s) 18:44:16 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:44:16 Fetched 41.8 kB in 0s (0 B/s) 18:44:16 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:44:16 Fetched 499 kB in 0s (0 B/s) 18:44:16 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:44:16 Fetched 111 kB in 0s (0 B/s) 18:44:16 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:44:16 Fetched 240 kB in 0s (0 B/s) 18:44:16 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:44:16 Fetched 29.3 kB in 0s (0 B/s) 18:44:16 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:44:16 Fetched 85.5 kB in 0s (0 B/s) 18:44:16 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:44:16 Fetched 24.5 kB in 0s (0 B/s) 18:44:16 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:44:16 Fetched 49.2 kB in 0s (0 B/s) 18:44:16 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:44:16 Fetched 54.2 kB in 0s (0 B/s) 18:44:16 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:44:16 Fetched 30.8 kB in 0s (0 B/s) 18:44:16 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:44:16 Fetched 17.0 kB in 0s (0 B/s) 18:44:16 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:44:16 Fetched 85.9 kB in 0s (0 B/s) 18:44:16 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:44:16 Fetched 8720 B in 0s (0 B/s) 18:44:16 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:44:16 Fetched 137 kB in 0s (0 B/s) 18:44:16 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:44:16 Fetched 119 kB in 0s (0 B/s) 18:44:16 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:44:16 Fetched 109 kB in 0s (0 B/s) 18:44:16 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:44:16 Fetched 11.1 kB in 0s (0 B/s) 18:44:16 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:44:16 Fetched 645 kB in 0s (0 B/s) 18:44:16 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:44:16 Fetched 41.3 kB in 0s (0 B/s) 18:44:16 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:44:16 Fetched 17.9 kB in 0s (0 B/s) 18:44:16 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:44:16 Fetched 368 kB in 0s (0 B/s) 18:44:16 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:44:16 Fetched 187 kB in 0s (0 B/s) 18:44:16 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:44:16 Fetched 175 kB in 0s (0 B/s) 18:44:16 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:44:19 Fetched 206 kB in 0s (0 B/s) 18:44:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:44:19 Fetched 1301 kB in 0s (0 B/s) 18:44:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:44:19 Fetched 36.2 kB in 0s (0 B/s) 18:44:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:44:19 Fetched 159 kB in 0s (0 B/s) 18:44:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:44:19 Fetched 107 kB in 0s (0 B/s) 18:44:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:44:19 Fetched 48.7 kB in 0s (0 B/s) 18:44:19 Pulling static-packages 18:44:20 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:44:20 Skipping pull go-build-helper (already ran) 18:44:20 Skipping pull static-packages (already ran) 18:44:20 Building go-build-helper 18:44:24 Building static-packages 18:44:26 Staging go-build-helper 18:44:26 Staging static-packages 18:44:27 Pulling go115 18:44:28 'edgex-go' has dependencies that need to be staged: go115 18:44:28 Skipping pull go115 (already ran) 18:44:28 Building go115 18:44:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:44:28 Dload Upload Total Spent Left Speed 18:44:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 86498 0 0 312k 0 0:06:18 --:--:-- 0:06:18 312k 28 115M 28 33.2M 0 0 26.1M 0 0:00:04 0:00:01 0:00:03 26.1M 51 115M 51 59.3M 0 0 26.1M 0 0:00:04 0:00:02 0:00:02 26.1M 78 115M 78 90.8M 0 0 27.7M 0 0:00:04 0:00:03 0:00:01 27.7M 100 115M 100 115M 0 0 30.5M 0 0:00:03 0:00:03 --:--:-- 30.5M 18:44:33 go1.15.2.linux-amd64.tar.gz: OK 18:44:36 Staging go115 18:44:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:44:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:44:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:44:43 Fetched 0 B in 0s (0 B/s) 18:44:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:44:43 Fetched 224 kB in 0s (0 B/s) 18:44:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:44:43 Fetched 157 kB in 0s (0 B/s) 18:44:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:44:43 Fetched 221 kB in 0s (0 B/s) 18:44:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:44:43 Fetched 143 kB in 0s (0 B/s) 18:44:43 Pulling edgex-go 18:44:43 Pulling version 18:44:44 Building config-common 18:44:46 Skipping build go-build-helper (already ran) 18:44:46 Skipping build static-packages (already ran) 18:44:46 Skipping build go115 (already ran) 18:44:46 Building edgex-go 18:44:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:44:48 go: downloading github.com/gorilla/mux v1.8.0 18:44:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:44:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 18:44:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 18:44:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:44:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:44:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:44:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:44:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 18:44:48 go: downloading github.com/BurntSushi/toml v0.3.1 18:44:48 go: downloading github.com/pebbe/zmq4 v1.2.2 18:44:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:44:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:44:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:44:48 go: downloading github.com/pkg/errors v0.8.1 18:44:48 go: downloading github.com/go-kit/kit v0.8.0 18:44:48 go: downloading github.com/hashicorp/consul/api v1.1.0 18:44:48 go: downloading github.com/imdario/mergo v0.3.11 18:44:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:44:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:44:48 go: downloading github.com/pelletier/go-toml v1.2.0 18:44:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:44:48 go: downloading github.com/google/uuid v1.2.0 18:44:48 go: downloading github.com/x448/float16 v0.8.4 18:44:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:44:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:44:48 go: downloading github.com/hashicorp/serf v0.8.2 18:44:48 go: downloading gopkg.in/yaml.v2 v2.4.0 18:44:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:44:48 go: downloading github.com/go-playground/universal-translator v0.17.0 18:44:48 go: downloading github.com/leodido/go-urn v1.2.0 18:44:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:44:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:44:48 go: downloading github.com/mitchellh/copystructure v1.0.0 18:44:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:44:48 go: downloading github.com/go-playground/locales v0.13.0 18:44:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:44:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:44:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:44:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:44:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:44:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:45:01 go: downloading github.com/stretchr/testify v1.7.0 18:45:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:45:01 go: downloading github.com/davecgh/go-spew v1.1.1 18:45:01 go: downloading github.com/pmezard/go-difflib v1.0.0 18:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:45:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:45:02 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:45:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:45:04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:45:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:45:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:45:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:45:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:45:08 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 18:45:08 go: downloading github.com/lib/pq v1.9.0 18:45:11 Building version 18:45:12 Staging config-common 18:45:13 Skipping stage go-build-helper (already ran) 18:45:13 Skipping stage static-packages (already ran) 18:45:13 Skipping stage go115 (already ran) 18:45:13 Staging edgex-go 18:45:14 Staging version 18:45:15 Priming config-common 18:45:16 Priming go-build-helper 18:45:17 Priming static-packages 18:45:19 Priming go115 18:45:20 Priming edgex-go 18:45:21 Priming version 18:45:22 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:45:25 provisioning config files... 18:45:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config306405141500680940tmp [Pipeline] { [Pipeline] sh 18:45:25 + set +x 18:45:25 + curl -s https://codecov.io/bash 18:45:25 + bash -s -- 18:45:26 18:45:26 _____ _ 18:45:26 / ____| | | 18:45:26 | | ___ __| | ___ ___ _____ __ 18:45:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:26 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:26 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:26 Bash-20210129-7c25fce 18:45:26 18:45:26 18:45:26 ==> git version 2.24.3 found 18:45:26 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:45:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:45:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:45:26 ==> Jenkins CI detected. 18:45:26 project root: . 18:45:26 --> token set from env 18:45:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:26 ==> Running gcov in . (disable via -X gcov) 18:45:26 ==> Python coveragepy not found 18:45:26 ==> Searching for coverage reports in: 18:45:26 + . 18:45:26 -> Found 1 reports 18:45:26 ==> Detecting git/mercurial file structure 18:45:26 ==> Reading reports 18:45:26 + ./coverage.out bytes=574984 18:45:26 ==> Appending adjustments 18:45:26 https://docs.codecov.io/docs/fixing-reports 18:45:31 + Found adjustments 18:45:31 ==> Gzipping contents 18:45:31 88K /tmp/codecov.IWTm1u.gz 18:45:31 ==> Uploading reports 18:45:31 url: https://codecov.io 18:45:31 query: branch=PR-3075&commit=38a1666c751e57e8162b9ecedce0d9f4da283bd1&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 18:45:31 -> Pinging Codecov 18:45:31 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=38a1666c751e57e8162b9ecedce0d9f4da283bd1&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 18:45:31 -> Uploading to 18:45:31 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/38a1666c751e57e8162b9ecedce0d9f4da283bd1/a3302120-a1f0-4c7a-ba3b-068488219a52.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cade9b428205ff6f51c95248dedf22970e46c01b1c47ded1d6cda805d155834 18:45:31 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:31 Dload Upload Total Spent Left Speed 18:45:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86991 0 0 100 86991 0 156k --:--:-- --:--:-- --:--:-- 156k 18:45:32 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/38a1666c751e57e8162b9ecedce0d9f4da283bd1 [Pipeline] } 18:45:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:45:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:36 ---> package-listing.sh 18:45:36 ++ facter osfamily 18:45:36 ++ tr '[:upper:]' '[:lower:]' 18:45:36 + OS_FAMILY=redhat 18:45:36 + workspace=/w/workspace/edgex-go/15 18:45:36 + START_PACKAGES=/tmp/packages_start.txt 18:45:36 + END_PACKAGES=/tmp/packages_end.txt 18:45:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:36 + PACKAGES=/tmp/packages_start.txt 18:45:36 + '[' /w/workspace/edgex-go/15 ']' 18:45:36 + PACKAGES=/tmp/packages_end.txt 18:45:36 + case "${OS_FAMILY}" in 18:45:36 + rpm -qa 18:45:36 + sort 18:45:42 + '[' -f /tmp/packages_start.txt ']' 18:45:42 + '[' -f /tmp/packages_end.txt ']' 18:45:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:42 + '[' /w/workspace/edgex-go/15 ']' 18:45:42 + mkdir -p /w/workspace/edgex-go/15/archives/ 18:45:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 18:45:42 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:44 18:45:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:44 alpine: Pulling from edgex-lftools-log-publisher 18:45:44 df20fa9351a1: Pulling fs layer 18:45:44 36b3adc4ff6f: Pulling fs layer 18:45:44 8ad3a11d3b57: Pulling fs layer 18:45:44 46f8f816bc3b: Pulling fs layer 18:45:44 93b61091891f: Pulling fs layer 18:45:44 93b9cdb0e59b: Pulling fs layer 18:45:44 5e14af77c1be: Pulling fs layer 18:45:44 01666e4c0597: Pulling fs layer 18:45:44 aa168da1d23b: Pulling fs layer 18:45:44 46f8f816bc3b: Waiting 18:45:44 93b61091891f: Waiting 18:45:44 93b9cdb0e59b: Waiting 18:45:44 5e14af77c1be: Waiting 18:45:44 01666e4c0597: Waiting 18:45:44 aa168da1d23b: Waiting 18:45:44 36b3adc4ff6f: Verifying Checksum 18:45:44 36b3adc4ff6f: Download complete 18:45:44 46f8f816bc3b: Verifying Checksum 18:45:44 46f8f816bc3b: Download complete 18:45:44 df20fa9351a1: Verifying Checksum 18:45:44 df20fa9351a1: Download complete 18:45:44 93b9cdb0e59b: Verifying Checksum 18:45:44 93b9cdb0e59b: Download complete 18:45:44 5e14af77c1be: Verifying Checksum 18:45:44 5e14af77c1be: Download complete 18:45:44 01666e4c0597: Verifying Checksum 18:45:44 01666e4c0597: Download complete 18:45:44 93b61091891f: Verifying Checksum 18:45:44 93b61091891f: Download complete 18:45:45 8ad3a11d3b57: Verifying Checksum 18:45:45 8ad3a11d3b57: Download complete 18:45:45 df20fa9351a1: Pull complete 18:45:45 36b3adc4ff6f: Pull complete 18:45:47 8ad3a11d3b57: Pull complete 18:45:47 46f8f816bc3b: Pull complete 18:45:48 93b61091891f: Pull complete 18:45:49 aa168da1d23b: Verifying Checksum 18:45:49 aa168da1d23b: Download complete 18:45:49 93b9cdb0e59b: Pull complete 18:45:49 5e14af77c1be: Pull complete 18:45:49 01666e4c0597: Pull complete 18:46:08 aa168da1d23b: Pull complete 18:46:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:08 prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container 18:46:08 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:13 $ docker top 0397726e2fb11f3461a036d742e7af87b322a716e6d274adb6a6c5810b966bcb -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:14 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:14 + mkdir -p /var/log/sa [Pipeline] sh 18:46:14 + ls /var/log/sa-host 18:46:14 + sadf -c /var/log/sa-host/sa01 18:46:14 file_magic: OK 18:46:14 HZ: Using current value: 100 18:46:14 file_header: OK 18:46:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:46:14 Statistics: 18:46:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:46:14 File successfully converted to sysstat format version 12.2.1 18:46:14 + sadf -c /var/log/sa-host/sa23 18:46:14 file_magic: OK 18:46:14 HZ: Using current value: 100 18:46:14 file_header: OK 18:46:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:46:14 Statistics: 18:46:14 Hnuu...uuuununununu... 18:46:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:15 provisioning config files... 18:46:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config978709672852245091tmp [Pipeline] { [Pipeline] echo 18:46:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:46:15 ---> create-netrc.sh [Pipeline] } 18:46:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:46:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:46:16 ---> python-tools-install.sh [Pipeline] echo 18:46:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:46:16 ---> sudo-logs.sh 18:46:16 Archiving 'sudo' log.. [Pipeline] echo 18:46:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:46:17 ---> job-cost.sh 18:46:17 lf-activate-venv: SKIPPING 18:46:17 INFO: No Stack... 18:46:18 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:18 INFO: Archiving Costs [Pipeline] echo 18:46:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:19 ---> logs-deploy.sh 18:46:19 lf-activate-venv: SKIPPING 18:46:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/15 18:46:19 INFO: archiving workspace using pattern(s): 18:46:21 Archives upload complete. 18:46:21 INFO: archiving logs to Nexus 18:46:23 ---> uname -a: 18:46:23 Linux prd-centos7-docker-4c-2g-24370.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:46:23 18:46:23 18:46:23 ---> lscpu: 18:46:23 Architecture: x86_64 18:46:23 CPU op-mode(s): 32-bit, 64-bit 18:46:23 Byte Order: Little Endian 18:46:23 Address sizes: 40 bits physical, 48 bits virtual 18:46:23 CPU(s): 4 18:46:23 On-line CPU(s) list: 0-3 18:46:23 Thread(s) per core: 1 18:46:23 Core(s) per socket: 1 18:46:23 Socket(s): 4 18:46:23 NUMA node(s): 1 18:46:23 Vendor ID: GenuineIntel 18:46:23 CPU family: 6 18:46:23 Model: 44 18:46:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:46:23 Stepping: 1 18:46:23 CPU MHz: 2933.438 18:46:23 BogoMIPS: 5866.87 18:46:23 Virtualization: VT-x 18:46:23 Hypervisor vendor: KVM 18:46:23 Virtualization type: full 18:46:23 L1d cache: 128 KiB 18:46:23 L1i cache: 128 KiB 18:46:23 L2 cache: 16 MiB 18:46:23 L3 cache: 64 MiB 18:46:23 NUMA node0 CPU(s): 0-3 18:46:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:46:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:46:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:46:23 Vulnerability Meltdown: Mitigation; PTI 18:46:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:46:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:46:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:46:23 Vulnerability Srbds: Not affected 18:46:23 Vulnerability Tsx async abort: Not affected 18:46:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:46:23 18:46:23 18:46:23 ---> nproc: 18:46:23 4 18:46:23 18:46:23 18:46:23 ---> df -h: 18:46:23 Filesystem Size Used Available Use% Mounted on 18:46:23 overlay 50.0G 11.7G 38.3G 23% / 18:46:23 tmpfs 64.0M 0 64.0M 0% /dev 18:46:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:46:23 shm 64.0M 0 64.0M 0% /dev/shm 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/15 18:46:23 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/15@tmp 18:46:23 18:46:23 18:46:23 ---> free -m: 18:46:23 total used free shared buff/cache available 18:46:23 Mem: 1837 660 122 0 1054 1093 18:46:23 Swap: 1023 100 923 18:46:23 18:46:23 18:46:23 ---> ip addr: 18:46:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:46:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:46:23 inet 127.0.0.1/8 scope host lo 18:46:23 valid_lft forever preferred_lft forever 18:46:23 inet6 ::1/128 scope host 18:46:23 valid_lft forever preferred_lft forever 18:46:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:46:23 link/ether fa:16:3e:b4:0c:70 brd ff:ff:ff:ff:ff:ff 18:46:23 inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 18:46:23 valid_lft 85091sec preferred_lft 85091sec 18:46:23 inet6 fe80::f816:3eff:feb4:c70/64 scope link 18:46:23 valid_lft forever preferred_lft forever 18:46:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:46:23 link/ether 02:42:c2:30:1d:cc brd ff:ff:ff:ff:ff:ff 18:46:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:46:23 valid_lft forever preferred_lft forever 18:46:23 inet6 fe80::42:c2ff:fe30:1dcc/64 scope link 18:46:23 valid_lft forever preferred_lft forever 18:46:23 18:46:23 18:46:23 ---> sar -b -r -n DEV: 18:46:23 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) 18:46:23 18:46:23 18:24:22 LINUX RESTART (4 CPU) 18:46:23 18:46:23 18:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:46:23 18:26:01 72.86 23.67 49.19 0.00 6059.30 9309.25 0.00 18:46:23 18:27:01 159.86 70.30 89.56 0.00 5616.19 38044.04 0.00 18:46:23 18:28:01 243.55 105.16 138.39 0.00 4252.42 23879.36 0.00 18:46:23 18:29:02 80.11 25.12 54.99 0.00 1021.95 6773.78 0.00 18:46:23 18:30:01 57.38 14.50 42.89 0.00 497.32 4656.07 0.00 18:46:23 18:31:01 101.55 48.74 52.80 0.00 3090.54 4504.59 0.00 18:46:23 18:32:01 48.16 9.68 38.47 0.00 483.59 12661.71 0.00 18:46:23 18:33:05 470.84 273.75 197.10 0.00 69945.90 129504.39 0.00 18:46:23 18:34:06 2055.37 1823.74 231.64 0.00 105129.40 114811.16 0.00 18:46:23 18:35:02 1228.02 1082.86 145.16 0.00 57837.30 65519.11 0.00 18:46:23 18:36:02 337.13 84.14 252.99 0.00 18657.53 81842.47 0.00 18:46:23 18:37:02 970.59 763.53 207.06 0.00 70139.10 79969.45 0.00 18:46:23 18:38:02 809.29 643.54 165.75 0.00 37794.94 43435.39 0.00 18:46:23 18:39:02 185.89 37.95 147.94 0.00 3111.05 17299.05 0.00 18:46:23 18:40:01 27.30 20.00 7.29 0.00 2989.60 183.78 0.00 18:46:23 18:41:01 0.23 0.05 0.18 0.00 1.06 2.18 0.00 18:46:23 18:42:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 18:46:23 18:43:01 0.33 0.08 0.25 0.00 1.60 3.25 0.00 18:46:23 18:44:01 0.32 0.07 0.25 0.00 1.73 3.26 0.00 18:46:23 18:45:01 0.33 0.05 0.28 0.00 1.07 3.23 0.00 18:46:23 18:46:02 143.63 76.63 67.00 0.00 5718.12 14162.86 0.00 18:46:23 Average: 332.78 242.53 90.25 0.00 18817.99 31063.02 0.00 18:46:23 18:46:23 18:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:46:23 18:26:01 68600 0 670140 35.62 2620 1140184 1329952 45.39 537768 1069140 43624 18:46:23 18:27:01 68804 0 721692 38.36 2188 1088860 1571780 53.64 626872 939312 88352 18:46:23 18:28:01 169364 0 794724 42.24 1492 915964 1517808 51.80 596564 843888 5716 18:46:23 18:29:02 180900 0 763864 40.60 1432 935348 1645528 56.16 633296 787204 49036 18:46:23 18:30:01 418768 0 708392 37.65 732 753652 1332240 45.47 466032 710560 17232 18:46:23 18:31:01 253464 0 706128 37.53 732 921220 1320564 45.07 533172 803124 21660 18:46:23 18:32:01 89588 0 742656 39.47 632 1048668 1538328 52.50 620056 899624 83296 18:46:23 18:33:05 74080 0 805684 42.82 0 1001780 2318080 79.11 698380 904592 72640 18:46:23 18:34:06 76116 0 813152 43.22 0 992276 2358244 80.48 747384 827560 38620 18:46:23 18:35:02 295868 0 1069616 56.85 0 516060 2932816 100.09 709976 610652 27460 18:46:23 18:36:02 78484 0 660700 35.11 0 1142360 1492636 50.94 724420 834380 62860 18:46:23 18:37:02 249308 0 891204 47.37 0 741032 3121104 106.52 717848 644380 3236 18:46:23 18:38:02 529300 0 622112 33.06 0 730132 1401588 47.83 451360 649596 104 18:46:23 18:39:02 382792 0 623300 33.13 0 875452 1414820 48.29 530592 718184 24 18:46:23 18:40:01 390728 0 576540 30.64 0 914276 1218696 41.59 483504 762700 20 18:46:23 18:41:01 391432 0 575836 30.60 0 914276 1206372 41.17 483044 762668 12 18:46:23 18:42:01 391712 0 575484 30.59 0 914348 1206384 41.17 483124 762696 24 18:46:23 18:43:01 392324 0 574920 30.56 0 914300 1199176 40.93 482460 762708 12 18:46:23 18:44:01 391928 0 575300 30.58 0 914316 1199236 40.93 482620 762764 12 18:46:23 18:45:01 392444 0 574788 30.55 0 914312 1198160 40.89 482460 762784 12 18:46:23 18:46:02 70384 0 668776 35.54 0 1142384 1659108 56.62 629412 914372 79948 18:46:23 Average: 255066 0 700715 37.24 468 925295 1627744 55.55 577159 796804 28281 18:46:23 18:46:23 18:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:46:23 18:26:01 veth6171a51 304.46 222.19 29.86 765.69 0.00 0.00 0.00 0.00 18:46:23 18:26:01 eth0 916.90 709.83 4467.50 125.00 0.00 0.00 0.00 0.00 18:46:23 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:26:01 docker0 304.46 222.07 25.70 765.68 0.00 0.00 0.00 0.00 18:46:23 18:27:01 eth0 789.12 957.11 4743.04 102.01 0.00 0.00 0.00 0.00 18:46:23 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:27:01 docker0 721.22 518.22 53.40 1914.01 0.00 0.00 0.00 0.00 18:46:23 18:28:01 vethbb672ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:28:01 eth0 201.73 117.15 863.10 61.75 0.00 0.00 0.00 0.00 18:46:23 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:28:01 docker0 86.98 160.27 6.41 830.96 0.00 0.00 0.00 0.00 18:46:23 18:29:02 vethbb672ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:29:02 eth0 15.24 10.69 11.60 6.25 0.00 0.00 0.00 0.00 18:46:23 18:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:30:01 vethbb672ee 2.07 2.07 0.17 0.17 0.00 0.00 0.00 0.00 18:46:23 18:30:01 eth0 37.21 30.38 21.53 52.17 0.00 0.00 0.00 0.00 18:46:23 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:30:01 docker0 2.07 2.07 0.14 0.17 0.00 0.00 0.00 0.00 18:46:23 18:31:01 vethbb672ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:31:01 eth0 12.12 8.88 10.36 5.68 0.00 0.00 0.00 0.00 18:46:23 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:32:01 eth0 175.33 143.75 1686.80 60.09 0.00 0.00 0.00 0.00 18:46:23 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:33:05 eth0 25.67 22.79 23.26 35.05 0.00 0.00 0.00 0.00 18:46:23 18:33:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:33:05 vethc35867c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:33:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:34:06 eth0 38.03 22.30 156.22 7.45 0.00 0.00 0.00 0.00 18:46:23 18:34:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:34:06 vethc35867c 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:34:06 docker0 10.98 21.77 0.59 143.83 0.00 0.00 0.00 0.00 18:46:23 18:35:02 vethdc0c9db 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:35:02 eth0 6.33 4.86 4.95 2.80 0.00 0.00 0.00 0.00 18:46:23 18:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:35:02 vethc35867c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:36:02 veth4a13bf9 2.36 5.95 0.16 32.61 0.00 0.00 0.00 0.00 18:46:23 18:36:02 eth0 183.94 136.73 1499.92 66.30 0.00 0.00 0.00 0.00 18:46:23 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:36:02 vethc35867c 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:37:02 veth4618708 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:37:02 veth7b33d96 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:46:23 18:37:02 eth0 84.44 38.39 317.90 10.56 0.00 0.00 0.00 0.00 18:46:23 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:38:02 veth4238cf9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:38:02 veth5dac2db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:38:02 veth8178b58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:38:02 eth0 45.92 36.35 46.82 49.87 0.00 0.00 0.00 0.00 18:46:23 18:39:02 eth0 92.94 60.92 188.93 92.88 0.00 0.00 0.00 0.00 18:46:23 18:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:46:23 18:39:02 vethc35867c 0.00 1.10 0.00 0.05 0.00 0.00 0.00 0.00 18:46:23 18:39:02 docker0 1198.73 1074.92 90.80 4396.25 0.00 0.00 0.00 0.00 18:46:23 18:40:01 eth0 8.51 3.95 5.98 2.54 0.00 0.00 0.00 0.00 18:46:23 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:41:01 eth0 5.25 1.41 1.76 1.01 0.00 0.00 0.00 0.00 18:46:23 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:42:01 eth0 3.24 1.10 1.22 0.79 0.00 0.00 0.00 0.00 18:46:23 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:43:01 eth0 3.18 0.52 0.74 0.39 0.00 0.00 0.00 0.00 18:46:23 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:44:01 eth0 4.99 1.18 1.58 1.01 0.00 0.00 0.00 0.00 18:46:23 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:45:01 eth0 1.46 0.77 0.80 0.56 0.00 0.00 0.00 0.00 18:46:23 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:46:02 eth0 233.05 194.54 2171.62 48.18 0.00 0.00 0.00 0.00 18:46:23 18:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 18:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 Average: eth0 137.10 119.08 771.71 34.85 0.00 0.00 0.00 0.00 18:46:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:23 Average: docker0 56.30 50.49 4.26 206.48 0.00 0.00 0.00 0.00 18:46:23 18:46:23 18:46:23 ---> sar -P ALL: 18:46:23 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) 18:46:23 18:46:23 18:24:22 LINUX RESTART (4 CPU) 18:46:23 18:46:23 18:25:02 CPU %user %nice %system %iowait %steal %idle 18:46:23 18:26:01 all 17.23 0.00 5.69 1.68 11.56 63.84 18:46:23 18:26:01 0 18.32 0.00 6.71 2.00 11.99 60.98 18:46:23 18:26:01 1 17.22 0.00 5.85 1.24 11.35 64.34 18:46:23 18:26:01 2 17.77 0.00 5.89 2.88 11.31 62.15 18:46:23 18:26:01 3 15.67 0.00 4.33 0.61 11.60 67.79 18:46:23 18:27:01 all 10.19 0.00 5.11 1.11 17.70 65.89 18:46:23 18:27:01 0 8.64 0.00 5.24 1.34 18.12 66.66 18:46:23 18:27:01 1 6.65 0.00 4.82 1.14 17.05 70.34 18:46:23 18:27:01 2 12.15 0.00 4.74 1.35 18.17 63.59 18:46:23 18:27:01 3 13.52 0.00 5.68 0.59 17.46 62.75 18:46:23 18:28:01 all 7.70 0.00 6.84 5.37 14.22 65.88 18:46:23 18:28:01 0 6.41 0.00 6.36 3.19 15.17 68.87 18:46:23 18:28:01 1 7.48 0.00 7.25 5.61 13.78 65.87 18:46:23 18:28:01 2 8.43 0.00 6.44 6.11 14.25 64.78 18:46:23 18:28:01 3 8.49 0.00 7.31 6.60 13.67 63.93 18:46:23 18:29:02 all 39.83 0.00 11.71 2.30 25.40 20.77 18:46:23 18:29:02 0 35.65 0.00 10.78 2.03 26.39 25.15 18:46:23 18:29:02 1 37.95 0.00 11.40 1.21 26.66 22.78 18:46:23 18:29:02 2 40.32 0.00 12.18 3.43 24.32 19.76 18:46:23 18:29:02 3 45.76 0.00 12.54 2.54 24.13 15.03 18:46:23 18:30:01 all 33.82 0.00 11.12 2.11 24.62 28.33 18:46:23 18:30:01 0 28.50 0.00 9.89 2.50 27.19 31.93 18:46:23 18:30:01 1 37.53 0.00 12.03 2.46 22.47 25.52 18:46:23 18:30:01 2 32.14 0.00 10.53 0.76 24.86 31.71 18:46:23 18:30:01 3 37.56 0.00 12.15 2.79 23.80 23.70 18:46:23 18:31:01 all 31.48 0.00 13.81 3.72 28.13 22.86 18:46:23 18:31:01 0 28.47 0.00 12.62 3.54 29.30 26.08 18:46:23 18:31:01 1 34.05 0.00 14.47 4.46 26.57 20.44 18:46:23 18:31:01 2 32.03 0.00 14.15 3.56 28.62 21.63 18:46:23 18:31:01 3 31.57 0.00 14.08 3.32 27.94 23.09 18:46:23 18:32:01 all 19.35 0.00 9.48 0.28 19.68 51.21 18:46:23 18:32:01 0 17.56 0.00 8.32 0.49 19.72 53.91 18:46:23 18:32:01 1 19.49 0.00 10.03 0.44 19.32 50.72 18:46:23 18:32:01 2 21.59 0.00 11.18 0.14 19.13 47.96 18:46:23 18:32:01 3 18.83 0.00 8.42 0.05 20.55 52.16 18:46:23 18:33:05 all 11.62 0.00 12.86 4.87 27.72 42.92 18:46:23 18:33:05 0 9.08 0.00 10.58 4.25 28.49 47.61 18:46:23 18:33:05 1 10.23 0.00 11.77 5.21 27.53 45.26 18:46:23 18:33:05 2 13.19 0.00 14.40 4.90 27.89 39.62 18:46:23 18:33:05 3 14.16 0.00 14.85 5.17 26.94 38.89 18:46:23 18:34:06 all 9.92 0.00 14.95 23.13 27.52 24.47 18:46:23 18:34:06 0 9.95 0.00 14.73 23.82 26.82 24.68 18:46:23 18:34:06 1 10.05 0.00 15.39 24.18 27.26 23.12 18:46:23 18:34:06 2 11.03 0.00 15.72 20.77 27.84 24.63 18:46:23 18:34:06 3 8.68 0.00 14.00 23.71 28.17 25.45 18:46:23 18:35:02 all 39.39 0.00 13.58 14.29 18.69 14.04 18:46:23 18:35:02 0 38.44 0.00 12.33 16.38 19.20 13.65 18:46:23 18:35:02 1 38.89 0.00 13.47 14.44 18.37 14.83 18:46:23 18:35:02 2 41.84 0.00 14.11 13.08 17.56 13.41 18:46:23 18:35:02 3 38.45 0.00 14.45 13.22 19.62 14.26 18:46:23 18:36:02 all 36.42 0.00 16.56 8.71 19.83 18.49 18:46:23 18:36:02 0 36.65 0.00 15.62 8.09 19.14 20.50 18:46:23 18:36:02 1 36.70 0.00 17.04 10.21 19.79 16.26 18:46:23 18:36:02 2 36.83 0.00 16.61 7.06 20.28 19.22 18:46:23 18:36:02 3 35.49 0.00 16.96 9.46 20.12 17.98 18:46:23 18:46:23 18:36:02 CPU %user %nice %system %iowait %steal %idle 18:46:23 18:37:02 all 20.53 0.00 14.40 15.06 32.73 17.29 18:46:23 18:37:02 0 18.55 0.00 13.35 15.15 33.34 19.61 18:46:23 18:37:02 1 21.33 0.00 15.62 15.27 32.42 15.36 18:46:23 18:37:02 2 22.14 0.00 15.90 15.12 32.77 14.07 18:46:23 18:37:02 3 20.16 0.00 12.77 14.68 32.38 20.00 18:46:23 18:38:02 all 31.03 0.00 12.01 14.82 31.76 10.38 18:46:23 18:38:02 0 31.01 0.00 12.49 12.89 31.54 12.07 18:46:23 18:38:02 1 31.33 0.00 11.64 15.17 32.61 9.25 18:46:23 18:38:02 2 32.64 0.00 12.88 14.99 29.81 9.69 18:46:23 18:38:02 3 29.16 0.00 11.02 16.22 33.07 10.53 18:46:23 18:39:02 all 17.50 0.00 10.92 5.56 37.07 28.95 18:46:23 18:39:02 0 16.23 0.00 10.91 6.20 37.95 28.71 18:46:23 18:39:02 1 18.73 0.00 10.66 4.38 36.76 29.47 18:46:23 18:39:02 2 17.54 0.00 10.48 5.41 38.42 28.15 18:46:23 18:39:02 3 17.51 0.00 11.62 6.23 35.16 29.48 18:46:23 18:40:01 all 0.38 0.00 0.60 0.76 1.78 96.48 18:46:23 18:40:01 0 0.24 0.00 0.66 0.22 1.58 97.31 18:46:23 18:40:01 1 0.35 0.00 0.43 1.57 2.09 95.55 18:46:23 18:40:01 2 0.44 0.00 0.72 0.32 1.82 96.70 18:46:23 18:40:01 3 0.49 0.00 0.61 0.93 1.62 96.37 18:46:23 18:41:01 all 0.09 0.00 0.06 0.00 0.46 99.39 18:46:23 18:41:01 0 0.18 0.00 0.07 0.02 0.70 99.04 18:46:23 18:41:01 1 0.03 0.00 0.05 0.00 0.28 99.63 18:46:23 18:41:01 2 0.10 0.00 0.07 0.00 0.32 99.52 18:46:23 18:41:01 3 0.03 0.00 0.07 0.00 0.55 99.35 18:46:23 18:42:01 all 0.11 0.00 0.09 0.00 0.33 99.47 18:46:23 18:42:01 0 0.03 0.00 0.03 0.00 0.25 99.68 18:46:23 18:42:01 1 0.02 0.00 0.12 0.00 0.35 99.52 18:46:23 18:42:01 2 0.35 0.00 0.13 0.00 0.45 99.07 18:46:23 18:42:01 3 0.03 0.00 0.08 0.00 0.27 99.62 18:46:23 18:43:01 all 0.12 0.00 0.08 0.01 0.49 99.30 18:46:23 18:43:01 0 0.03 0.00 0.07 0.00 0.56 99.34 18:46:23 18:43:01 1 0.03 0.00 0.08 0.02 0.53 99.33 18:46:23 18:43:01 2 0.42 0.00 0.08 0.02 0.61 98.87 18:46:23 18:43:01 3 0.02 0.00 0.08 0.00 0.23 99.67 18:46:23 18:44:01 all 0.15 0.00 0.19 0.01 0.32 99.32 18:46:23 18:44:01 0 0.05 0.00 0.13 0.00 0.23 99.58 18:46:23 18:44:01 1 0.23 0.00 0.08 0.02 0.52 99.15 18:46:23 18:44:01 2 0.27 0.00 0.30 0.00 0.33 99.10 18:46:23 18:44:01 3 0.07 0.00 0.23 0.03 0.22 99.45 18:46:23 18:45:01 all 0.12 0.00 0.03 0.00 0.19 99.66 18:46:23 18:45:01 0 0.07 0.00 0.03 0.00 0.10 99.80 18:46:23 18:45:01 1 0.27 0.00 0.02 0.00 0.17 99.55 18:46:23 18:45:01 2 0.05 0.00 0.07 0.00 0.38 99.50 18:46:23 18:45:01 3 0.10 0.00 0.00 0.00 0.12 99.78 18:46:23 18:46:02 all 4.55 0.00 3.59 2.65 10.01 79.20 18:46:23 18:46:02 0 3.30 0.00 3.50 0.77 9.71 82.72 18:46:23 18:46:02 1 5.05 0.00 3.28 3.94 10.26 77.47 18:46:23 18:46:02 2 4.41 0.00 3.44 1.78 10.08 80.30 18:46:23 18:46:02 3 5.45 0.00 4.13 4.11 10.00 76.30 18:46:23 Average: all 15.22 0.00 7.62 4.94 16.36 55.86 18:46:23 Average: 0 14.17 0.00 7.22 4.77 16.79 57.05 18:46:23 Average: 1 15.26 0.00 7.69 5.16 16.17 55.72 18:46:23 Average: 2 15.86 0.00 7.89 4.69 16.27 55.29 18:46:23 Average: 3 15.60 0.00 7.69 5.15 16.19 55.37 18:46:23 18:46:23 18:46:23