Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 27e67a26db9587a799bf14cca6c65a65d4396aa9 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 27e67a26db9587a799bf14cca6c65a65d4396aa9 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25364 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 Merge succeeded, producing 001d3264a47c15d2a94c46add7e1e6be213861aa Checking out Revision 001d3264a47c15d2a94c46add7e1e6be213861aa (PR-3034) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 001d3264a47c15d2a94c46add7e1e6be213861aa # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk fbad44dabc6b5297b1d033e39b12acf1d1047b6f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:20 ========================================================= 00:32:20 EdgeX Global Pipelines Version Info 00:32:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:23 ------------------- 00:32:23 stable info: 00:32:23 ------------------- 00:32:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:23 Message: update stable to v1.0.179 00:32:23 ------------------- 00:32:23 experimental info: 00:32:23 ------------------- 00:32:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:23 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 001d3264a47c15d2a94c46add7e1e6be213861aa [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 001d326 [Pipeline] echo 00:32:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:26 provisioning config files... 00:32:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1577759424586216507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:27 ---> docker-login.sh 00:32:27 nexus3.edgexfoundry.org:10001 00:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:28 Configure a credential helper to remove this warning. See 00:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:28 00:32:28 Login Succeeded 00:32:28 nexus3.edgexfoundry.org:10002 00:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:29 Configure a credential helper to remove this warning. See 00:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:29 00:32:29 Login Succeeded 00:32:29 nexus3.edgexfoundry.org:10003 00:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:29 Configure a credential helper to remove this warning. See 00:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:29 00:32:29 Login Succeeded 00:32:29 nexus3.edgexfoundry.org:10004 00:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:30 Configure a credential helper to remove this warning. See 00:32:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:30 00:32:30 Login Succeeded 00:32:30 docker.io 00:32:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:30 Configure a credential helper to remove this warning. See 00:32:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:30 00:32:30 Login Succeeded 00:32:30 ---> docker-login.sh ends [Pipeline] } 00:32:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:31 ++ 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 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/core-command/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo core-command,cmd/core-command/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/core-data/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo core-data,cmd/core-data/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/core-metadata/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/support-notifications/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/support-scheduler/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:31 + for file in '`ls cmd/**/Dockerfile`' 00:32:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:31 ++ cut -d/ -f2 00:32:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:31 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 00:32:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:32 00:32:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:32 latest: Pulling from edgex-devops/git-semver 00:32:32 31603596830f: Pulling fs layer 00:32:32 2a8b12db71e7: Pulling fs layer 00:32:32 6ca5941a6612: Pulling fs layer 00:32:32 ecc8261a40a4: Pulling fs layer 00:32:32 ecc8261a40a4: Waiting 00:32:32 2a8b12db71e7: Verifying Checksum 00:32:32 2a8b12db71e7: Download complete 00:32:33 31603596830f: Verifying Checksum 00:32:33 31603596830f: Download complete 00:32:33 ecc8261a40a4: Verifying Checksum 00:32:33 ecc8261a40a4: Download complete 00:32:33 6ca5941a6612: Verifying Checksum 00:32:33 6ca5941a6612: Download complete 00:32:34 31603596830f: Pull complete 00:32:34 2a8b12db71e7: Pull complete 00:32:36 6ca5941a6612: Pull complete 00:32:37 ecc8261a40a4: Pull complete 00:32:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:37 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:32:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:10004/edgex-devops/git-semver:latest cat 00:32:41 $ docker top 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:41 [ssh-agent] Looking for ssh-agent implementation... 00:32:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:41 $ docker exec 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b ssh-agent 00:32:42 SSH_AUTH_SOCK=/tmp/ssh-0TXKSda4u8Ya/agent.11 00:32:42 SSH_AGENT_PID=16 00:32:42 Running ssh-add (command line suppressed) 00:32:42 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2168949318894340659.key (/w/workspace/edgex-go/20@tmp/private_key_2168949318894340659.key) 00:32:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:42 + git tag --points-at HEAD [Pipeline] } 00:32:43 $ docker exec --env ******** --env ******** 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b ssh-agent -k 00:32:43 unset SSH_AUTH_SOCK; 00:32:43 unset SSH_AGENT_PID; 00:32:43 echo Agent pid 16 killed; 00:32:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:43 [ssh-agent] Looking for ssh-agent implementation... 00:32:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:44 $ docker exec 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b ssh-agent 00:32:44 SSH_AUTH_SOCK=/tmp/ssh-UNPW13frqhzu/agent.45 00:32:44 SSH_AGENT_PID=51 00:32:44 Running ssh-add (command line suppressed) 00:32:44 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2628728226347150687.key (/w/workspace/edgex-go/20@tmp/private_key_2628728226347150687.key) 00:32:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:45 + git semver init 00:32:45 # -> Open(): unable to determine branch for HEAD 00:32:45 # $GIT_DIR = /w/workspace/edgex-go/20/.git 00:32:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 00:32:45 # $SEMVER_REMOTE_NAME = origin 00:32:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:45 # $SEMVER_USER_NAME = edgex-jenkins 00:32:45 # $SEMVER_BRANCH = PR-3034 00:32:45 # $SEMVER_TEMP = /tmp/semver-417539862 00:32:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:25 # '/tmp/semver-417539862' -> '/w/workspace/edgex-go/20/.semver' 00:33:25 # -> Force: false 00:33:25 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 00:33:25 $ docker exec --env ******** --env ******** 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b ssh-agent -k 00:33:25 unset SSH_AUTH_SOCK; 00:33:25 unset SSH_AGENT_PID; 00:33:25 echo Agent pid 51 killed; 00:33:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:27 + git semver [Pipeline] } 00:33:27 $ docker stop --time=1 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b 00:33:29 $ docker rm -f 9a7ca3020578a7458f7e835dd50d30ba92a42232526e58459fc0bab12d23070b [Pipeline] // withDockerContainer [Pipeline] sh 00:33:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:31 Stashed 1 file(s) [Pipeline] echo 00:33:31 [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 00:33:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:33 + true 00:33:33 + sudo service docker restart 00:33:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:34 ========================================================= 00:33:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:35 + 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 . 00:33:43 Sending build context to Docker daemon 327.7MB 00:33:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:43 Step 2/6 : FROM ${BASE} 00:33:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:43 188c0c94c7c5: Pulling fs layer 00:33:43 0ef7d3d256c8: Pulling fs layer 00:33:43 de9db76c5a1d: Pulling fs layer 00:33:43 bca2f99d35d6: Pulling fs layer 00:33:43 93359f2a8cfa: Pulling fs layer 00:33:43 7c6f9722023f: Pulling fs layer 00:33:43 a35cf1a2eb13: Pulling fs layer 00:33:43 bca2f99d35d6: Waiting 00:33:43 93359f2a8cfa: Waiting 00:33:43 7c6f9722023f: Waiting 00:33:43 a35cf1a2eb13: Waiting 00:33:43 de9db76c5a1d: Verifying Checksum 00:33:43 de9db76c5a1d: Download complete 00:33:43 0ef7d3d256c8: Download complete 00:33:43 93359f2a8cfa: Verifying Checksum 00:33:43 93359f2a8cfa: Download complete 00:33:43 7c6f9722023f: Verifying Checksum 00:33:43 7c6f9722023f: Download complete 00:33:43 188c0c94c7c5: Verifying Checksum 00:33:43 188c0c94c7c5: Download complete 00:33:44 188c0c94c7c5: Pull complete 00:33:44 0ef7d3d256c8: Pull complete 00:33:45 de9db76c5a1d: Pull complete 00:33:47 Still waiting to schedule task 00:33:47 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-25365’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25369’ is offline 00:33:47 a35cf1a2eb13: Verifying Checksum 00:33:47 a35cf1a2eb13: Download complete 00:33:49 bca2f99d35d6: Verifying Checksum 00:33:49 bca2f99d35d6: Download complete 00:34:06 bca2f99d35d6: Pull complete 00:34:06 93359f2a8cfa: Pull complete 00:34:06 7c6f9722023f: Pull complete 00:34:11 a35cf1a2eb13: Pull complete 00:34:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:11 ---> a62c8e92a672 00:34:11 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 00:34:12 ---> Running in 9ac7b6a282da 00:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:14 (1/12) Installing libmagic (5.38-r0) 00:34:15 (2/12) Installing file (5.38-r0) 00:34:15 (3/12) Installing libc-dev (0.7.2-r3) 00:34:15 (4/12) Installing g++ (9.3.0-r2) 00:34:19 (5/12) Installing fortify-headers (1.1-r0) 00:34:19 (6/12) Installing patch (2.7.6-r6) 00:34:19 (7/12) Installing build-base (0.5-r2) 00:34:19 (8/12) Installing libsodium (1.0.18-r0) 00:34:19 (9/12) Installing pkgconf (1.7.2-r0) 00:34:20 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:20 (11/12) Installing libzmq (4.3.3-r0) 00:34:20 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:20 Executing busybox-1.31.1-r19.trigger 00:34:20 OK: 233 MiB in 51 packages 00:34:24 Removing intermediate container 9ac7b6a282da 00:34:24 ---> da8efa6d3782 00:34:24 Step 4/6 : WORKDIR /edgex-go 00:34:24 ---> Running in 30334154dd91 00:34:24 Removing intermediate container 30334154dd91 00:34:24 ---> b586d179d30d 00:34:24 Step 5/6 : COPY go.mod . 00:34:24 ---> f4bafecdcd23 00:34:24 Step 6/6 : RUN go mod download 00:34:24 ---> Running in 345966338ce3 00:34:52 Removing intermediate container 345966338ce3 00:34:52 ---> 1100ae81cbce 00:34:52 Successfully built 1100ae81cbce 00:34:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:52 + docker inspect -f . ci-base-image-x86_64 00:34:52 . [Pipeline] withDockerContainer 00:34:53 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:34:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-x86_64 cat 00:34:56 $ docker top b051ac4978c489ea6e4b82437bb532fef54499f3d64f7d4fb1dbf82dbfe08ec4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:57 + go version 00:34:57 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:57 $ docker stop --time=1 b051ac4978c489ea6e4b82437bb532fef54499f3d64f7d4fb1dbf82dbfe08ec4 00:34:59 $ docker rm -f b051ac4978c489ea6e4b82437bb532fef54499f3d64f7d4fb1dbf82dbfe08ec4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:00 + docker inspect -f . ci-base-image-x86_64 00:35:00 . [Pipeline] withDockerContainer 00:35:00 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:35:00 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-x86_64 cat 00:35:02 $ docker top 48d4fc08275040d7a8b46dcefe3ff537ba7e805f8ea07046bca5d6147fb77b3b -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:02 ========================================================= 00:35:02 [edgeXBuildGoParallel] Running Tests and Build... 00:35:02 ========================================================= [Pipeline] sh 00:35:03 + make test 00:35:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25375 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:36:18 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:36:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:23 using credential edgex-jenkins-ssh 00:36:23 Cloning the remote Git repository 00:36:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:23 > git init /w/workspace/edgex-go/20 # timeout=10 00:36:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:23 > git --version # timeout=10 00:36:23 > git --version # 'git version 2.17.1' 00:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.274s coverage: 100.0% of statements 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.384s coverage: 27.1% of statements 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.100s coverage: 100.0% of statements 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.212s coverage: 100.0% of statements 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.137s coverage: 65.8% of statements 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.665s coverage: 82.3% of statements 00:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.600s coverage: 28.6% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.117s coverage: 100.0% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.189s coverage: 100.0% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.251s coverage: 86.7% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.125s coverage: 78.3% of statements 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:40 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:36:41 Merge succeeded, producing 934a8ae8608f283f67bcc31e6d2c178d377c159a 00:36:41 Checking out Revision 934a8ae8608f283f67bcc31e6d2c178d377c159a (PR-3034) 00:36:40 > git config core.sparsecheckout # timeout=10 00:36:40 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:36:41 > git remote # timeout=10 00:36:41 > git config --get remote.origin.url # timeout=10 00:36:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:41 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:36:41 > git rev-parse HEAD^{commit} # timeout=10 00:36:41 > git config core.sparsecheckout # timeout=10 00:36:41 > git checkout -f 934a8ae8608f283f67bcc31e6d2c178d377c159a # timeout=10 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.726s coverage: 92.8% of statements 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.104s coverage: 58.8% of statements 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.144s coverage: 0.1% of statements 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.136s coverage: 79.5% of statements 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 00:36:46 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:36:46 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:46 > git rev-list --no-walk fbad44dabc6b5297b1d033e39b12acf1d1047b6f # timeout=10 00:36:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:48 + sudo service docker+ restart 00:36:48 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:51 provisioning config files... 00:36:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config2737960417111261802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:51 ---> docker-login.sh 00:36:51 nexus3.edgexfoundry.org:10001 00:36:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:53 Configure a credential helper to remove this warning. See 00:36:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:53 00:36:53 Login Succeeded 00:36:53 nexus3.edgexfoundry.org:10002 00:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:53 Configure a credential helper to remove this warning. See 00:36:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:53 00:36:53 Login Succeeded 00:36:53 nexus3.edgexfoundry.org:10003 00:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:53 Configure a credential helper to remove this warning. See 00:36:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:53 00:36:53 Login Succeeded 00:36:54 nexus3.edgexfoundry.org:10004 00:36:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:54 Configure a credential helper to remove this warning. See 00:36:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:54 00:36:54 Login Succeeded 00:36:54 docker.io 00:36:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:55 Configure a credential helper to remove this warning. See 00:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:55 00:36:55 Login Succeeded 00:36:55 ---> docker-login.sh ends [Pipeline] } 00:36:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:55 ========================================================= 00:36:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:36:58 Sending build context to Docker daemon 166.2MB 00:36:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:58 Step 2/6 : FROM ${BASE} 00:36:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:58 5f621e34cdf4: Pulling fs layer 00:36:58 a4357932f1b6: Pulling fs layer 00:36:58 18c013af1878: Pulling fs layer 00:36:58 00ac8860ef70: Pulling fs layer 00:36:58 63d7cb157983: Pulling fs layer 00:36:58 b116817d02f9: Pulling fs layer 00:36:58 745a02a5169b: Pulling fs layer 00:36:58 00ac8860ef70: Waiting 00:36:58 63d7cb157983: Waiting 00:36:58 b116817d02f9: Waiting 00:36:58 745a02a5169b: Waiting 00:36:58 18c013af1878: Verifying Checksum 00:36:58 18c013af1878: Download complete 00:36:58 a4357932f1b6: Verifying Checksum 00:36:58 a4357932f1b6: Download complete 00:36:58 63d7cb157983: Download complete 00:36:58 b116817d02f9: Verifying Checksum 00:36:58 b116817d02f9: Download complete 00:36:58 5f621e34cdf4: Verifying Checksum 00:36:58 5f621e34cdf4: Download complete 00:36:59 5f621e34cdf4: Pull complete 00:36:59 a4357932f1b6: Pull complete 00:37:00 18c013af1878: Pull complete 00:37:00 745a02a5169b: Verifying Checksum 00:37:00 745a02a5169b: Download complete 00:37:01 00ac8860ef70: Verifying Checksum 00:37:01 00ac8860ef70: Download complete 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.236s coverage: 92.9% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.173s coverage: 75.5% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 80.8% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.2% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.317s coverage: 63.5% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.138s coverage: 100.0% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.651s coverage: 68.9% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.0% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.700s coverage: 84.0% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.072s coverage: 100.0% of statements 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.178s coverage: 47.0% of statements 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:37:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.629s coverage: 87.7% of statements 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:37:11 00ac8860ef70: Pull complete 00:37:12 63d7cb157983: Pull complete 00:37:12 b116817d02f9: Pull complete 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.566s coverage: 29.1% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 100.0% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 100.0% of statements 00:37:15 GO111MODULE=on go vet ./... 00:37:16 745a02a5169b: Pull complete 00:37:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:16 ---> b7e6874047d6 00:37:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:19 ---> Running in 24f2897ae62b 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:24 (1/12) Installing libmagic (5.38-r0) 00:37:24 (2/12) Installing file (5.38-r0) 00:37:24 (3/12) Installing libc-dev (0.7.2-r3) 00:37:25 (4/12) Installing g++ (9.3.0-r2) 00:37:40 (5/12) Installing fortify-headers (1.1-r0) 00:37:40 (6/12) Installing patch (2.7.6-r6) 00:37:40 (7/12) Installing build-base (0.5-r2) 00:37:40 (8/12) Installing libsodium (1.0.18-r0) 00:37:40 (9/12) Installing pkgconf (1.7.2-r0) 00:37:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:40 (11/12) Installing libzmq (4.3.3-r0) 00:37:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:40 Executing busybox-1.31.1-r19.trigger 00:37:40 OK: 217 MiB in 51 packages 00:37:43 Removing intermediate container 24f2897ae62b 00:37:43 ---> c4b8a7319f22 00:37:43 Step 4/6 : WORKDIR /edgex-go 00:37:43 ---> Running in 52a6adb8dd3c 00:37:43 Removing intermediate container 52a6adb8dd3c 00:37:43 ---> 56c7d7e57e1d 00:37:43 Step 5/6 : COPY go.mod . 00:37:44 ---> 3f95d32c5b86 00:37:44 Step 6/6 : RUN go mod download 00:37:44 ---> Running in 0f6533e89b1a 00:38:11 Removing intermediate container 0f6533e89b1a 00:38:11 ---> 8bd5c66bfe6c 00:38:11 Successfully built 8bd5c66bfe6c 00:38:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:12 + docker inspect -f . ci-base-image-arm64 00:38:12 . [Pipeline] withDockerContainer 00:38:12 prd-ubuntu18.04-docker-arm64-4c-16g-25375 does not seem to be running inside a container 00:38:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 00:38:13 $ docker top a1258f44bc3db730b130d55df2ecdbd02c8625bb05898c9b8a099f9e5034a7e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:14 + go version 00:38:14 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:14 $ docker stop --time=1 a1258f44bc3db730b130d55df2ecdbd02c8625bb05898c9b8a099f9e5034a7e0 00:38:16 $ docker rm -f a1258f44bc3db730b130d55df2ecdbd02c8625bb05898c9b8a099f9e5034a7e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:17 + docker inspect -f . ci-base-image-arm64 00:38:17 . [Pipeline] withDockerContainer 00:38:18 prd-ubuntu18.04-docker-arm64-4c-16g-25375 does not seem to be running inside a container 00:38:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 00:38:19 $ docker top 1b80459b2da9c4346ec3252e3a05baaaa47b24c9451fd40f698b4afe943e0e9a -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:19 ========================================================= 00:38:19 [edgeXBuildGoParallel] Running Tests and Build... 00:38:19 ========================================================= [Pipeline] sh 00:38:20 + make test 00:38:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:38 gofmt -l . 00:38:38 [ "`gofmt -l .`" = "" ] 00:38:38 ./bin/test-go-mod-tidy.sh 00:38:38 ./bin/test-attribution-txt.sh [Pipeline] sh 00:38:39 + ls -al . 00:38:39 total 696 00:38:39 drwxrwxr-x 10 1001 1001 4096 Feb 7 00:38 . 00:38:39 drwxr-xr-x 4 root root 30 Feb 7 00:35 .. 00:38:39 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:32 .dockerignore 00:38:39 drwxrwxr-x 8 1001 1001 179 Feb 7 00:32 .git 00:38:39 drwxrwxr-x 3 1001 1001 125 Feb 7 00:32 .github 00:38:39 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:32 .gitignore 00:38:39 drwx------ 3 1001 1001 60 Feb 7 00:33 .semver 00:38:39 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:32 .sonarcloud.properties 00:38:39 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:32 Attribution.txt 00:38:39 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:32 CONTRIBUTING.md 00:38:39 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:32 Dockerfile.build 00:38:39 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:32 Jenkinsfile 00:38:39 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:32 LICENSE 00:38:39 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:32 Makefile 00:38:39 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:32 README.md 00:38:39 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:32 SECURITY.md 00:38:39 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:33 VERSION 00:38:39 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:32 ZMQWindows.md 00:38:39 drwxrwxr-x 2 1001 1001 117 Feb 7 00:32 bin 00:38:39 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:32 cmd 00:38:39 -rw-r--r-- 1 root root 590503 Feb 7 00:37 coverage.out 00:38:39 -rw-r--r-- 1 root root 1054 Feb 7 00:38 go.mod 00:38:39 -rw-r--r-- 1 root root 19290 Feb 7 00:38 go.sum 00:38:39 drwxrwxr-x 8 1001 1001 127 Feb 7 00:32 internal 00:38:39 drwxrwxr-x 4 1001 1001 26 Feb 7 00:32 openapi 00:38:39 drwxrwxr-x 4 1001 1001 71 Feb 7 00:32 snap 00:38:39 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:32 version.go [Pipeline] sh 00:38:39 + '[' -e coverage.out ] 00:38:39 + chown 1001:1001 coverage.out [Pipeline] stash 00:38:40 Stashed 1 file(s) [Pipeline] sh 00:38:40 + make build 00:38: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 00:38:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:07 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 00:39:09 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 00:39:15 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 00:39:15 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 00:39:20 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 00:39:24 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 00:39:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:31 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 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:34 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 00:39:36 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 00:39:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:39:42 $ docker stop --time=1 48d4fc08275040d7a8b46dcefe3ff537ba7e805f8ea07046bca5d6147fb77b3b 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:45 $ docker rm -f 48d4fc08275040d7a8b46dcefe3ff537ba7e805f8ea07046bca5d6147fb77b3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:47 00:39:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:39:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:48 latest: Pulling from edgex-devops/edgex-compose 00:39:48 cbdbe7a5bc2a: Pulling fs layer 00:39:48 ca9280d653b3: Pulling fs layer 00:39:48 7e9c9ca2126c: Pulling fs layer 00:39:48 cbdbe7a5bc2a: Download complete 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:49 cbdbe7a5bc2a: Pull complete 00:39:49 ca9280d653b3: Verifying Checksum 00:39:49 ca9280d653b3: Download complete 00:39:52 ca9280d653b3: Pull complete 00:39:52 7e9c9ca2126c: Verifying Checksum 00:39:52 7e9c9ca2126c: Download complete 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.327s coverage: 45.9% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements 00:40:04 7e9c9ca2126c: Pull complete 00:40:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:40:05 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:40:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:09 $ docker top 0cea3d4e3193a2d5a6cd31759b5e361131de5c75bc3a5970a07e3e7d51106bf1 -eo pid,comm 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.1% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.219s coverage: 65.8% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] sh 00:40:09 + grep parallel 00:40:09 + docker-compose build --help 00:40:11 --parallel Build images in parallel. [Pipeline] } 00:40:11 $ docker stop --time=1 0cea3d4e3193a2d5a6cd31759b5e361131de5c75bc3a5970a07e3e7d51106bf1 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.781s coverage: 82.3% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:13 $ docker rm -f 0cea3d4e3193a2d5a6cd31759b5e361131de5c75bc3a5970a07e3e7d51106bf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:14 . [Pipeline] withDockerContainer 00:40:14 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:40:14 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:16 $ docker top 4bfa652925ffcd4905c9aa4d9691c9e3f1664b1b3b27474580facbe6cf9b2e7d -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.167s coverage: 28.6% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.116s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.414s coverage: 86.7% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:18 Building docker-core-command-go ... 00:40:18 Building docker-core-data-go ... 00:40:18 Building docker-core-metadata-go ... 00:40:18 Building docker-security-bootstrapper-go ... 00:40:18 Building docker-security-proxy-setup-go ... 00:40:18 Building docker-security-secretstore-setup-go ... 00:40:18 Building docker-support-notifications-go ... 00:40:18 Building docker-support-scheduler-go ... 00:40:18 Building docker-sys-mgmt-agent-go ... 00:40:18 Building docker-support-notifications-go 00:40:18 Building docker-support-scheduler-go 00:40:18 Building docker-security-secretstore-setup-go 00:40:18 Building docker-core-metadata-go 00:40:18 Building docker-security-proxy-setup-go 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.327s coverage: 92.8% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.243s coverage: 0.1% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 45.5% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.097s coverage: 79.5% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.080s coverage: 44.8% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.157s coverage: 91.4% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.785s coverage: 68.9% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.582s coverage: 84.0% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.267s coverage: 87.7% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.124s coverage: 29.1% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.238s coverage: 100.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:13 GO111MODULE=on go vet ./... 00:41:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:41 ---> 1100ae81cbce 00:41:41 Step 3/22 : WORKDIR /edgex-go 00:41:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:41 ---> 1100ae81cbce 00:41:41 Step 3/24 : WORKDIR /edgex-go 00:41:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:41 ---> 1100ae81cbce 00:41:41 Step 3/22 : WORKDIR /edgex-go 00:41:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:41 ---> 1100ae81cbce 00:41:41 Step 3/23 : WORKDIR /edgex-go 00:41:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:41 ---> 1100ae81cbce 00:41:41 Step 3/21 : WORKDIR /edgex-go 00:41:41 ---> Running in 7b3cfc398a6b 00:41:41 ---> Running in 31780df9ccba 00:41:41 ---> Running in 71cc726c3aed 00:41:41 ---> Running in 313bd734ce19 00:41:41 ---> Running in 3d606a348073 00:41:41 Removing intermediate container 31780df9ccba 00:41:41 ---> 216ada0f5127 00:41:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:41 Removing intermediate container 7b3cfc398a6b 00:41:41 ---> 6e445762ba84 00:41:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:41 Removing intermediate container 3d606a348073 00:41:41 ---> 74413fad8a4b 00:41:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:41 Removing intermediate container 313bd734ce19 00:41:41 ---> d3ca2cfa2a33 00:41:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:41 Removing intermediate container 71cc726c3aed 00:41:41 ---> 3b0f77c13072 00:41:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:41 ---> Running in 25040cd35f23 00:41:41 ---> Running in 61cfc1224d6e 00:41:41 ---> Running in b0634d83ed50 00:41:41 ---> Running in 7c517a9be044 00:41:41 ---> Running in 01c377164d74 00:41:41 Removing intermediate container 25040cd35f23 00:41:41 ---> b6da3dc5e597 00:41:41 Step 5/22 : RUN apk add --update --no-cache make git 00:41:41 ---> Running in 14cea16740ee 00:41:41 Removing intermediate container 61cfc1224d6e 00:41:41 ---> dad3b5744ef7 00:41:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:41:41 Removing intermediate container b0634d83ed50 00:41:41 ---> 06a9254f7f00 00:41:41 Step 5/24 : RUN apk add --update --no-cache make git 00:41:41 Removing intermediate container 01c377164d74 00:41:41 ---> 65e51326f2e2 00:41:41 Step 5/23 : RUN apk add --update --no-cache make git 00:41:41 ---> Running in 93b67fbdc606 00:41:41 ---> Running in 98d405f515e6 00:41:41 ---> Running in 468e70bf62e4 00:41:41 Removing intermediate container 7c517a9be044 00:41:41 ---> 31dff9c0bcac 00:41:41 Step 5/21 : RUN apk add --update --no-cache make git 00:41:41 ---> Running in fd23d6c8c4c7 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 OK: 233 MiB in 51 packages 00:41:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:41 OK: 233 MiB in 51 packages 00:41:41 OK: 233 MiB in 51 packages 00:41:41 OK: 233 MiB in 51 packages 00:41:41 OK: 233 MiB in 51 packages 00:41:41 Removing intermediate container 14cea16740ee 00:41:41 ---> 651c6b3d554d 00:41:41 Step 6/22 : COPY go.mod . 00:41:41 Removing intermediate container 93b67fbdc606 00:41:41 ---> da269a5da40b 00:41:41 Step 6/24 : COPY go.mod . 00:41:41 ---> f36fdfee2991 00:41:41 Step 7/22 : RUN go mod download 00:41:41 Removing intermediate container 468e70bf62e4 00:41:41 ---> 633b95de92fb 00:41:41 Step 6/23 : COPY go.mod . 00:41:41 Removing intermediate container fd23d6c8c4c7 00:41:41 ---> 7ba6382db26d 00:41:41 Step 6/21 : COPY go.mod . 00:41:41 ---> Running in 612f7a527008 00:41:42 ---> dd3a0d45411c 00:41:42 Step 7/24 : RUN go mod download 00:41:42 Removing intermediate container 98d405f515e6 00:41:42 ---> eef714aa5f9e 00:41:42 Step 6/22 : COPY go.mod . 00:41:42 ---> 8edbf75dc421 00:41:42 Step 7/23 : RUN go mod download 00:41:42 ---> ff8e9e2d8a5a 00:41:42 Step 7/21 : RUN go mod download 00:41:42 ---> Running in a9ee81b41e2c 00:41:42 ---> Running in 29ca8843a31a 00:41:42 ---> Running in 0d030d2bf7ce 00:41:43 ---> f10b62e1ec6c 00:41:43 Step 7/22 : RUN go mod download 00:41:43 ---> Running in c99bbdda2860 00:41:47 Removing intermediate container 0d030d2bf7ce 00:41:47 ---> 7115c7a29f65 00:41:47 Step 8/23 : COPY . . 00:41:47 Removing intermediate container 612f7a527008 00:41:47 ---> 64b513839d0a 00:41:47 Step 8/22 : COPY . . 00:41:47 Removing intermediate container a9ee81b41e2c 00:41:47 ---> 4c7b271cf9dc 00:41:47 Step 8/24 : COPY . . 00:41:47 Removing intermediate container c99bbdda2860 00:41:47 ---> 3194e8fe637f 00:41:47 Step 8/22 : COPY . . 00:41:47 Removing intermediate container 29ca8843a31a 00:41:47 ---> 1d887772987d 00:41:47 Step 8/21 : COPY . . 00:42:35 gofmt -l . 00:42:35 [ "`gofmt -l .`" = "" ] 00:42:35 ./bin/test-go-mod-tidy.sh 00:42:35 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:36 + ls -al . 00:42:36 total 724 00:42:36 drwxrwxr-x 9 1001 1001 4096 Feb 7 00:42 . 00:42:36 drwxr-xr-x 4 root root 4096 Feb 7 00:38 .. 00:42:36 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:36 .dockerignore 00:42:36 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 .git 00:42:36 drwxrwxr-x 3 1001 1001 4096 Feb 7 00:36 .github 00:42:36 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:36 .gitignore 00:42:36 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:36 .sonarcloud.properties 00:42:36 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:36 Attribution.txt 00:42:36 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:36 CONTRIBUTING.md 00:42:36 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:36 Dockerfile.build 00:42:36 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:36 Jenkinsfile 00:42:36 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:36 LICENSE 00:42:36 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:36 Makefile 00:42:36 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:36 README.md 00:42:36 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:36 SECURITY.md 00:42:36 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:33 VERSION 00:42:36 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:36 ZMQWindows.md 00:42:36 drwxrwxr-x 2 1001 1001 4096 Feb 7 00:36 bin 00:42:36 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:36 cmd 00:42:36 -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out 00:42:36 -rw-r--r-- 1 root root 1054 Feb 7 00:42 go.mod 00:42:36 -rw-r--r-- 1 root root 19290 Feb 7 00:42 go.sum 00:42:36 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 internal 00:42:36 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 openapi 00:42:36 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 snap 00:42:36 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:36 version.go [Pipeline] sh 00:42:36 + '[' -e coverage.out ] 00:42:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:36 Warning: overwriting stash ‘coverage-report’ 00:42:37 Stashed 1 file(s) [Pipeline] sh 00:42:38 + make build 00:42:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:49 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 00:42:56 ---> 1cde53b9ea4a 00:42:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:42:56 ---> 7d739037344f 00:42:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:42:56 ---> eeceea6b9f12 00:42:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:42:56 ---> 38eaa27f959d 00:42:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:42:56 ---> Running in e1cceb421b5e 00:42:56 ---> Running in c91045e95956 00:42:56 ---> Running in ee96030e59d4 00:42:56 ---> Running in 5581dd92118d 00:42:56 ---> 9ff85837cff8 00:42:56 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:42:56 ---> Running in 8f62685a2842 00:42:57 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 00:42:57 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 00:42:57 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 00:42:57 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 00:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:16 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 00:43:21 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 00:43:22 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 00:43: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 00:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43: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 00:43: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 00:43:44 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 00:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43: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 00:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:43:59 $ docker stop --time=1 1b80459b2da9c4346ec3252e3a05baaaa47b24c9451fd40f698b4afe943e0e9a 00:44:01 Removing intermediate container c91045e95956 00:44:01 ---> e4e680dada5b 00:44:01 00:44:01 Step 10/21 : FROM alpine:3.12 00:44:01 Removing intermediate container 5581dd92118d 00:44:01 ---> a2fff3637a9b 00:44:01 00:44:01 Step 10/24 : FROM alpine:3.12 00:44:01 Removing intermediate container e1cceb421b5e 00:44:01 ---> b45bdcdb7037 00:44:01 00:44:01 Step 10/22 : FROM alpine:3.12 00:44:01 3.12: Pulling from library/alpine 00:44:01 3.12: Pulling from library/alpine 00:44:01 Removing intermediate container ee96030e59d4 00:44:01 ---> a75aaef58189 00:44:01 00:44:01 Step 10/22 : FROM alpine:3.12 00:44:01 3.12: Pulling from library/alpine 00:44:01 3.12: Pulling from library/alpine 00:44:01 $ docker rm -f 1b80459b2da9c4346ec3252e3a05baaaa47b24c9451fd40f698b4afe943e0e9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:44:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:03 Status: Downloaded newer image for alpine:3.12 00:44:03 Status: Downloaded newer image for alpine:3.12 00:44:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:03 Status: Image is up to date for alpine:3.12 00:44:03 ---> 389fef711851 00:44:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:44:03 ---> 389fef711851 00:44:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:44:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:03 Status: Image is up to date for alpine:3.12 00:44:03 ---> 389fef711851 00:44:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:44:03 ---> 389fef711851 00:44:03 Step 11/21 : RUN apk add --update --no-cache curl [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 00:44:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:04 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:04 29e5d40040c1: Pulling fs layer 00:44:04 1ce36da41761: Pulling fs layer 00:44:04 25b303627fd3: Pulling fs layer 00:44:04 ---> Running in b8fe84a17468 00:44:04 ---> Running in c2b06df7426c 00:44:04 ---> Running in abaf1f3fb1a9 00:44:04 ---> Running in c1e11fc5c0d5 00:44:04 Removing intermediate container 8f62685a2842 00:44:04 ---> ffce81405f9f 00:44:04 00:44:04 Step 10/23 : FROM alpine:3.12 00:44:04 ---> 389fef711851 00:44:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:44:05 ---> Running in 48989ef4299a 00:44:05 29e5d40040c1: Verifying Checksum 00:44:05 29e5d40040c1: Download complete 00:44:06 1ce36da41761: Verifying Checksum 00:44:06 1ce36da41761: Download complete 00:44:06 29e5d40040c1: Pull complete 00:44:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:07 (1/4) Installing ca-certificates (20191127-r4) 00:44:07 (1/1) Installing dumb-init (1.2.2-r1) 00:44:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:44:07 (3/4) Installing libcurl (7.69.1-r3) 00:44:07 Executing busybox-1.31.1-r19.trigger 00:44:07 OK: 6 MiB in 15 packages 00:44:07 (4/4) Installing curl (7.69.1-r3) 00:44:07 1ce36da41761: Pull complete 00:44:07 Executing busybox-1.31.1-r19.trigger 00:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:07 Executing ca-certificates-20191127-r4.trigger 00:44:07 (1/2) Installing ca-certificates (20191127-r4) 00:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:07 OK: 7 MiB in 18 packages 00:44:07 (2/2) Installing dumb-init (1.2.2-r1) 00:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:07 Executing busybox-1.31.1-r19.trigger 00:44:07 Executing ca-certificates-20191127-r4.trigger 00:44:07 25b303627fd3: Verifying Checksum 00:44:07 25b303627fd3: Download complete 00:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:07 OK: 6 MiB in 16 packages 00:44:07 (1/1) Installing dumb-init (1.2.2-r1) 00:44:07 Executing busybox-1.31.1-r19.trigger 00:44:07 OK: 6 MiB in 15 packages 00:44:07 (1/5) Installing ca-certificates (20191127-r4) 00:44:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:44:07 (3/5) Installing libcurl (7.69.1-r3) 00:44:07 (4/5) Installing curl (7.69.1-r3) 00:44:07 (5/5) Installing dumb-init (1.2.2-r1) 00:44:07 Executing busybox-1.31.1-r19.trigger 00:44:07 Executing ca-certificates-20191127-r4.trigger 00:44:08 OK: 7 MiB in 19 packages 00:44:09 Removing intermediate container c2b06df7426c 00:44:09 ---> 82d961267cd3 00:44:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:44:09 ---> Running in 070525bfc3f7 00:44:09 Removing intermediate container b8fe84a17468 00:44:09 ---> b11051ad18f0 00:44:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:09 ---> Running in e95bd13012f9 00:44:09 Removing intermediate container abaf1f3fb1a9 00:44:09 ---> 4efb39fdf6a7 00:44:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:44:09 Removing intermediate container 070525bfc3f7 00:44:09 ---> edbba7104508 00:44:09 Step 13/22 : ENV APP_PORT=48085 00:44:10 Removing intermediate container 48989ef4299a 00:44:10 ---> 7bc283aa2ccc 00:44:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:44:10 ---> Running in 6dca183a9f6c 00:44:10 Removing intermediate container c1e11fc5c0d5 00:44:10 ---> ebb39c43d0b9 00:44:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:10 ---> Running in c4da3b3409ab 00:44:10 ---> Running in 740e0e152ba1 00:44:11 Removing intermediate container e95bd13012f9 00:44:11 ---> 1b3ba456bcb1 00:44:11 Step 13/21 : WORKDIR /edgex 00:44:11 ---> Running in c81c7cd68315 00:44:11 ---> Running in 986440d1bc29 00:44:11 Removing intermediate container c4da3b3409ab 00:44:11 ---> 889cbbf2e16b 00:44:11 Step 14/22 : EXPOSE $APP_PORT 00:44:11 Removing intermediate container 740e0e152ba1 00:44:11 ---> 37882d46ac9b 00:44:11 Step 13/23 : ENV APP_PORT=48081 00:44:11 Removing intermediate container 6dca183a9f6c 00:44:11 ---> 8ceab4f56b89 00:44:11 Step 13/22 : ENV APP_PORT=48060 00:44:11 Removing intermediate container c81c7cd68315 00:44:11 ---> b6494d097d7e 00:44:11 Step 13/24 : WORKDIR / 00:44:11 ---> Running in 75d3cac5be98 00:44:11 ---> Running in 8162a9eff7f6 00:44:11 ---> Running in 94e8e73ed5b0 00:44:11 ---> Running in 2423281352df 00:44:11 Removing intermediate container 986440d1bc29 00:44:11 ---> 043fa9b1eadd 00:44:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:44:12 Removing intermediate container 8162a9eff7f6 00:44:12 ---> 92188670725c 00:44:12 Step 14/23 : EXPOSE $APP_PORT 00:44:12 Removing intermediate container 94e8e73ed5b0 00:44:12 ---> 1df47f44a0da 00:44:12 Step 14/22 : EXPOSE $APP_PORT 00:44:12 Removing intermediate container 75d3cac5be98 00:44:12 ---> cf34ae782258 00:44:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:12 ---> Running in 152b39427a6d 00:44:12 Removing intermediate container 2423281352df 00:44:12 ---> f8eacfed6b00 00:44:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:44:12 ---> Running in 48df904ce526 00:44:12 ---> e25fac3d90a2 00:44:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:44:12 Removing intermediate container 152b39427a6d 00:44:12 ---> 071098c790fd 00:44:12 Step 15/23 : WORKDIR / 00:44:12 Removing intermediate container 48df904ce526 00:44:12 ---> f31489e4358d 00:44:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:13 ---> d67c08db7a2b 00:44:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:44:13 ---> Running in 5016415e5b4a 00:44:13 ---> 9095d36e3ca7 00:44:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:44:13 ---> da700f9278fc 00:44:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:44:14 ---> 5084f74fe204 00:44:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:44:14 Removing intermediate container 5016415e5b4a 00:44:14 ---> f2a59e9fc81e 00:44:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:14 ---> c0e47bb8725e 00:44:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:44:14 ---> 82ada467636a 00:44:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:44:14 ---> 75b2594d9c2e 00:44:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:44:14 ---> Running in 9d57cfc9932a 00:44:14 ---> 6975cf55887d 00:44:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:44:14 ---> 44cfa2db75ee 00:44:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:44:15 ---> ad2ea08cb65d 00:44:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:44:15 ---> 9331238b71ce 00:44:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:44:15 ---> Running in 13be2aeaea3e 00:44:15 Removing intermediate container 9d57cfc9932a 00:44:15 ---> f013836219fe 00:44:15 Step 18/21 : CMD ["--init=true"] 00:44:15 ---> Running in 854377a5e05d 00:44:15 Removing intermediate container 13be2aeaea3e 00:44:15 ---> 37ca469b9f21 00:44:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:15 ---> 4e2c3f161562 00:44:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:44:15 ---> Running in 6031754cf437 00:44:15 ---> 0ac471f1bd38 00:44:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:44:16 Removing intermediate container 854377a5e05d 00:44:16 ---> c8d0b63fa6a7 00:44:16 Step 19/21 : LABEL arch=x86_64 00:44:16 ---> Running in 77fbd6de30d5 00:44:16 ---> 8c236ea1e41c 00:44:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:44:16 ---> Running in b9afce8787ce 00:44:16 Removing intermediate container 6031754cf437 00:44:16 ---> ed3e1bb7dd91 00:44:16 Step 20/22 : LABEL arch=x86_64 00:44:16 Removing intermediate container 77fbd6de30d5 00:44:16 ---> 75a6af7fddeb 00:44:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:16 Removing intermediate container b9afce8787ce 00:44:16 ---> c7cd7c175b0f 00:44:16 Step 20/21 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:44:16 ---> Running in 303e7925d62a 00:44:16 ---> Running in c40bf16cf410 00:44:16 ---> 427fec1940b8 00:44:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:44:17 ---> 2e89768a394a 00:44:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:44:17 ---> Running in 2fff24c8f2b8 00:44:17 ---> Running in a4887c1f1f63 00:44:17 Removing intermediate container 303e7925d62a 00:44:17 ---> 9c3838fe1d4c 00:44:17 Step 21/22 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:44:17 Removing intermediate container c40bf16cf410 00:44:17 ---> db38c87d0fbb 00:44:17 Step 20/22 : LABEL arch=x86_64 00:44:17 ---> Running in dde74e75c523 00:44:17 25b303627fd3: Pull complete 00:44:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:17 ---> Running in 4855cfefe921 00:44:17 Removing intermediate container 2fff24c8f2b8 00:44:17 ---> 97f923d105c3 00:44:17 Step 21/21 : LABEL version=0.0.0 00:44:17 Removing intermediate container a4887c1f1f63 00:44:17 ---> 0d52449b131a 00:44:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:17 ---> ebb37a605bb8 00:44:17 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/ 00:44:17 ---> Running in f2a4a702994b 00:44:17 ---> Running in bcf5c2d87d32 00:44:17 prd-ubuntu18.04-docker-arm64-4c-16g-25375 does not seem to be running inside a container 00:44:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 00:44:18 ---> Running in ae18f82a5961 00:44:18 Removing intermediate container dde74e75c523 00:44:18 ---> 0b27d7ee1f0f 00:44:18 Step 22/22 : LABEL version=0.0.0 00:44:18 Removing intermediate container 4855cfefe921 00:44:18 ---> 2b90f8ca2b64 00:44:18 Step 21/22 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:44:18 ---> Running in 23d6670de01b 00:44:18 ---> Running in 4687fc3dbce5 00:44:18 Removing intermediate container bcf5c2d87d32 00:44:18 ---> 168bbb04a0d3 00:44:18 00:44:18 Removing intermediate container f2a4a702994b 00:44:18 ---> 49c409c05725 00:44:18 Step 21/23 : LABEL arch=x86_64 00:44:18 ---> Running in 7e70b49759e9 00:44:19 Removing intermediate container 23d6670de01b 00:44:19 ---> c8a263f7c4e5 00:44:19 00:44:19 Removing intermediate container 4687fc3dbce5 00:44:19 ---> 770f00cc9ffd 00:44:19 Step 22/22 : LABEL version=0.0.0 00:44:19 Successfully built 168bbb04a0d3 00:44:19 Successfully tagged docker-security-proxy-setup-go:latest 00:44:19  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:44:19 ---> Running in 6adfce9c78d3 00:44:19 Removing intermediate container 7e70b49759e9 00:44:19 ---> a11321a16e48 00:44:19 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:44:19 Successfully built c8a263f7c4e5 00:44:19 Successfully tagged docker-support-scheduler-go:latest 00:44:19  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:44:20 ---> Running in 0db9ddf0f289 00:44:20 Removing intermediate container 6adfce9c78d3 00:44:20 ---> 6196ec572e05 00:44:20 00:44:20 Successfully built 6196ec572e05 00:44:20 Removing intermediate container 0db9ddf0f289 00:44:20 ---> 8be065aabd42 00:44:20 Step 23/23 : LABEL version=0.0.0 00:44:20 Successfully tagged docker-support-notifications-go:latest 00:44:20  Building docker-support-notifications-go ... done Building docker-core-data-go 00:44:20 Removing intermediate container ae18f82a5961 00:44:20 ---> c77b4324470d 00:44:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:44:20 $ docker top f7a58a721a26f45703cf1cf52145df0d2ec7596cc63cff802b379075d50588e4 -eo pid,comm 00:44:21 ---> Running in b972b4213530 00:44:21 ---> Running in 8820484f96a3 [Pipeline] { [Pipeline] sh 00:44:21 Removing intermediate container 8820484f96a3 00:44:21 ---> 9dbe5429345e 00:44:21 00:44:21 Removing intermediate container b972b4213530 00:44:21 ---> 7dcfc039c08b 00:44:21 Step 22/24 : LABEL arch=x86_64 00:44:21 + docker-compose build --help 00:44:21 + grep parallel 00:44:22 Successfully built 9dbe5429345e 00:44:22 Successfully tagged docker-core-metadata-go:latest 00:44:22  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:44:22 ---> Running in e0183eb73442 00:44:23 Removing intermediate container e0183eb73442 00:44:23 ---> 0e918678c8d3 00:44:23 Step 23/24 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:44:24 ---> Running in 866300f99f29 00:44:25 Removing intermediate container 866300f99f29 00:44:25 ---> 870c69346eae 00:44:25 Step 24/24 : LABEL version=0.0.0 00:44:26 --parallel Build images in parallel. [Pipeline] } 00:44:26 $ docker stop --time=1 f7a58a721a26f45703cf1cf52145df0d2ec7596cc63cff802b379075d50588e4 00:44:26 ---> Running in a4d57be8712b 00:44:27 Removing intermediate container a4d57be8712b 00:44:27 ---> d2fa430daf8e 00:44:27 00:44:27 Successfully built d2fa430daf8e 00:44:28 Successfully tagged docker-security-secretstore-setup-go:latest 00:44:28 $ docker rm -f f7a58a721a26f45703cf1cf52145df0d2ec7596cc63cff802b379075d50588e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:28 . [Pipeline] withDockerContainer 00:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-25375 does not seem to be running inside a container 00:44:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 00:44:30 $ docker top 811b32ebae93613382447c72ae01ebbbc12fd429460b201d6261b07125dc70b6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:35 Building docker-core-command-go ... 00:44:35 Building docker-core-data-go ... 00:44:35 Building docker-core-metadata-go ... 00:44:35 Building docker-security-bootstrapper-go ... 00:44:35 Building docker-security-proxy-setup-go ... 00:44:35 Building docker-security-secretstore-setup-go ... 00:44:35 Building docker-support-notifications-go ... 00:44:35 Building docker-support-scheduler-go ... 00:44:35 Building docker-sys-mgmt-agent-go ... 00:44:35 Building docker-support-scheduler-go 00:44:35 Building docker-security-proxy-setup-go 00:44:35 Building docker-security-secretstore-setup-go 00:44:35 Building docker-core-command-go 00:44:35 Building docker-support-notifications-go 00:45:17  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:17 ---> 1100ae81cbce 00:45:17 Step 3/23 : WORKDIR /edgex-go 00:45:17 ---> Using cache 00:45:17 ---> 3b0f77c13072 00:45:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:17 ---> Using cache 00:45:17 ---> 65e51326f2e2 00:45:17 Step 5/23 : RUN apk add --update --no-cache make git 00:45:17 ---> Using cache 00:45:17 ---> 633b95de92fb 00:45:17 Step 6/23 : COPY go.mod . 00:45:17 ---> Using cache 00:45:17 ---> 8edbf75dc421 00:45:17 Step 7/23 : RUN go mod download 00:45:17 ---> Using cache 00:45:17 ---> 7115c7a29f65 00:45:17 Step 8/23 : COPY . . 00:45:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:17 ---> 1100ae81cbce 00:45:17 Step 3/23 : WORKDIR /edgex-go 00:45:17 ---> Using cache 00:45:17 ---> 3b0f77c13072 00:45:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:17 ---> Using cache 00:45:17 ---> 65e51326f2e2 00:45:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:17 ---> 1100ae81cbce 00:45:17 Step 3/26 : WORKDIR /edgex-go 00:45:17 ---> Using cache 00:45:17 ---> 3b0f77c13072 00:45:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:17 ---> Using cache 00:45:17 ---> 65e51326f2e2 00:45:17 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:17 ---> Using cache 00:45:17 ---> 9ff85837cff8 00:45:17 Step 9/23 : RUN make cmd/core-command/core-command 00:45:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:17 ---> 1100ae81cbce 00:45:17 Step 3/31 : WORKDIR /edgex-go 00:45:17 ---> Using cache 00:45:17 ---> 3b0f77c13072 00:45:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:17 ---> Using cache 00:45:17 ---> 65e51326f2e2 00:45:17 Step 5/31 : RUN apk add --update --no-cache make git 00:45:17 ---> Using cache 00:45:17 ---> 633b95de92fb 00:45:17 Step 6/31 : COPY go.mod . 00:45:17 ---> Using cache 00:45:17 ---> 8edbf75dc421 00:45:17 Step 7/31 : RUN go mod download 00:45:17 ---> Using cache 00:45:17 ---> 7115c7a29f65 00:45:17 Step 8/31 : COPY . . 00:45:17 ---> Using cache 00:45:17 ---> 9ff85837cff8 00:45:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:17 ---> Running in 66bee4a285f1 00:45:17 ---> Running in efff4ee2f94c 00:45:17 ---> Running in b75704251fc7 00:45:17 ---> Running in 99925c84fc72 00:45:17 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 00:45:17 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 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:19 OK: 233 MiB in 51 packages 00:45:19 OK: 233 MiB in 51 packages 00:45:20 Removing intermediate container 66bee4a285f1 00:45:20 ---> 322805c2861e 00:45:20 Step 6/26 : COPY go.mod . 00:45:20 Removing intermediate container efff4ee2f94c 00:45:20 ---> e5ab0c67bccc 00:45:20 Step 6/23 : COPY go.mod . 00:45:21 ---> 3dcc9d859b39 00:45:21 Step 7/23 : RUN go mod download 00:45:21 ---> 89e8762d9049 00:45:21 Step 7/26 : RUN go mod download 00:45:21 ---> Running in a7be5b8876d1 00:45:22 ---> Running in 3bfe69e4efdd 00:45:28 Removing intermediate container a7be5b8876d1 00:45:28 ---> 76d52e87db82 00:45:28 Step 8/23 : COPY . . 00:45:28 Removing intermediate container 3bfe69e4efdd 00:45:28 ---> 106e53224374 00:45:28 Step 8/26 : COPY . . 00:45:56 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 00:45:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:56 ---> 8bd5c66bfe6c 00:45:56 Step 3/21 : WORKDIR /edgex-go 00:45:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:56 ---> 8bd5c66bfe6c 00:45:56 Step 3/24 : WORKDIR /edgex-go 00:45:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:56 ---> 8bd5c66bfe6c 00:45:56 Step 3/23 : WORKDIR /edgex-go 00:45:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:56 ---> 8bd5c66bfe6c 00:45:56 Step 3/22 : WORKDIR /edgex-go 00:45:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:56 ---> 8bd5c66bfe6c 00:45:56 Step 3/22 : WORKDIR /edgex-go 00:45:56 ---> Running in 1e78dda06ee1 00:45:56 ---> Running in 5395dcadfe32 00:45:56 ---> Running in ba0d44d21a4d 00:45:56 ---> Running in e6932800202e 00:45:56 ---> Running in 9afbb2d82301 00:45:56 Removing intermediate container 1e78dda06ee1 00:45:56 ---> ed784ec277a9 00:45:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:56 Removing intermediate container 9afbb2d82301 00:45:56 ---> 20d75599ff09 00:45:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:56 Removing intermediate container 5395dcadfe32 00:45:56 ---> bd42ac4132c8 00:45:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:56 Removing intermediate container ba0d44d21a4d 00:45:56 ---> 89cd52e24ff1 00:45:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:56 Removing intermediate container e6932800202e 00:45:56 ---> 3bac0e2335dd 00:45:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:56 ---> Running in d4626ce2b781 00:45:56 ---> Running in 61e4e52e6e2e 00:45:56 ---> Running in 5241a038157b 00:45:56 ---> Running in 7cad2b379515 00:45:56 ---> Running in 3c0bcd268785 00:45:56 Removing intermediate container 61e4e52e6e2e 00:45:56 ---> 29320e0c7afc 00:45:56 Step 5/24 : RUN apk add --update --no-cache make git 00:45:56 Removing intermediate container d4626ce2b781 00:45:56 ---> 074db0712d6d 00:45:56 Step 5/23 : RUN apk add --update --no-cache make git 00:45:56 ---> Running in fcd15bd97af4 00:45:57 ---> Running in 044e6aac0061 00:45:57 Removing intermediate container 3c0bcd268785 00:45:57 ---> 9a8827c57dff 00:45:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:57 Removing intermediate container 7cad2b379515 00:45:57 ---> a96216f8b47a 00:45:57 Step 5/22 : RUN apk add --update --no-cache make git 00:45:57 Removing intermediate container 5241a038157b 00:45:57 ---> 7076c2ff5ac3 00:45:57 Step 5/21 : RUN apk add --update --no-cache make git 00:45:57 ---> Running in 73c5adab2a5a 00:45:57 ---> Running in 048fa2433a1e 00:45:57 ---> Running in 30167f30f5c6 00:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 OK: 217 MiB in 51 packages 00:46:00 OK: 217 MiB in 51 packages 00:46:01 OK: 217 MiB in 51 packages 00:46:01 OK: 217 MiB in 51 packages 00:46:01 OK: 217 MiB in 51 packages 00:46:02 Removing intermediate container 044e6aac0061 00:46:02 ---> 6fe08291191c 00:46:02 Step 6/23 : COPY go.mod . 00:46:02 Removing intermediate container fcd15bd97af4 00:46:02 ---> 6a5249f9c8f7 00:46:02 Step 6/24 : COPY go.mod . 00:46:02 Removing intermediate container 73c5adab2a5a 00:46:02 ---> cd34c7c6f828 00:46:02 Step 6/22 : COPY go.mod . 00:46:03 Removing intermediate container 30167f30f5c6 00:46:03 ---> ad19e5cfef67 00:46:03 Step 6/21 : COPY go.mod . 00:46:03 Removing intermediate container 048fa2433a1e 00:46:03 ---> a8077c409562 00:46:03 Step 6/22 : COPY go.mod . 00:46:03 ---> e303a3be674e 00:46:03 Step 7/23 : RUN go mod download 00:46:03 ---> 4e34dca4bdc9 00:46:03 Step 7/24 : RUN go mod download 00:46:04 ---> Running in e5996311016b 00:46:04 ---> 7433378b9a04 00:46:04 Step 7/22 : RUN go mod download 00:46:04 ---> Running in 3f79deb0261b 00:46:04 ---> Running in dae84b3f5329 00:46:04 ---> 4b4a21d9e0a2 00:46:04 Step 7/21 : RUN go mod download 00:46:04 ---> 9976aaca3584 00:46:04 Step 7/22 : RUN go mod download 00:46:04 ---> Running in 841211f98212 00:46:05 ---> Running in e89107e80b1a 00:46:08 Removing intermediate container e5996311016b 00:46:08 ---> a1782e6b5247 00:46:08 Step 8/23 : COPY . . 00:46:09 Removing intermediate container dae84b3f5329 00:46:09 ---> d1587ecf93a6 00:46:09 Step 8/22 : COPY . . 00:46:09 Removing intermediate container 3f79deb0261b 00:46:09 ---> 6050538c9391 00:46:09 Step 8/24 : COPY . . 00:46:09 Removing intermediate container 841211f98212 00:46:09 ---> f0b131330d94 00:46:09 Step 8/21 : COPY . . 00:46:09 Removing intermediate container e89107e80b1a 00:46:09 ---> 23ca2077abc7 00:46:09 Step 8/22 : COPY . . 00:46:12 Removing intermediate container b75704251fc7 00:46:12 ---> f960c294677e 00:46:12 00:46:12 Step 10/23 : FROM alpine:3.12 00:46:12 ---> 389fef711851 00:46:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:12 ---> Using cache 00:46:12 ---> 7bc283aa2ccc 00:46:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:12 ---> Using cache 00:46:12 ---> 37882d46ac9b 00:46:12 Step 13/23 : ENV APP_PORT=48082 00:46:12 ---> Running in 361637abe740 00:46:13 Removing intermediate container 361637abe740 00:46:13 ---> 5e8a9517873b 00:46:13 Step 14/23 : EXPOSE $APP_PORT 00:46:15 ---> Running in 4f1dc0a3a9b4 00:46:16 Removing intermediate container 4f1dc0a3a9b4 00:46:16 ---> b1437a9e14e3 00:46:16 Step 15/23 : WORKDIR / 00:46:17 ---> Running in f31e09c8cd05 00:46:21 Removing intermediate container f31e09c8cd05 00:46:21 ---> 0ae75eee69b0 00:46:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:26 ---> 7d36d5f54588 00:46:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:29 ---> fce76b2dffa3 00:46:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:30 Removing intermediate container 99925c84fc72 00:46:30 ---> 8c1d88716e04 00:46:30 00:46:30 Step 10/31 : FROM alpine:3.12 00:46:30 ---> 389fef711851 00:46:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:30 ---> Running in f1a9c7d0b867 00:46:31 ---> 5367a6daa392 00:46:31 Step 19/23 : ENTRYPOINT ["/core-command"] 00:46:31 ---> Running in 62a7ad542ceb 00:46:31 ---> 65bf9d516b0e 00:46:31 Step 9/23 : RUN make cmd/core-data/core-data 00:46:31 ---> 6c3d0445787a 00:46:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:31 Removing intermediate container f1a9c7d0b867 00:46:31 ---> 906679074eda 00:46:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:46:31 ---> Running in 657d5af7a484 00:46:31 ---> Running in 193d769a9e0e 00:46:31 ---> Running in c435c727b93d 00:46:31 Removing intermediate container 62a7ad542ceb 00:46:31 ---> 600335623bb3 00:46:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:32 ---> Running in 704b8d272263 00:46:32 Removing intermediate container 704b8d272263 00:46:32 ---> 375b2c36eaf5 00:46:32 Step 21/23 : LABEL arch=x86_64 00:46:32 ---> Running in ac5d47277adc 00:46:34 Removing intermediate container ac5d47277adc 00:46:34 ---> 276728cc625c 00:46:34 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:46:34 ---> Running in 0b50b1c54956 00:46:34 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 00:46:34 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 00:46:35 Removing intermediate container 0b50b1c54956 00:46:35 ---> 87c8bde063d9 00:46:35 Step 23/23 : LABEL version=0.0.0 00:46:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:35 ---> Running in 585685cc1743 00:46:35 (1/2) Installing dumb-init (1.2.2-r1) 00:46:35 (2/2) Installing su-exec (0.2-r1) 00:46:35 Executing busybox-1.31.1-r19.trigger 00:46:35 OK: 6 MiB in 16 packages 00:46:35 Removing intermediate container 585685cc1743 00:46:35 ---> 703bc920e87c 00:46:35 00:46:36 ---> f0c6b6940e39 00:46:36 Step 9/23 : RUN make cmd/core-command/core-command 00:46:36 ---> f02850d242e4 00:46:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:36 ---> 0277b2e85c68 00:46:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:36 ---> 42b97f676fb2 00:46:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:36 ---> Running in e1f1fbe236c0 00:46:36 ---> 6b81e75a18d4 00:46:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:36 ---> Running in d6e2537e0f79 00:46:36 ---> Running in 1a1da08956e5 00:46:36 ---> Running in 45255268fdae 00:46:36 ---> Running in 4663632bb74f 00:46:36 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 00:46:36 Successfully built 703bc920e87c 00:46:36 Successfully tagged docker-core-command-go:latest 00:46:37 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 00:46:37 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 00:46:37 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 00:46:37 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 00:46:38  Building docker-core-command-go ... done Removing intermediate container c435c727b93d 00:46:38 ---> 193f34d53656 00:46:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:46:38 ---> Running in 265da7079a08 00:46:40 Removing intermediate container 265da7079a08 00:46:40 ---> 638923b114d9 00:46:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:46:40 ---> Running in 4cd1efd94f06 00:46:41 Removing intermediate container 4cd1efd94f06 00:46:41 ---> 98594c679f02 00:46:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:46:42 ---> Running in 0f76bfdf077c 00:46:47 Removing intermediate container 0f76bfdf077c 00:46:47 ---> 3372bc9dc265 00:46:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:46:47 ---> Running in 89ff45aac097 00:46:48 Removing intermediate container 89ff45aac097 00:46:48 ---> 56f735af074f 00:46:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:46:50 ---> d5ec71acd70f 00:46:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:46:51 ---> Running in d967241b8bf8 00:46:57 Removing intermediate container d967241b8bf8 00:46:57 ---> a61f7c8f299a 00:46:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:58 ---> 5b42da71250b 00:46:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:01 ---> a562f9975f60 00:47:01 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:02 ---> 1ede66a84c61 00:47:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:47:03 ---> 472eadfe431f 00:47:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:05 ---> 5af9ca0b2c73 00:47:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:47:05 ---> Running in e6c302960366 00:47:07 Removing intermediate container e6c302960366 00:47:07 ---> bc799ea13b51 00:47:07 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:07 Removing intermediate container 193d769a9e0e 00:47:07 ---> 1cab82fbbceb 00:47:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:07 ---> Running in a2071c4ee19c 00:47:08 ---> 563773b8340e 00:47:08 Step 26/31 : RUN chmod +x /entrypoint.sh 00:47:08 ---> Running in a828be8c9c27 00:47:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:13 Removing intermediate container a2071c4ee19c 00:47:13 ---> e2bcadb19b2d 00:47:13 00:47:13 Step 11/26 : FROM docker:20.10.0 00:47:13 20.10.0: Pulling from library/docker 00:47:13 Removing intermediate container a828be8c9c27 00:47:13 ---> b0e6dcf1a1d3 00:47:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:47:14 ---> Running in 62a4eae4555a 00:47:15 Removing intermediate container 657d5af7a484 00:47:15 ---> 8d6702587cbc 00:47:15 00:47:15 Step 10/23 : FROM alpine:3.12 00:47:15 ---> 389fef711851 00:47:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:15 Removing intermediate container 62a4eae4555a 00:47:15 ---> 81d6d1b0c27e 00:47:15 Step 28/31 : CMD ["gate"] 00:47:15 ---> Running in 5e0a5dd7db27 00:47:16 ---> Running in d5c3c120d263 00:47:16 Removing intermediate container 5e0a5dd7db27 00:47:16 ---> 1f602c901780 00:47:16 Step 12/23 : ENV APP_PORT=48080 00:47:16 ---> Running in 4cfa361b2ac3 00:47:16 Removing intermediate container d5c3c120d263 00:47:16 ---> 96f8913e4794 00:47:16 Step 29/31 : LABEL arch=x86_64 00:47:16 ---> Running in f9134ac2c1fa 00:47:16 Removing intermediate container 4cfa361b2ac3 00:47:16 ---> 20fe00f53412 00:47:16 Step 13/23 : EXPOSE $APP_PORT 00:47:17 ---> Running in 7ff5d4c1c8a4 00:47:17 Removing intermediate container f9134ac2c1fa 00:47:17 ---> 27722de17107 00:47:17 Step 30/31 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:47:17 ---> Running in cd94fefa3389 00:47:17 Removing intermediate container 7ff5d4c1c8a4 00:47:17 ---> 5b4b56dec581 00:47:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:18 ---> Running in cf720659e7e8 00:47:19 Removing intermediate container cd94fefa3389 00:47:19 ---> cf73bfd15932 00:47:19 Step 31/31 : LABEL version=0.0.0 00:47:19 ---> Running in 91c97df5aa10 00:47:20 Removing intermediate container 91c97df5aa10 00:47:20 ---> 3adc64f391eb 00:47:20 00:47:20 Successfully built 3adc64f391eb 00:47:20 Successfully tagged docker-security-bootstrapper-go:latest 00:47:21  Building docker-security-bootstrapper-go ... done Removing intermediate container cf720659e7e8 00:47:21 ---> 49394f0bce65 00:47:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:47:21 ---> Running in 5e538861e140 00:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:25 (1/6) Installing dumb-init (1.2.2-r1) 00:47:25 (2/6) Installing libgcc (9.3.0-r2) 00:47:25 (3/6) Installing libsodium (1.0.18-r0) 00:47:25 (4/6) Installing libstdc++ (9.3.0-r2) 00:47:25 (5/6) Installing libzmq (4.3.3-r0) 00:47:26 (6/6) Installing zeromq (4.3.3-r0) 00:47:26 Executing busybox-1.31.1-r19.trigger 00:47:26 OK: 8 MiB in 20 packages 00:47:27 Removing intermediate container 5e538861e140 00:47:27 ---> 91c82c9b5def 00:47:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:29 ---> 29a7b8077750 00:47:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:29 Status: Downloaded newer image for docker:20.10.0 00:47:29 ---> aefe523efa57 00:47:29 Step 12/26 : RUN apk add --no-cache bash 00:47:30 ---> Running in 7689762009b1 00:47:30 ---> 566b78db68d5 00:47:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:31 ---> 7794be3f4869 00:47:31 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:31 ---> Running in 01bce78e6d3c 00:47:32 (1/2) Installing readline (8.0.4-r0) 00:47:32 (2/2) Installing bash (5.0.17-r0) 00:47:32 Executing bash-5.0.17-r0.post-install 00:47:32 Executing busybox-1.31.1-r19.trigger 00:47:32 OK: 12 MiB in 22 packages 00:47:32 Removing intermediate container 01bce78e6d3c 00:47:32 ---> 070e427bc7b2 00:47:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:32 ---> Running in 8199d7508a6f 00:47:33 Removing intermediate container 8199d7508a6f 00:47:33 ---> 989da0646fa9 00:47:33 Step 21/23 : LABEL arch=x86_64 00:47:33 ---> Running in 524be5a4fc14 00:47:33 Removing intermediate container 524be5a4fc14 00:47:33 ---> a74d8a628c7a 00:47:33 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:47:34 Removing intermediate container 7689762009b1 00:47:34 ---> e38d09264a45 00:47:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:34 ---> Running in 8cc4be64b908 00:47:34 ---> Running in 881b1fee15f1 00:47:34 Removing intermediate container 8cc4be64b908 00:47:34 ---> 5465237e1a81 00:47:34 Step 23/23 : LABEL version=0.0.0 00:47:34 ---> Running in 0daa0eec831a 00:47:34 Removing intermediate container 881b1fee15f1 00:47:34 ---> 01642d063d18 00:47:34 Step 14/26 : ENV APP_PORT=48090 00:47:35 ---> Running in e0c5d94553bc 00:47:35 Removing intermediate container 0daa0eec831a 00:47:35 ---> 454657a74d54 00:47:35 00:47:35 Removing intermediate container e0c5d94553bc 00:47:35 ---> e7367ea48449 00:47:35 Step 15/26 : EXPOSE $APP_PORT 00:47:35 Successfully built 454657a74d54 00:47:35 Successfully tagged docker-core-data-go:latest 00:47:35  Building docker-core-data-go ... done  ---> Running in 7c48bbbbd469 00:47:36 Removing intermediate container 7c48bbbbd469 00:47:36 ---> fe4e58b19098 00:47:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:37 ---> 3e60c97e9374 00:47:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:38 ---> f2073051d659 00:47:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:39 ---> 1721cad80ed2 00:47:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:39 ---> Running in 10c713d96647 00:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:41 (1/33) Installing libbz2 (1.0.8-r1) 00:47:41 (2/33) Installing expat (2.2.9-r1) 00:47:41 (3/33) Installing libffi (3.3-r2) 00:47:41 (4/33) Installing gdbm (1.13-r1) 00:47:41 (5/33) Installing xz-libs (5.2.5-r0) 00:47:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:41 (7/33) Installing python3 (3.8.5-r0) 00:47:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:45 (11/33) Installing py3-six (1.15.0-r0) 00:47:45 (12/33) Installing py3-packaging (20.4-r0) 00:47:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:45 (15/33) Installing py3-idna (2.9-r0) 00:47:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:45 (18/33) Installing py3-requests (2.23.0-r0) 00:47:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:45 (24/33) Installing py3-distro (1.5.0-r1) 00:47:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:45 (29/33) Installing py3-progress (1.5-r0) 00:47:45 (30/33) Installing py3-toml (0.10.1-r0) 00:47:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:45 (33/33) Installing py3-pip (20.1.1-r0) 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 OK: 71 MiB in 55 packages 00:47:58 Removing intermediate container 10c713d96647 00:47:58 ---> 161a7ba76b06 00:47:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:58 ---> Running in a91cce98fe26 00:47:59 Collecting docker-compose==1.23.2 00:47:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:59 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 00:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:59 Collecting PyYAML<4,>=3.10 00:47:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:00 Collecting cached-property<2,>=1.2.0 00:48:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:01 Collecting websocket-client<1.0,>=0.32.0 00:48:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:01 Collecting texttable<0.10,>=0.9.0 00:48:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:02 Collecting docker<4.0,>=3.6.0 00:48:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:03 Collecting docopt<0.7,>=0.6.1 00:48:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:03 Collecting jsonschema<3,>=2.5.1 00:48:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:03 Collecting dockerpty<0.5,>=0.4.1 00:48:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:04 Collecting urllib3<1.25,>=1.21.1 00:48:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:04 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) 00:48:04 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) 00:48:05 Collecting idna<2.8,>=2.5 00:48:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:05 Collecting docker-pycreds>=0.4.0 00:48:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:05 Installing collected packages: urllib3, idna, requests, PyYAML, cached-property, websocket-client, texttable, docker-pycreds, docker, docopt, jsonschema, dockerpty, docker-compose 00:48:05 Attempting uninstall: urllib3 00:48:05 Found existing installation: urllib3 1.25.9 00:48:05 Uninstalling urllib3-1.25.9: 00:48:05 Successfully uninstalled urllib3-1.25.9 00:48:06 Attempting uninstall: idna 00:48:06 Found existing installation: idna 2.9 00:48:06 Uninstalling idna-2.9: 00:48:06 Successfully uninstalled idna-2.9 00:48:06 Attempting uninstall: requests 00:48:06 Found existing installation: requests 2.23.0 00:48:06 Uninstalling requests-2.23.0: 00:48:06 Successfully uninstalled requests-2.23.0 00:48:06 Running setup.py install for PyYAML: started 00:48:07 Running setup.py install for PyYAML: finished with status 'done' 00:48:08 Running setup.py install for texttable: started 00:48:08 Running setup.py install for texttable: finished with status 'done' 00:48:08 Running setup.py install for docopt: started 00:48:09 Removing intermediate container 1a1da08956e5 00:48:09 ---> 17e72515cf6d 00:48:09 00:48:09 Step 10/24 : FROM alpine:3.12 00:48:09 3.12: Pulling from library/alpine 00:48:09 Running setup.py install for docopt: finished with status 'done' 00:48:09 Running setup.py install for dockerpty: started 00:48:10 Running setup.py install for dockerpty: finished with status 'done' 00:48:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:10 Status: Downloaded newer image for alpine:3.12 00:48:10 ---> afeebe901d6b 00:48:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:48:11 ---> Running in 08e6168b46fd 00:48:12 Removing intermediate container d6e2537e0f79 00:48:12 ---> 9366518db60e 00:48:12 00:48:12 Step 10/21 : FROM alpine:3.12 00:48:12 ---> afeebe901d6b 00:48:12 Step 11/21 : RUN apk add --update --no-cache curl 00:48:12 ---> Running in c2f5592735eb 00:48:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 (1/5) Installing ca-certificates (20191127-r4) 00:48:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:15 (3/5) Installing libcurl (7.69.1-r3) 00:48:15 (4/5) Installing curl (7.69.1-r3) 00:48:15 (5/5) Installing dumb-init (1.2.2-r1) 00:48:15 Executing busybox-1.31.1-r19.trigger 00:48:15 Executing ca-certificates-20191127-r4.trigger 00:48:15 (1/4) Installing ca-certificates (20191127-r4) 00:48:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:15 (3/4) Installing libcurl (7.69.1-r3) 00:48:15 (4/4) Installing curl (7.69.1-r3) 00:48:15 Executing busybox-1.31.1-r19.trigger 00:48:15 Executing ca-certificates-20191127-r4.trigger 00:48:15 OK: 7 MiB in 19 packages 00:48:15 Removing intermediate container a91cce98fe26 00:48:15 ---> a532ccc44a3b 00:48:15 Step 21/26 : RUN apk --no-cache add curl 00:48:15 ---> Running in d06f9ee37b9b 00:48:15 OK: 7 MiB in 18 packages 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:17 (2/3) Installing libcurl (7.69.1-r3) 00:48:17 (3/3) Installing curl (7.69.1-r3) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 OK: 72 MiB in 58 packages 00:48:18 Removing intermediate container 08e6168b46fd 00:48:18 ---> b0221e312881 00:48:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:18 Removing intermediate container d06f9ee37b9b 00:48:18 ---> 21db6083c802 00:48:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:18 ---> Running in 4b2cf9167912 00:48:18 Removing intermediate container 4b2cf9167912 00:48:18 ---> 56f8dff8ba5e 00:48:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:18 ---> Running in faca4f71ed6d 00:48:18 Removing intermediate container c2f5592735eb 00:48:18 ---> db9e6381f2f2 00:48:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:19 ---> Running in 985feb0be66b 00:48:19 ---> Running in 4f49200d68bc 00:48:19 Removing intermediate container faca4f71ed6d 00:48:19 ---> a1af69e3018e 00:48:19 Step 24/26 : LABEL arch=x86_64 00:48:19 ---> Running in 7540cbb9403f 00:48:19 Removing intermediate container 985feb0be66b 00:48:19 ---> cd98761a1cdc 00:48:19 Step 13/24 : WORKDIR / 00:48:20 Removing intermediate container 4f49200d68bc 00:48:20 ---> 199701c39375 00:48:20 Step 13/21 : WORKDIR /edgex 00:48:20 ---> Running in e8b0b5d7e3dd 00:48:20 ---> Running in 1b9e7b64634b 00:48:20 Removing intermediate container 7540cbb9403f 00:48:20 ---> 78db334651c8 00:48:20 Step 25/26 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:20 ---> Running in 35fc3b0a4bfc 00:48:20 Removing intermediate container 35fc3b0a4bfc 00:48:20 ---> 4ff053640a5c 00:48:20 Step 26/26 : LABEL version=0.0.0 00:48:20 ---> Running in 3110e3e8e483 00:48:21 Removing intermediate container 3110e3e8e483 00:48:21 ---> 39851267767f 00:48:21 00:48:21 Successfully built 39851267767f 00:48:21 Successfully tagged docker-sys-mgmt-agent-go:latest 00:48:21 Removing intermediate container e8b0b5d7e3dd 00:48:21 ---> 8ea543353bd5 00:48:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:48:22 $ docker stop --time=1 4bfa652925ffcd4905c9aa4d9691c9e3f1664b1b3b27474580facbe6cf9b2e7d 00:48:22 Removing intermediate container 1b9e7b64634b 00:48:22 ---> 832bbbbbc2db 00:48:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:24 ---> 419cb18b0b38 00:48:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:24 ---> 491d3ed7f436 00:48:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:24 Removing intermediate container 45255268fdae 00:48:24 ---> 3f0b305d9ed4 00:48:24 00:48:24 Step 10/22 : FROM alpine:3.12 00:48:24 ---> afeebe901d6b 00:48:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:24 Removing intermediate container e1f1fbe236c0 00:48:24 ---> bccf1c9380a3 00:48:24 00:48:24 Step 10/23 : FROM alpine:3.12 00:48:24 ---> afeebe901d6b 00:48:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:24 Removing intermediate container 4663632bb74f 00:48:24 ---> a2c433010c76 00:48:24 00:48:24 Step 10/22 : FROM alpine:3.12 00:48:24 ---> afeebe901d6b 00:48:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:24 ---> Running in 274533d2146f 00:48:24 $ docker rm -f 4bfa652925ffcd4905c9aa4d9691c9e3f1664b1b3b27474580facbe6cf9b2e7d 00:48:24 ---> Running in 3d3511e3ed5c 00:48:24 ---> Running in b4210ba85d66 00:48:24 ---> 44531cb23b2f 00:48:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] sh 00:48:25 ---> 60cd1b954e5d 00:48:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:25 + docker images 00:48:25 + grep docker 00:48:26 ---> cec53804be45 00:48:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:26 docker-sys-mgmt-agent-go latest 39851267767f 6 seconds ago 313MB 00:48:26 docker-core-data-go latest 454657a74d54 51 seconds ago 22.3MB 00:48:26 docker-security-bootstrapper-go latest 3adc64f391eb About a minute ago 23.8MB 00:48:26 docker-core-command-go latest 703bc920e87c About a minute ago 16.9MB 00:48:26 docker-security-secretstore-setup-go latest d2fa430daf8e 3 minutes ago 24.6MB 00:48:26 docker-core-metadata-go latest 9dbe5429345e 4 minutes ago 18.8MB 00:48:26 docker-support-notifications-go latest 6196ec572e05 4 minutes ago 17.6MB 00:48:26 docker-security-proxy-setup-go latest 168bbb04a0d3 4 minutes ago 24.4MB 00:48:26 docker-support-scheduler-go latest c8a263f7c4e5 4 minutes ago 17MB 00:48:26 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 ---> e14d4d41102d 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 ---> Running in 823c94d05670 00:48:28 (1/1) Installing dumb-init (1.2.2-r1) 00:48:28 ---> 513d4c18a44d 00:48:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:28 Executing busybox-1.31.1-r19.trigger 00:48:28 (1/2) Installing ca-certificates (20191127-r4) 00:48:28 OK: 5 MiB in 15 packages 00:48:28 (1/1) Installing dumb-init (1.2.2-r1) 00:48:28 (2/2) Installing dumb-init (1.2.2-r1) 00:48:28 Executing busybox-1.31.1-r19.trigger 00:48:28 Executing busybox-1.31.1-r19.trigger 00:48:28 OK: 5 MiB in 15 packages 00:48:28 Executing ca-certificates-20191127-r4.trigger 00:48:28 OK: 6 MiB in 16 packages [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 00:48:28 Removing intermediate container 823c94d05670 00:48:28 ---> d75219c9460f 00:48:28 Step 18/21 : CMD ["--init=true"] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:48:28 ---> Running in 170eb4e2dc0a 00:48:29 ---> 43c3331240ca 00:48:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:30 Removing intermediate container 170eb4e2dc0a 00:48:30 ---> e09d0286b6ca 00:48:30 Step 19/21 : LABEL arch=arm64 00:48:30 Removing intermediate container 3d3511e3ed5c 00:48:30 ---> fe0206e244e5 00:48:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:30 Removing intermediate container b4210ba85d66 00:48:30 ---> 5717cfdbb210 00:48:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:30 ---> Running in fad81e5725b7 00:48:30 ---> Running in 891d55dd06f1 00:48:30 ---> Running in a4d0c6c61798 00:48:30 Removing intermediate container 274533d2146f 00:48:30 ---> 1b572a707013 00:48:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:30 ---> Running in ce608e44a1db 00:48:31 Removing intermediate container fad81e5725b7 00:48:31 ---> a5e05cdfb32c 00:48:31 Step 20/21 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:31 ---> afa4a3f723b2 00:48:31 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/ 00:48:31 Removing intermediate container 891d55dd06f1 00:48:31 ---> e677df4f9e37 00:48:31 Step 13/22 : ENV APP_PORT=48085 00:48:31 Removing intermediate container a4d0c6c61798 00:48:31 ---> cd3b40d59a98 00:48:31 Step 13/23 : ENV APP_PORT=48082 00:48:31 ---> Running in ed6e2433d7ec 00:48:31 ---> Running in 5e7c1a309ca8 00:48:31 ---> Running in cba94f2b9ae3 00:48:31 ---> Running in c8e25b82ded9 00:48:31 Removing intermediate container ce608e44a1db 00:48:31 ---> e49426b822aa 00:48:31 Step 13/22 : ENV APP_PORT=48060 00:48:32 ---> Running in 266849cf1395 00:48:32 Removing intermediate container cba94f2b9ae3 00:48:32 ---> 08e43c6ce5a6 00:48:32 Step 14/22 : EXPOSE $APP_PORT 00:48:32 Removing intermediate container ed6e2433d7ec 00:48:32 ---> 5e0cb940d01b 00:48:32 Step 21/21 : LABEL version=0.0.0 00:48:32 Removing intermediate container c8e25b82ded9 00:48:32 ---> 7833b85e2c87 00:48:32 Step 14/23 : EXPOSE $APP_PORT 00:48:32 ---> Running in cf92612fdbb1 00:48:32 ---> Running in 83421a9f15f0 00:48:32 ---> Running in 9843ec021634 00:48:32 Removing intermediate container 266849cf1395 00:48:32 ---> 78c4a4df0f46 00:48:32 Step 14/22 : EXPOSE $APP_PORT 00:48:32 ---> Running in 4c1629c2bded 00:48:33 Removing intermediate container cf92612fdbb1 00:48:33 ---> 6f8b3ca7f080 00:48:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:33 Removing intermediate container 83421a9f15f0 00:48:33 ---> 675a54409e96 00:48:33 00:48:33 Removing intermediate container 9843ec021634 00:48:33 ---> 65d6d9b6c516 00:48:33 Step 15/23 : WORKDIR / 00:48:33 Removing intermediate container 4c1629c2bded 00:48:33 ---> 07ac8eb938d1 00:48:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:33 ---> Running in b6594ed826d1 00:48:33 Successfully built 675a54409e96 00:48:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:33 Building docker-core-metadata-go 00:48:34  Building docker-security-proxy-setup-go ... done  ---> 8296f1e0d309 00:48:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:34 Removing intermediate container 5e7c1a309ca8 00:48:34 ---> fe026814ea9c 00:48:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:34 Removing intermediate container b6594ed826d1 00:48:34 ---> 30d73a75a9c6 00:48:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:34 ---> Running in a9fde1e4e45b 00:48:34 ---> 7090c8431e54 00:48:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:35 Removing intermediate container a9fde1e4e45b 00:48:35 ---> 07254d809c9b 00:48:35 Step 22/24 : LABEL arch=arm64 00:48:37 ---> b35b543d8477 00:48:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:37 ---> a2588d0a8a23 00:48:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:37 ---> Running in 5fe124505ce1 00:48:37 ---> 5e23e720965a 00:48:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:38 ---> 31bd57fe9e0d 00:48:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:39 Removing intermediate container 5fe124505ce1 00:48:39 ---> 13908696b3c0 00:48:39 Step 23/24 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:39 ---> Running in 055a64ebc631 00:48:39 ---> c84ae9d76f60 00:48:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:39 ---> 11c1f4e2c2c0 00:48:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:39 ---> Running in c82d8d410e8d 00:48:40 ---> Running in e5d705ad4927 00:48:40 Removing intermediate container 055a64ebc631 00:48:40 ---> cc52c82e3fbf 00:48:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> Running in 0ab7e95376e5 00:48:40 Removing intermediate container c82d8d410e8d 00:48:40 ---> 1a7355b95863 00:48:40 Step 24/24 : LABEL version=0.0.0 00:48:40 Removing intermediate container e5d705ad4927 00:48:40 ---> b13a35e3a979 00:48:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> cc1eb616f027 00:48:40 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:40 ---> Running in 75c8e558c10d 00:48:40 ---> Running in 84375e713521 00:48:41 ---> Running in d882081eca74 00:48:41 Removing intermediate container 0ab7e95376e5 00:48:41 ---> 91b39c02f7d7 00:48:41 Step 20/22 : LABEL arch=arm64 00:48:41 ---> Running in e544fa415ec8 00:48:41 Removing intermediate container 75c8e558c10d 00:48:41 ---> 139aa6d17b31 00:48:41 00:48:41 Removing intermediate container 84375e713521 00:48:41 ---> b913610af23d 00:48:41 Step 20/22 : LABEL arch=arm64 00:48:41 Removing intermediate container d882081eca74 00:48:41 ---> 4541407539ab 00:48:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:42 ---> Running in 632ce5e5852a 00:48:42 Successfully built 139aa6d17b31 00:48:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:42 Building docker-sys-mgmt-agent-go 00:48:42  Building docker-security-secretstore-setup-go ... done  ---> Running in 8b30cf5fedba 00:48:42 Removing intermediate container e544fa415ec8 00:48:42 ---> 7fda646ac621 00:48:42 Step 21/22 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:42 Removing intermediate container 632ce5e5852a 00:48:42 ---> 0a895dc8ab65 00:48:42 Step 21/22 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:42 ---> Running in 8bc9d30f5019 00:48:43 ---> Running in 4a9893dad8a6 00:48:43 Removing intermediate container 8b30cf5fedba 00:48:43 ---> 2895ddb335dc 00:48:43 Step 21/23 : LABEL arch=arm64 00:48:43 Removing intermediate container 8bc9d30f5019 00:48:43 ---> b673b153bd85 00:48:43 Step 22/22 : LABEL version=0.0.0 00:48:43 ---> Running in 999016221b41 00:48:43 Still waiting to schedule task 00:48:43 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:48:44 ---> Running in e1237ff030d2 00:48:44 Removing intermediate container 4a9893dad8a6 00:48:44 ---> 2c39a6105fad 00:48:44 Step 22/22 : LABEL version=0.0.0 00:48:44 ---> Running in c7e226043f85 00:48:44 Removing intermediate container 999016221b41 00:48:44 ---> b1dcd0cbf3db 00:48:44 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:48:44 Removing intermediate container e1237ff030d2 00:48:44 ---> 00da77dc5219 00:48:44 00:48:45 ---> Running in e76cefb90ef9 00:48:45 Successfully built 00da77dc5219 00:48:45 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:45 Building docker-core-data-go 00:48:45  Building docker-support-scheduler-go ... done Removing intermediate container c7e226043f85 00:48:45 ---> 9a6f3d9b54b0 00:48:45 00:48:45 Successfully built 9a6f3d9b54b0 00:48:46 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:46  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 00:48:46 Removing intermediate container e76cefb90ef9 00:48:46 ---> 6ede08e9baab 00:48:46 Step 23/23 : LABEL version=0.0.0 00:48:46 ---> Running in 5dc7eda7251d 00:48:47 Removing intermediate container 5dc7eda7251d 00:48:47 ---> b5cd9b6fb7e0 00:48:47 00:48:47 Successfully built b5cd9b6fb7e0 00:48:47 Successfully tagged docker-core-command-go-arm64:latest 00:49:14  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:14 ---> 8bd5c66bfe6c 00:49:14 Step 3/23 : WORKDIR /edgex-go 00:49:14 ---> Using cache 00:49:14 ---> 3bac0e2335dd 00:49:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:14 ---> Using cache 00:49:14 ---> 9a8827c57dff 00:49:14 Step 5/23 : RUN apk add --update --no-cache make git 00:49:21 ---> Running in f14d96b630e5 00:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 OK: 217 MiB in 51 packages 00:49:27 Removing intermediate container f14d96b630e5 00:49:27 ---> 5a7ab0ce23cc 00:49:27 Step 6/23 : COPY go.mod . 00:49:28 ---> 85e0ed32b1ad 00:49:28 Step 7/23 : RUN go mod download 00:49:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:28 ---> 8bd5c66bfe6c 00:49:28 Step 3/26 : WORKDIR /edgex-go 00:49:28 ---> Using cache 00:49:28 ---> 3bac0e2335dd 00:49:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> Using cache 00:49:28 ---> 9a8827c57dff 00:49:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:29 ---> Running in 6349248be671 00:49:29 ---> Running in 6d3e6c3c4ad7 00:49:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:30 ---> 8bd5c66bfe6c 00:49:30 Step 3/23 : WORKDIR /edgex-go 00:49:30 ---> Using cache 00:49:30 ---> 3bac0e2335dd 00:49:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 9a8827c57dff 00:49:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:30 ---> 8bd5c66bfe6c 00:49:30 Step 3/31 : WORKDIR /edgex-go 00:49:30 ---> Using cache 00:49:30 ---> 3bac0e2335dd 00:49:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 9a8827c57dff 00:49:30 Step 5/31 : RUN apk add --update --no-cache make git 00:49:30 ---> Using cache 00:49:30 ---> 5a7ab0ce23cc 00:49:30 Step 6/31 : COPY go.mod . 00:49:30 ---> Using cache 00:49:30 ---> 85e0ed32b1ad 00:49:30 Step 7/31 : RUN go mod download 00:49:31 ---> Running in 39bd0a9fa24b 00:49:31 ---> Running in 6939faea3185 00:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:32 Removing intermediate container 6d3e6c3c4ad7 00:49:32 ---> 14086901c454 00:49:32 Step 8/23 : COPY . . 00:49:33 OK: 217 MiB in 51 packages 00:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:34 OK: 217 MiB in 51 packages 00:49:34 Removing intermediate container 6349248be671 00:49:34 ---> b32dc0ac2523 00:49:34 Step 6/26 : COPY go.mod . 00:49:35 Removing intermediate container 6939faea3185 00:49:35 ---> cec3016cbaf5 00:49:35 Step 8/31 : COPY . . 00:49:35 ---> b2e581d40702 00:49:35 Step 7/26 : RUN go mod download 00:49:36 ---> Running in cac27f68c92d 00:49:36 Removing intermediate container 39bd0a9fa24b 00:49:36 ---> 18d00005799a 00:49:36 Step 6/23 : COPY go.mod . 00:49:39 ---> bea6b6adda14 00:49:39 Step 7/23 : RUN go mod download 00:49:40 ---> Running in 1780eda1573b 00:49:41 Removing intermediate container cac27f68c92d 00:49:41 ---> 602c4085a245 00:49:41 Step 8/26 : COPY . . 00:49:45 Removing intermediate container 1780eda1573b 00:49:45 ---> ab5b88b87fd3 00:49:45 Step 8/23 : COPY . . 00:49:52 ---> 4f29330e2d1c 00:49:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:52 ---> 5bf1cbc050e5 00:49:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:49:52 ---> Running in 6bc4a3a22a41 00:49:52 ---> Running in 878a6fa2986f 00:49:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:53 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 00:50:08 ---> 47b87dfd377e 00:50:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:08 ---> Running in af50da77c53f 00:50:08 ---> 22fb845a5f8d 00:50:08 Step 9/23 : RUN make cmd/core-data/core-data 00:50:08 ---> Running in 246cd6a8f5fe 00:50:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:15 Running on prd-ubuntu18.04-docker-8c-8g-25381 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:50:15 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:50:18 using credential edgex-jenkins-ssh 00:50:18 Cloning the remote Git repository 00:50:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:50:18 > git init /w/workspace/edgex-go/20 # timeout=10 00:50:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:50:18 > git --version # timeout=10 00:50:18 > git --version # 'git version 2.17.1' 00:50:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:50:30 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:50:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:50:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:50:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:50:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:50:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:50:30 > git config core.sparsecheckout # timeout=10 00:50:30 Merge succeeded, producing 105c10a36a67e7681f0f4dcefcde349cac24e91a 00:50:30 Checking out Revision 105c10a36a67e7681f0f4dcefcde349cac24e91a (PR-3034) 00:50:30 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:50:30 > git remote # timeout=10 00:50:30 > git config --get remote.origin.url # timeout=10 00:50:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:50:30 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:50:30 > git rev-parse HEAD^{commit} # timeout=10 00:50:30 > git config core.sparsecheckout # timeout=10 00:50:30 > git checkout -f 105c10a36a67e7681f0f4dcefcde349cac24e91a # timeout=10 00:50:34 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:50:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:35 + echo snap-build.sh 00:50:35 snap-build.sh 00:50:35 + SNAP_BASE_DIR=. 00:50:35 + '[' '!' -z /w/workspace/edgex-go/20 ']' 00:50:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/20 00:50:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' 00:50:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/20] 00:50:35 + cd /w/workspace/edgex-go/20 00:50:35 + sudo apt-get remove -qy --purge lxd lxd-client 00:50:35 Reading package lists... 00:50:35 Building dependency tree... 00:50:35 Reading state information... 00:50:35 The following packages were automatically installed and are no longer required: 00:50:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:50:35 uidmap xdelta3 00:50:35 Use 'sudo apt autoremove' to remove them. 00:50:35 The following packages will be REMOVED: 00:50:35 lxd* lxd-client* 00:50:34 > git rev-list --no-walk fbad44dabc6b5297b1d033e39b12acf1d1047b6f # timeout=10 00:50:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:50:36 After this operation, 31.7 MB disk space will be freed. 00:50:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:50:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:50:38 Removing lxd dnsmasq configuration 00:50:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:50:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:50:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:50:39 (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.) 00:50:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:50:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:50:41 Processing triggers for ureadahead (0.100.0-21) ... 00:50:42 + sudo snap remove --purge lxd 00:50:42 snap "lxd" is not installed 00:50:42 + sudo groupadd --force --system lxd 00:50:42 ++ whoami 00:50:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:50:42 + newgrp - lxd 00:50:42 + sudo snap install lxd 00:50:52 2021-02-07T00:50:49Z INFO Waiting for automatic snapd restart... 00:50:56 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 00:51:04 lxd 4.10 from Canonical* installed 00:51:04 + sudo lxd init --auto 00:51:13 + sudo snap install --classic snapcraft 00:51:17 snapcraft 4.4.4 from Canonical* installed 00:51:17 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:51:17 + patch --verbose -p1 00:51:17 Hmm... Looks like a unified diff to me... 00:51:17 The text leading up to this was: 00:51:17 -------------------------- 00:51:17 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:51:17 |From: Tony Espy 00:51:17 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:51:17 |Subject: [PATCH] optimize snap build for pipeline CI check 00:51:17 | 00:51:17 |This patch is used by the EdgeX CI pipeline builds to 00:51:17 |optimize the snap CI check run for pull requests. When 00:51:17 |applied, it essentially strips out everything (apps and 00:51:17 |parts) from the snapcraft.yaml file except those required 00:51:17 |to build edgex-go, as the whole idea of the CI check is to 00:51:17 |catch changes to edgex-go that break the snap build. 00:51:17 | 00:51:17 |In general, anyone updating snapcraft.yaml will also need 00:51:17 |to update this patch file, otherwise it may fail to apply, 00:51:17 |resulting in a failed snap build CI check in the associated 00:51:17 |pull request. 00:51:17 | 00:51:17 |Note - in addition to applying this patch, the pipeline also 00:51:17 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:51:17 |need to build the finally binary .snap file (and it won't 00:51:17 |work with the patch applied). This further reduces the build 00:51:17 |time. 00:51:17 |--- 00:51:17 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:51:17 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:51:17 | 00:51:17 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:51:17 |index 1e537489..faf42425 100644 00:51:17 |--- a/snap/snapcraft.yaml 00:51:17 |+++ b/snap/snapcraft.yaml 00:51:17 -------------------------- 00:51:17 patching file snap/snapcraft.yaml 00:51:17 Using Plan A... 00:51:17 Hunk #1 succeeded at 73. 00:51:17 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:51:17 Hunk #3 succeeded at 214 (offset -1 lines). 00:51:17 Hunk #4 succeeded at 222 (offset -1 lines). 00:51:17 Hunk #5 succeeded at 229 (offset -1 lines). 00:51:17 Hunk #6 succeeded at 256 (offset -1 lines). 00:51:17 Hunk #7 succeeded at 290 (offset -1 lines). 00:51:17 Hunk #8 succeeded at 342. 00:51:17 Hmm... Ignoring the trailing garbage. 00:51:17 done 00:51:17 + sudo snapcraft prime --use-lxd 00:51:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:51: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: 00:51:19 - README.md 00:51:19 - snapcraft.yaml.orig 00:51:19 00:51:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:51:19 Launching a container. 00:51:23 Removing intermediate container 878a6fa2986f 00:51:23 ---> 374ae62b3e13 00:51:23 00:51:23 Step 10/31 : FROM alpine:3.12 00:51:23 ---> afeebe901d6b 00:51:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:23 ---> Running in 34ea87ea8216 00:51:23 Removing intermediate container 34ea87ea8216 00:51:23 ---> 74d84119ee39 00:51:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:23 ---> Running in f566d4094038 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:23 (1/2) Installing dumb-init (1.2.2-r1) 00:51:23 (2/2) Installing su-exec (0.2-r1) 00:51:23 Executing busybox-1.31.1-r19.trigger 00:51:23 OK: 5 MiB in 16 packages 00:51:26 Removing intermediate container f566d4094038 00:51:26 ---> 1d4a1e0d847a 00:51:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:26 ---> Running in 187b67c723e3 00:51:26 Removing intermediate container af50da77c53f 00:51:26 ---> 04b057f58655 00:51:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:26 ---> Running in 87cce8199a74 00:51:27 Removing intermediate container 187b67c723e3 00:51:27 ---> 7a910c90fa60 00:51:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:27 ---> Running in 096451f433a8 00:51:28 Removing intermediate container 096451f433a8 00:51:28 ---> c42598fd4081 00:51:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:28 ---> Running in 642153a87cd3 00:51:29 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 00:51:32 Waiting for container to be ready 00:51:32 To start your first instance, try: lxc launch ubuntu:18.04 00:51:32 00:51:32 Removing intermediate container 6bc4a3a22a41 00:51:32 ---> ace94b99b5e7 00:51:32 00:51:32 Step 10/23 : FROM alpine:3.12 00:51:32 ---> afeebe901d6b 00:51:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:32 ---> Using cache 00:51:32 ---> 5717cfdbb210 00:51:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:32 ---> Using cache 00:51:32 ---> e677df4f9e37 00:51:32 Step 13/23 : ENV APP_PORT=48081 00:51:32 Removing intermediate container 642153a87cd3 00:51:32 ---> 8a29ecd0138c 00:51:32 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:32 ---> Running in c0ffcff6fd58 00:51:33 ---> Running in 72cfa2985d0e 00:51:33 Removing intermediate container c0ffcff6fd58 00:51:33 ---> 51c83b4972bc 00:51:33 Step 14/23 : EXPOSE $APP_PORT 00:51:33 Removing intermediate container 87cce8199a74 00:51:33 ---> e596865f0bcf 00:51:33 00:51:33 Step 11/26 : FROM docker:20.10.0 00:51:33 20.10.0: Pulling from library/docker 00:51:33 Removing intermediate container 72cfa2985d0e 00:51:33 ---> ada1715593d5 00:51:33 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:33 ---> Running in 7573f84e1424 00:51:34 Removing intermediate container 7573f84e1424 00:51:34 ---> 5233398c4b7d 00:51:34 Step 15/23 : WORKDIR / 00:51:34 ---> Running in 16dafc7c7474 00:51:35 ---> a286ac174fe5 00:51:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:35 ---> Running in e7af21f8e748 00:51:36 Removing intermediate container 16dafc7c7474 00:51:36 ---> 7010ee3cc19f 00:51:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:51:36 Waiting for network to be ready... 00:51:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:51:36 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:51:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:51:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:51:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:51:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:51:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:51:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:51:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:51:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:51:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:51:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:51:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:51:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:51:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:51:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:51:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:51:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:51:38 ---> e6d1ed6f2fb3 00:51:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:51:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:51:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:51:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:51:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:51:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:51:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:51:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:51:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:51:39 Removing intermediate container e7af21f8e748 00:51:39 ---> 4e90b884345a 00:51:39 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:40 ---> 9965fac0cfa3 00:51:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:40 Fetched 23.9 MB in 4s (5501 kB/s) 00:51:40 ---> 0327296fcb30 00:51:40 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:41 ---> c9817af50132 00:51:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:41 Reading package lists... 00:51:41 ---> Running in 57c672d32c32 00:51:41 Reading package lists... 00:51:41 Building dependency tree... 00:51:41 Reading state information... 00:51:41 The following additional packages will be installed: 00:51:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:51:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:51:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:51:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:51:41 Suggested packages: 00:51:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:51:41 Recommended packages: 00:51:41 gnupg libsasl2-modules 00:51:41 The following NEW packages will be installed: 00:51:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:51:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:51:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:51:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:51:41 The following packages will be upgraded: 00:51:41 gpg gpg-agent gpgconf libudev1 00:51:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:51:41 Need to get 3533 kB of archives. 00:51:41 After this operation, 13.3 MB of additional disk space will be used. 00:51:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:51:42 Removing intermediate container 57c672d32c32 00:51:42 ---> 0f9e91f6d91f 00:51:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:51:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:51:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:51:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:51:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:51:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:51:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:51:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:51:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:51:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:51:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:51:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:51:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:51:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:51:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:51:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:51:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:51:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:51:42 ---> 4fde66feb80d 00:51:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:42 ---> Running in e8413246c94c 00:51:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:51:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:51:42 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:51:42 debconf: delaying package configuration, since apt-utils is not installed 00:51:42 Fetched 3533 kB in 1s (3417 kB/s) 00:51:43 (Reading database ... 12511 files and directories currently installed.) 00:51:43 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:51:43 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:51:43 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:51:43 Removing intermediate container e8413246c94c 00:51:43 ---> 87b313dade65 00:51:43 Step 21/23 : LABEL arch=arm64 00:51:43 Selecting previously unselected package udev. 00:51:43 (Reading database ... 12511 files and directories currently installed.) 00:51:43 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:51:43 Unpacking udev (237-3ubuntu10.44) ... 00:51:43 ---> Running in ccbcb030b507 00:51:43 Selecting previously unselected package libfuse2:amd64. 00:51:43 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:51:43 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:51:43 Selecting previously unselected package fuse. 00:51:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:51:43 Unpacking fuse (2.9.7-1ubuntu1) ... 00:51:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:43 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:51:43 ---> cdc54fc5b4bc 00:51:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:51:44 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:44 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:51:44 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:44 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:51:44 Selecting previously unselected package libksba8:amd64. 00:51:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:51:44 Unpacking libksba8:amd64 (1.3.5-2) ... 00:51:44 Selecting previously unselected package libroken18-heimdal:amd64. 00:51:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:51:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:51:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:51:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:44 Selecting previously unselected package libwind0-heimdal:amd64. 00:51:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:44 Removing intermediate container ccbcb030b507 00:51:44 ---> c5297c1e4668 00:51:44 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:51:45 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:51:45 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:45 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:45 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:51:45 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:45 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:45 ---> Running in 7e8a50cdb775 00:51:45 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:51:45 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:45 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:51:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:51:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:45 Selecting previously unselected package libsasl2-modules-db:amd64. 00:51:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:51:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:45 Selecting previously unselected package libsasl2-2:amd64. 00:51:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:51:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:45 Selecting previously unselected package libldap-common. 00:51:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:51:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:51:45 ---> a97be405bbf1 00:51:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:45 Selecting previously unselected package libldap-2.4-2:amd64. 00:51:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:51:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:51:45 Selecting previously unselected package dirmngr. 00:51:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:45 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:51:46 Removing intermediate container 7e8a50cdb775 00:51:46 ---> 90618711bb46 00:51:46 Step 23/23 : LABEL version=0.0.0 00:51:46 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:51:46 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:51:46 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:51:46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:46 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:51:46 ---> Running in 9fd45c444295 00:51:46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:46 Setting up libksba8:amd64 (1.3.5-2) ... 00:51:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:46 Setting up udev (237-3ubuntu10.44) ... 00:51:46 invoke-rc.d: policy-rc.d denied execution of start. 00:51:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:46 Processing triggers for systemd (237-3ubuntu10) ... 00:51:46 Setting up fuse (2.9.7-1ubuntu1) ... 00:51:46 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:51:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:46 ---> 16079322c7d4 00:51:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:46 Removing intermediate container 9fd45c444295 00:51:46 ---> 44790e92a9fd 00:51:46 00:51:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:51:47 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:51:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:47 ---> Running in 190c61399bed 00:51:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:51:47 settings in the [Install] section, and DefaultInstance for template units). 00:51:47 This means they are not meant to be enabled using systemctl. 00:51:47 Possible reasons for having this kind of units are: 00:51:47 1) A unit may be statically enabled by being symlinked from another unit's 00:51:47 .wants/ or .requires/ directory. 00:51:47 2) A unit's purpose may be to act as a helper for some other unit which has 00:51:47 a requirement dependency on it. 00:51:47 3) A unit may be started when needed via activation (socket, path, timer, 00:51:47 D-Bus, udev, scripted systemctl call, ...). 00:51:47 4) In case of template units, the unit is meant to be enabled with some 00:51:47 instance name specified. 00:51:47 Successfully built 44790e92a9fd 00:51:47 Removing intermediate container 246cd6a8f5fe 00:51:47 ---> 3e2120b9b728 00:51:47 00:51:47 Step 10/23 : FROM alpine:3.12 00:51:47 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:47 ---> afeebe901d6b 00:51:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:47  Building docker-core-metadata-go ... done  ---> Running in 6b7275cca630 00:51:47 Reading package lists... 00:51:48 Removing intermediate container 190c61399bed 00:51:48 ---> c7392b439215 00:51:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:48 Status: Downloaded newer image for docker:20.10.0 00:51:48 ---> eeaf43b92773 00:51:48 Step 12/26 : RUN apk add --no-cache bash 00:51:48 Building dependency tree... 00:51:48 Reading state information... 00:51:48 The following additional packages will be installed: 00:51:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:51:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:51:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:51:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:51:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:51:48 Suggested packages: 00:51:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:51:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:51:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:51:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:51:48 systemd-container policykit-1 00:51:48 Recommended packages: 00:51:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:51:48 ---> Running in e517952d9a38 00:51:48 Removing intermediate container 6b7275cca630 00:51:48 ---> 70f4d9fc8ab0 00:51:48 Step 12/23 : ENV APP_PORT=48080 00:51:48 The following NEW packages will be installed: 00:51:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:51:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:51:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:51:48 multiarch-support openssh-client python3 python3-minimal python3.6 00:51:48 python3.6-minimal snapd squashfs-tools sudo 00:51:48 The following packages will be upgraded: 00:51:48 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:51:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:51:48 Need to get 35.2 MB of archives. 00:51:48 After this operation, 141 MB of additional disk space will be used. 00:51:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:51:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:51:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:51:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:51:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:51:48 ---> Running in f2536695a2ba 00:51:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:51:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:51:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:51:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:51:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:51:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:51:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:51:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:51:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:51:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:51:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:51:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:51:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:51:48 ---> ead2c374a1f9 00:51:48 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:51:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:51:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:51:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:51:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:51:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:51:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:51:49 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:51:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:51:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:51:49 ---> Running in dda04cfad0d6 00:51:49 Removing intermediate container f2536695a2ba 00:51:49 ---> 7d99fe498ce5 00:51:49 Step 13/23 : EXPOSE $APP_PORT 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:51:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:51:49 ---> Running in 520ea4830f3b 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:50 Removing intermediate container 520ea4830f3b 00:51:50 ---> 7aaec77088d3 00:51:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:50 (1/2) Installing readline (8.0.4-r0) 00:51:50 (2/2) Installing bash (5.0.17-r0) 00:51:50 Executing bash-5.0.17-r0.post-install 00:51:50 Executing busybox-1.31.1-r19.trigger 00:51:50 OK: 12 MiB in 22 packages 00:51:50 ---> Running in 89fbc3896aa5 00:51:50 debconf: delaying package configuration, since apt-utils is not installed 00:51:50 Fetched 35.2 MB in 2s (17.0 MB/s) 00:51:50 (Reading database ... 12757 files and directories currently installed.) 00:51:50 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:51:50 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:51:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:51:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:51:51 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:51:51 (Reading database ... 12757 files and directories currently installed.) 00:51:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:51:51 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:51:51 Removing intermediate container e517952d9a38 00:51:51 ---> 93b2c4f2278a 00:51:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:51 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:51:52 Removing intermediate container dda04cfad0d6 00:51:52 ---> cd235bd6a162 00:51:52 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:52 ---> Running in 20fb5446f753 00:51:52 (Reading database ... 12757 files and directories currently installed.) 00:51:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:51:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:51:52 Setting up apt (1.6.12ubuntu0.2) ... 00:51:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:51:52 ---> Running in 46c43ffb5652 00:51:52 Removing intermediate container 20fb5446f753 00:51:52 ---> f9c0216a68b1 00:51:52 Step 14/26 : ENV APP_PORT=48090 00:51:53 ---> Running in 32e660b0e960 00:51:53 Removing intermediate container 89fbc3896aa5 00:51:53 ---> c7dd165b57ec 00:51:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:51:53 (Reading database ... 12764 files and directories currently installed.) 00:51:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:51:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:51:53 Removing intermediate container 46c43ffb5652 00:51:53 ---> 865a0836e3a8 00:51:53 Step 28/31 : CMD ["gate"] 00:51:53 ---> Running in b57d080b7f92 00:51:53 Selecting previously unselected package libpython3.6-minimal:amd64. 00:51:53 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:53 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:53 ---> Running in c7e0aabc9091 00:51:53 Removing intermediate container 32e660b0e960 00:51:53 ---> 302df9690baf 00:51:53 Step 15/26 : EXPOSE $APP_PORT 00:51:53 Selecting previously unselected package libexpat1:amd64. 00:51:53 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:51:53 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:51:53 Selecting previously unselected package python3.6-minimal. 00:51:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:51:53 ---> Running in 82a3f4b70bdd 00:51:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:51:54 Removing intermediate container c7e0aabc9091 00:51:54 ---> 9e47794f36ea 00:51:54 Step 29/31 : LABEL arch=arm64 00:51:54 Checking for services that may need to be restarted...done. 00:51:54 Checking for services that may need to be restarted...done. 00:51:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:51:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:51:54 Selecting previously unselected package python3-minimal. 00:51:54 (Reading database ... 13012 files and directories currently installed.) 00:51:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:51:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:51:54 Selecting previously unselected package mime-support. 00:51:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:51:54 Unpacking mime-support (3.60ubuntu1) ... 00:51:54 ---> Running in 130b887f7a35 00:51:54 Removing intermediate container 82a3f4b70bdd 00:51:54 ---> 823a381a3e66 00:51:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:54 Selecting previously unselected package libmpdec2:amd64. 00:51:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:51:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:51:54 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:51:54 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:54 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:54 Removing intermediate container 130b887f7a35 00:51:54 ---> 775ca70d54be 00:51:54 Step 30/31 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:51:55 Selecting previously unselected package python3.6. 00:51:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:51:55 Selecting previously unselected package libpython3-stdlib:amd64. 00:51:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:51:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:51:55 Setting up python3-minimal (3.6.7-1~18.04) ... 00:51:55 ---> Running in c5570a9b8162 00:51:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:55 ---> 053d29f2bf0d 00:51:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:55 Selecting previously unselected package python3. 00:51:55 (Reading database ... 13442 files and directories currently installed.) 00:51:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:51:55 Unpacking python3 (3.6.7-1~18.04) ... 00:51:55 Selecting previously unselected package multiarch-support. 00:51:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:51:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:51:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:51:55 Selecting previously unselected package liblzo2-2:amd64. 00:51:55 (Reading database ... 13479 files and directories currently installed.) 00:51:55 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:51:55 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:51:55 Selecting previously unselected package libbsd0:amd64. 00:51:55 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:51:55 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:51:56 Removing intermediate container c5570a9b8162 00:51:56 ---> 33b581a7c0ca 00:51:56 Step 31/31 : LABEL version=0.0.0 00:51:56 Selecting previously unselected package sudo. 00:51:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:51:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:51:56 Selecting previously unselected package apparmor. 00:51:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:51:56 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:51:56 (1/6) Installing dumb-init (1.2.2-r1) 00:51:56 ---> Running in 20330def5fdf 00:51:56 (2/6) Installing libgcc (9.3.0-r2) 00:51:56 (3/6) Installing libsodium (1.0.18-r0) 00:51:56 Selecting previously unselected package libedit2:amd64. 00:51:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:51:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:51:56 ---> a5078144eb48 00:51:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:56 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:56 Selecting previously unselected package libkrb5support0:amd64. 00:51:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:51:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:51:56 Selecting previously unselected package libk5crypto3:amd64. 00:51:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:51:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:51:56 Selecting previously unselected package libkeyutils1:amd64. 00:51:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:51:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:51:56 Removing intermediate container 20330def5fdf 00:51:56 ---> d06a3d9f6ffd 00:51:56 00:51:56 (5/6) Installing libzmq (4.3.3-r0) 00:51:56 (6/6) Installing zeromq (4.3.3-r0) 00:51:57 Selecting previously unselected package libkrb5-3:amd64. 00:51:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:51:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:51:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:51:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:51:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:51:57 Executing busybox-1.31.1-r19.trigger 00:51:57 OK: 8 MiB in 20 packages 00:51:57 Successfully built d06a3d9f6ffd 00:51:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:57 Selecting previously unselected package libssl1.0.0:amd64. 00:51:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:51:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:51:57  Building docker-security-bootstrapper-go ... done  ---> 8912e260e317 00:51:57 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:57 Selecting previously unselected package openssh-client. 00:51:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:51:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:51:57 Selecting previously unselected package squashfs-tools. 00:51:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:51:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:51:57 ---> Running in cb27e7c81a35 00:51:57 Selecting previously unselected package snapd. 00:51:57 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:51:57 Unpacking snapd (2.48+18.04) ... 00:51:58 Removing intermediate container b57d080b7f92 00:51:58 ---> c93e2bb600ca 00:51:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:59 ---> 72aa3f98e52b 00:51:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:59 (1/33) Installing libbz2 (1.0.8-r1) 00:51:59 (2/33) Installing expat (2.2.9-r1) 00:51:59 (3/33) Installing libffi (3.3-r2) 00:51:59 (4/33) Installing gdbm (1.13-r1) 00:51:59 (5/33) Installing xz-libs (5.2.5-r0) 00:51:59 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:59 (7/33) Installing python3 (3.8.5-r0) 00:51:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:51:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:52:00 Setting up mime-support (3.60ubuntu1) ... 00:52:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:52:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:52:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:52:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:52:00 Setting up systemd (237-3ubuntu10.44) ... 00:52:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:52:00 ---> 6936681ed5b9 00:52:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:52:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:52:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:52:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:52:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:52:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:52:01 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:01 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:01 (11/33) Installing py3-six (1.15.0-r0) 00:52:01 (12/33) Installing py3-packaging (20.4-r0) 00:52:01 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:01 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:01 (15/33) Installing py3-idna (2.9-r0) 00:52:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:01 (18/33) Installing py3-requests (2.23.0-r0) 00:52:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:01 ---> dbf8e83ee380 00:52:01 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:52:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:52:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:02 (24/33) Installing py3-distro (1.5.0-r1) 00:52:02 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:02 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:02 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:02 (29/33) Installing py3-progress (1.5-r0) 00:52:02 ---> Running in a2d2e8440be2 00:52:02 (30/33) Installing py3-toml (0.10.1-r0) 00:52:02 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:02 (33/33) Installing py3-pip (20.1.1-r0) 00:52:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:52:02 Setting up python3 (3.6.7-1~18.04) ... 00:52:02 running python rtupdate hooks for python3.6... 00:52:02 running python post-rtupdate hooks for python3.6... 00:52:02 Setting up apparmor (2.12-4ubuntu5.1) ... 00:52:02 Executing busybox-1.31.1-r19.trigger 00:52:02 OK: 71 MiB in 55 packages 00:52:02 Removing intermediate container a2d2e8440be2 00:52:02 ---> f249f639ee39 00:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:03 ---> Running in 22bbba92a1a7 00:52:03 Removing intermediate container 22bbba92a1a7 00:52:03 ---> 47969edbd234 00:52:03 Step 21/23 : LABEL arch=arm64 00:52:03 ---> Running in f77d011723ec 00:52:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:52:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:52:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:52:04 Removing intermediate container f77d011723ec 00:52:04 ---> 284cf4c0cbf2 00:52:04 Step 22/23 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:52:04 Setting up snapd (2.48+18.04) ... 00:52:04 ---> Running in 5e54f166c5f5 00:52:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:52:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:52:05 Removing intermediate container 5e54f166c5f5 00:52:05 ---> e2c0a5df0b31 00:52:05 Step 23/23 : LABEL version=0.0.0 00:52:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:52:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:52:05 ---> Running in 41850f3d5b61 00:52:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:52:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:52:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:52:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:52:05 Removing intermediate container 41850f3d5b61 00:52:05 ---> de5e40b61a91 00:52:05 00:52:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:52:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:52:06 /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' 00:52:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:52:06 Processing triggers for systemd (237-3ubuntu10.44) ... 00:52:06 Successfully built de5e40b61a91 00:52:06 Successfully tagged docker-core-data-go-arm64:latest 00:52:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:08  Building docker-core-data-go ... done Removing intermediate container cb27e7c81a35 00:52:08 ---> 0f920f05d938 00:52:08 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:08 ---> Running in 078bb320673d 00:52:08 Reading package lists... 00:52:08 Reading package lists... 00:52:08 Building dependency tree... 00:52:08 Reading state information... 00:52:08 Calculating upgrade... 00:52:09 The following packages will be upgraded: 00:52:09 advancecomp base-files bash binutils binutils-common 00:52:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:52:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:52:09 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:52:09 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:52:09 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:52:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:52:09 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:52:09 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:52:09 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:52:09 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:52:09 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:52:09 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:52:09 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:52:09 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:52:09 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:52:09 Need to get 63.8 MB of archives. 00:52:09 After this operation, 5188 kB of additional disk space will be used. 00:52:09 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:52:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:52:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:52:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:52:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:52:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:52:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:52:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:52:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:52:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:52:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:52:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:52:10 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:52:10 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:52:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:52:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:52:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:52:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:52:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:52:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:52:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:52:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:52:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:52:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:52:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:52:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:52:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:52:10 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:52:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:52:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:52:10 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:52:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:52:10 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:52:10 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:52:10 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:52:10 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:52:10 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:52:10 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:52:10 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:52:10 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:52:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:52:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:52:10 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:52:10 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:52:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:52:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:52:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:52:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:52:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:52:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:52:10 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:52:10 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:52:10 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:52:10 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:52:10 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:52:10 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:52:10 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:52:10 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:52:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:52:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:52:10 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:52:10 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:52:10 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:52:10 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:52:10 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:52:10 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:52:10 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:52:10 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:52:10 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:52:10 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:52:10 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:52:10 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:52:10 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:52:10 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:52:10 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:52:10 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:52:10 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:52:10 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:52:10 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:52:10 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:52:10 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:52:10 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:52:10 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:52:10 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:52:10 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:52:10 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:52:10 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:52:10 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:52:10 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:52:10 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:52:11 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:52:11 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:52:11 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:52:11 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:52:12 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:52:12 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:52:12 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:52:12 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:52:12 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:52:12 debconf: delaying package configuration, since apt-utils is not installed 00:52:12 Fetched 63.8 MB in 3s (20.0 MB/s) 00:52:12 (Reading database ... 13912 files and directories currently installed.) 00:52:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:52:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:52:12 Collecting docker-compose==1.23.2 00:52:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:52:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:52:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:52:13 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:52:13 Collecting dockerpty<0.5,>=0.4.1 00:52:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:14 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:15 (Reading database ... 13911 files and directories currently installed.) 00:52:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:52:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:52:15 (Reading database ... 13911 files and directories currently installed.) 00:52:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:15 Collecting texttable<0.10,>=0.9.0 00:52:15 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:52:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:52:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:16 (Reading database ... 13911 files and directories currently installed.) 00:52:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:52:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:52:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:52:17 (Reading database ... 13911 files and directories currently installed.) 00:52:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:52:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:52:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:52:17 Collecting websocket-client<1.0,>=0.32.0 00:52:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:52:17 Setting up base-files (10.1ubuntu2.10) ... 00:52:17 Installing new version of config file /etc/issue ... 00:52:17 Installing new version of config file /etc/issue.net ... 00:52:17 Installing new version of config file /etc/lsb-release ... 00:52:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:52:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:52:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:52:18 Removing obsolete conffile /etc/default/motd-news ... 00:52:18 (Reading database ... 13912 files and directories currently installed.) 00:52:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:52:18 Collecting docker<4.0,>=3.6.0 00:52:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:52:18 Setting up bash (4.4.18-2ubuntu1.2) ... 00:52:18 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 00:52:18 (Reading database ... 13912 files and directories currently installed.) 00:52:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:52:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:52:19 (Reading database ... 13912 files and directories currently installed.) 00:52:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:52:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:52:19 Setting up tar (1.29b-2ubuntu0.2) ... 00:52:19 (Reading database ... 13912 files and directories currently installed.) 00:52:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:52:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:52:19 Collecting docopt<0.7,>=0.6.1 00:52:19 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:52:19 (Reading database ... 13912 files and directories currently installed.) 00:52:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:52:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:52:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:52:19 (Reading database ... 13912 files and directories currently installed.) 00:52:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:52:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:52:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:52:20 (Reading database ... 13912 files and directories currently installed.) 00:52:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:52:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:52:20 Setting up grep (3.1-2build1) ... 00:52:20 (Reading database ... 13912 files and directories currently installed.) 00:52:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:52:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:52:20 Setting up login (1:4.5-1ubuntu2) ... 00:52:20 (Reading database ... 13912 files and directories currently installed.) 00:52:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:52:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:52:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:52:21 (Reading database ... 13912 files and directories currently installed.) 00:52:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:52:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:52:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:21 Collecting jsonschema<3,>=2.5.1 00:52:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:52:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:52:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:52:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:52:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:52:22 (Reading database ... 13912 files and directories currently installed.) 00:52:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:52:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:52:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:52:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:52:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:52:23 Collecting PyYAML<4,>=3.10 00:52:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:52:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:52:24 (Reading database ... 13912 files and directories currently installed.) 00:52:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:52:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:52:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:52:24 (Reading database ... 13912 files and directories currently installed.) 00:52:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:52:24 (Reading database ... 13912 files and directories currently installed.) 00:52:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:52:24 (Reading database ... 13912 files and directories currently installed.) 00:52:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:52:25 (Reading database ... 13912 files and directories currently installed.) 00:52:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:52:25 (Reading database ... 13912 files and directories currently installed.) 00:52:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:52:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:52:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:52:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:52:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:52:25 (Reading database ... 13912 files and directories currently installed.) 00:52:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:52:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:52:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:52:25 (Reading database ... 13912 files and directories currently installed.) 00:52:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:52:26 (Reading database ... 13912 files and directories currently installed.) 00:52:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:52:26 (Reading database ... 13912 files and directories currently installed.) 00:52:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:52:27 Collecting cached-property<2,>=1.2.0 00:52:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:27 Collecting docker-pycreds>=0.4.0 00:52:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:27 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) 00:52:27 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) 00:52:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:52:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:52:27 Collecting urllib3<1.25,>=1.21.1 00:52:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:27 (Reading database ... 13912 files and directories currently installed.) 00:52:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:52:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:52:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:52:28 (Reading database ... 13912 files and directories currently installed.) 00:52:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:52:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:52:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:52:28 Collecting idna<2.8,>=2.5 00:52:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:28 (Reading database ... 13914 files and directories currently installed.) 00:52:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:52:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:52:28 Setting up debconf (1.5.66ubuntu1) ... 00:52:29 (Reading database ... 13914 files and directories currently installed.) 00:52:29 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:52:29 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:52:29 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:52:29 Installing collected packages: dockerpty, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, cached-property, docker-compose 00:52:29 Running setup.py install for dockerpty: started 00:52:29 (Reading database ... 13914 files and directories currently installed.) 00:52:29 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:52:29 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:52:29 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:52:29 (Reading database ... 13914 files and directories currently installed.) 00:52:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:52:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:52:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:52:29 (Reading database ... 13914 files and directories currently installed.) 00:52:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:52:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:52:30 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:52:30 (Reading database ... 13914 files and directories currently installed.) 00:52:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:52:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:52:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:52:30 (Reading database ... 13914 files and directories currently installed.) 00:52:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:52:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:52:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:52:30 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:52:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:52:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:52:31 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:52:31 (Reading database ... 13914 files and directories currently installed.) 00:52:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:52:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:52:31 Running setup.py install for dockerpty: finished with status 'done' 00:52:31 Running setup.py install for texttable: started 00:52:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:52:31 (Reading database ... 13914 files and directories currently installed.) 00:52:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:52:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:52:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:52:32 (Reading database ... 13914 files and directories currently installed.) 00:52:32 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:52:32 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:52:32 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:52:32 Running setup.py install for texttable: finished with status 'done' 00:52:32 (Reading database ... 13914 files and directories currently installed.) 00:52:32 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:52:32 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:52:32 Attempting uninstall: urllib3 00:52:32 Found existing installation: urllib3 1.25.9 00:52:32 Uninstalling urllib3-1.25.9: 00:52:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:52:33 Successfully uninstalled urllib3-1.25.9 00:52:33 (Reading database ... 13914 files and directories currently installed.) 00:52:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:52:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:52:33 Attempting uninstall: idna 00:52:33 Found existing installation: idna 2.9 00:52:33 Uninstalling idna-2.9: 00:52:33 Successfully uninstalled idna-2.9 00:52:33 Setting up passwd (1:4.5-1ubuntu2) ... 00:52:33 (Reading database ... 13914 files and directories currently installed.) 00:52:33 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:52:33 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:52:34 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:52:34 (Reading database ... 13914 files and directories currently installed.) 00:52:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:52:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:52:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:52:34 (Reading database ... 13914 files and directories currently installed.) 00:52:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:52:34 Attempting uninstall: requests 00:52:34 Found existing installation: requests 2.23.0 00:52:34 Uninstalling requests-2.23.0: 00:52:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:52:34 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:52:34 (Reading database ... 13914 files and directories currently installed.) 00:52:34 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:52:34 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:52:34 Successfully uninstalled requests-2.23.0 00:52:34 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:52:34 (Reading database ... 13914 files and directories currently installed.) 00:52:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:52:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:52:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:52:35 (Reading database ... 13914 files and directories currently installed.) 00:52:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:52:35 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:52:35 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:52:35 (Reading database ... 13914 files and directories currently installed.) 00:52:35 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:52:35 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:52:35 Running setup.py install for docopt: started 00:52:35 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:52:35 (Reading database ... 13915 files and directories currently installed.) 00:52:35 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:52:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:52:35 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:52:35 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:52:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:52:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:52:36 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:52:36 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:52:36 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:52:36 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:52:36 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:52:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:52:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:52:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:52:36 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:52:36 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:52:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:52:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:52:37 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:52:37 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:52:37 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:52:37 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:52:37 Running setup.py install for docopt: finished with status 'done' 00:52:37 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:52:37 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:52:37 Running setup.py install for PyYAML: started 00:52:38 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:52:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:52:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:52:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:52:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:52:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:52:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:52:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:52:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:52:39 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:52:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:52:39 Running setup.py install for PyYAML: finished with status 'done' 00:52:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:52:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:40 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 00:52:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:43 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:43 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:44 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:52:44 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:52:44 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:52:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:52:44 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:52:44 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:52:44 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:52:44 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:52:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:52:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:52:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:52:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:52:45 Removing intermediate container 078bb320673d 00:52:45 ---> 86f9447af59a 00:52:45 Step 21/26 : RUN apk --no-cache add curl 00:52:45 ---> Running in 2fd09837d626 00:52:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:52:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:52:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:52:45 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:52:45 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:45 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:52:45 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:45 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:45 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:45 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:52:45 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:52:45 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:45 00:52:45 Current default time zone: 'Etc/UTC' 00:52:45 Local time is now: Sun Feb 7 00:52:45 UTC 2021. 00:52:45 Universal Time is now: Sun Feb 7 00:52:45 UTC 2021. 00:52:45 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:52:45 00:52:45 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:52:45 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:45 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:52:45 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:46 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:52:46 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:52:46 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:52:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:52:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:52:46 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:52:46 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:46 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:52:46 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:46 (2/3) Installing libcurl (7.69.1-r3) 00:52:46 (3/3) Installing curl (7.69.1-r3) 00:52:46 Executing busybox-1.31.1-r19.trigger 00:52:46 OK: 71 MiB in 58 packages 00:52:46 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:52:46 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:46 Setting up patch (2.7.6-2ubuntu1.1) ... 00:52:46 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:52:46 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:52:46 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:52:46 Installing new version of config file /etc/ssl/openssl.cnf ... 00:52:46 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:52:46 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:52:46 Setting up ca-certificates (20210119~18.04.1) ... 00:52:47 Removing intermediate container 2fd09837d626 00:52:47 ---> dd3d37fd4eac 00:52:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:47 ---> Running in fb26d57a2f6a 00:52:48 Removing intermediate container fb26d57a2f6a 00:52:48 ---> 9b78373802d0 00:52:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:48 ---> Running in 6b740a47b7c8 00:52:48 Updating certificates in /etc/ssl/certs... 00:52:49 Removing intermediate container 6b740a47b7c8 00:52:49 ---> 36e75a0b6b5c 00:52:49 Step 24/26 : LABEL arch=arm64 00:52:49 ---> Running in df95e255b7ba 00:52:49 23 added, 27 removed; done. 00:52:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:52:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:52:49 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:52:49 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:52:49 Setting up pkgbinarymangler (138.18.04.1) ... 00:52:49 Removing intermediate container df95e255b7ba 00:52:49 ---> 8eea66364cf0 00:52:49 Step 25/26 : LABEL git_sha=001d3264a47c15d2a94c46add7e1e6be213861aa 00:52:49 ---> Running in 5a7dce6642d6 00:52:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:52:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:49 Setting up perl (5.26.1-6ubuntu0.5) ... 00:52:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:52:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:52:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:52:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:52:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:52:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:52:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:52:50 Removing intermediate container 5a7dce6642d6 00:52:50 ---> f980c5e0885b 00:52:50 Step 26/26 : LABEL version=0.0.0 00:52:50 ---> Running in 7881b62c2b32 00:52:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:52:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:52:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:52:50 Processing triggers for systemd (237-3ubuntu10.44) ... 00:52:50 Processing triggers for mime-support (3.60ubuntu1) ... 00:52:50 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:52:50 Updating certificates in /etc/ssl/certs... 00:52:50 Removing intermediate container 7881b62c2b32 00:52:50 ---> 7624b5067702 00:52:50 00:52:51 Successfully built 7624b5067702 00:52:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:51 0 added, 0 removed; done. 00:52:51 Running hooks in /etc/ca-certificates/update.d... 00:52:51 done. 00:52:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:51 $ docker stop --time=1 811b32ebae93613382447c72ae01ebbbc12fd429460b201d6261b07125dc70b6 00:52:51 Reading package lists... 00:52:51 Building dependency tree... 00:52:51 Reading state information... 00:52:51 The following NEW packages will be installed: 00:52:51 apt-transport-https 00:52:51 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:52:51 Need to get 1696 B of archives. 00:52:51 After this operation, 153 kB of additional disk space will be used. 00:52:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:52:52 debconf: delaying package configuration, since apt-utils is not installed 00:52:52 Fetched 1696 B in 0s (8596 B/s) 00:52:52 Selecting previously unselected package apt-transport-https. 00:52:52 (Reading database ... 13920 files and directories currently installed.) 00:52:52 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:52:52 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:52:52 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:52:52 Waiting for network to be ready... 00:52:53 $ docker rm -f 811b32ebae93613382447c72ae01ebbbc12fd429460b201d6261b07125dc70b6 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:53 + docker images 00:52:53 + grep docker 00:52:54 docker-sys-mgmt-agent-go-arm64 latest 7624b5067702 3 seconds ago 300MB 00:52:54 docker-core-data-go-arm64 latest de5e40b61a91 48 seconds ago 21MB 00:52:54 docker-security-bootstrapper-go-arm64 latest d06a3d9f6ffd 57 seconds ago 22.6MB 00:52:54 docker-core-metadata-go-arm64 latest 44790e92a9fd About a minute ago 17.8MB 00:52:54 docker-core-command-go-arm64 latest b5cd9b6fb7e0 4 minutes ago 16MB 00:52:54 docker-support-scheduler-go-arm64 latest 00da77dc5219 4 minutes ago 16.1MB 00:52:54 docker-support-notifications-go-arm64 latest 9a6f3d9b54b0 4 minutes ago 16.7MB 00:52:54 docker-security-secretstore-setup-go-arm64 latest 139aa6d17b31 4 minutes ago 23.4MB 00:52:54 docker-security-proxy-setup-go-arm64 latest 675a54409e96 4 minutes ago 23.2MB 00:52:54 docker 20.10.0 eeaf43b92773 8 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] } 00:52:59 2021-02-07T00:52:56Z INFO Waiting for automatic snapd restart... 00:52:59 snapd 2.48.2 from Canonical* installed 00:52:59 "snapd" switched to the "latest/stable" channel 00:52:59 00:53:02 core18 20201210 from Canonical* installed 00:53:02 "core18" switched to the "latest/stable" channel 00:53:02 00:53:05 snapcraft 4.4.4 from Canonical* installed 00:53:05 "snapcraft" switched to the "latest/stable" channel 00:53:05 00:53:09 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:53:09 - README.md 00:53:09 - snapcraft.yaml.orig 00:53:09 00:53:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:53:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:53:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:53:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:53:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:53:16 Reading package lists... 00:53:17 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 00:53:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:53:23 Reading package lists... 00:53:23 Building dependency tree... 00:53:23 Reading state information... 00:53:23 Suggested packages: 00:53:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:53:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:53:23 Recommended packages: 00:53:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:53:23 The following NEW packages will be installed: 00:53:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:53:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:53:23 pkg-config zip 00:53:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:53:23 Need to get 7655 kB of archives. 00:53:23 After this operation, 43.7 MB of additional disk space will be used. 00:53:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:53:23 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:53:23 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:53:23 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:53:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:53:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:53:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:53:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:53:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:53:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:53:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:53:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:53:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:53:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:53:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:53:24 debconf: delaying package configuration, since apt-utils is not installed 00:53:24 Fetched 7655 kB in 1s (7130 kB/s) 00:53:24 Selecting previously unselected package libglib2.0-0:amd64. 00:53:24 (Reading database ... 13924 files and directories currently installed.) 00:53:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:53:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:53:25 Selecting previously unselected package libpsl5:amd64. 00:53:25 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:53:25 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:53:25 Selecting previously unselected package libnghttp2-14:amd64. 00:53:25 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:53:25 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:53:25 Selecting previously unselected package librtmp1:amd64. 00:53:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:53:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:53:25 Selecting previously unselected package libcurl3-gnutls:amd64. 00:53:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:53:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:53:25 Selecting previously unselected package liberror-perl. 00:53:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:53:25 Unpacking liberror-perl (0.17025-1) ... 00:53:25 Selecting previously unselected package git-man. 00:53:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:53:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:53:25 Selecting previously unselected package git. 00:53:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:53:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:53:26 Selecting previously unselected package libnorm1:amd64. 00:53:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:53:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:53:26 Selecting previously unselected package libpgm-5.2-0:amd64. 00:53:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:53:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:53:26 Selecting previously unselected package libsodium23:amd64. 00:53:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:53:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:53:26 Selecting previously unselected package libzmq5:amd64. 00:53:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:53:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:53:26 Selecting previously unselected package libzmq3-dev:amd64. 00:53:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:53:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:53:27 Selecting previously unselected package pkg-config. 00:53:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:53:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:53:27 Selecting previously unselected package zip. 00:53:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:53:27 Unpacking zip (3.0-11build1) ... 00:53:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:53:27 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:53:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:53:27 Setting up liberror-perl (0.17025-1) ... 00:53:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:53:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:53:27 No schema files found: doing nothing. 00:53:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:53:27 Setting up zip (3.0-11build1) ... 00:53:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:53:27 Setting up libsodium23:amd64 (1.0.16-2) ... 00:53:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:53:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:53:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:53:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:53:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:53:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:53:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:53:34 git set to automatically installed. 00:53:34 git-man set to automatically installed. 00:53:34 libcurl3-gnutls set to automatically installed. 00:53:34 liberror-perl set to automatically installed. 00:53:34 libglib2.0-0 set to automatically installed. 00:53:34 libnghttp2-14 set to automatically installed. 00:53:34 libnorm1 set to automatically installed. 00:53:34 libpgm-5.2-0 set to automatically installed. 00:53:34 libpsl5 set to automatically installed. 00:53:34 librtmp1 set to automatically installed. 00:53:34 libsodium23 set to automatically installed. 00:53:34 libzmq3-dev set to automatically installed. 00:53:34 libzmq5 set to automatically installed. 00:53:34 pkg-config set to automatically installed. 00:53:34 zip set to automatically installed. 00:53:36 snapd is not logged in, snap install commands will use sudo 00:53:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:53:47 core18 20210128 from Canonical* refreshed 00:53:47 Pulling config-common 00:53:48 Pulling go-build-helper 00:54:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:54:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:54:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:54:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:54:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:54:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:54:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:54:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:54:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:54:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:54:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:54:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:54:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:54:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:54:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:54:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:54:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:54:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:54:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:54:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:54:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:54:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:54:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:54:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:54:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:54:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:54:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:54:10 Fetched 23.9 MB in 0s (0 B/s) 00:54:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:54:10 Fetched 96.5 kB in 0s (0 B/s) 00:54:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:54:10 Fetched 279 kB in 0s (0 B/s) 00:54:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:54:10 Fetched 122 kB in 0s (0 B/s) 00:54:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:54:10 Fetched 77.8 kB in 0s (0 B/s) 00:54:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:54:10 Fetched 8848 B in 0s (0 B/s) 00:54:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:54:10 Fetched 47.8 kB in 0s (0 B/s) 00:54:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:54:10 Fetched 45.6 kB in 0s (0 B/s) 00:54:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:54:10 Fetched 15.0 kB in 0s (0 B/s) 00:54:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:54:10 Fetched 214 kB in 0s (0 B/s) 00:54:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:54:10 Fetched 155 kB in 0s (0 B/s) 00:54:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:54:10 Fetched 50.6 kB in 0s (0 B/s) 00:54:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:54:10 Fetched 14.8 kB in 0s (0 B/s) 00:54:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:54:10 Fetched 41.8 kB in 0s (0 B/s) 00:54:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:54:10 Fetched 499 kB in 0s (0 B/s) 00:54:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:54:10 Fetched 111 kB in 0s (0 B/s) 00:54:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:54:10 Fetched 240 kB in 0s (0 B/s) 00:54:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:54:10 Fetched 29.3 kB in 0s (0 B/s) 00:54:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:54:10 Fetched 85.5 kB in 0s (0 B/s) 00:54:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:54:10 Fetched 24.5 kB in 0s (0 B/s) 00:54:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:54:10 Fetched 49.2 kB in 0s (0 B/s) 00:54:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:54:10 Fetched 54.2 kB in 0s (0 B/s) 00:54:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:54:10 Fetched 30.8 kB in 0s (0 B/s) 00:54:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:54:10 Fetched 17.0 kB in 0s (0 B/s) 00:54:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:54:10 Fetched 85.9 kB in 0s (0 B/s) 00:54:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:54:10 Fetched 8720 B in 0s (0 B/s) 00:54:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:54:10 Fetched 137 kB in 0s (0 B/s) 00:54:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:54:10 Fetched 119 kB in 0s (0 B/s) 00:54:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:54:10 Fetched 109 kB in 0s (0 B/s) 00:54:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:54:10 Fetched 11.1 kB in 0s (0 B/s) 00:54:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:54:10 Fetched 645 kB in 0s (0 B/s) 00:54:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:54:10 Fetched 41.3 kB in 0s (0 B/s) 00:54:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:54:10 Fetched 17.9 kB in 0s (0 B/s) 00:54:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:54:10 Fetched 368 kB in 0s (0 B/s) 00:54:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:54:10 Fetched 187 kB in 0s (0 B/s) 00:54:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:54:10 Fetched 175 kB in 0s (0 B/s) 00:54:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:54:13 Fetched 206 kB in 0s (0 B/s) 00:54:13 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:54:13 Fetched 1301 kB in 0s (0 B/s) 00:54:13 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:54:13 Fetched 36.2 kB in 0s (0 B/s) 00:54:13 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:54:13 Fetched 159 kB in 0s (0 B/s) 00:54:13 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:54:13 Fetched 107 kB in 0s (0 B/s) 00:54:13 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:54:13 Fetched 48.7 kB in 0s (0 B/s) 00:54:13 Pulling static-packages 00:54:14 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:54:14 Skipping pull go-build-helper (already ran) 00:54:14 Skipping pull static-packages (already ran) 00:54:14 Building go-build-helper 00:54:18 Building static-packages 00:54:19 Staging go-build-helper 00:54:20 Staging static-packages 00:54:21 Pulling go115 00:54:22 'edgex-go' has dependencies that need to be staged: go115 00:54:22 Skipping pull go115 (already ran) 00:54:22 Building go115 00:54:22 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:22 Dload Upload Total Spent Left Speed 00:54:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 426k 0 0 1768k 0 0:01:06 --:--:-- 0:01:06 1761k 30 115M 30 34.7M 0 0 27.9M 0 0:00:04 0:00:01 0:00:03 27.9M 76 115M 76 87.9M 0 0 39.2M 0 0:00:02 0:00:02 --:--:-- 39.2M 100 115M 100 115M 0 0 41.0M 0 0:00:02 0:00:02 --:--:-- 41.0M 00:54:25 go1.15.2.linux-amd64.tar.gz: OK 00:54:29 Staging go115 00:54:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:54:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:54:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:54:35 Fetched 0 B in 0s (0 B/s) 00:54:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:54:35 Fetched 224 kB in 0s (0 B/s) 00:54:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:54:35 Fetched 157 kB in 0s (0 B/s) 00:54:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:54:35 Fetched 221 kB in 0s (0 B/s) 00:54:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:54:35 Fetched 143 kB in 0s (0 B/s) 00:54:35 Pulling edgex-go 00:54:35 Pulling version 00:54:36 Building config-common 00:54:38 Skipping build go-build-helper (already ran) 00:54:38 Skipping build static-packages (already ran) 00:54:38 Skipping build go115 (already ran) 00:54:38 Building edgex-go 00:54:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:54:41 go: downloading github.com/gorilla/mux v1.8.0 00:54:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:54:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:54:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 00:54:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:54:41 go: downloading github.com/google/uuid v1.2.0 00:54:41 go: downloading github.com/imdario/mergo v0.3.11 00:54:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:54:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:54:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:54:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:54:41 go: downloading github.com/pelletier/go-toml v1.2.0 00:54:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:54:41 go: downloading github.com/x448/float16 v0.8.4 00:54:41 go: downloading github.com/pkg/errors v0.8.1 00:54:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:54:41 go: downloading github.com/go-kit/kit v0.8.0 00:54:41 go: downloading github.com/BurntSushi/toml v0.3.1 00:54:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:54:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:54:41 go: downloading github.com/hashicorp/consul/api v1.1.0 00:54:41 go: downloading github.com/pebbe/zmq4 v1.2.2 00:54:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:54:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:54:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:54:41 go: downloading github.com/go-playground/universal-translator v0.17.0 00:54:41 go: downloading github.com/leodido/go-urn v1.2.0 00:54:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:54:41 go: downloading github.com/mitchellh/copystructure v1.0.0 00:54:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:54:41 go: downloading github.com/hashicorp/serf v0.8.2 00:54:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:54:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:54:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:54:41 go: downloading github.com/go-playground/locales v0.13.0 00:54:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:54:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:54:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:54:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:54:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:54:48 go: downloading gopkg.in/yaml.v2 v2.4.0 00:54:52 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 00:54:52 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 00:54:54 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 00:54:54 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 00:54:54 go: downloading github.com/stretchr/testify v1.7.0 00:54:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:54:54 go: downloading github.com/pmezard/go-difflib v1.0.0 00:54:54 go: downloading github.com/davecgh/go-spew v1.1.1 00:54:56 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 00:54:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:54:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:54:57 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 00:54:58 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 00:54:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:54:59 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 00:55:00 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 00:55:01 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 00:55:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:55:02 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 00:55:02 go: downloading github.com/lib/pq v1.9.0 00:55:04 Building version 00:55:06 Staging config-common 00:55:07 Skipping stage go-build-helper (already ran) 00:55:07 Skipping stage static-packages (already ran) 00:55:07 Skipping stage go115 (already ran) 00:55:07 Staging edgex-go 00:55:08 Staging version 00:55:10 Priming config-common 00:55:10 Priming go-build-helper 00:55:11 Priming static-packages 00:55:13 Priming go115 00:55:14 Priming edgex-go 00:55:15 Priming version 00:55:16 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 00:55:19 provisioning config files... 00:55:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config6575838348307771418tmp [Pipeline] { [Pipeline] sh 00:55:19 + set +x 00:55:19 + curl -s https://codecov.io/bash 00:55:19 + bash -s -- 00:55:20 00:55:20 _____ _ 00:55:20 / ____| | | 00:55:20 | | ___ __| | ___ ___ _____ __ 00:55:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:20 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:20 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:20 Bash-20210129-7c25fce 00:55:20 00:55:20 00:55:20 ==> git version 2.24.3 found 00:55:20 ==> 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 00:55:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:20 ==> Jenkins CI detected. 00:55:20 project root: . 00:55:20 --> token set from env 00:55:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:20 ==> Running gcov in . (disable via -X gcov) 00:55:20 ==> Python coveragepy not found 00:55:20 ==> Searching for coverage reports in: 00:55:20 + . 00:55:20 -> Found 1 reports 00:55:20 ==> Detecting git/mercurial file structure 00:55:20 ==> Reading reports 00:55:20 + ./coverage.out bytes=590503 00:55:20 ==> Appending adjustments 00:55:20 https://docs.codecov.io/docs/fixing-reports 00:55:27 + Found adjustments 00:55:27 ==> Gzipping contents 00:55:27 88K /tmp/codecov.LxosrQ.gz 00:55:27 ==> Uploading reports 00:55:27 url: https://codecov.io 00:55:27 query: branch=PR-3034&commit=001d3264a47c15d2a94c46add7e1e6be213861aa&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:55:27 -> Pinging Codecov 00:55:27 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=001d3264a47c15d2a94c46add7e1e6be213861aa&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:55:27 -> Uploading to 00:55:27 https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/001d3264a47c15d2a94c46add7e1e6be213861aa/decb386c-d190-4358-935a-e98103c8e0ee.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T005527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe733079d0252c3b5f010c04c5e431acd2bc217c77d6227d96dbef08039aa228 00:55:27 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:27 Dload Upload Total Spent Left Speed 00:55:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88765 0 0 100 88765 0 146k --:--:-- --:--:-- --:--:-- 146k 100 88765 0 0 100 88765 0 146k --:--:-- --:--:-- --:--:-- 146k 00:55:28 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/001d3264a47c15d2a94c46add7e1e6be213861aa [Pipeline] } 00:55:28 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 00:55:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:31 ---> package-listing.sh 00:55:31 ++ facter osfamily 00:55:31 ++ tr '[:upper:]' '[:lower:]' 00:55:32 + OS_FAMILY=redhat 00:55:32 + workspace=/w/workspace/edgex-go/20 00:55:32 + START_PACKAGES=/tmp/packages_start.txt 00:55:32 + END_PACKAGES=/tmp/packages_end.txt 00:55:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:32 + PACKAGES=/tmp/packages_start.txt 00:55:32 + '[' /w/workspace/edgex-go/20 ']' 00:55:32 + PACKAGES=/tmp/packages_end.txt 00:55:32 + case "${OS_FAMILY}" in 00:55:32 + rpm -qa 00:55:32 + sort 00:55:37 + '[' -f /tmp/packages_start.txt ']' 00:55:37 + '[' -f /tmp/packages_end.txt ']' 00:55:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:37 + '[' /w/workspace/edgex-go/20 ']' 00:55:37 + mkdir -p /w/workspace/edgex-go/20/archives/ 00:55:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 00:55:37 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:38 00:55:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:39 alpine: Pulling from edgex-lftools-log-publisher 00:55:39 df20fa9351a1: Pulling fs layer 00:55:39 36b3adc4ff6f: Pulling fs layer 00:55:39 8ad3a11d3b57: Pulling fs layer 00:55:39 46f8f816bc3b: Pulling fs layer 00:55:39 93b61091891f: Pulling fs layer 00:55:39 93b9cdb0e59b: Pulling fs layer 00:55:39 5e14af77c1be: Pulling fs layer 00:55:39 01666e4c0597: Pulling fs layer 00:55:39 aa168da1d23b: Pulling fs layer 00:55:39 46f8f816bc3b: Waiting 00:55:39 93b61091891f: Waiting 00:55:39 93b9cdb0e59b: Waiting 00:55:39 5e14af77c1be: Waiting 00:55:39 01666e4c0597: Waiting 00:55:39 aa168da1d23b: Waiting 00:55:39 36b3adc4ff6f: Verifying Checksum 00:55:39 36b3adc4ff6f: Download complete 00:55:40 46f8f816bc3b: Download complete 00:55:41 df20fa9351a1: Verifying Checksum 00:55:41 93b9cdb0e59b: Download complete 00:55:41 5e14af77c1be: Verifying Checksum 00:55:41 5e14af77c1be: Download complete 00:55:41 01666e4c0597: Verifying Checksum 00:55:41 01666e4c0597: Download complete 00:55:41 93b61091891f: Verifying Checksum 00:55:41 93b61091891f: Download complete 00:55:42 df20fa9351a1: Pull complete 00:55:42 36b3adc4ff6f: Pull complete 00:55:42 8ad3a11d3b57: Verifying Checksum 00:55:42 8ad3a11d3b57: Download complete 00:55:44 8ad3a11d3b57: Pull complete 00:55:44 46f8f816bc3b: Pull complete 00:55:46 93b61091891f: Pull complete 00:55:47 93b9cdb0e59b: Pull complete 00:55:47 aa168da1d23b: Verifying Checksum 00:55:47 aa168da1d23b: Download complete 00:55:47 5e14af77c1be: Pull complete 00:55:48 01666e4c0597: Pull complete 00:56:10 aa168da1d23b: Pull complete 00:56:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:10 prd-centos7-docker-4c-2g-25364 does not seem to be running inside a container 00:56:11 $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-lftools-log-publisher:alpine cat 00:56:13 $ docker top 6aeb625c403862e3617ffdd1922d8c39c3e03efd749401dd9d7093ed0d8409ee -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:14 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:15 + mkdir -p /var/log/sa [Pipeline] sh 00:56:15 + ls /var/log/sa-host 00:56:15 + sadf -c /var/log/sa-host/sa07 00:56:15 file_magic: OK 00:56:15 HZ: Using current value: 100 00:56:15 file_header: OK 00:56:15 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 00:56:15 Statistics: 00:56:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:15 File successfully converted to sysstat format version 12.2.1 00:56:15 + sadf -c /var/log/sa-host/sa23 00:56:15 file_magic: OK 00:56:15 HZ: Using current value: 100 00:56:15 file_header: OK 00:56:15 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 00:56:15 Statistics: 00:56:15 Hnuu...uuuununununu... 00:56:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:15 provisioning config files... 00:56:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config2344541933262741362tmp [Pipeline] { [Pipeline] echo 00:56:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:16 ---> create-netrc.sh [Pipeline] } 00:56:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:16 ---> python-tools-install.sh [Pipeline] echo 00:56:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:17 ---> sudo-logs.sh 00:56:17 Archiving 'sudo' log.. [Pipeline] echo 00:56:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:17 ---> job-cost.sh 00:56:17 lf-activate-venv: SKIPPING 00:56:17 INFO: No Stack... 00:56:18 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:19 INFO: Archiving Costs [Pipeline] echo 00:56:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:19 ---> logs-deploy.sh 00:56:19 lf-activate-venv: SKIPPING 00:56:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/20 00:56:19 INFO: archiving workspace using pattern(s): 00:56:21 Archives upload complete. 00:56:21 INFO: archiving logs to Nexus 00:56:23 ---> uname -a: 00:56:23 Linux prd-centos7-docker-4c-2g-25364.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:23 00:56:23 00:56:23 ---> lscpu: 00:56:23 Architecture: x86_64 00:56:23 CPU op-mode(s): 32-bit, 64-bit 00:56:23 Byte Order: Little Endian 00:56:23 Address sizes: 40 bits physical, 48 bits virtual 00:56:23 CPU(s): 4 00:56:23 On-line CPU(s) list: 0-3 00:56:23 Thread(s) per core: 1 00:56:23 Core(s) per socket: 1 00:56:23 Socket(s): 4 00:56:23 NUMA node(s): 1 00:56:23 Vendor ID: GenuineIntel 00:56:23 CPU family: 6 00:56:23 Model: 44 00:56:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:23 Stepping: 1 00:56:23 CPU MHz: 2933.438 00:56:23 BogoMIPS: 5866.87 00:56:23 Virtualization: VT-x 00:56:23 Hypervisor vendor: KVM 00:56:23 Virtualization type: full 00:56:23 L1d cache: 128 KiB 00:56:23 L1i cache: 128 KiB 00:56:23 L2 cache: 16 MiB 00:56:23 L3 cache: 64 MiB 00:56:23 NUMA node0 CPU(s): 0-3 00:56:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:23 Vulnerability Meltdown: Mitigation; PTI 00:56:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:23 Vulnerability Srbds: Not affected 00:56:23 Vulnerability Tsx async abort: Not affected 00:56: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 00:56:23 00:56:23 00:56:23 ---> nproc: 00:56:23 4 00:56:23 00:56:23 00:56:23 ---> df -h: 00:56:23 Filesystem Size Used Available Use% Mounted on 00:56:23 overlay 50.0G 12.2G 37.8G 24% / 00:56:23 tmpfs 64.0M 0 64.0M 0% /dev 00:56:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:23 shm 64.0M 0 64.0M 0% /dev/shm 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/20 00:56:23 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/20@tmp 00:56:23 00:56:23 00:56:23 ---> free -m: 00:56:23 total used free shared buff/cache available 00:56:23 Mem: 1837 715 124 0 997 1038 00:56:23 Swap: 1023 63 960 00:56:23 00:56:23 00:56:23 ---> ip addr: 00:56:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:23 inet 127.0.0.1/8 scope host lo 00:56:23 valid_lft forever preferred_lft forever 00:56:23 inet6 ::1/128 scope host 00:56:23 valid_lft forever preferred_lft forever 00:56:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:23 link/ether fa:16:3e:07:06:af brd ff:ff:ff:ff:ff:ff 00:56:23 inet 10.30.123.90/23 brd 10.30.123.255 scope global dynamic eth0 00:56:23 valid_lft 84848sec preferred_lft 84848sec 00:56:23 inet6 fe80::f816:3eff:fe07:6af/64 scope link 00:56:23 valid_lft forever preferred_lft forever 00:56:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:23 link/ether 02:42:c1:4e:06:db brd ff:ff:ff:ff:ff:ff 00:56:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:23 valid_lft forever preferred_lft forever 00:56:23 inet6 fe80::42:c1ff:fe4e:6db/64 scope link 00:56:23 valid_lft forever preferred_lft forever 00:56:23 00:56:23 00:56:23 ---> sar -b -r -n DEV: 00:56:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:56:23 00:56:23 00:30:16 LINUX RESTART (4 CPU) 00:56:23 00:56:23 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:23 00:32:01 96.21 41.56 54.65 0.00 3483.82 38662.28 0.00 00:56:23 00:33:01 53.92 13.34 40.58 0.00 4762.78 7686.16 0.00 00:56:23 00:34:02 122.88 55.55 67.32 0.00 4862.33 32746.80 0.00 00:56:23 00:35:01 223.57 56.47 167.10 0.00 2915.74 27589.24 0.00 00:56:23 00:36:01 115.79 61.90 53.89 0.00 1741.14 6216.51 0.00 00:56:23 00:37:02 60.55 22.38 38.17 0.00 907.10 4209.97 0.00 00:56:23 00:38:01 74.27 29.19 45.07 0.00 1324.33 3444.50 0.00 00:56:23 00:39:01 70.71 30.20 40.51 0.00 2096.09 3277.57 0.00 00:56:23 00:40:01 58.33 8.94 49.39 0.00 417.48 15630.05 0.00 00:56:23 00:41:03 253.87 103.91 149.96 0.00 48376.23 103700.02 0.00 00:56:23 00:42:04 1320.65 1123.60 197.05 0.00 93293.27 100474.38 0.00 00:56:23 00:43:02 1693.23 1511.38 181.85 0.00 97704.62 102034.60 0.00 00:56:23 00:44:01 152.97 58.94 94.03 0.00 5492.67 19566.63 0.00 00:56:23 00:45:07 630.05 410.04 220.01 0.00 63269.63 108292.65 0.00 00:56:23 00:46:02 1074.72 915.60 159.12 0.00 56593.13 57369.92 0.00 00:56:23 00:47:02 649.92 490.24 159.68 0.00 30534.45 34696.87 0.00 00:56:23 00:48:01 162.01 11.16 150.85 0.00 643.52 27703.72 0.00 00:56:23 00:49:01 45.14 12.12 33.02 0.00 2875.45 1185.47 0.00 00:56:23 00:50:01 1.96 0.02 1.95 0.00 0.53 31.43 0.00 00:56:23 00:51:01 0.32 0.05 0.27 0.00 0.80 3.88 0.00 00:56:23 00:52:01 0.32 0.03 0.28 0.00 0.80 3.41 0.00 00:56:23 00:53:01 0.27 0.00 0.27 0.00 0.00 2.78 0.00 00:56:23 00:54:01 0.37 0.02 0.35 0.00 0.53 3.64 0.00 00:56:23 00:55:01 0.27 0.02 0.25 0.00 0.27 2.57 0.00 00:56:23 00:56:01 123.47 69.25 54.22 0.00 5857.58 13166.52 0.00 00:56:23 Average: 277.17 198.59 78.58 0.00 17131.44 28558.68 0.00 00:56:23 00:56:23 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:23 00:32:01 63592 0 563956 29.97 2620 1251376 1115024 38.05 459288 1161432 19508 00:56:23 00:33:01 81296 0 668380 35.52 2620 1129248 1348640 46.03 555408 1037972 67260 00:56:23 00:34:02 68076 0 690988 36.72 2596 1119884 1551384 52.95 704612 880720 76168 00:56:23 00:35:01 277516 0 721684 38.36 1708 880636 1561320 53.29 486840 842616 28 00:56:23 00:36:01 86420 0 927768 49.31 1444 865912 1894988 64.67 737952 777080 14780 00:56:23 00:37:02 123648 0 842408 44.77 728 914760 1789688 61.08 741516 731452 65280 00:56:23 00:38:01 224468 0 764196 40.62 728 892152 1630820 55.66 611400 757588 67360 00:56:23 00:39:01 232700 0 770412 40.95 604 877828 1547684 52.82 638680 719244 65040 00:56:23 00:40:01 73472 0 773024 41.08 524 1034524 1530592 52.24 637648 880412 65748 00:56:23 00:41:03 76896 0 824452 43.82 8 980188 2260808 77.16 736576 861556 92148 00:56:23 00:42:04 74844 0 823992 43.79 8 982700 2340052 79.86 703516 893256 28992 00:56:23 00:43:02 251816 0 1007136 53.53 8 622584 4417696 150.77 696052 668824 3388 00:56:23 00:44:01 396008 0 761140 40.45 8 724388 1773612 60.53 542016 695220 20636 00:56:23 00:45:07 69036 0 785744 41.76 8 1026756 2219948 75.76 601808 997752 60060 00:56:23 00:46:02 75328 0 783948 41.67 8 1022260 2160748 73.74 668952 896828 42300 00:56:23 00:47:02 199800 0 840828 44.69 8 840908 2514220 85.81 726724 709060 7304 00:56:23 00:48:01 132484 0 709576 37.71 8 1039476 1493952 50.99 616896 881480 6564 00:56:23 00:49:01 157320 0 632716 33.63 8 1091500 1248048 42.59 555496 924172 8 00:56:23 00:50:01 165504 0 624520 33.19 8 1091512 1167408 39.84 548852 924008 8 00:56:23 00:51:01 165608 0 624408 33.19 8 1091520 1167504 39.84 549312 924012 8 00:56:23 00:52:01 165048 0 624980 33.22 8 1091508 1167536 39.85 549324 924012 8 00:56:23 00:53:01 165968 0 624032 33.17 8 1091536 1167408 39.84 548880 924036 8 00:56:23 00:54:01 165920 0 624076 33.17 8 1091540 1167380 39.84 548988 924052 8 00:56:23 00:55:01 165796 0 624196 33.17 8 1091544 1167408 39.84 548996 924052 8 00:56:23 00:56:01 74256 0 716968 38.11 8 1090312 1641008 56.00 710584 826656 79548 00:56:23 Average: 149313 0 734221 39.02 548 997462 1721795 58.76 617053 867500 31287 00:56:23 00:56:23 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:23 00:32:01 eth0 352.61 221.60 1866.85 52.16 0.00 0.00 0.00 0.00 00:56:23 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:33:01 eth0 890.21 950.58 3937.17 128.99 0.00 0.00 0.00 0.00 00:56:23 00:33:01 vethe425c8a 759.87 566.63 70.74 2136.41 0.00 0.00 0.00 0.00 00:56:23 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:33:01 docker0 759.87 566.50 60.35 2136.39 0.00 0.00 0.00 0.00 00:56:23 00:34:02 eth0 431.65 411.22 3358.87 41.32 0.00 0.00 0.00 0.00 00:56:23 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:34:02 docker0 179.13 140.40 13.77 532.06 0.00 0.00 0.00 0.00 00:56:23 00:35:01 veth7d05df1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:35:01 veth0cf938e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:35:01 eth0 201.64 138.20 879.19 22.34 0.00 0.00 0.00 0.00 00:56:23 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:36:01 veth0cf938e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:36:01 eth0 25.83 19.55 14.29 57.47 0.00 0.00 0.00 0.00 00:56:23 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:36:01 docker0 1051.30 872.86 82.17 3499.87 0.00 0.00 0.00 0.00 00:56:23 00:37:02 veth0cf938e 1.23 1.23 0.10 0.10 0.00 0.00 0.00 0.00 00:56:23 00:37:02 eth0 26.41 20.06 20.08 11.26 0.00 0.00 0.00 0.00 00:56:23 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:37:02 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 00:56:23 00:38:01 veth0cf938e 0.81 0.81 0.06 0.06 0.00 0.00 0.00 0.00 00:56:23 00:38:01 eth0 13.43 10.24 9.77 5.49 0.00 0.00 0.00 0.00 00:56:23 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:38:01 docker0 0.81 0.81 0.05 0.06 0.00 0.00 0.00 0.00 00:56:23 00:39:01 veth0cf938e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:39:01 eth0 25.22 21.90 12.47 62.46 0.00 0.00 0.00 0.00 00:56:23 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:40:01 eth0 173.42 139.77 1686.05 20.95 0.00 0.00 0.00 0.00 00:56:23 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:41:03 veth808aac6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:41:03 eth0 30.16 26.14 22.71 51.91 0.00 0.00 0.00 0.00 00:56:23 00:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:41:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:42:04 veth808aac6 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:42:04 eth0 33.80 25.13 152.73 5.69 0.00 0.00 0.00 0.00 00:56:23 00:42:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:42:04 docker0 17.56 23.04 1.01 144.71 0.00 0.00 0.00 0.00 00:56:23 00:43:02 veth808aac6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:43:02 veth0eb386f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:43:02 eth0 7.15 4.94 5.02 2.78 0.00 0.00 0.00 0.00 00:56:23 00:43:02 veth10b7247 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:44:01 veth808aac6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:44:01 eth0 16.45 13.13 55.51 4.61 0.00 0.00 0.00 0.00 00:56:23 00:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:23 00:44:01 docker0 1088.71 912.93 84.70 3706.06 0.00 0.00 0.00 0.00 00:56:23 00:45:07 veth808aac6 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:45:07 eth0 67.26 50.16 176.18 64.47 0.00 0.00 0.00 0.00 00:56:23 00:45:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:45:07 docker0 19.58 31.52 1.07 154.66 0.00 0.00 0.00 0.00 00:56:23 00:46:02 veth808aac6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:46:02 veth1db25f5 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 00:56:23 00:46:02 eth0 25.99 16.13 76.57 7.23 0.00 0.00 0.00 0.00 00:56:23 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:47:02 veth808aac6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:47:02 veth5614c72 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:47:02 vetha8cebc8 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:47:02 eth0 50.84 40.54 58.72 66.87 0.00 0.00 0.00 0.00 00:56:23 00:48:01 veth808aac6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:56:23 00:48:01 eth0 252.02 187.96 1680.85 28.53 0.00 0.00 0.00 0.00 00:56:23 00:48:01 vethef777d7 3.91 4.31 0.49 14.04 0.00 0.00 0.00 0.00 00:56:23 00:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:23 00:49:01 eth0 42.36 31.10 63.41 59.89 0.00 0.00 0.00 0.00 00:56:23 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:49:01 docker0 1176.70 1062.41 89.61 4361.38 0.00 0.00 0.00 0.00 00:56:23 00:50:01 eth0 0.52 0.05 0.05 0.01 0.00 0.00 0.00 0.00 00:56:23 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:51:01 eth0 0.57 0.37 0.27 0.20 0.00 0.00 0.00 0.00 00:56:23 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:52:01 eth0 0.48 0.37 0.27 0.14 0.00 0.00 0.00 0.00 00:56:23 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:53:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:23 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:54:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:56:23 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:55:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:23 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:56:01 eth0 218.83 181.03 2177.05 60.51 0.00 0.00 0.00 0.00 00:56:23 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 Average: eth0 115.76 100.69 651.25 30.51 0.00 0.00 0.00 0.00 00:56:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:23 Average: docker0 47.21 42.62 3.60 174.98 0.00 0.00 0.00 0.00 00:56:23 00:56:23 00:56:23 ---> sar -P ALL: 00:56:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:56:23 00:56:23 00:30:16 LINUX RESTART (4 CPU) 00:56:23 00:56:23 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:56:23 00:32:01 all 11.86 0.00 6.73 4.38 25.88 51.14 00:56:23 00:32:01 0 14.15 0.00 6.55 5.67 26.95 46.69 00:56:23 00:32:01 1 9.33 0.00 9.74 2.54 24.47 53.92 00:56:23 00:32:01 2 12.25 0.00 4.81 5.16 26.61 51.17 00:56:23 00:32:01 3 11.80 0.00 5.81 4.21 25.53 52.66 00:56:23 00:33:01 all 6.58 0.00 4.33 1.15 17.68 70.26 00:56:23 00:33:01 0 6.95 0.00 4.34 0.86 19.27 68.58 00:56:23 00:33:01 1 8.57 0.00 4.93 2.24 17.41 66.86 00:56:23 00:33:01 2 6.22 0.00 4.66 0.38 16.91 71.84 00:56:23 00:33:01 3 4.63 0.00 3.44 1.11 17.15 73.67 00:56:23 00:34:02 all 7.55 0.00 4.34 1.11 22.46 64.55 00:56:23 00:34:02 0 8.80 0.00 5.16 1.68 24.48 59.87 00:56:23 00:34:02 1 8.07 0.00 4.51 0.94 23.46 63.03 00:56:23 00:34:02 2 7.70 0.00 3.78 1.38 21.33 65.81 00:56:23 00:34:02 3 5.64 0.00 3.90 0.43 20.56 69.47 00:56:23 00:35:01 all 5.39 0.00 6.59 3.20 20.02 64.81 00:56:23 00:35:01 0 5.45 0.00 7.43 3.66 21.22 62.24 00:56:23 00:35:01 1 4.98 0.00 5.53 3.66 20.26 65.57 00:56:23 00:35:01 2 5.24 0.00 6.25 1.93 18.68 67.90 00:56:23 00:35:01 3 5.87 0.00 7.15 3.55 19.91 63.51 00:56:23 00:36:01 all 32.13 0.00 9.91 3.77 29.31 24.87 00:56:23 00:36:01 0 33.25 0.00 9.77 3.58 29.65 23.75 00:56:23 00:36:01 1 30.94 0.00 9.19 4.02 30.35 25.50 00:56:23 00:36:01 2 32.72 0.00 11.09 4.53 28.39 23.28 00:56:23 00:36:01 3 31.64 0.00 9.63 2.97 28.86 26.90 00:56:23 00:37:02 all 29.61 0.00 10.84 1.56 29.50 28.49 00:56:23 00:37:02 0 26.75 0.00 10.03 1.47 31.04 30.70 00:56:23 00:37:02 1 30.22 0.00 11.21 1.99 30.29 26.30 00:56:23 00:37:02 2 33.69 0.00 11.00 1.28 28.12 25.92 00:56:23 00:37:02 3 28.01 0.00 11.15 1.52 28.48 30.84 00:56:23 00:38:01 all 29.12 0.00 11.78 1.69 39.07 18.34 00:56:23 00:38:01 0 29.06 0.00 11.01 1.47 39.36 19.10 00:56:23 00:38:01 1 29.70 0.00 11.63 1.59 39.46 17.62 00:56:23 00:38:01 2 30.10 0.00 13.46 2.04 39.26 15.14 00:56:23 00:38:01 3 27.69 0.00 11.10 1.70 38.21 21.30 00:56:23 00:39:01 all 17.21 0.00 8.83 1.24 33.57 39.15 00:56:23 00:39:01 0 17.82 0.00 8.35 1.25 33.67 38.91 00:56:23 00:39:01 1 16.71 0.00 8.12 1.27 33.65 40.26 00:56:23 00:39:01 2 18.72 0.00 10.44 1.04 33.80 36.00 00:56:23 00:39:01 3 15.62 0.00 8.44 1.40 33.18 41.36 00:56:23 00:40:01 all 10.78 0.00 8.85 0.25 27.44 52.68 00:56:23 00:40:01 0 9.68 0.00 8.08 0.20 28.36 53.69 00:56:23 00:40:01 1 10.79 0.00 9.20 0.27 27.97 51.78 00:56:23 00:40:01 2 10.26 0.00 8.41 0.17 26.99 54.17 00:56:23 00:40:01 3 12.44 0.00 9.75 0.37 26.42 51.02 00:56:23 00:41:03 all 7.29 0.00 8.57 8.84 34.85 40.46 00:56:23 00:41:03 0 5.96 0.00 7.04 8.37 35.39 43.24 00:56:23 00:41:03 1 8.16 0.00 9.34 9.85 34.42 38.22 00:56:23 00:41:03 2 6.35 0.00 9.07 8.91 34.94 40.74 00:56:23 00:41:03 3 8.70 0.00 8.87 8.26 34.63 39.54 00:56:23 00:42:04 all 9.55 0.00 12.64 16.31 33.30 28.20 00:56:23 00:42:04 0 9.20 0.00 11.32 18.29 34.01 27.18 00:56:23 00:42:04 1 9.25 0.00 12.72 15.14 33.16 29.73 00:56:23 00:42:04 2 9.98 0.00 13.53 15.64 33.11 27.74 00:56:23 00:42:04 3 9.79 0.00 13.02 16.12 32.91 28.16 00:56:23 00:56:23 00:42:04 CPU %user %nice %system %iowait %steal %idle 00:56:23 00:43:02 all 12.18 0.00 11.42 20.21 34.48 21.71 00:56:23 00:43:02 0 12.46 0.00 11.79 20.87 35.13 19.75 00:56:23 00:43:02 1 12.33 0.00 11.83 19.95 33.60 22.30 00:56:23 00:43:02 2 12.22 0.00 10.77 21.56 34.41 21.04 00:56:23 00:43:02 3 11.71 0.00 11.30 18.46 34.79 23.74 00:56:23 00:44:01 all 63.83 0.00 13.53 4.02 14.10 4.52 00:56:23 00:44:01 0 64.63 0.00 14.11 2.64 13.66 4.96 00:56:23 00:44:01 1 63.80 0.00 12.79 5.87 14.17 3.37 00:56:23 00:44:01 2 63.24 0.00 13.96 4.24 14.20 4.36 00:56:23 00:44:01 3 63.66 0.00 13.31 3.22 14.37 5.44 00:56:23 00:45:07 all 11.07 0.00 11.49 10.60 33.45 33.39 00:56:23 00:45:07 0 11.05 0.00 10.67 12.63 33.88 31.77 00:56:23 00:45:07 1 10.71 0.00 10.92 9.86 32.87 35.64 00:56:23 00:45:07 2 10.87 0.00 11.98 9.23 33.57 34.34 00:56:23 00:45:07 3 11.64 0.00 12.42 10.68 33.50 31.76 00:56:23 00:46:02 all 26.34 0.00 12.78 17.22 30.07 13.59 00:56:23 00:46:02 0 26.11 0.00 12.84 16.81 29.17 15.06 00:56:23 00:46:02 1 27.05 0.00 12.84 18.94 30.56 10.61 00:56:23 00:46:02 2 26.91 0.00 11.85 16.20 30.79 14.24 00:56:23 00:46:02 3 25.28 0.00 13.59 16.91 29.76 14.46 00:56:23 00:47:02 all 27.94 0.00 10.93 15.11 28.82 17.20 00:56:23 00:47:02 0 25.85 0.00 10.18 15.17 29.68 19.13 00:56:23 00:47:02 1 29.44 0.00 12.04 15.08 26.78 16.65 00:56:23 00:47:02 2 29.38 0.00 10.61 19.17 29.38 11.46 00:56:23 00:47:02 3 27.18 0.00 10.92 11.03 29.41 21.46 00:56:23 00:48:01 all 7.12 0.00 7.19 5.04 24.66 55.99 00:56:23 00:48:01 0 7.12 0.00 6.59 2.80 25.89 57.59 00:56:23 00:48:01 1 8.27 0.00 7.77 4.10 24.19 55.66 00:56:23 00:48:01 2 7.74 0.00 7.96 5.19 24.15 54.96 00:56:23 00:48:01 3 5.36 0.00 6.48 8.06 24.39 55.71 00:56:23 00:49:01 all 3.44 0.00 2.12 1.30 6.05 87.10 00:56:23 00:49:01 0 4.49 0.00 2.34 1.38 6.69 85.10 00:56:23 00:49:01 1 2.22 0.00 1.90 1.44 6.36 88.08 00:56:23 00:49:01 2 3.09 0.00 2.33 0.54 5.80 88.24 00:56:23 00:49:01 3 3.97 0.00 1.91 1.84 5.34 86.94 00:56:23 00:50:01 all 0.10 0.00 0.07 0.00 0.80 99.04 00:56:23 00:50:01 0 0.02 0.00 0.07 0.00 0.25 99.67 00:56:23 00:50:01 1 0.18 0.00 0.07 0.00 0.96 98.79 00:56:23 00:50:01 2 0.02 0.00 0.07 0.00 0.46 99.45 00:56:23 00:50:01 3 0.16 0.00 0.08 0.00 1.50 98.25 00:56:23 00:51:01 all 0.09 0.00 0.29 0.00 1.71 97.91 00:56:23 00:51:01 0 0.02 0.00 0.07 0.00 1.35 98.56 00:56:23 00:51:01 1 0.02 0.00 0.20 0.00 1.57 98.22 00:56:23 00:51:01 2 0.07 0.00 0.73 0.00 1.58 97.63 00:56:23 00:51:01 3 0.26 0.00 0.16 0.00 2.33 97.25 00:56:23 00:52:01 all 0.07 0.00 0.02 0.00 0.55 99.35 00:56:23 00:52:01 0 0.23 0.00 0.05 0.00 0.33 99.38 00:56:23 00:52:01 1 0.02 0.00 0.00 0.00 0.32 99.67 00:56:23 00:52:01 2 0.03 0.00 0.02 0.00 0.81 99.14 00:56:23 00:52:01 3 0.02 0.00 0.02 0.00 0.75 99.22 00:56:23 00:53:01 all 0.07 0.00 0.07 0.00 0.96 98.90 00:56:23 00:53:01 0 0.20 0.00 0.02 0.00 0.52 99.27 00:56:23 00:53:01 1 0.02 0.00 0.08 0.00 0.90 99.01 00:56:23 00:53:01 2 0.05 0.00 0.08 0.00 1.52 98.35 00:56:23 00:53:01 3 0.02 0.00 0.12 0.00 0.89 98.97 00:56:23 00:56:23 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:23 00:54:01 all 0.07 0.00 0.04 0.00 0.68 99.20 00:56:23 00:54:01 0 0.23 0.00 0.03 0.00 1.24 98.50 00:56:23 00:54:01 1 0.02 0.00 0.02 0.00 0.10 99.87 00:56:23 00:54:01 2 0.03 0.00 0.05 0.02 0.94 98.96 00:56:23 00:54:01 3 0.02 0.00 0.05 0.00 0.43 99.50 00:56:23 00:55:01 all 0.06 0.00 0.03 0.00 0.52 99.38 00:56:23 00:55:01 0 0.02 0.00 0.02 0.00 0.25 99.71 00:56:23 00:55:01 1 0.02 0.00 0.03 0.00 0.27 99.68 00:56:23 00:55:01 2 0.19 0.00 0.05 0.00 0.99 98.77 00:56:23 00:55:01 3 0.03 0.00 0.03 0.00 0.57 99.36 00:56:23 00:56:01 all 4.13 0.00 3.57 2.36 14.71 75.23 00:56:23 00:56:01 0 3.63 0.00 3.51 0.86 14.88 77.12 00:56:23 00:56:01 1 3.32 0.00 3.64 1.85 14.46 76.72 00:56:23 00:56:01 2 3.44 0.00 3.45 0.65 15.29 77.17 00:56:23 00:56:01 3 6.14 0.00 3.68 6.13 14.19 69.86 00:56:23 Average: all 12.20 0.00 6.55 4.74 20.10 56.41 00:56:23 Average: 0 12.19 0.00 6.34 4.80 20.68 55.99 00:56:23 Average: 1 12.26 0.00 6.70 4.75 19.97 56.31 00:56:23 Average: 2 12.37 0.00 6.65 4.70 19.92 56.37 00:56:23 Average: 3 11.98 0.00 6.52 4.70 19.82 56.98 00:56:23 00:56:23 00:56:23