Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 381370a24fa11f31a9a344a70b43ef8e9a3a22d6+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (6ddcb564177d0c6a4361d3059f2e39a7efdbd64b) 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-26174 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Merge succeeded, producing 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 Checking out Revision 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:45 ========================================================= 00:31:45 EdgeX Global Pipelines Version Info 00:31:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:46 ------------------- 00:31:46 stable info: 00:31:46 ------------------- 00:31:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:46 Message: update stable to v1.0.179 00:31:47 ------------------- 00:31:47 experimental info: 00:31:47 ------------------- 00:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45dee08 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:52 provisioning config files... 00:31:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config2078877935245098750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:53 ---> docker-login.sh 00:31:53 nexus3.edgexfoundry.org:10001 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 nexus3.edgexfoundry.org:10002 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:54 Configure a credential helper to remove this warning. See 00:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:54 00:31:54 Login Succeeded 00:31:54 nexus3.edgexfoundry.org:10003 00:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:54 Configure a credential helper to remove this warning. See 00:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:54 00:31:54 Login Succeeded 00:31:54 nexus3.edgexfoundry.org:10004 00:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:54 Configure a credential helper to remove this warning. See 00:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:54 00:31:54 Login Succeeded 00:31:54 docker.io 00:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:55 Configure a credential helper to remove this warning. See 00:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:55 00:31:55 Login Succeeded 00:31:55 ---> docker-login.sh ends [Pipeline] } 00:31:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:56 ++ 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:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-command/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-command,cmd/core-command/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-data/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-data,cmd/core-data/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-metadata/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/support-notifications/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/support-scheduler/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:56 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:31:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:57 00:31:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:57 latest: Pulling from edgex-devops/git-semver 00:31:57 31603596830f: Pulling fs layer 00:31:57 2a8b12db71e7: Pulling fs layer 00:31:57 6ca5941a6612: Pulling fs layer 00:31:57 ecc8261a40a4: Pulling fs layer 00:31:57 ecc8261a40a4: Waiting 00:31:57 2a8b12db71e7: Verifying Checksum 00:31:57 2a8b12db71e7: Download complete 00:31:57 6ca5941a6612: Download complete 00:31:57 ecc8261a40a4: Verifying Checksum 00:31:57 ecc8261a40a4: Download complete 00:31:57 31603596830f: Verifying Checksum 00:31:57 31603596830f: Download complete 00:31:58 31603596830f: Pull complete 00:31:58 2a8b12db71e7: Pull complete 00:31:59 6ca5941a6612: Pull complete 00:31:59 ecc8261a40a4: Pull complete 00:31:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:59 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:02 $ docker top 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:02 [ssh-agent] Looking for ssh-agent implementation... 00:32:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:03 $ docker exec 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent 00:32:03 SSH_AUTH_SOCK=/tmp/ssh-7or4TDhcXXLP/agent.12 00:32:03 SSH_AGENT_PID=18 00:32:03 Running ssh-add (command line suppressed) 00:32:03 Identity added: /w/workspace/edgex-go/21@tmp/private_key_5461909818374061757.key (/w/workspace/edgex-go/21@tmp/private_key_5461909818374061757.key) 00:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:03 + git tag --points-at HEAD [Pipeline] } 00:32:03 $ docker exec --env ******** --env ******** 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent -k 00:32:03 unset SSH_AUTH_SOCK; 00:32:03 unset SSH_AGENT_PID; 00:32:03 echo Agent pid 18 killed; 00:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:04 [ssh-agent] Looking for ssh-agent implementation... 00:32:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:04 $ docker exec 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent 00:32:04 SSH_AUTH_SOCK=/tmp/ssh-pOGMgLwXtUWE/agent.46 00:32:04 SSH_AGENT_PID=52 00:32:04 Running ssh-add (command line suppressed) 00:32:04 Identity added: /w/workspace/edgex-go/21@tmp/private_key_2569033382456623260.key (/w/workspace/edgex-go/21@tmp/private_key_2569033382456623260.key) 00:32:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:05 + git semver init 00:32:05 # -> Open(): unable to determine branch for HEAD 00:32:05 # $GIT_DIR = /w/workspace/edgex-go/21/.git 00:32:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 00:32:05 # $SEMVER_REMOTE_NAME = origin 00:32:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:05 # $SEMVER_USER_NAME = edgex-jenkins 00:32:05 # $SEMVER_BRANCH = PR-3113 00:32:05 # $SEMVER_TEMP = /tmp/semver-052042792 00:32:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:23 # '/tmp/semver-052042792' -> '/w/workspace/edgex-go/21/.semver' 00:32:23 # -> Force: false 00:32:23 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 00:32:23 $ docker exec --env ******** --env ******** 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 ssh-agent -k 00:32:23 unset SSH_AUTH_SOCK; 00:32:23 unset SSH_AGENT_PID; 00:32:23 echo Agent pid 52 killed; 00:32:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:24 + git semver [Pipeline] } 00:32:24 $ docker stop --time=1 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 00:32:25 $ docker rm -f 8f6df35e3db94410af883b7a4fb0616699df9a0060052f6e2e7e4b91e1f11473 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:27 Stashed 1 file(s) [Pipeline] echo 00:32:27 [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:32:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:28 + sudo service docker restart 00:32:28 + true 00:32:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:29 ========================================================= 00:32:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:29 + 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:32:33 Sending build context to Docker daemon 327.8MB 00:32:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:33 Step 2/6 : FROM ${BASE} 00:32:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:33 188c0c94c7c5: Pulling fs layer 00:32:33 0ef7d3d256c8: Pulling fs layer 00:32:33 de9db76c5a1d: Pulling fs layer 00:32:33 bca2f99d35d6: Pulling fs layer 00:32:33 93359f2a8cfa: Pulling fs layer 00:32:33 7c6f9722023f: Pulling fs layer 00:32:33 a35cf1a2eb13: Pulling fs layer 00:32:33 7c6f9722023f: Waiting 00:32:33 bca2f99d35d6: Waiting 00:32:33 93359f2a8cfa: Waiting 00:32:33 a35cf1a2eb13: Waiting 00:32:33 de9db76c5a1d: Verifying Checksum 00:32:33 de9db76c5a1d: Download complete 00:32:33 0ef7d3d256c8: Download complete 00:32:33 93359f2a8cfa: Verifying Checksum 00:32:33 93359f2a8cfa: Download complete 00:32:33 7c6f9722023f: Verifying Checksum 00:32:33 7c6f9722023f: Download complete 00:32:33 188c0c94c7c5: Verifying Checksum 00:32:33 188c0c94c7c5: Download complete 00:32:33 188c0c94c7c5: Pull complete 00:32:34 0ef7d3d256c8: Pull complete 00:32:34 de9db76c5a1d: Pull complete 00:32:35 a35cf1a2eb13: Verifying Checksum 00:32:35 a35cf1a2eb13: Download complete 00:32:36 bca2f99d35d6: Verifying Checksum 00:32:36 bca2f99d35d6: Download complete 00:32:42 Still waiting to schedule task 00:32:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26163’ is offline 00:32:42 bca2f99d35d6: Pull complete 00:32:42 93359f2a8cfa: Pull complete 00:32:42 7c6f9722023f: Pull complete 00:32:46 a35cf1a2eb13: Pull complete 00:32:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:46 ---> a62c8e92a672 00:32:46 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:32:47 ---> Running in ebd4b7239ddf 00:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:49 (1/12) Installing libmagic (5.38-r0) 00:32:49 (2/12) Installing file (5.38-r0) 00:32:49 (3/12) Installing libc-dev (0.7.2-r3) 00:32:49 (4/12) Installing g++ (9.3.0-r2) 00:32:59 (5/12) Installing fortify-headers (1.1-r0) 00:32:59 (6/12) Installing patch (2.7.6-r6) 00:32:59 (7/12) Installing build-base (0.5-r2) 00:32:59 (8/12) Installing libsodium (1.0.18-r0) 00:32:59 (9/12) Installing pkgconf (1.7.2-r0) 00:32:59 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:59 (11/12) Installing libzmq (4.3.3-r0) 00:32:59 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:59 Executing busybox-1.31.1-r19.trigger 00:32:59 OK: 233 MiB in 51 packages 00:33:04 Removing intermediate container ebd4b7239ddf 00:33:04 ---> 1c69a8d041c9 00:33:04 Step 4/6 : WORKDIR /edgex-go 00:33:04 ---> Running in db50f00a9822 00:33:04 Removing intermediate container db50f00a9822 00:33:04 ---> 52c35b5f1a09 00:33:04 Step 5/6 : COPY go.mod . 00:33:04 ---> dfd2f41c81c3 00:33:04 Step 6/6 : RUN go mod download 00:33:04 ---> Running in a4a2c1c6e8c9 00:33:26 Removing intermediate container a4a2c1c6e8c9 00:33:26 ---> 9e17c2403389 00:33:26 Successfully built 9e17c2403389 00:33:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:26 + docker inspect -f . ci-base-image-x86_64 00:33:26 . [Pipeline] withDockerContainer 00:33:26 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:28 $ docker top 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:28 + go version 00:33:28 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:28 $ docker stop --time=1 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de 00:33:30 $ docker rm -f 927162146c51e3f6a555f231596a2aba085c38e54ead031756262ede2d12d4de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:31 + docker inspect -f . ci-base-image-x86_64 00:33:31 . [Pipeline] withDockerContainer 00:33:31 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:33:31 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:31 $ docker top f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:31 ========================================================= 00:33:31 [edgeXBuildGoParallel] Running Tests and Build... 00:33:31 ========================================================= [Pipeline] sh 00:33:32 + make test 00:33:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:42 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.198s coverage: 45.9% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.1% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.3% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 92.8% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 00:34:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 68.9% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 89.4% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.779s coverage: 29.1% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:34:49 GO111MODULE=on go vet ./... 00:35:16 gofmt -l . 00:35:17 [ "`gofmt -l .`" = "" ] 00:35:17 ./bin/test-go-mod-tidy.sh 00:35:18 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:19 + ls -al . 00:35:19 total 700 00:35:19 drwxrwxr-x 10 1001 1001 4096 Feb 12 00:35 . 00:35:19 drwxr-xr-x 4 root root 30 Feb 12 00:33 .. 00:35:19 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:31 .dockerignore 00:35:19 drwxrwxr-x 8 1001 1001 179 Feb 12 00:31 .git 00:35:19 drwxrwxr-x 3 1001 1001 125 Feb 12 00:31 .github 00:35:19 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:31 .gitignore 00:35:19 drwx------ 3 1001 1001 60 Feb 12 00:32 .semver 00:35:19 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:31 .sonarcloud.properties 00:35:19 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:31 Attribution.txt 00:35:19 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:31 CONTRIBUTING.md 00:35:19 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:31 Dockerfile.build 00:35:19 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:31 Jenkinsfile 00:35:19 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:31 LICENSE 00:35:19 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:31 Makefile 00:35:19 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:31 README.md 00:35:19 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:31 SECURITY.md 00:35:19 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:32 VERSION 00:35:19 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:31 ZMQWindows.md 00:35:19 drwxrwxr-x 2 1001 1001 117 Feb 12 00:31 bin 00:35:19 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:31 cmd 00:35:19 -rw-r--r-- 1 root root 595676 Feb 12 00:34 coverage.out 00:35:19 -rw-r--r-- 1 root root 1054 Feb 12 00:35 go.mod 00:35:19 -rw-r--r-- 1 root root 19290 Feb 12 00:35 go.sum 00:35:19 drwxrwxr-x 8 1001 1001 127 Feb 12 00:31 internal 00:35:19 drwxrwxr-x 4 1001 1001 26 Feb 12 00:31 openapi 00:35:19 drwxrwxr-x 4 1001 1001 71 Feb 12 00:31 snap 00:35:19 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:31 version.go [Pipeline] sh 00:35:20 + '[' -e coverage.out ] 00:35:20 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:20 Stashed 1 file(s) [Pipeline] sh 00:35:20 + make build 00:35:20 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:35:24 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:35:35 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:35:35 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:35:37 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:35:37 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:35:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:41 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:35:42 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:35:43 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:35:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:47 $ docker stop --time=1 f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 00:35:49 $ docker rm -f f771a50494a1a9623d9034364ddb43698cc1f1c213920dfbe108d203cd1c8d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 00:35:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 latest: Pulling from edgex-devops/edgex-compose 00:35:51 cbdbe7a5bc2a: Pulling fs layer 00:35:51 ca9280d653b3: Pulling fs layer 00:35:51 7e9c9ca2126c: Pulling fs layer 00:35:51 cbdbe7a5bc2a: Download complete 00:35:52 cbdbe7a5bc2a: Pull complete 00:35:52 ca9280d653b3: Verifying Checksum 00:35:52 ca9280d653b3: Download complete 00:35:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26180 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:35:53 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 00:35:53 7e9c9ca2126c: Verifying Checksum 00:35:53 7e9c9ca2126c: Download complete 00:35:53 ca9280d653b3: Pull complete 00:35:58 using credential edgex-jenkins-ssh 00:35:58 Cloning the remote Git repository 00:35:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:59 > git init /w/workspace/edgex-go/21 # timeout=10 00:35:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:59 > git --version # timeout=10 00:35:59 > git --version # 'git version 2.17.1' 00:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:00 7e9c9ca2126c: Pull complete 00:36:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:00 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:36:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:03 $ docker top d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:04 + docker-compose build --help 00:36:04 + grep parallel 00:36:05 --parallel Build images in parallel. [Pipeline] } 00:36:05 $ docker stop --time=1 d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 00:36:06 $ docker rm -f d5a452dae4e066aabeeb0dc8d0cf54eda2d58e486d247d83f0946ffc508f7351 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:07 . [Pipeline] withDockerContainer 00:36:07 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:36:07 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:09 $ docker top 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:10 Building docker-core-command-go ... 00:36:10 Building docker-core-data-go ... 00:36:10 Building docker-core-metadata-go ... 00:36:10 Building docker-security-bootstrapper-go ... 00:36:10 Building docker-security-proxy-setup-go ... 00:36:10 Building docker-security-secretstore-setup-go ... 00:36:10 Building docker-support-notifications-go ... 00:36:10 Building docker-support-scheduler-go ... 00:36:10 Building docker-sys-mgmt-agent-go ... 00:36:10 Building docker-sys-mgmt-agent-go 00:36:10 Building docker-core-command-go 00:36:10 Building docker-security-bootstrapper-go 00:36:10 Building docker-core-metadata-go 00:36:10 Building docker-support-scheduler-go 00:36:21 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 00:36:22 Merge succeeded, producing 7084e275a2e2bf0675431ee7e8b03ee744687aa2 00:36:22 Checking out Revision 7084e275a2e2bf0675431ee7e8b03ee744687aa2 (PR-3113) 00:36:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:21 > git config core.sparsecheckout # timeout=10 00:36:21 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 00:36:21 > git remote # timeout=10 00:36:21 > git config --get remote.origin.url # timeout=10 00:36:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:21 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:36:22 > git rev-parse HEAD^{commit} # timeout=10 00:36:22 > git config core.sparsecheckout # timeout=10 00:36:22 > git checkout -f 7084e275a2e2bf0675431ee7e8b03ee744687aa2 # timeout=10 00:36:26 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:36:26 > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:28 + sudo service docker restart 00:36:28 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:30 provisioning config files... 00:36:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1802507800924601211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:31 ---> docker-login.sh 00:36:31 nexus3.edgexfoundry.org:10001 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 nexus3.edgexfoundry.org:10002 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10003 00:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 nexus3.edgexfoundry.org:10004 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:34 Configure a credential helper to remove this warning. See 00:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:34 00:36:34 Login Succeeded 00:36:34 docker.io 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 ---> docker-login.sh ends [Pipeline] } 00:36:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:35 ========================================================= 00:36:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:36 + 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:38 Sending build context to Docker daemon 166.3MB 00:36:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:38 Step 2/6 : FROM ${BASE} 00:36:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:38 5f621e34cdf4: Pulling fs layer 00:36:38 a4357932f1b6: Pulling fs layer 00:36:38 18c013af1878: Pulling fs layer 00:36:38 00ac8860ef70: Pulling fs layer 00:36:38 63d7cb157983: Pulling fs layer 00:36:38 b116817d02f9: Pulling fs layer 00:36:38 745a02a5169b: Pulling fs layer 00:36:38 00ac8860ef70: Waiting 00:36:38 63d7cb157983: Waiting 00:36:38 b116817d02f9: Waiting 00:36:38 745a02a5169b: Waiting 00:36:38 18c013af1878: Verifying Checksum 00:36:38 18c013af1878: Download complete 00:36:38 a4357932f1b6: Verifying Checksum 00:36:38 a4357932f1b6: Download complete 00:36:38 63d7cb157983: Verifying Checksum 00:36:38 63d7cb157983: Download complete 00:36:38 b116817d02f9: Verifying Checksum 00:36:38 b116817d02f9: Download complete 00:36:38 5f621e34cdf4: Verifying Checksum 00:36:38 5f621e34cdf4: Download complete 00:36:39 5f621e34cdf4: Pull complete 00:36:40 a4357932f1b6: Pull complete 00:36:40 18c013af1878: Pull complete 00:36:41 745a02a5169b: Verifying Checksum 00:36:41 745a02a5169b: Download complete 00:36:42 00ac8860ef70: Verifying Checksum 00:36:42 00ac8860ef70: Download complete 00:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> 9e17c2403389 00:36:49 Step 3/23 : WORKDIR /edgex-go 00:36:49 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> 9e17c2403389 00:36:49 Step 3/30 : WORKDIR /edgex-go 00:36:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> 9e17c2403389 00:36:49 Step 3/22 : WORKDIR /edgex-go 00:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> 9e17c2403389 00:36:49 Step 3/23 : WORKDIR /edgex-go 00:36:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> 9e17c2403389 00:36:49 Step 3/26 : WORKDIR /edgex-go 00:36:49 ---> Running in cec781aed751 00:36:49 ---> Running in da2de9c4f553 00:36:49 ---> Running in ef1e41eecbec 00:36:49 ---> Running in b13fb8654cfc 00:36:49 ---> Running in 29486aaf2d59 00:36:49 Removing intermediate container cec781aed751 00:36:49 ---> aa2990593321 00:36:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container 29486aaf2d59 00:36:49 ---> 49a1dee7d336 00:36:49 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container b13fb8654cfc 00:36:49 ---> b325adedc3e4 00:36:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container da2de9c4f553 00:36:49 ---> 78cf742d62f7 00:36:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container ef1e41eecbec 00:36:49 ---> 42392ad13549 00:36:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 ---> Running in 054a6a686089 00:36:49 ---> Running in 43dfdba43812 00:36:49 ---> Running in cb2083a97c51 00:36:49 ---> Running in 85e5b60ddf00 00:36:49 ---> Running in 5a6f15893e9b 00:36:49 Removing intermediate container 43dfdba43812 00:36:49 ---> 681f44cdf2d7 00:36:49 Step 5/22 : RUN apk add --update --no-cache make git 00:36:49 Removing intermediate container cb2083a97c51 00:36:49 ---> 28c667d7ee01 00:36:49 Step 5/23 : RUN apk add --update --no-cache make git 00:36:50 Removing intermediate container 5a6f15893e9b 00:36:50 ---> 40b3ccd5f86d 00:36:50 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:50 Removing intermediate container 85e5b60ddf00 00:36:50 ---> f72b7165a95b 00:36:50 Step 5/23 : RUN apk add --update --no-cache make git 00:36:50 ---> Running in c1d9475392ad 00:36:50 ---> Running in ff15127328ce 00:36:50 ---> Running in 5d8af6ebadbe 00:36:50 Removing intermediate container 054a6a686089 00:36:50 ---> 756990e929f9 00:36:50 Step 5/30 : RUN apk add --update --no-cache make git 00:36:50 ---> Running in d6054853b86c 00:36:50 ---> Running in e07a029f3695 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:53 00ac8860ef70: Pull complete 00:36:53 63d7cb157983: Pull complete 00:36:53 b116817d02f9: Pull complete 00:36:53 OK: 233 MiB in 51 packages 00:36:53 OK: 233 MiB in 51 packages 00:36:53 OK: 233 MiB in 51 packages 00:36:53 OK: 233 MiB in 51 packages 00:36:53 OK: 233 MiB in 51 packages 00:36:54 Removing intermediate container ff15127328ce 00:36:54 ---> 841574ebde2e 00:36:54 Step 6/26 : COPY go.mod . 00:36:54 Removing intermediate container c1d9475392ad 00:36:54 ---> bcd96907cf9b 00:36:54 Step 6/22 : COPY go.mod . 00:36:54 Removing intermediate container d6054853b86c 00:36:54 ---> 6e5465aa58f7 00:36:54 Step 6/23 : COPY go.mod . 00:36:54 Removing intermediate container e07a029f3695 00:36:54 ---> dfb552b92541 00:36:54 Step 6/30 : COPY go.mod . 00:36:54 ---> 9aeab4b82831 00:36:54 Step 7/26 : RUN go mod download 00:36:54 ---> a494fa69139c 00:36:54 Step 7/22 : RUN go mod download 00:36:54 ---> Running in bc688627df8a 00:36:54 ---> b50c9dc35307 00:36:54 Step 7/23 : RUN go mod download 00:36:54 ---> Running in b29e1f7c1145 00:36:54 Removing intermediate container 5d8af6ebadbe 00:36:54 ---> f2be890ebe03 00:36:54 Step 6/23 : COPY go.mod . 00:36:54 ---> 479922727f55 00:36:54 Step 7/30 : RUN go mod download 00:36:55 ---> Running in 9d84d7ce7e8e 00:36:55 ---> Running in edfac71113ae 00:36:55 745a02a5169b: Pull complete 00:36:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:55 ---> b7e6874047d6 00:36:55 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:36:55 ---> 53d77bfc0de8 00:36:55 Step 7/23 : RUN go mod download 00:36:55 ---> Running in 47a53e9498a7 00:36:57 Removing intermediate container bc688627df8a 00:36:57 ---> d6afc855625c 00:36:57 Step 8/26 : COPY . . 00:36:57 Removing intermediate container b29e1f7c1145 00:36:57 ---> 5f6bd9d7bfc6 00:36:57 Step 8/22 : COPY . . 00:36:57 Removing intermediate container 47a53e9498a7 00:36:57 ---> f542c9b2aad0 00:36:57 Step 8/23 : COPY . . 00:36:58 Removing intermediate container edfac71113ae 00:36:58 ---> 372f271f2961 00:36:58 Step 8/30 : COPY . . 00:36:59 Removing intermediate container 9d84d7ce7e8e 00:36:59 ---> 290cbc23a57c 00:36:59 Step 8/23 : COPY . . 00:36:59 ---> Running in 0791a30afcc9 00:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:02 (1/12) Installing libmagic (5.38-r0) 00:37:03 (2/12) Installing file (5.38-r0) 00:37:03 (3/12) Installing libc-dev (0.7.2-r3) 00:37:03 (4/12) Installing g++ (9.3.0-r2) 00:37:07 (5/12) Installing fortify-headers (1.1-r0) 00:37:07 (6/12) Installing patch (2.7.6-r6) 00:37:07 (7/12) Installing build-base (0.5-r2) 00:37:07 (8/12) Installing libsodium (1.0.18-r0) 00:37:07 (9/12) Installing pkgconf (1.7.2-r0) 00:37:07 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:08 (11/12) Installing libzmq (4.3.3-r0) 00:37:08 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:08 Executing busybox-1.31.1-r19.trigger 00:37:08 OK: 217 MiB in 51 packages 00:37:12 Removing intermediate container 0791a30afcc9 00:37:12 ---> 33cf5f64ee9e 00:37:12 Step 4/6 : WORKDIR /edgex-go 00:37:12 ---> Running in e5561b16830a 00:37:13 Removing intermediate container e5561b16830a 00:37:13 ---> d23d92d1511a 00:37:13 Step 5/6 : COPY go.mod . 00:37:13 ---> 8733de5c5e1e 00:37:13 Step 6/6 : RUN go mod download 00:37:14 ---> Running in 6d732edefb6e 00:37:38 ---> 8c2f8bbc2158 00:37:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:38 ---> 0c93de8c646b 00:37:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:38 ---> fdd565a80e54 00:37:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:38 ---> 49aa477ad6ac 00:37:38 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:38 ---> d3dafbad1bf2 00:37:38 Step 9/23 : RUN make cmd/core-command/core-command 00:37:38 ---> Running in 3526550f4e7a 00:37:38 ---> Running in 882f35491418 00:37:38 ---> Running in 1a0ad8914ab1 00:37:38 ---> Running in e47b7e35dee8 00:37:38 ---> Running in 2dbb16099193 00:37:40 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:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:40 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:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:40 Removing intermediate container 6d732edefb6e 00:37:40 ---> 4ce71ee3f0bf 00:37:40 Successfully built 4ce71ee3f0bf 00:37:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:41 + docker inspect -f . ci-base-image-arm64 00:37:41 . [Pipeline] withDockerContainer 00:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container 00:37:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:37:43 $ docker top 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:44 + go version 00:37:44 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:44 $ docker stop --time=1 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 00:37:46 $ docker rm -f 739d4f8d96a49c8f265d43580935f4071898c338a647c9f952ba92ead0478681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:47 + docker inspect -f . ci-base-image-arm64 00:37:47 . [Pipeline] withDockerContainer 00:37:48 prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container 00:37:48 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:37:49 $ docker top 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:50 ========================================================= 00:37:50 [edgeXBuildGoParallel] Running Tests and Build... 00:37:50 ========================================================= [Pipeline] sh 00:37:50 + make test 00:37:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:19 Removing intermediate container 2dbb16099193 00:38:19 ---> 1270795f48d5 00:38:19 00:38:19 Step 10/30 : FROM alpine:3.12 00:38:19 Removing intermediate container 882f35491418 00:38:19 ---> a5f2a3a38a8c 00:38:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:19 3.12: Pulling from library/alpine 00:38:19 ---> Running in de6d389d6085 00:38:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:19 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:38:19 Status: Downloaded newer image for alpine:3.12 00:38:19 ---> 389fef711851 00:38:19 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:23 ---> Running in 2a54b75c6d16 00:38:24 Removing intermediate container 3526550f4e7a 00:38:24 ---> 47407e9696e2 00:38:24 00:38:24 Step 10/22 : FROM alpine:3.12 00:38:24 Removing intermediate container e47b7e35dee8 00:38:24 ---> 7136ca3cd0be 00:38:24 00:38:24 Step 10/23 : FROM alpine:3.12 00:38:24 ---> 389fef711851 00:38:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:24 ---> 389fef711851 00:38:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:24 Removing intermediate container 2a54b75c6d16 00:38:24 ---> aead848a4428 00:38:24 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:38:24 ---> Running in b0e237236517 00:38:24 ---> Running in 668df43df208 00:38:24 ---> Running in 56d8c1b68e28 00:38:25 Removing intermediate container de6d389d6085 00:38:25 ---> eccf0483066d 00:38:25 00:38:25 Step 11/26 : FROM docker:20.10.0 00:38:25 20.10.0: Pulling from library/docker 00:38:26 Removing intermediate container 1a0ad8914ab1 00:38:26 ---> 5f2d932e3fab 00:38:26 00:38:26 Step 10/23 : FROM alpine:3.12 00:38:26 ---> 389fef711851 00:38:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:27 (1/1) Installing dumb-init (1.2.2-r1) 00:38:27 Executing busybox-1.31.1-r19.trigger 00:38:27 OK: 6 MiB in 15 packages 00:38:28 ---> Running in ca0733daadac 00:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 (1/1) Installing dumb-init (1.2.2-r1) 00:38:28 Executing busybox-1.31.1-r19.trigger 00:38:28 OK: 6 MiB in 15 packages 00:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 (1/2) Installing dumb-init (1.2.2-r1) 00:38:29 (2/2) Installing su-exec (0.2-r1) 00:38:29 Removing intermediate container b0e237236517 00:38:29 ---> 423f94fa163d 00:38:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 6 MiB in 16 packages 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 ---> Running in 7f4af97af8c1 00:38:29 (1/1) Installing dumb-init (1.2.2-r1) 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 6 MiB in 15 packages 00:38:29 Removing intermediate container 7f4af97af8c1 00:38:29 ---> 8cddf4a83afe 00:38:29 Step 13/23 : ENV APP_PORT=48082 00:38:29 Removing intermediate container 668df43df208 00:38:29 ---> 71fcf71e4568 00:38:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:30 ---> Running in 2987dcb13568 00:38:30 ---> Running in 49bfdf135c90 00:38:30 Removing intermediate container 56d8c1b68e28 00:38:30 ---> 5843ff553253 00:38:30 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:38:31 ---> Running in be86cb618922 00:38:31 Removing intermediate container ca0733daadac 00:38:31 ---> 94a128cec636 00:38:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:31 Removing intermediate container 49bfdf135c90 00:38:31 ---> 5fd46d3ad315 00:38:31 Step 13/22 : ENV APP_PORT=48085 00:38:31 Removing intermediate container 2987dcb13568 00:38:31 ---> 52a5522eb36e 00:38:31 Step 14/23 : EXPOSE $APP_PORT 00:38:31 ---> Running in cc16323a2978 00:38:31 ---> Running in 0eda7b4d3248 00:38:31 ---> Running in c54193120d3b 00:38:31 Removing intermediate container be86cb618922 00:38:31 ---> 6155deba8f16 00:38:31 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:31 Removing intermediate container cc16323a2978 00:38:31 ---> b092f90e5c16 00:38:31 Step 13/23 : ENV APP_PORT=48081 00:38:31 ---> Running in 40727842495f 00:38:31 ---> Running in f079d58b8f8b 00:38:31 Removing intermediate container c54193120d3b 00:38:31 ---> 2da99b75bed2 00:38:31 Step 14/22 : EXPOSE $APP_PORT 00:38:31 Removing intermediate container 0eda7b4d3248 00:38:31 ---> e089e86af59f 00:38:31 Step 15/23 : WORKDIR / 00:38:31 ---> Running in bbbb399b80d8 00:38:32 ---> Running in 16d0322d5430 00:38:32 Removing intermediate container 40727842495f 00:38:32 ---> 2be0a41664ba 00:38:32 Step 14/23 : EXPOSE $APP_PORT 00:38:32 Removing intermediate container f079d58b8f8b 00:38:32 ---> 9c144187028d 00:38:32 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:32 Removing intermediate container bbbb399b80d8 00:38:32 ---> 16d7f6598c4b 00:38:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:32 ---> Running in 25df0d6e0c13 00:38:32 ---> Running in 36a557dbbab8 00:38:32 Removing intermediate container 16d0322d5430 00:38:32 ---> 600769ad0769 00:38:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:33 ---> d0ba20052416 00:38:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:33 Removing intermediate container 36a557dbbab8 00:38:33 ---> 95a486f8717a 00:38:33 Step 15/23 : WORKDIR / 00:38:33 ---> Running in 6de3edce1cbd 00:38:33 ---> fd89a7d28556 00:38:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:33 Removing intermediate container 6de3edce1cbd 00:38:33 ---> 2f8660253c10 00:38:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:33 Status: Downloaded newer image for docker:20.10.0 00:38:33 ---> aefe523efa57 00:38:33 Step 12/26 : RUN apk add --no-cache bash 00:38:34 ---> Running in f1b2d39f135c 00:38:34 ---> 36af115360db 00:38:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:34 Removing intermediate container 25df0d6e0c13 00:38:34 ---> 00ab4098e0d4 00:38:34 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:38:34 ---> 6e4ba2ce0171 00:38:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:34 ---> 1d09258ec811 00:38:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:34 ---> Running in 5e1d5e349662 00:38:34 ---> 6ce04d050808 00:38:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:34 ---> Running in 32c5dc5f800e 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:34 Removing intermediate container 5e1d5e349662 00:38:34 ---> 7795e44c20de 00:38:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:35 ---> b7d8d2b0b70a 00:38:35 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:35 (1/2) Installing readline (8.0.4-r0) 00:38:35 (2/2) Installing bash (5.0.17-r0) 00:38:35 Executing bash-5.0.17-r0.post-install 00:38:35 Executing busybox-1.31.1-r19.trigger 00:38:35 OK: 12 MiB in 22 packages 00:38:35 Removing intermediate container 32c5dc5f800e 00:38:35 ---> 3f99adc3a673 00:38:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:35 ---> Running in ed220c2770a6 00:38:35 ---> Running in 163c9afe557c 00:38:35 ---> 48484606faaa 00:38:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:35 ---> 99e4c2a7f1e8 00:38:35 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:35 Removing intermediate container ed220c2770a6 00:38:35 ---> fa201e078b64 00:38:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:35 ---> Running in 02647caa674a 00:38:35 Removing intermediate container 163c9afe557c 00:38:35 ---> b37a223b443a 00:38:35 Step 20/22 : LABEL arch=x86_64 00:38:36 ---> Running in a0d6f12a53de 00:38:36 ---> e5c89d2de4ec 00:38:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:36 ---> Running in 39b1f28933ae 00:38:36 Removing intermediate container f1b2d39f135c 00:38:36 ---> c03eff30feaa 00:38:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:36 ---> Running in f48417ce0f51 00:38:36 ---> Running in 5089dd8d19b5 00:38:36 Removing intermediate container a0d6f12a53de 00:38:36 ---> 8cf3cc0d4d75 00:38:36 Step 21/23 : LABEL arch=x86_64 00:38:36 Removing intermediate container 39b1f28933ae 00:38:36 ---> ccb73111f6d3 00:38:36 Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:38:36 ---> Running in de853e9e947c 00:38:36 ---> Running in 98c0bd86d56f 00:38:36 Removing intermediate container f48417ce0f51 00:38:36 ---> 6cb2fae33024 00:38:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:37 Removing intermediate container 5089dd8d19b5 00:38:37 ---> e1f01bba3fa4 00:38:37 Step 14/26 : ENV APP_PORT=48090 00:38:37 ---> Running in cb04baaabfc6 00:38:37 ---> Running in 5a07463da10b 00:38:37 Removing intermediate container de853e9e947c 00:38:37 ---> 98f3a8147000 00:38:37 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:38:37 Removing intermediate container 98c0bd86d56f 00:38:37 ---> 76b184eaed9f 00:38:37 Step 22/22 : LABEL version=0.0.0 00:38:37 ---> Running in 7b28afaec68a 00:38:37 ---> Running in c2b7442b1423 00:38:37 Removing intermediate container cb04baaabfc6 00:38:37 ---> e0ca97a834bf 00:38:37 Step 21/23 : LABEL arch=x86_64 00:38:37 Removing intermediate container 5a07463da10b 00:38:37 ---> 4de3b41931e1 00:38:37 Step 15/26 : EXPOSE $APP_PORT 00:38:38 ---> Running in 32371e21e033 00:38:38 Removing intermediate container 7b28afaec68a 00:38:38 ---> 7cd106d78209 00:38:38 Step 23/23 : LABEL version=0.0.0 00:38:38 ---> Running in 4f16b2e4f04e 00:38:38 Removing intermediate container c2b7442b1423 00:38:38 ---> cb992c7cd53e 00:38:38 00:38:38 Removing intermediate container 02647caa674a 00:38:38 ---> 04143aa78102 00:38:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:38 ---> Running in cdd4c797bb2c 00:38:38 Removing intermediate container 32371e21e033 00:38:38 ---> 99fb748abcfb 00:38:38 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:38:38 Removing intermediate container 4f16b2e4f04e 00:38:38 ---> b6c55a921226 00:38:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:38 Successfully built cb992c7cd53e 00:38:38 Successfully tagged docker-support-scheduler-go:latest 00:38:38  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:38:38 ---> Running in a1e7fbf74f33 00:38:38 ---> 3d3601c38fc7 00:38:38 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:38 Removing intermediate container cdd4c797bb2c 00:38:38 ---> cd57720dcfeb 00:38:38 00:38:39 Successfully built cd57720dcfeb 00:38:39 Successfully tagged docker-core-command-go:latest 00:38:39  Building docker-core-command-go ... done Building docker-support-notifications-go 00:38:39 Removing intermediate container a1e7fbf74f33 00:38:39 ---> 9b7ae3098c29 00:38:39 Step 23/23 : LABEL version=0.0.0 00:38:40 ---> bf83fbf0410c 00:38:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:40 ---> Running in ea49c956154a 00:38:42 ---> 97a2263cde3d 00:38:42 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:42 Removing intermediate container ea49c956154a 00:38:42 ---> a8eb02f70b15 00:38:42 00:38:44 Successfully built a8eb02f70b15 00:38:44 ---> 2b27eea82a88 00:38:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:44 Successfully tagged docker-core-metadata-go:latest 00:38:44 Building docker-core-data-go 00:38:45  Building docker-core-metadata-go ... done  ---> 4610424638ec 00:38:45 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:50 ---> b62d4c46d32c 00:38:50 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:50 ---> cb256cd15522 00:38:50 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:38:50 ---> Running in 91887bb280a0 00:38:50 ---> Running in ef8bc5ca3141 00:38:51 Removing intermediate container ef8bc5ca3141 00:38:51 ---> 3415f641166a 00:38:51 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 (1/33) Installing libbz2 (1.0.8-r1) 00:38:51 (2/33) Installing expat (2.2.9-r1) 00:38:51 (3/33) Installing libffi (3.3-r2) 00:38:51 (4/33) Installing gdbm (1.13-r1) 00:38:51 (5/33) Installing xz-libs (5.2.5-r0) 00:38:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:51 (7/33) Installing python3 (3.8.5-r0) 00:38:58 ---> 631a4d67465b 00:38:58 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:03 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:03 (11/33) Installing py3-six (1.15.0-r0) 00:39:03 (12/33) Installing py3-packaging (20.4-r0) 00:39:03 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:03 ---> Running in 8caaee4cb485 00:39:03 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:03 (15/33) Installing py3-idna (2.9-r0) 00:39:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:04 (18/33) Installing py3-requests (2.23.0-r0) 00:39:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:04 (24/33) Installing py3-distro (1.5.0-r1) 00:39:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:04 (29/33) Installing py3-progress (1.5-r0) 00:39:04 (30/33) Installing py3-toml (0.10.1-r0) 00:39:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> 9e17c2403389 00:39:04 Step 3/24 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> 42392ad13549 00:39:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> f72b7165a95b 00:39:04 Step 5/24 : RUN apk add --update --no-cache make git 00:39:04 ---> Using cache 00:39:04 ---> 6e5465aa58f7 00:39:04 Step 6/24 : COPY go.mod . 00:39:04 ---> Using cache 00:39:04 ---> b50c9dc35307 00:39:04 Step 7/24 : RUN go mod download 00:39:04 ---> Using cache 00:39:04 ---> 290cbc23a57c 00:39:04 Step 8/24 : COPY . . 00:39:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:04 (33/33) Installing py3-pip (20.1.1-r0) 00:39:05 Executing busybox-1.31.1-r19.trigger 00:39:05 ---> Using cache 00:39:05 ---> d3dafbad1bf2 00:39:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:05 OK: 71 MiB in 55 packages 00:39:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:05 ---> 9e17c2403389 00:39:05 Step 3/22 : WORKDIR /edgex-go 00:39:05 ---> Using cache 00:39:05 ---> 42392ad13549 00:39:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:05 ---> Using cache 00:39:05 ---> f72b7165a95b 00:39:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:07 ---> Running in 7b0d1c0f1133 00:39:07 ---> Running in fa58529315af 00:39:09 Removing intermediate container 8caaee4cb485 00:39:09 ---> b0569412d9c6 00:39:09 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 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:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:10 ---> 9e17c2403389 00:39:10 Step 3/23 : WORKDIR /edgex-go 00:39:10 ---> Using cache 00:39:10 ---> 42392ad13549 00:39:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:10 ---> Using cache 00:39:10 ---> f72b7165a95b 00:39:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:11 ---> Running in 1ef9d2b678cf 00:39:11 OK: 233 MiB in 51 packages 00:39:11 ---> Running in ebd3737889e8 00:39:12 Removing intermediate container 1ef9d2b678cf 00:39:12 ---> 6a2905477084 00:39:12 Step 27/30 : CMD ["gate"] 00:39:13 ---> Running in d009e6b65631 00:39:14 Removing intermediate container d009e6b65631 00:39:14 ---> a3ff62744133 00:39:14 Step 28/30 : LABEL arch=x86_64 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:14 Removing intermediate container fa58529315af 00:39:14 ---> 2475a0ebfd8b 00:39:14 Step 6/22 : COPY go.mod . 00:39:14 ---> Running in 90a334bb58c5 00:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 Removing intermediate container 90a334bb58c5 00:39:15 ---> 80c0a13d8164 00:39:15 Step 29/30 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:39:15 ---> 9ee012fccfcb 00:39:15 Step 7/22 : RUN go mod download 00:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 ---> Running in a23d29990ea8 00:39:15 ---> Running in 0383e517385e 00:39:15 OK: 233 MiB in 51 packages 00:39:16 Removing intermediate container 0383e517385e 00:39:16 ---> 245ed6eada52 00:39:16 Step 30/30 : LABEL version=0.0.0 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:18 ---> Running in dbec179073dc 00:39:19 Removing intermediate container ebd3737889e8 00:39:19 ---> cc62b77fc315 00:39:19 Step 6/23 : COPY go.mod . 00:39:19 Removing intermediate container dbec179073dc 00:39:19 ---> a6260db3006e 00:39:19 00:39:20 Removing intermediate container 91887bb280a0 00:39:20 ---> aad26968434c 00:39:20 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:20 Successfully built a6260db3006e 00:39:20 Removing intermediate container a23d29990ea8 00:39:20 ---> f19cbb88b8dd 00:39:20 Step 8/22 : COPY . . 00:39:20 Successfully tagged docker-security-bootstrapper-go:latest 00:39:20 Building docker-security-proxy-setup-go 00:39:20  Building docker-security-bootstrapper-go ... done  ---> Running in 75c572558fed 00:39:20 ---> 80603805c13a 00:39:20 Step 7/23 : RUN go mod download 00:39:20 ---> Running in eeefc543fa94 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:31 Collecting docker-compose==1.23.2 00:39:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:31 Collecting jsonschema<3,>=2.5.1 00:39:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:31 Collecting websocket-client<1.0,>=0.32.0 00:39:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:32 Collecting PyYAML<4,>=3.10 00:39:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:32 Removing intermediate container eeefc543fa94 00:39:32 ---> 86f2b41e7650 00:39:32 Step 8/23 : COPY . . 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:38 Collecting texttable<0.10,>=0.9.0 00:39:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:39 Collecting docopt<0.7,>=0.6.1 00:39:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:41 Collecting docker<4.0,>=3.6.0 00:39:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:42 Collecting dockerpty<0.5,>=0.4.1 00:39:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:44 Collecting cached-property<2,>=1.2.0 00:39:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:45 ---> 9e17c2403389 00:39:45 Step 3/21 : WORKDIR /edgex-go 00:39:45 ---> Using cache 00:39:45 ---> 42392ad13549 00:39:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:45 ---> Using cache 00:39:45 ---> f72b7165a95b 00:39:45 Step 5/21 : RUN apk add --update --no-cache make git 00:39:45 ---> Using cache 00:39:45 ---> 6e5465aa58f7 00:39:45 Step 6/21 : COPY go.mod . 00:39:45 ---> Using cache 00:39:45 ---> b50c9dc35307 00:39:45 Step 7/21 : RUN go mod download 00:39:45 ---> Using cache 00:39:45 ---> 290cbc23a57c 00:39:45 Step 8/21 : COPY . . 00:39:45 ---> Using cache 00:39:45 ---> d3dafbad1bf2 00:39:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:47 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:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.392s coverage: 45.9% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.206s coverage: 100.0% of statements 00:39:48 Collecting docker-pycreds>=0.4.0 00:39:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:49 ---> Running in 8fe1e9b45b85 00:39:49 Collecting urllib3<1.25,>=1.21.1 00:39:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:50 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:39:50 Collecting idna<2.8,>=2.5 00:39:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:52 Removing intermediate container 7b0d1c0f1133 00:39:52 ---> 04490e88c9da 00:39:52 00:39:52 Step 10/24 : FROM alpine:3.12 00:39:52 Installing collected packages: jsonschema, websocket-client, PyYAML, texttable, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose 00:39:52 ---> 389fef711851 00:39:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:55 Running setup.py install for PyYAML: started 00:39:55 ---> 08f65b79d00f 00:39:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:39:55 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:55 ---> Running in a297e22f3b99 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:55 ---> Running in afc3bcf99c00 00:39:56 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:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 Running setup.py install for PyYAML: finished with status 'done' 00:39:57 Running setup.py install for texttable: started 00:39:57 (1/5) Installing ca-certificates (20191127-r4) 00:39:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:57 (3/5) Installing libcurl (7.69.1-r3) 00:39:57 (4/5) Installing curl (7.69.1-r3) 00:39:57 (5/5) Installing dumb-init (1.2.2-r1) 00:39:57 Executing busybox-1.31.1-r19.trigger 00:39:57 Executing ca-certificates-20191127-r4.trigger 00:39:57 OK: 7 MiB in 19 packages 00:39:57 Running setup.py install for texttable: finished with status 'done' 00:39:57 Running setup.py install for docopt: started 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.797s coverage: 82.3% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:59 Running setup.py install for docopt: finished with status 'done' 00:39:59 Attempting uninstall: urllib3 00:39:59 Found existing installation: urllib3 1.25.9 00:39:59 Uninstalling urllib3-1.25.9: 00:39:59 Successfully uninstalled urllib3-1.25.9 00:40:00 Attempting uninstall: idna 00:40:00 Found existing installation: idna 2.9 00:40:00 Uninstalling idna-2.9: 00:40:00 Successfully uninstalled idna-2.9 00:40:01 Attempting uninstall: requests 00:40:01 Found existing installation: requests 2.23.0 00:40:01 Uninstalling requests-2.23.0: 00:40:01 Removing intermediate container a297e22f3b99 00:40:01 ---> 67acd47fc208 00:40:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:01 Successfully uninstalled requests-2.23.0 00:40:03 ---> Running in de17d58b24d0 00:40:04 ---> b189fe958d18 00:40:04 Step 9/23 : RUN make cmd/core-data/core-data 00:40:04 Running setup.py install for dockerpty: started 00:40:04 Removing intermediate container de17d58b24d0 00:40:04 ---> 1970109f2563 00:40:04 Step 13/24 : WORKDIR / 00:40:04 ---> Running in 531b80774d98 00:40:04 ---> Running in a5a0b5f9dc15 00:40:04 Running setup.py install for dockerpty: finished with status 'done' 00:40:05 Removing intermediate container a5a0b5f9dc15 00:40:05 ---> b1d8839ea44c 00:40:05 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:40:05 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:40:05 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:40:06 ---> 7b76af96ee08 00:40:06 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:40:06 ---> ea8f8b4081a4 00:40:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.464s coverage: 28.6% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:06 ---> 8efde7a30a2b 00:40:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:11 ---> 2f48bde93447 00:40:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:11 Removing intermediate container 75c572558fed 00:40:11 ---> b5b87418f29b 00:40:11 Step 21/26 : RUN apk --no-cache add curl 00:40:11 ---> Running in 3e6b85130fbf 00:40:11 ---> 5bf900670141 00:40:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:12 ---> ccf34b876d69 00:40:12 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:40:12 ---> Running in ee2d89131f12 00:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:12 (2/3) Installing libcurl (7.69.1-r3) 00:40:12 (3/3) Installing curl (7.69.1-r3) 00:40:12 Executing busybox-1.31.1-r19.trigger 00:40:13 OK: 72 MiB in 58 packages 00:40:14 Removing intermediate container 3e6b85130fbf 00:40:14 ---> 70f2365e59cd 00:40:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:14 ---> Running in e44f2b61edfe 00:40:14 Removing intermediate container ee2d89131f12 00:40:14 ---> dc1af8671f16 00:40:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:15 ---> Running in 0cba87abb6ff 00:40:15 Removing intermediate container e44f2b61edfe 00:40:15 ---> 92e59cb588c0 00:40:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:15 ---> Running in 8d829dd72879 00:40:15 Removing intermediate container 0cba87abb6ff 00:40:15 ---> 897b557e7875 00:40:15 Step 22/24 : LABEL arch=x86_64 00:40:15 ---> Running in 1a532f683652 00:40:15 Removing intermediate container 8d829dd72879 00:40:15 ---> a63cb9187fd5 00:40:15 Step 24/26 : LABEL arch=x86_64 00:40:15 ---> Running in af3e174f86de 00:40:16 Removing intermediate container 1a532f683652 00:40:16 ---> c019357817e7 00:40:16 Step 23/24 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:40:16 ---> Running in 6e58f0c00f75 00:40:16 Removing intermediate container af3e174f86de 00:40:16 ---> a2bb5d72ca7b 00:40:16 Step 25/26 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:40:16 ---> Running in b6e6a544481a 00:40:16 Removing intermediate container 6e58f0c00f75 00:40:16 ---> 5e40a2713725 00:40:16 Step 24/24 : LABEL version=0.0.0 00:40:16 ---> Running in a9d0ac5ef489 00:40:16 Removing intermediate container b6e6a544481a 00:40:16 ---> 411c56091190 00:40:16 Step 26/26 : LABEL version=0.0.0 00:40:17 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:40:17 ---> Running in f9da12b1a725 00:40:17 Removing intermediate container a9d0ac5ef489 00:40:17 ---> 21653ccdd69d 00:40:17 00:40:17 Removing intermediate container f9da12b1a725 00:40:17 ---> d0b3108fe712 00:40:17 00:40:18 Successfully built 21653ccdd69d 00:40:18 Successfully built d0b3108fe712 00:40:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:18 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.402s coverage: 92.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 00:40:24  Building docker-security-secretstore-setup-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container afc3bcf99c00 00:40:24 ---> 945915531407 00:40:24 00:40:24 Step 10/22 : FROM alpine:3.12 00:40:24 ---> 389fef711851 00:40:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:40:24 Removing intermediate container 8fe1e9b45b85 00:40:24 ---> 5d96c90cc44f 00:40:24 00:40:24 Step 10/21 : FROM alpine:3.12 00:40:24 ---> 389fef711851 00:40:24 Step 11/21 : RUN apk add --update --no-cache curl 00:40:24 ---> Running in 4cb1ca8fd820 00:40:25 ---> Running in e649c46dbd16 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 (1/4) Installing ca-certificates (20191127-r4) 00:40:26 (1/2) Installing ca-certificates (20191127-r4) 00:40:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:26 (3/4) Installing libcurl (7.69.1-r3) 00:40:26 (4/4) Installing curl (7.69.1-r3) 00:40:26 (2/2) Installing dumb-init (1.2.2-r1) 00:40:26 Executing busybox-1.31.1-r19.trigger 00:40:26 Executing busybox-1.31.1-r19.trigger 00:40:26 Executing ca-certificates-20191127-r4.trigger 00:40:26 Executing ca-certificates-20191127-r4.trigger 00:40:26 OK: 7 MiB in 18 packages 00:40:26 OK: 6 MiB in 16 packages 00:40:28 Removing intermediate container 4cb1ca8fd820 00:40:28 ---> 73107026ddcd 00:40:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:40:28 Removing intermediate container e649c46dbd16 00:40:28 ---> dec72b7410b1 00:40:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:28 ---> Running in efdc8651a7b4 00:40:28 ---> Running in a4b3752c58fd 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.101s coverage: 94.4% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:40:31 Removing intermediate container a4b3752c58fd 00:40:31 ---> 3ed49ad2a275 00:40:31 Step 13/21 : WORKDIR /edgex 00:40:31 Removing intermediate container efdc8651a7b4 00:40:31 ---> eefe11ffeb21 00:40:31 Step 13/22 : ENV APP_PORT=48060 00:40:31 ---> Running in f482cb8602fb 00:40:31 ---> Running in fa7a3e38624b 00:40:31 Removing intermediate container f482cb8602fb 00:40:31 ---> 6d3906fc178e 00:40:31 Step 14/22 : EXPOSE $APP_PORT 00:40:31 Removing intermediate container fa7a3e38624b 00:40:31 ---> bf2b5deec14a 00:40:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:31 ---> Running in 439c705061d3 00:40:31 Removing intermediate container 439c705061d3 00:40:31 ---> 99d2a419f2a6 00:40:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:32 ---> dc22a6d09dfa 00:40:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:33 ---> 8513426a2319 00:40:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:33 Removing intermediate container 531b80774d98 00:40:33 ---> d1eda3c4e2cf 00:40:33 00:40:33 Step 10/23 : FROM alpine:3.12 00:40:33 ---> 389fef711851 00:40:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:33 ---> a66cc441e7d8 00:40:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:33 ---> Running in 0579278e4bf8 00:40:33 Removing intermediate container 0579278e4bf8 00:40:33 ---> 99957a11600c 00:40:33 Step 12/23 : ENV APP_PORT=48080 00:40:34 ---> Running in 3e3a95ca25f4 00:40:34 ---> 362199d1f9a1 00:40:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:34 ---> 890c588e82ae 00:40:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:34 ---> Running in 79a8fd41f908 00:40:34 Removing intermediate container 3e3a95ca25f4 00:40:34 ---> 2c003eab4f89 00:40:34 Step 13/23 : EXPOSE $APP_PORT 00:40:34 ---> Running in 1348733a54b6 00:40:34 Removing intermediate container 79a8fd41f908 00:40:34 ---> 57bdfc27db00 00:40:34 Step 18/21 : CMD ["--init=true"] 00:40:34 ---> 81a2bafff7d6 00:40:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:40:34 ---> Running in d166554aead3 00:40:34 ---> Running in c4067fea212e 00:40:34 Removing intermediate container 1348733a54b6 00:40:34 ---> c4b847bd4e24 00:40:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:34 ---> Running in df0c5d7b7f47 00:40:34 Removing intermediate container d166554aead3 00:40:34 ---> e21e6cc0153b 00:40:34 Step 19/21 : LABEL arch=x86_64 00:40:34 Removing intermediate container c4067fea212e 00:40:34 ---> ad692dcd5128 00:40:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:34 ---> Running in 863ae22eded6 00:40:35 ---> Running in 41cff789bc2d 00:40:35 Removing intermediate container 863ae22eded6 00:40:35 ---> 3aa342db4edf 00:40:35 Step 20/21 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:40:35 ---> Running in 98f593f11c84 00:40:35 Removing intermediate container 41cff789bc2d 00:40:35 ---> 2da918e4d19a 00:40:35 Step 20/22 : LABEL arch=x86_64 00:40:35 ---> Running in daf6e475080f 00:40:35 Removing intermediate container 98f593f11c84 00:40:35 ---> 88b001b2d58f 00:40:35 Step 21/21 : LABEL version=0.0.0 00:40:35 ---> Running in b4bf8f887f8f 00:40:35 Removing intermediate container daf6e475080f 00:40:35 ---> c3fa7b5b836a 00:40:35 Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:40:35 ---> Running in ab8c59c3597b 00:40:36 Removing intermediate container b4bf8f887f8f 00:40:36 ---> 60b5a71b925e 00:40:36 00:40:36 Removing intermediate container ab8c59c3597b 00:40:36 ---> e3bce75f9996 00:40:36 Step 22/22 : LABEL version=0.0.0 00:40:36 Successfully built 60b5a71b925e 00:40:37 ---> Running in 87311068ede6 00:40:37 Successfully tagged docker-security-proxy-setup-go:latest 00:40:37  Building docker-security-proxy-setup-go ... done Removing intermediate container df0c5d7b7f47 00:40:37 ---> 4caee34b581e 00:40:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:37 ---> Running in b6151bcb5983 00:40:37 Removing intermediate container 87311068ede6 00:40:37 ---> 0d5f5db939ef 00:40:37 00:40:37 Successfully built 0d5f5db939ef 00:40:37 Successfully tagged docker-support-notifications-go:latest 00:40:37  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:39 (1/6) Installing dumb-init (1.2.2-r1) 00:40:39 (2/6) Installing libgcc (9.3.0-r2) 00:40:39 (3/6) Installing libsodium (1.0.18-r0) 00:40:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:40 (5/6) Installing libzmq (4.3.3-r0) 00:40:40 (6/6) Installing zeromq (4.3.3-r0) 00:40:40 Executing busybox-1.31.1-r19.trigger 00:40:40 OK: 8 MiB in 20 packages 00:40:41 Removing intermediate container b6151bcb5983 00:40:41 ---> b2b4ff155b87 00:40:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:41 ---> 4e0481780f44 00:40:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:42 ---> ab15e561fa7c 00:40:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:42 ---> 5458fc464728 00:40:42 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:42 ---> Running in c5ea927eba9d 00:40:42 Removing intermediate container c5ea927eba9d 00:40:42 ---> ef0d195c6d34 00:40:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:42 ---> Running in 97b3f9043362 00:40:42 Removing intermediate container 97b3f9043362 00:40:42 ---> 392bbcd629ec 00:40:42 Step 21/23 : LABEL arch=x86_64 00:40:42 ---> Running in 2f61984cf357 00:40:42 Removing intermediate container 2f61984cf357 00:40:42 ---> b929ddc1bd5c 00:40:42 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:40:43 ---> Running in f48d51311d4d 00:40:43 Removing intermediate container f48d51311d4d 00:40:43 ---> 7251e9a03911 00:40:43 Step 23/23 : LABEL version=0.0.0 00:40:43 ---> Running in 22dc6940491e 00:40:43 Removing intermediate container 22dc6940491e 00:40:43 ---> d63962f7ee6e 00:40:43 00:40:43 Successfully built d63962f7ee6e 00:40:43 Successfully tagged docker-core-data-go:latest 00:40:43  Building docker-core-data-go ... done  [Pipeline] } 00:40:43 $ docker stop --time=1 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.121s coverage: 92.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.604s coverage: 63.5% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:40:45 $ docker rm -f 4c4d3c6b18a794df3bae2f54cfc32344d578a563f2402f6e42cd8fa021a0a52e [Pipeline] // withDockerContainer [Pipeline] sh 00:40:46 + docker images 00:40:46 + grep docker 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.028s coverage: 68.9% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:46 docker-core-data-go latest d63962f7ee6e 3 seconds ago 22.3MB 00:40:46 docker-support-notifications-go latest 0d5f5db939ef 9 seconds ago 17.6MB 00:40:46 docker-security-proxy-setup-go latest 60b5a71b925e 11 seconds ago 24.4MB 00:40:46 docker-sys-mgmt-agent-go latest d0b3108fe712 29 seconds ago 313MB 00:40:46 docker-security-secretstore-setup-go latest 21653ccdd69d 30 seconds ago 24.6MB 00:40:46 docker-security-bootstrapper-go latest a6260db3006e About a minute ago 18MB 00:40:46 docker-core-metadata-go latest a8eb02f70b15 2 minutes ago 18.8MB 00:40:46 docker-core-command-go latest cd57720dcfeb 2 minutes ago 16.9MB 00:40:46 docker-support-scheduler-go latest cb992c7cd53e 2 minutes ago 17MB 00:40:46 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 37.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.899s coverage: 84.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.322s coverage: 89.4% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:02 Still waiting to schedule task 00:41:02 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-26183’ 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.568s coverage: 29.1% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:07 GO111MODULE=on go vet ./... 00:42:29 gofmt -l . 00:42:29 [ "`gofmt -l .`" = "" ] 00:42:29 ./bin/test-go-mod-tidy.sh 00:42:29 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:31 + ls -al . 00:42:31 total 728 00:42:31 drwxrwxr-x 9 1001 1001 4096 Feb 12 00:42 . 00:42:31 drwxr-xr-x 4 root root 4096 Feb 12 00:37 .. 00:42:31 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore 00:42:31 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git 00:42:31 drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github 00:42:31 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore 00:42:31 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties 00:42:31 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt 00:42:31 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md 00:42:31 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build 00:42:31 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile 00:42:31 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE 00:42:31 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile 00:42:31 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md 00:42:31 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md 00:42:31 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:32 VERSION 00:42:31 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md 00:42:31 drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin 00:42:31 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd 00:42:31 -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out 00:42:31 -rw-r--r-- 1 root root 1054 Feb 12 00:42 go.mod 00:42:31 -rw-r--r-- 1 root root 19290 Feb 12 00:42 go.sum 00:42:31 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal 00:42:31 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi 00:42:31 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap 00:42:31 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh 00:42:32 + '[' -e coverage.out ] 00:42:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:32 Warning: overwriting stash ‘coverage-report’ 00:42:32 Running on prd-ubuntu18.04-docker-8c-8g-26184 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:42:32 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 00:42:33 Stashed 1 file(s) [Pipeline] sh 00:42:34 + make build 00:42: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:42:34 using credential edgex-jenkins-ssh 00:42:34 Cloning the remote Git repository 00:42:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:35 > git init /w/workspace/edgex-go/21 # timeout=10 00:42:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:35 > git --version # timeout=10 00:42:35 > git --version # 'git version 2.17.1' 00:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:44 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:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:51 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 00:42:51 Merge succeeded, producing daf27139fca83465c3525a9c25e101e172969edb 00:42:51 Checking out Revision daf27139fca83465c3525a9c25e101e172969edb (PR-3113) 00:42:51 > git config core.sparsecheckout # timeout=10 00:42:51 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 00:42:51 > git remote # timeout=10 00:42:51 > git config --get remote.origin.url # timeout=10 00:42:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:51 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:42:51 > git rev-parse HEAD^{commit} # timeout=10 00:42:51 > git config core.sparsecheckout # timeout=10 00:42:51 > git checkout -f daf27139fca83465c3525a9c25e101e172969edb # timeout=10 00:42:54 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:42:54 > git rev-list --no-walk 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:56 + echo snap-build.sh 00:42:56 snap-build.sh 00:42:56 + SNAP_BASE_DIR=. 00:42:56 + '[' '!' -z /w/workspace/edgex-go/21 ']' 00:42:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/21 00:42:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' 00:42:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/21] 00:42:56 + cd /w/workspace/edgex-go/21 00:42:56 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:56 Reading package lists... 00:42:56 Building dependency tree... 00:42:56 Reading state information... 00:42:56 The following packages were automatically installed and are no longer required: 00:42:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:56 uidmap xdelta3 00:42:56 Use 'sudo apt autoremove' to remove them. 00:42:56 The following packages will be REMOVED: 00:42:56 lxd* lxd-client* 00:42:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:56 After this operation, 31.7 MB disk space will be freed. 00:42:59 (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:42:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:00 Removing lxd dnsmasq configuration 00:43:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:01 (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:43:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:02 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:02 Processing triggers for ureadahead (0.100.0-21) ... 00:43:04 + sudo snap remove --purge lxd 00:43:04 snap "lxd" is not installed 00:43:04 + sudo groupadd --force --system lxd 00:43:04 ++ whoami 00:43:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:04 + newgrp - lxd 00:43:04 + sudo snap install lxd 00:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:12 2021-02-12T00:43:09Z INFO Waiting for automatic snapd restart... 00:43:15 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:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:22 lxd 4.11 from Canonical* installed 00:43:22 + sudo lxd init --auto 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:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:31 + sudo snap install --classic snapcraft 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:36 snapcraft 4.5.1 from Canonical* installed 00:43:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:36 + patch --verbose -p1 00:43:36 Hmm... Looks like a unified diff to me... 00:43:36 The text leading up to this was: 00:43:36 -------------------------- 00:43:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:36 |From: Tony Espy 00:43:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:36 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:36 | 00:43:36 |This patch is used by the EdgeX CI pipeline builds to 00:43:36 |optimize the snap CI check run for pull requests. When 00:43:36 |applied, it essentially strips out everything (apps and 00:43:36 |parts) from the snapcraft.yaml file except those required 00:43:36 |to build edgex-go, as the whole idea of the CI check is to 00:43:36 |catch changes to edgex-go that break the snap build. 00:43:36 | 00:43:36 |In general, anyone updating snapcraft.yaml will also need 00:43:36 |to update this patch file, otherwise it may fail to apply, 00:43:36 |resulting in a failed snap build CI check in the associated 00:43:36 |pull request. 00:43:36 | 00:43:36 |Note - in addition to applying this patch, the pipeline also 00:43:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:36 |need to build the finally binary .snap file (and it won't 00:43:36 |work with the patch applied). This further reduces the build 00:43:36 |time. 00:43:36 |--- 00:43:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:36 | 00:43:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:36 |index 1e537489..faf42425 100644 00:43:36 |--- a/snap/snapcraft.yaml 00:43:36 |+++ b/snap/snapcraft.yaml 00:43:36 -------------------------- 00:43:36 patching file snap/snapcraft.yaml 00:43:36 Using Plan A... 00:43:36 Hunk #1 succeeded at 73. 00:43:36 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:43:36 Hunk #3 succeeded at 217 (offset 3 lines). 00:43:36 Hunk #4 succeeded at 225 (offset 3 lines). 00:43:36 Hunk #5 succeeded at 232 (offset 3 lines). 00:43:36 Hunk #6 succeeded at 259 (offset 3 lines). 00:43:36 Hunk #7 succeeded at 293 (offset 3 lines). 00:43:36 Hunk #8 succeeded at 352 (offset 11 lines). 00:43:36 Hmm... Ignoring the trailing garbage. 00:43:36 done 00:43:36 + sudo snapcraft prime --use-lxd 00:43:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:37 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:43:37 - README.md 00:43:37 - snapcraft.yaml.orig 00:43:37 00:43:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:38 Launching a container. 00:43:39 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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:47 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:50 Waiting for container to be ready 00:43:50 To start your first instance, try: lxc launch ubuntu:18.04 00:43:50 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:43:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:53 Waiting for network to be ready... 00:43:54 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:43:54 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:43:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:43:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:43:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:43:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:43:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:43:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:43:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:43:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:43:58 Fetched 23.9 MB in 4s (5539 kB/s) [Pipeline] } 00:43:58 $ docker stop --time=1 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e 00:43:59 Reading package lists... 00:43:59 Reading package lists... 00:43:59 Building dependency tree... 00:43:59 Reading state information... 00:43:59 The following additional packages will be installed: 00:43:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:59 Suggested packages: 00:43:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:59 Recommended packages: 00:43:59 gnupg libsasl2-modules 00:43:59 The following NEW packages will be installed: 00:43:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:59 The following packages will be upgraded: 00:43:59 gpg gpg-agent gpgconf libudev1 00:43:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:59 Need to get 3532 kB of archives. 00:43:59 After this operation, 13.3 MB of additional disk space will be used. 00:43:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:59 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:43:59 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:43:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:43:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:43:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:44:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:44:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:00 debconf: delaying package configuration, since apt-utils is not installed 00:44:00 Fetched 3532 kB in 1s (3489 kB/s) 00:44:00 (Reading database ... 12511 files and directories currently installed.) 00:44:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:44:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:44:01 Selecting previously unselected package udev. 00:44:01 (Reading database ... 12511 files and directories currently installed.) 00:44:01 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:44:01 Unpacking udev (237-3ubuntu10.44) ... 00:44:01 $ docker rm -f 3428e67599ef21126b562e1f3f6ed28a0fb671ef8765c9d138e85c8ef4bda83e 00:44:01 Selecting previously unselected package libfuse2:amd64. 00:44:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:01 Selecting previously unselected package fuse. 00:44:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:01 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:01 Selecting previously unselected package libksba8:amd64. 00:44:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:01 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:02 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:44:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:03 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:03 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:03 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix 00:44:03 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:03 Selecting previously unselected package libsasl2-2:amd64. 00:44:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:03 Selecting previously unselected package libldap-common. 00:44:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:44:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [Pipeline] sh 00:44:03 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:44:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:44:03 Selecting previously unselected package dirmngr. 00:44:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 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 00:44:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:44:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [Pipeline] isUnix [Pipeline] sh 00:44:04 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:04 Setting up udev (237-3ubuntu10.44) ... 00:44:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:04 invoke-rc.d: policy-rc.d denied execution of start. 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 29e5d40040c1: Verifying Checksum 00:44:04 29e5d40040c1: Download complete 00:44:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Processing triggers for systemd (237-3ubuntu10) ... 00:44:04 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:44:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:05 settings in the [Install] section, and DefaultInstance for template units). 00:44:05 This means they are not meant to be enabled using systemctl. 00:44:05 Possible reasons for having this kind of units are: 00:44:05 1) A unit may be statically enabled by being symlinked from another unit's 00:44:05 .wants/ or .requires/ directory. 00:44:05 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:05 a requirement dependency on it. 00:44:05 3) A unit may be started when needed via activation (socket, path, timer, 00:44:05 D-Bus, udev, scripted systemctl call, ...). 00:44:05 4) In case of template units, the unit is meant to be enabled with some 00:44:05 instance name specified. 00:44:05 29e5d40040c1: Pull complete 00:44:05 1ce36da41761: Verifying Checksum 00:44:05 Reading package lists... 00:44:05 Building dependency tree... 00:44:05 Reading state information... 00:44:05 The following additional packages will be installed: 00:44:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:05 Suggested packages: 00:44:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:05 systemd-container policykit-1 00:44:05 Recommended packages: 00:44:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:06 The following NEW packages will be installed: 00:44:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:06 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:06 python3.6-minimal snapd squashfs-tools sudo 00:44:06 The following packages will be upgraded: 00:44:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:06 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:44:06 Need to get 35.2 MB of archives. 00:44:06 After this operation, 141 MB of additional disk space will be used. 00:44:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:44:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:06 1ce36da41761: Pull complete 00:44:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:44:06 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:44:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:06 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:44:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:44:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:44:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:07 25b303627fd3: Verifying Checksum 00:44:07 25b303627fd3: Download complete 00:44:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:44:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:44:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:07 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:44:07 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:44:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:44:08 debconf: delaying package configuration, since apt-utils is not installed 00:44:08 Fetched 35.2 MB in 2s (15.0 MB/s) 00:44:08 (Reading database ... 12757 files and directories currently installed.) 00:44:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:44:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:44:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:44:09 (Reading database ... 12757 files and directories currently installed.) 00:44:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:10 (Reading database ... 12757 files and directories currently installed.) 00:44:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:10 Setting up apt (1.6.12ubuntu0.2) ... 00:44:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:10 (Reading database ... 12764 files and directories currently installed.) 00:44:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:11 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:11 Selecting previously unselected package libexpat1:amd64. 00:44:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:11 Selecting previously unselected package python3.6-minimal. 00:44:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:11 Checking for services that may need to be restarted...done. 00:44:11 Checking for services that may need to be restarted...done. 00:44:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:12 Selecting previously unselected package python3-minimal. 00:44:12 (Reading database ... 13012 files and directories currently installed.) 00:44:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:12 Selecting previously unselected package mime-support. 00:44:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:12 Unpacking mime-support (3.60ubuntu1) ... 00:44:12 Selecting previously unselected package libmpdec2:amd64. 00:44:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:13 Selecting previously unselected package python3.6. 00:44:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:13 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:13 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:13 Selecting previously unselected package python3. 00:44:13 (Reading database ... 13442 files and directories currently installed.) 00:44:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:13 Unpacking python3 (3.6.7-1~18.04) ... 00:44:13 Selecting previously unselected package multiarch-support. 00:44:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:14 Selecting previously unselected package liblzo2-2:amd64. 00:44:14 (Reading database ... 13479 files and directories currently installed.) 00:44:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:14 Selecting previously unselected package libbsd0:amd64. 00:44:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:14 Selecting previously unselected package sudo. 00:44:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:44:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:44:14 Selecting previously unselected package apparmor. 00:44:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44:14 Selecting previously unselected package libedit2:amd64. 00:44:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:14 Selecting previously unselected package libkrb5support0:amd64. 00:44:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:14 Selecting previously unselected package libk5crypto3:amd64. 00:44:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:14 Selecting previously unselected package libkeyutils1:amd64. 00:44:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:14 Selecting previously unselected package libkrb5-3:amd64. 00:44:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:15 Selecting previously unselected package libssl1.0.0:amd64. 00:44:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:15 Selecting previously unselected package openssh-client. 00:44:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:15 Selecting previously unselected package squashfs-tools. 00:44:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:15 Selecting previously unselected package snapd. 00:44:15 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:44:15 Unpacking snapd (2.48.3+18.04) ... 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 prd-ubuntu18.04-docker-arm64-4c-16g-26180 does not seem to be running inside a container 00:44:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:17 Setting up mime-support (3.60ubuntu1) ... 00:44:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:44:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:18 Setting up systemd (237-3ubuntu10.44) ... 00:44:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:19 Setting up python3 (3.6.7-1~18.04) ... 00:44:19 running python rtupdate hooks for python3.6... 00:44:19 running python post-rtupdate hooks for python3.6... 00:44:19 Setting up apparmor (2.12-4ubuntu5.1) ... 00:44:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:20 Setting up snapd (2.48.3+18.04) ... 00:44:20 $ docker top 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:21 + docker-compose build --help 00:44:21 + grep parallel 00:44:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:22 /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:44:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:23 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:25 Reading package lists... 00:44:25 Reading package lists... 00:44:25 Building dependency tree... 00:44:25 Reading state information... 00:44:25 Calculating upgrade... 00:44:25 The following packages will be upgraded: 00:44:25 advancecomp base-files bash binutils binutils-common 00:44:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:25 Need to get 63.8 MB of archives. 00:44:25 After this operation, 5188 kB of additional disk space will be used. 00:44:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:26 --parallel Build images in parallel. [Pipeline] } 00:44:26 $ docker stop --time=1 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 00:44:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:26 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:44:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:26 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:26 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:26 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:26 Get:38 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:44:26 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:26 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:26 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:26 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:26 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:26 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:26 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:26 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:26 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:27 Get:52 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:44:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:27 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:27 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:27 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:27 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:27 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:27 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:27 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:27 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:27 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:27 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:27 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:27 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:27 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:27 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:27 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:27 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:27 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:27 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:27 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:27 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:27 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:44:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:27 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:27 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:27 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:27 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:28 $ docker rm -f 0496f7f9b44a1786914903324402e18dd47937bae1fd9b0d65a1b8e566b33fb9 00:44:28 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:28 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [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 . 00:44:28 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:44:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:28 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:28 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:28 debconf: delaying package configuration, since apt-utils is not installed 00:44:28 Fetched 63.8 MB in 3s (19.0 MB/s) 00:44:28 (Reading database ... 13912 files and directories currently installed.) 00:44:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] withDockerContainer 00:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-26180 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:29 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:30 $ docker top a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 -eo pid,comm 00:44:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { 00:44:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] sh 00:44:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:31 (Reading database ... 13911 files and directories currently installed.) 00:44:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:32 (Reading database ... 13911 files and directories currently installed.) 00:44:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 (Reading database ... 13911 files and directories currently installed.) 00:44:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:33 (Reading database ... 13911 files and directories currently installed.) 00:44:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:34 Setting up base-files (10.1ubuntu2.10) ... 00:44:34 Installing new version of config file /etc/issue ... 00:44:34 Installing new version of config file /etc/issue.net ... 00:44:34 Installing new version of config file /etc/lsb-release ... 00:44:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:34 Removing obsolete conffile /etc/default/motd-news ... 00:44:34 (Reading database ... 13912 files and directories currently installed.) 00:44:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:34 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:34 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:44:34 (Reading database ... 13912 files and directories currently installed.) 00:44:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:35 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:35 (Reading database ... 13912 files and directories currently installed.) 00:44:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:36 Setting up grep (3.1-2build1) ... 00:44:36 (Reading database ... 13912 files and directories currently installed.) 00:44:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:36 Setting up login (1:4.5-1ubuntu2) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:37 (Reading database ... 13912 files and directories currently installed.) 00:44:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:37 Building docker-core-command-go ... 00:44:37 Building docker-core-data-go ... 00:44:37 Building docker-core-metadata-go ... 00:44:37 Building docker-security-bootstrapper-go ... 00:44:37 Building docker-security-proxy-setup-go ... 00:44:37 Building docker-security-secretstore-setup-go ... 00:44:37 Building docker-support-notifications-go ... 00:44:37 Building docker-support-scheduler-go ... 00:44:37 Building docker-sys-mgmt-agent-go ... 00:44:37 Building docker-security-bootstrapper-go 00:44:37 Building docker-sys-mgmt-agent-go 00:44:37 Building docker-core-metadata-go 00:44:37 Building docker-security-proxy-setup-go 00:44:37 Building docker-support-scheduler-go 00:44:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:38 (Reading database ... 13912 files and directories currently installed.) 00:44:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:40 (Reading database ... 13912 files and directories currently installed.) 00:44:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:40 (Reading database ... 13912 files and directories currently installed.) 00:44:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:40 (Reading database ... 13912 files and directories currently installed.) 00:44:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:40 (Reading database ... 13912 files and directories currently installed.) 00:44:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:41 (Reading database ... 13912 files and directories currently installed.) 00:44:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:42 (Reading database ... 13912 files and directories currently installed.) 00:44:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:43 (Reading database ... 13912 files and directories currently installed.) 00:44:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:44 (Reading database ... 13912 files and directories currently installed.) 00:44:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:44 Setting up debconf (1.5.66ubuntu1) ... 00:44:44 (Reading database ... 13914 files and directories currently installed.) 00:44:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:45 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:45 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:45 (Reading database ... 13914 files and directories currently installed.) 00:44:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:46 (Reading database ... 13914 files and directories currently installed.) 00:44:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:46 (Reading database ... 13914 files and directories currently installed.) 00:44:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:47 (Reading database ... 13914 files and directories currently installed.) 00:44:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:48 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:48 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:48 (Reading database ... 13914 files and directories currently installed.) 00:44:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:49 (Reading database ... 13914 files and directories currently installed.) 00:44:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:50 (Reading database ... 13915 files and directories currently installed.) 00:44:50 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:50 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:59 00:44:59 Current default time zone: 'Etc/UTC' 00:44:59 Local time is now: Fri Feb 12 00:44:59 UTC 2021. 00:44:59 Universal Time is now: Fri Feb 12 00:44:59 UTC 2021. 00:44:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:59 00:44:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:59 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:00 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:00 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:45:00 Setting up ca-certificates (20210119~18.04.1) ... 00:45:02 Updating certificates in /etc/ssl/certs... 00:45:03 23 added, 27 removed; done. 00:45:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:45:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:03 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:45:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:04 Processing triggers for systemd (237-3ubuntu10.44) ... 00:45:04 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:45:04 Updating certificates in /etc/ssl/certs... 00:45:04 0 added, 0 removed; done. 00:45:04 Running hooks in /etc/ca-certificates/update.d... 00:45:04 done. 00:45:05 Reading package lists... 00:45:05 Building dependency tree... 00:45:05 Reading state information... 00:45:05 The following NEW packages will be installed: 00:45:05 apt-transport-https 00:45:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:05 Need to get 1696 B of archives. 00:45:05 After this operation, 153 kB of additional disk space will be used. 00:45:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:05 debconf: delaying package configuration, since apt-utils is not installed 00:45:05 Fetched 1696 B in 0s (47.0 kB/s) 00:45:05 Selecting previously unselected package apt-transport-https. 00:45:05 (Reading database ... 13920 files and directories currently installed.) 00:45:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:06 Waiting for network to be ready... 00:45:11 2021-02-12T00:45:09Z INFO Waiting for automatic snapd restart... 00:45:11 snapd 2.48.2.1 from Canonical* installed 00:45:11 "snapd" switched to the "latest/stable" channel 00:45:11 00:45:14 core18 20210128 from Canonical* installed 00:45:14 "core18" switched to the "latest/stable" channel 00:45:14 00:45:17 snapcraft 4.5.1 from Canonical* installed 00:45:17 "snapcraft" switched to the "latest/stable" channel 00:45:17 00:45:21 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:45:21 - README.md 00:45:21 - snapcraft.yaml.orig 00:45:21 00:45:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:28 Reading package lists... 00:45:29 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:45:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:35 Reading package lists... 00:45:35 Building dependency tree... 00:45:35 Reading state information... 00:45:35 Suggested packages: 00:45:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:35 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:35 Recommended packages: 00:45:35 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:35 The following NEW packages will be installed: 00:45:35 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:35 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:35 pkg-config zip 00:45:35 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:35 Need to get 7655 kB of archives. 00:45:35 After this operation, 43.7 MB of additional disk space will be used. 00:45:35 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:45:35 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:35 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:36 debconf: delaying package configuration, since apt-utils is not installed 00:45:36 Fetched 7655 kB in 1s (7267 kB/s) 00:45:36 Selecting previously unselected package libglib2.0-0:amd64. 00:45:36 (Reading database ... 13924 files and directories currently installed.) 00:45:36 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:36 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:36 Selecting previously unselected package libpsl5:amd64. 00:45:36 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:36 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:37 Selecting previously unselected package libnghttp2-14:amd64. 00:45:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:37 Selecting previously unselected package librtmp1:amd64. 00:45:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:37 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:37 Selecting previously unselected package liberror-perl. 00:45:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:37 Unpacking liberror-perl (0.17025-1) ... 00:45:37 Selecting previously unselected package git-man. 00:45:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:37 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:37 Selecting previously unselected package git. 00:45:37 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:38 Selecting previously unselected package libnorm1:amd64. 00:45:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:38 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:38 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:38 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:38 Selecting previously unselected package libsodium23:amd64. 00:45:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:38 Selecting previously unselected package libzmq5:amd64. 00:45:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:38 Selecting previously unselected package libzmq3-dev:amd64. 00:45:38 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:38 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:39 Selecting previously unselected package pkg-config. 00:45:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:39 Selecting previously unselected package zip. 00:45:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:39 Unpacking zip (3.0-11build1) ... 00:45:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:39 Setting up liberror-perl (0.17025-1) ... 00:45:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:39 No schema files found: doing nothing. 00:45:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:39 Setting up zip (3.0-11build1) ... 00:45:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:39 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:39 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:39 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:39 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:45 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:45 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:45:45 ---> 4ce71ee3f0bf 00:45:45 Step 3/30 : WORKDIR /edgex-go 00:45:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:45 ---> 4ce71ee3f0bf 00:45:45 Step 3/26 : WORKDIR /edgex-go 00:45:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:45 ---> 4ce71ee3f0bf 00:45:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/21 : WORKDIR /edgex-go 00:45:45 00:45:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:45 ---> 4ce71ee3f0bf 00:45:45 Step 3/22 : WORKDIR /edgex-go 00:45:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:45 ---> 4ce71ee3f0bf 00:45:45 Step 3/23 : WORKDIR /edgex-go 00:45:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:46 git set to automatically installed. 00:45:46 git-man set to automatically installed. 00:45:46 libcurl3-gnutls set to automatically installed. 00:45:46 liberror-perl set to automatically installed. 00:45:46 libglib2.0-0 set to automatically installed. 00:45:46 libnghttp2-14 set to automatically installed. 00:45:46 libnorm1 set to automatically installed. 00:45:46 libpgm-5.2-0 set to automatically installed. 00:45:46 libpsl5 set to automatically installed. 00:45:46 librtmp1 set to automatically installed. 00:45:46 libsodium23 set to automatically installed. 00:45:46 libzmq3-dev set to automatically installed. 00:45:46 libzmq5 set to automatically installed. 00:45:46 pkg-config set to automatically installed. 00:45:46 zip set to automatically installed. 00:45:46 ---> Running in 84652d9a6d80 00:45:46 ---> Running in 116cc1a4d1dc 00:45:46 ---> Running in a65940adc45e 00:45:46 ---> Running in 9f7edd3346a0 00:45:46 ---> Running in 30fa59e2a6d0 00:45:46 Removing intermediate container 84652d9a6d80 00:45:46 ---> a94f64f233bc 00:45:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:46 Removing intermediate container a65940adc45e 00:45:46 ---> 20d46e3b06ba 00:45:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:47 ---> Running in a8df80ea0b43 00:45:47 Removing intermediate container 116cc1a4d1dc 00:45:47 ---> 7c192cb15ad9 00:45:47 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:47 Removing intermediate container 9f7edd3346a0 00:45:47 ---> 7f7f87f7a5cb 00:45:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:47 Removing intermediate container 30fa59e2a6d0 00:45:47 ---> 8d11da8bbddb 00:45:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:47 ---> Running in 19b09e614709 00:45:47 ---> Running in 69a7419c182a 00:45:47 ---> Running in 9c71c8dc1071 00:45:47 ---> Running in d681c6df3c57 00:45:47 snapd is not logged in, snap install commands will use sudo 00:45:51 Removing intermediate container a8df80ea0b43 00:45:51 ---> 83cf004c4faf 00:45:51 Step 5/21 : RUN apk add --update --no-cache make git 00:45:51 ---> Running in 3b18ee3ca61c 00:45:51 Removing intermediate container 19b09e614709 00:45:51 ---> 7eda107f1cb6 00:45:51 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:51 Removing intermediate container d681c6df3c57 00:45:51 ---> 1c5060ea890e 00:45:51 Step 5/30 : RUN apk add --update --no-cache make git 00:45:51 ---> Running in e47fcc1b23d4 00:45:51 Removing intermediate container 9c71c8dc1071 00:45:51 ---> Running in 55ec95e654cd 00:45:51 ---> 4b403113d9b2 00:45:51 Step 5/22 : RUN apk add --update --no-cache make git 00:45:52 Removing intermediate container 69a7419c182a 00:45:52 ---> 089d0ecf93e6 00:45:52 Step 5/23 : RUN apk add --update --no-cache make git 00:45:52 ---> Running in 3aaa40718599 00:45:52 ---> Running in c23f277cde24 00:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:54 snap "core18" has no updates available 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:54 Pulling config-common 00:45:54 + snapcraftctl pull 00:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:55 Pulling go-build-helper 00:45:55 + snapcraftctl pull 00:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:56 OK: 217 MiB in 51 packages 00:45:57 OK: 217 MiB in 51 packages 00:45:57 OK: 217 MiB in 51 packages 00:45:57 OK: 217 MiB in 51 packages 00:45:58 OK: 217 MiB in 51 packages 00:45:58 Removing intermediate container e47fcc1b23d4 00:45:58 ---> a6ef6c32745c 00:45:58 Step 6/26 : COPY go.mod . 00:45:58 Removing intermediate container 3b18ee3ca61c 00:45:58 ---> 8d6233c474dd 00:45:58 Step 6/21 : COPY go.mod . 00:45:59 Removing intermediate container c23f277cde24 00:45:59 ---> c7e41b7c3d83 00:45:59 Step 6/23 : COPY go.mod . 00:45:59 ---> cc456ee71a88 00:45:59 Step 7/26 : RUN go mod download 00:45:59 Removing intermediate container 3aaa40718599 00:45:59 ---> 24bafa403adc 00:45:59 Step 6/22 : COPY go.mod . 00:45:59 ---> Running in 4b0aae6fb1e7 00:46:00 Removing intermediate container 55ec95e654cd 00:46:00 ---> 5facad162e56 00:46:00 Step 6/30 : COPY go.mod . 00:46:00 ---> bd9fabd086c4 00:46:00 Step 7/21 : RUN go mod download 00:46:00 ---> Running in 2efd3681af5a 00:46:00 ---> 4d009657b661 00:46:00 Step 7/23 : RUN go mod download 00:46:00 ---> 6bfd29f3e246 00:46:00 Step 7/22 : RUN go mod download 00:46:00 ---> Running in e1c77a817636 00:46:01 ---> Running in 19e9aa2cdd30 00:46:01 ---> a77f40edff10 00:46:01 Step 7/30 : RUN go mod download 00:46:01 ---> Running in 8b1458d0ed04 00:46:04 Removing intermediate container 4b0aae6fb1e7 00:46:04 ---> 147df82145e3 00:46:04 Step 8/26 : COPY . . 00:46:05 Removing intermediate container 2efd3681af5a 00:46:05 ---> b6a564ca6007 00:46:05 Step 8/21 : COPY . . 00:46:06 Removing intermediate container e1c77a817636 00:46:06 ---> 7a91db20d928 00:46:06 Step 8/23 : COPY . . 00:46:06 Removing intermediate container 19e9aa2cdd30 00:46:06 ---> e87dde23256e 00:46:06 Step 8/22 : COPY . . 00:46:07 Removing intermediate container 8b1458d0ed04 00:46:07 ---> a630f5f105c8 00:46:07 Step 8/30 : COPY . . 00:46:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:46:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:46:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:46:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:46:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:46:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:46:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:46:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:46:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:46:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:46:17 Fetched 23.9 MB in 0s (0 B/s) 00:46:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:17 Fetched 96.5 kB in 0s (0 B/s) 00:46:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:17 Fetched 279 kB in 0s (0 B/s) 00:46:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:17 Fetched 122 kB in 0s (0 B/s) 00:46:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:17 Fetched 77.8 kB in 0s (0 B/s) 00:46:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:17 Fetched 8848 B in 0s (0 B/s) 00:46:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:17 Fetched 47.8 kB in 0s (0 B/s) 00:46:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:17 Fetched 45.6 kB in 0s (0 B/s) 00:46:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:17 Fetched 15.0 kB in 0s (0 B/s) 00:46:17 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:17 Fetched 214 kB in 0s (0 B/s) 00:46:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:46:17 Fetched 155 kB in 0s (0 B/s) 00:46:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:17 Fetched 50.6 kB in 0s (0 B/s) 00:46:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:17 Fetched 14.8 kB in 0s (0 B/s) 00:46:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:17 Fetched 41.8 kB in 0s (0 B/s) 00:46:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:17 Fetched 499 kB in 0s (0 B/s) 00:46:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:17 Fetched 111 kB in 0s (0 B/s) 00:46:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:17 Fetched 240 kB in 0s (0 B/s) 00:46:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:17 Fetched 29.3 kB in 0s (0 B/s) 00:46:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:17 Fetched 85.5 kB in 0s (0 B/s) 00:46:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:17 Fetched 24.5 kB in 0s (0 B/s) 00:46:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:17 Fetched 49.2 kB in 0s (0 B/s) 00:46:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:17 Fetched 54.2 kB in 0s (0 B/s) 00:46:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:17 Fetched 30.8 kB in 0s (0 B/s) 00:46:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:46:17 Fetched 16.6 kB in 0s (0 B/s) 00:46:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:17 Fetched 85.9 kB in 0s (0 B/s) 00:46:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:17 Fetched 8720 B in 0s (0 B/s) 00:46:17 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:17 Fetched 137 kB in 0s (0 B/s) 00:46:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:17 Fetched 119 kB in 0s (0 B/s) 00:46:17 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:17 Fetched 109 kB in 0s (0 B/s) 00:46:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:17 Fetched 11.1 kB in 0s (0 B/s) 00:46:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:17 Fetched 645 kB in 0s (0 B/s) 00:46:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:17 Fetched 41.3 kB in 0s (0 B/s) 00:46:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:17 Fetched 17.9 kB in 0s (0 B/s) 00:46:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:17 Fetched 368 kB in 0s (0 B/s) 00:46:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:17 Fetched 187 kB in 0s (0 B/s) 00:46:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:17 Fetched 175 kB in 0s (0 B/s) 00:46:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:19 Fetched 206 kB in 0s (0 B/s) 00:46:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:19 Fetched 1301 kB in 0s (0 B/s) 00:46:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:19 Fetched 36.2 kB in 0s (0 B/s) 00:46:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:19 Fetched 159 kB in 0s (0 B/s) 00:46:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:19 Fetched 107 kB in 0s (0 B/s) 00:46:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:19 Fetched 48.7 kB in 0s (0 B/s) 00:46:19 Pulling static-packages 00:46:19 + snapcraftctl pull 00:46:20 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:46:20 Skipping pull go-build-helper (already ran) 00:46:20 Skipping pull static-packages (already ran) 00:46:20 Building go-build-helper 00:46:20 + snapcraftctl build 00:46:24 Building static-packages 00:46:24 + snapcraftctl build 00:46:25 Staging go-build-helper 00:46:25 + snapcraftctl stage 00:46:26 Staging static-packages 00:46:26 + snapcraftctl stage 00:46:27 Pulling go115 00:46:27 + snapcraftctl pull 00:46:28 'edgex-go' has dependencies that need to be staged: go115 00:46:28 Skipping pull go115 (already ran) 00:46:28 Building go115 00:46:28 + dpkg --print-architecture 00:46:28 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:46:28 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:46:28 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:46:28 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:28 Dload Upload Total Spent Left Speed 00:46:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 25.1M 0 0 27.1M 0 0:00:04 --:--:-- 0:00:04 27.1M 56 115M 56 65.0M 0 0 34.0M 0 0:00:03 0:00:01 0:00:02 34.0M 98 115M 98 114M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M 00:46:31 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:46:31 + + grepsha256sum OK 00:46:31 -c sha256 00:46:31 go1.15.2.linux-amd64.tar.gz: OK 00:46:31 + mkdir -p /root/stage/go1.15 00:46:31 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:46:34 ---> 629b4244e492 00:46:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:34 ---> ffb43204b7ae 00:46:34 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:34 ---> 0f9c79a5c46b 00:46:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:34 ---> 1033b73aa6d1 00:46:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:34 ---> Running in 0f20632dc353 00:46:34 ---> 9a0bc2fb3eaa 00:46:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:34 ---> Running in 2ee19d6ec243 00:46:34 ---> Running in 808996fbe124 00:46:34 ---> Running in f6b8fa9d554c 00:46:34 ---> Running in 66de357eb2be 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=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:34 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:46:34 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:46:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:36 Staging go115 00:46:36 + snapcraftctl stage 00:46:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:41 Fetched 0 B in 0s (0 B/s) 00:46:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:41 Fetched 224 kB in 0s (0 B/s) 00:46:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:41 Fetched 157 kB in 0s (0 B/s) 00:46:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:41 Fetched 221 kB in 0s (0 B/s) 00:46:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:41 Fetched 143 kB in 0s (0 B/s) 00:46:41 Pulling edgex-go 00:46:41 + snapcraftctl pull 00:46:42 Pulling version 00:46:42 + cd /root/project 00:46:42 + [ -f VERSION ] 00:46:42 + PROJECT_VERSION=local-dev 00:46:42 + git rev-parse --short HEAD 00:46:42 + GIT_REVISION=daf27139 00:46:42 + snapcraftctl set-version local-dev 00:46:43 Building config-common 00:46:43 + snapcraftctl build 00:46:45 Skipping build go-build-helper (already ran) 00:46:45 Skipping build static-packages (already ran) 00:46:45 Skipping build go115 (already ran) 00:46:45 Building edgex-go 00:46:45 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:46:45 + cd /root/parts/edgex-go/src 00:46:45 + make build 00:46:45 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:46 go: downloading github.com/gorilla/mux v1.8.0 00:46:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:46:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 00:46:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:46:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:46 go: downloading github.com/imdario/mergo v0.3.11 00:46:46 go: downloading github.com/google/uuid v1.2.0 00:46:46 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:46:46 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:46 go: downloading github.com/x448/float16 v0.8.4 00:46:46 go: downloading github.com/pkg/errors v0.8.1 00:46:46 go: downloading github.com/go-kit/kit v0.8.0 00:46:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:46 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:46 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:46 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:46 go: downloading github.com/hashicorp/serf v0.8.2 00:46:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:46 go: downloading github.com/leodido/go-urn v1.2.0 00:46:46 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:47 go: downloading github.com/go-playground/locales v0.13.0 00:46:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:54 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:46:54 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:58 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:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:00 go: downloading github.com/stretchr/testify v1.7.0 00:47:01 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:01 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:03 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:47:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:06 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:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:07 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:47:07 go: downloading github.com/lib/pq v1.9.0 00:47:09 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:47:09 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:47:09 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:47:09 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:47:09 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:47:09 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:47:09 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:47:09 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:47:09 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:47:09 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:47:09 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:47:09 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:47:09 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:47:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:47:09 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:47:09 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:47:09 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:47:09 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:47:09 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:47:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:47:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:47:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:47:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:47:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:47:09 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:47:10 Building version 00:47:10 + snapcraftctl build 00:47:12 Staging config-common 00:47:12 + snapcraftctl stage 00:47:13 Skipping stage go-build-helper (already ran) 00:47:13 Skipping stage static-packages (already ran) 00:47:13 Skipping stage go115 (already ran) 00:47:13 Staging edgex-go 00:47:13 + snapcraftctl stage 00:47:14 Staging version 00:47:14 + snapcraftctl stage 00:47:15 Priming config-common 00:47:15 + snapcraftctl prime 00:47:15 Priming go-build-helper 00:47:15 + snapcraftctl prime 00:47:16 Priming static-packages 00:47:16 + snapcraftctl prime 00:47:19 Priming go115 00:47:19 + snapcraftctl prime 00:47:20 Priming edgex-go 00:47:20 + snapcraftctl prime 00:47:21 Priming version 00:47:21 + snapcraftctl prime 00:47:22 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:56 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:48:09 Removing intermediate container 2ee19d6ec243 00:48:09 ---> 8e9344585725 00:48:09 00:48:09 Step 10/30 : FROM alpine:3.12 00:48:09 3.12: Pulling from library/alpine 00:48:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:11 Status: Downloaded newer image for alpine:3.12 00:48:11 ---> afeebe901d6b 00:48:11 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:12 ---> Running in 08f5640d5c8e 00:48:12 Removing intermediate container f6b8fa9d554c 00:48:12 ---> f9336a0113f3 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 Removing intermediate container 0f20632dc353 00:48:12 ---> 67c48adbb3e5 00:48:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:13 ---> Running in 28aaaec8af3c 00:48:13 ---> Running in 5c44d1136e48 00:48:13 Removing intermediate container 08f5640d5c8e 00:48:13 ---> 758403391d32 00:48:13 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:13 ---> Running in 0d5e0224244d 00:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:16 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:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 (1/4) Installing ca-certificates (20191127-r4) 00:48:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:17 (3/4) Installing libcurl (7.69.1-r3) 00:48:17 (4/4) Installing curl (7.69.1-r3) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 Executing ca-certificates-20191127-r4.trigger 00:48:17 (1/2) Installing dumb-init (1.2.2-r1) 00:48:17 (2/2) Installing su-exec (0.2-r1) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 OK: 5 MiB in 16 packages 00:48:17 OK: 7 MiB in 18 packages 00:48:19 Removing intermediate container 0d5e0224244d 00:48:19 ---> cdf13354432f 00:48:19 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:48:20 ---> Running in 8836d05b2050 00:48:20 Removing intermediate container 8836d05b2050 00:48:20 ---> 600d2f5e9f2b 00:48:20 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:21 Removing intermediate container 28aaaec8af3c 00:48:21 ---> b7e9db754038 00:48:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:21 ---> Running in 133dd08997e1 00:48:21 ---> Running in 5705c265716f 00:48:22 Removing intermediate container 133dd08997e1 00:48:22 ---> 70ce311f6d74 00:48:22 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:23 Removing intermediate container 5c44d1136e48 00:48:23 ---> 28632031e570 00:48:23 00:48:23 Step 11/26 : FROM docker:20.10.0 00:48:23 Removing intermediate container 5705c265716f 00:48:23 ---> 1005bcb1f843 00:48:23 Step 13/21 : WORKDIR /edgex 00:48:23 20.10.0: Pulling from library/docker 00:48:23 ---> Running in 42f053992318 00:48:23 ---> Running in 04c6057cfb51 00:48:23 Removing intermediate container 66de357eb2be 00:48:23 ---> acd8f396896e 00:48:23 00:48:23 Step 10/22 : FROM alpine:3.12 00:48:23 ---> afeebe901d6b 00:48:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:24 ---> Running in cfe16b0a485a 00:48:24 Removing intermediate container 04c6057cfb51 00:48:24 ---> d8d2db078fb1 00:48:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:27 ---> 041c36ee4cff 00:48:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:27 (1/1) Installing dumb-init (1.2.2-r1) 00:48:27 Executing busybox-1.31.1-r19.trigger 00:48:27 OK: 5 MiB in 15 packages 00:48:28 Removing intermediate container 42f053992318 00:48:28 ---> 2212197c289b 00:48:28 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:28 ---> Running in d3ddf2ca9b2f 00:48:28 ---> 021e90bfe3db 00:48:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:29 Removing intermediate container cfe16b0a485a 00:48:29 ---> d5146e35c48a 00:48:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:29 Removing intermediate container d3ddf2ca9b2f 00:48:29 ---> d1c2bf4d3b82 00:48:29 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:30 ---> Running in bc31f12d6a1f 00:48:31 ---> cfe2e6fdf3c9 00:48:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:31 Removing intermediate container bc31f12d6a1f 00:48:31 ---> 0ce5f536975f 00:48:31 Step 13/22 : ENV APP_PORT=48085 00:48:31 ---> Running in 0b97256031a3 00:48:31 ---> df0fbbdc4bb7 00:48:31 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:32 Removing intermediate container 808996fbe124 00:48:32 ---> f8ab0f524748 00:48:32 00:48:32 Step 10/23 : FROM alpine:3.12 00:48:32 ---> afeebe901d6b 00:48:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:32 ---> Using cache 00:48:32 ---> d5146e35c48a 00:48:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:32 ---> Using cache 00:48:32 ---> 0ce5f536975f 00:48:32 Step 13/23 : ENV APP_PORT=48081 00:48:32 ---> Running in 6896dfff01ab 00:48:32 ---> Running in 4e474f8b34dc 00:48:32 ---> Running in 212dece08f96 00:48:32 Removing intermediate container 0b97256031a3 00:48:32 ---> f87f5676b2ef 00:48:32 Step 18/21 : CMD ["--init=true"] 00:48:32 Removing intermediate container 6896dfff01ab 00:48:32 ---> 008ec2a00b2d 00:48:32 Step 14/22 : EXPOSE $APP_PORT 00:48:33 ---> Running in db1b4cd0a05c 00:48:33 ---> Running in 5613e5f1b6f1 00:48:33 Removing intermediate container 212dece08f96 00:48:33 ---> 946719e677b7 00:48:33 Step 14/23 : EXPOSE $APP_PORT 00:48:33 ---> Running in 3a5b022b92c2 00:48:33 Removing intermediate container db1b4cd0a05c 00:48:33 ---> 554552b3def9 00:48:33 Step 19/21 : LABEL arch=arm64 00:48:34 Removing intermediate container 5613e5f1b6f1 00:48:34 ---> b8b8d640e1ff 00:48:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:34 ---> Running in c334ba727948 00:48:34 Removing intermediate container 3a5b022b92c2 00:48:34 ---> 30826c4d9e61 00:48:34 Step 15/23 : WORKDIR / 00:48:34 ---> Running in d913b89bf276 00:48:34 Removing intermediate container c334ba727948 00:48:34 ---> b913757700f4 00:48:34 Step 20/21 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:48:35 ---> Running in f40f3dcc4558 00:48:35 ---> 2db2f23e3a58 00:48:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:35 Removing intermediate container d913b89bf276 00:48:35 ---> f408e0ac599a 00:48:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:35 Removing intermediate container 4e474f8b34dc 00:48:35 ---> d0139eae6693 00:48:35 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:35 Removing intermediate container f40f3dcc4558 00:48:35 ---> 6402cd5c55d4 00:48:35 Step 21/21 : LABEL version=0.0.0 00:48:35 ---> Running in 5a1965c0df3c 00:48:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:36 Status: Downloaded newer image for docker:20.10.0 00:48:36 ---> eeaf43b92773 00:48:36 Step 12/26 : RUN apk add --no-cache bash 00:48:36 ---> Running in 8894302fd82d 00:48:36 ---> 019464802207 00:48:36 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:36 ---> 36681f60f761 00:48:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:36 ---> 95e87b9f833f 00:48:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:36 Removing intermediate container 5a1965c0df3c 00:48:36 ---> 31c887a594b0 00:48:36 00:48:37 Successfully built 31c887a594b0 00:48:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:37  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 00:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:38 ---> d85ffbd55748 00:48:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:38 ---> b9f77ab786d0 00:48:38 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:38 ---> ae194f591a94 00:48:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:38 ---> Running in c958364a0626 00:48:38 (1/2) Installing readline (8.0.4-r0) 00:48:38 (2/2) Installing bash (5.0.17-r0) 00:48:38 Executing bash-5.0.17-r0.post-install 00:48:38 Executing busybox-1.31.1-r19.trigger 00:48:38 OK: 12 MiB in 22 packages 00:48:40 Removing intermediate container c958364a0626 00:48:40 ---> d08644dccbed 00:48:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> 2525a50b5c7b 00:48:40 ---> de7add2073da 00:48:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:40 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:40 ---> Running in ba2ae7f19611 00:48:41 ---> Running in bc0656cd1224 00:48:41 Removing intermediate container ba2ae7f19611 00:48:41 ---> f413059020eb 00:48:41 Step 20/22 : LABEL arch=arm64 00:48:41 ---> b725cdef53d3 00:48:41 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:41 Removing intermediate container 8894302fd82d 00:48:41 ---> 4c03552ad950 00:48:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:41 ---> Running in 2904aa688092 00:48:42 Removing intermediate container bc0656cd1224 00:48:42 ---> 3317733526ac 00:48:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:42 ---> Running in 98041e57e241 00:48:42 ---> Running in 9a1d8d3ee88b 00:48:42 ---> Running in 156abcba3751 00:48:42 Removing intermediate container 2904aa688092 00:48:42 ---> 81f738bd878f 00:48:42 Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:48:43 Removing intermediate container 98041e57e241 00:48:43 ---> aa115c015bb4 00:48:43 Step 14/26 : ENV APP_PORT=48090 00:48:43 ---> Running in 8b5e6d56b049 00:48:43 Removing intermediate container 156abcba3751 00:48:43 ---> 15c0affbe414 00:48:43 Step 21/23 : LABEL arch=arm64 00:48:43 Removing intermediate container 9a1d8d3ee88b 00:48:43 ---> 9a8344854dff 00:48:43 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:43 ---> Running in c553ae34872c 00:48:43 ---> Running in a72f12fe48df 00:48:43 Removing intermediate container 8b5e6d56b049 00:48:43 ---> d2edbfdcb142 00:48:43 Step 22/22 : LABEL version=0.0.0 00:48:43 Removing intermediate container c553ae34872c 00:48:43 ---> 4fdd490b7469 00:48:43 Step 15/26 : EXPOSE $APP_PORT 00:48:44 ---> Running in e28c74c9e374 00:48:44 ---> Running in b5f055a18210 00:48:44 Removing intermediate container a72f12fe48df 00:48:44 ---> 9be05625c7d4 00:48:44 ---> c72d48e29395 00:48:44 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:48:44 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:44 ---> Running in 4cb01cf5bf40 00:48:44 ---> Running in 0c184179855f 00:48:44 Removing intermediate container e28c74c9e374 00:48:44 ---> 4b1c99dfa450 00:48:44 00:48:45 Removing intermediate container b5f055a18210 00:48:45 ---> 4eaeed1d4896 00:48:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:45 Removing intermediate container 4cb01cf5bf40 00:48:45 ---> b3d3739ed003 00:48:45 Step 23/23 : LABEL version=0.0.0 00:48:45 Successfully built 4b1c99dfa450 00:48:45 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:45 Building docker-support-notifications-go 00:48:45  Building docker-support-scheduler-go ... done  ---> Running in 211bf1fe41cf 00:48:46 Removing intermediate container 211bf1fe41cf 00:48:46 ---> 489d039e2aef 00:48:46 00:48:46 ---> e42a1a0cf4e7 00:48:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:47 Successfully built 489d039e2aef 00:48:47 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:47 Building docker-core-command-go 00:48:47  Building docker-core-metadata-go ... done Removing intermediate container 0c184179855f 00:48:47 ---> 19faa8ce10a7 00:48:48 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:48 ---> 7f9a539c5e8a 00:48:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:48 ---> Running in 537aa743428c 00:48:49 Removing intermediate container 537aa743428c 00:48:49 ---> 317714c35193 00:48:49 Step 27/30 : CMD ["gate"] 00:48:49 ---> 7c26add1e626 00:48:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:49 ---> Running in 8f241fcf56f4 00:48:49 ---> Running in 5083354ef472 00:48:50 Removing intermediate container 5083354ef472 00:48:50 ---> 2d0039691a24 00:48:50 Step 28/30 : LABEL arch=arm64 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:51 ---> Running in 17676ffe77e2 00:48:51 (1/33) Installing libbz2 (1.0.8-r1) 00:48:51 (2/33) Installing expat (2.2.9-r1) 00:48:51 (3/33) Installing libffi (3.3-r2) 00:48:51 (4/33) Installing gdbm (1.13-r1) 00:48:51 (5/33) Installing xz-libs (5.2.5-r0) 00:48:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:51 (7/33) Installing python3 (3.8.5-r0) 00:48:52 Removing intermediate container 17676ffe77e2 00:48:52 ---> e89a73d16038 00:48:52 Step 29/30 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:48:53 ---> Running in 396db0891188 00:48:54 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:54 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:54 (11/33) Installing py3-six (1.15.0-r0) 00:48:54 (12/33) Installing py3-packaging (20.4-r0) 00:48:54 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:54 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:54 (15/33) Installing py3-idna (2.9-r0) 00:48:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:54 (18/33) Installing py3-requests (2.23.0-r0) 00:48:54 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:54 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:54 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:54 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:54 (24/33) Installing py3-distro (1.5.0-r1) 00:48:54 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:54 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:54 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:54 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:54 (29/33) Installing py3-progress (1.5-r0) 00:48:54 (30/33) Installing py3-toml (0.10.1-r0) 00:48:54 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:54 (33/33) Installing py3-pip (20.1.1-r0) 00:48:54 Executing busybox-1.31.1-r19.trigger 00:48:54 OK: 71 MiB in 55 packages 00:48:55 Removing intermediate container 396db0891188 00:48:55 ---> acad0bfd9813 00:48:55 Step 30/30 : LABEL version=0.0.0 00:48:58 ---> Running in bced9efe664d 00:48:59 Removing intermediate container bced9efe664d 00:48:59 ---> f11b426150df 00:48:59 00:48:59 Successfully built f11b426150df 00:48:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:59 Building docker-core-data-go 00:49:04  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f241fcf56f4 00:49:04 ---> a8b9890fab70 00:49:04 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:04 ---> Running in de324856226d 00:49:11 Collecting docker-compose==1.23.2 00:49:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:11 ---> 4ce71ee3f0bf 00:49:11 Step 3/24 : WORKDIR /edgex-go 00:49:11 ---> Using cache 00:49:11 ---> 8d11da8bbddb 00:49:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:11 ---> Using cache 00:49:11 ---> 089d0ecf93e6 00:49:11 Step 5/24 : RUN apk add --update --no-cache make git 00:49:11 ---> Using cache 00:49:11 ---> c7e41b7c3d83 00:49:11 Step 6/24 : COPY go.mod . 00:49:11 ---> Using cache 00:49:11 ---> 4d009657b661 00:49:11 Step 7/24 : RUN go mod download 00:49:11 ---> Using cache 00:49:11 ---> 7a91db20d928 00:49:11 Step 8/24 : COPY . . 00:49:11 ---> Using cache 00:49:11 ---> 0f9c79a5c46b 00:49:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:13 ---> Running in 2ae32297cc79 00:49:13 Collecting docopt<0.7,>=0.6.1 00:49:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:16 Collecting websocket-client<1.0,>=0.32.0 00:49:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:17 Collecting docker<4.0,>=3.6.0 00:49:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:19 Collecting dockerpty<0.5,>=0.4.1 00:49:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49: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:49:21 Collecting cached-property<2,>=1.2.0 00:49:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:23 Collecting PyYAML<4,>=3.10 00:49:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:28 Collecting jsonschema<3,>=2.5.1 00:49:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:28 Collecting texttable<0.10,>=0.9.0 00:49:28 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:29 ---> 4ce71ee3f0bf 00:49:29 Step 3/22 : WORKDIR /edgex-go 00:49:29 ---> Using cache 00:49:29 ---> 8d11da8bbddb 00:49:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Using cache 00:49:30 ---> 089d0ecf93e6 00:49:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:31 ---> 4ce71ee3f0bf 00:49:31 Step 3/23 : WORKDIR /edgex-go 00:49:31 ---> Using cache 00:49:31 ---> 8d11da8bbddb 00:49:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:31 ---> Using cache 00:49:31 ---> 089d0ecf93e6 00:49:31 Step 5/23 : RUN apk add --update --no-cache make git 00:49:31 ---> Using cache 00:49:31 ---> c7e41b7c3d83 00:49:31 Step 6/23 : COPY go.mod . 00:49:31 ---> Using cache 00:49:31 ---> 4d009657b661 00:49:31 Step 7/23 : RUN go mod download 00:49:31 ---> Using cache 00:49:31 ---> 7a91db20d928 00:49:31 Step 8/23 : COPY . . 00:49:31 ---> Using cache 00:49:31 ---> 0f9c79a5c46b 00:49:31 Step 9/23 : RUN make cmd/core-command/core-command 00:49:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:32 Collecting idna<2.8,>=2.5 00:49:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:34 ---> Running in 44ed21a8f12e 00:49:34 Collecting urllib3<1.25,>=1.21.1 00:49:34 ---> Running in 4618b00de54e 00:49:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:34 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:49:34 Collecting docker-pycreds>=0.4.0 00:49:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:36 Installing collected packages: idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, cached-property, PyYAML, jsonschema, texttable, docker-compose 00:49:36 Attempting uninstall: idna 00:49:36 Found existing installation: idna 2.9 00:49:36 Uninstalling idna-2.9: 00:49:36 Successfully uninstalled idna-2.9 00:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 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:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:37 Attempting uninstall: urllib3 00:49:37 Found existing installation: urllib3 1.25.9 00:49:37 Uninstalling urllib3-1.25.9: 00:49:37 Successfully uninstalled urllib3-1.25.9 00:49:38 OK: 217 MiB in 51 packages 00:49:39 Attempting uninstall: requests 00:49:39 Found existing installation: requests 2.23.0 00:49:39 Uninstalling requests-2.23.0: 00:49:39 Successfully uninstalled requests-2.23.0 00:49:40 Running setup.py install for docopt: started 00:49:42 Removing intermediate container 44ed21a8f12e 00:49:42 ---> 1d918bc372ac 00:49:42 Step 6/22 : COPY go.mod . 00:49:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:43 ---> 4ce71ee3f0bf 00:49:43 Step 3/23 : WORKDIR /edgex-go 00:49:43 ---> Using cache 00:49:43 ---> 8d11da8bbddb 00:49:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:43 ---> Using cache 00:49:43 ---> 089d0ecf93e6 00:49:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:43 ---> Running in 226b595a1489 00:49:43 ---> 42c5ba2526c1 00:49:43 Step 7/22 : RUN go mod download 00:49:43 Running setup.py install for docopt: finished with status 'done' 00:49:43 ---> Running in ed302b06374d 00:49:45 Running setup.py install for dockerpty: started 00:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:47 OK: 217 MiB in 51 packages 00:49:48 Running setup.py install for dockerpty: finished with status 'done' 00:49:48 Removing intermediate container ed302b06374d 00:49:48 ---> a776b2ca8dba 00:49:48 Step 8/22 : COPY . . 00:49:48 Running setup.py install for PyYAML: started 00:49:49 Removing intermediate container 226b595a1489 00:49:49 ---> f91495ad0a54 00:49:49 Step 6/23 : COPY go.mod . 00:49:51 ---> 22ecd46147e4 00:49:51 Step 7/23 : RUN go mod download 00:49:51 ---> Running in bac210db9e6e 00:49:52 Running setup.py install for PyYAML: finished with status 'done' 00:49:53 Running setup.py install for texttable: started 00:49:56 Running setup.py install for texttable: finished with status 'done' 00:49:58 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:49:58 Removing intermediate container bac210db9e6e 00:49:58 ---> 4fd35cd60cf7 00:49:58 Step 8/23 : COPY . . 00:50:08 Removing intermediate container de324856226d 00:50:08 ---> c830d7ff86e9 00:50:08 Step 21/26 : RUN apk --no-cache add curl 00:50:08 ---> Running in f43f0f6bfed5 00:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:12 (2/3) Installing libcurl (7.69.1-r3) 00:50:12 (3/3) Installing curl (7.69.1-r3) 00:50:12 Executing busybox-1.31.1-r19.trigger 00:50:12 OK: 71 MiB in 58 packages 00:50:15 Removing intermediate container f43f0f6bfed5 00:50:15 ---> ee08bc7d2263 00:50:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:16 ---> Running in 90bc729eac4e 00:50:16 ---> 6ec26308b9bd 00:50:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:17 ---> Running in 9ecfb18ae9f5 00:50:17 Removing intermediate container 90bc729eac4e 00:50:17 ---> d46604700058 00:50:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:17 ---> Running in e7144c65d859 00:50:19 Removing intermediate container e7144c65d859 00:50:19 ---> 1efb9f178938 00:50:19 Step 24/26 : LABEL arch=arm64 00:50:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:50:19 ---> Running in d3cce9257b88 00:50:20 Removing intermediate container d3cce9257b88 00:50:20 ---> 2c269eeabed8 00:50:20 Step 25/26 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:50:21 ---> Running in b49b1b825faf 00:50:22 Removing intermediate container b49b1b825faf 00:50:22 ---> 074c83abb174 00:50:22 Step 26/26 : LABEL version=0.0.0 00:50:22 ---> Running in 0de9f0ff2841 00:50:23 Removing intermediate container 0de9f0ff2841 00:50:23 ---> 4a7126bc4de0 00:50:23 00:50:25 Successfully built 4a7126bc4de0 00:50:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:30  Building docker-sys-mgmt-agent-go ... done  ---> e0c9ac9f8d4a 00:50:30 Step 9/23 : RUN make cmd/core-data/core-data 00:50:30 ---> Running in 1e38e706f275 00:50:32 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:34 Removing intermediate container 2ae32297cc79 00:50:34 ---> 90192526bc14 00:50:34 00:50:34 Step 10/24 : FROM alpine:3.12 00:50:34 ---> afeebe901d6b 00:50:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:34 ---> Running in d3a1e11dcf9a 00:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:37 (1/5) Installing ca-certificates (20191127-r4) 00:50:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:37 (3/5) Installing libcurl (7.69.1-r3) 00:50:37 (4/5) Installing curl (7.69.1-r3) 00:50:37 (5/5) Installing dumb-init (1.2.2-r1) 00:50:37 Executing busybox-1.31.1-r19.trigger 00:50:37 Executing ca-certificates-20191127-r4.trigger 00:50:37 OK: 7 MiB in 19 packages 00:50:40 Removing intermediate container d3a1e11dcf9a 00:50:40 ---> 7f6fb0827cb9 00:50:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:40 ---> Running in 0274fc8dee84 00:50:41 Removing intermediate container 0274fc8dee84 00:50:41 ---> e177efee6a71 00:50:41 Step 13/24 : WORKDIR / 00:50:41 ---> Running in ee3505c91266 00:50:42 Removing intermediate container ee3505c91266 00:50:42 ---> 503de3a36d97 00:50:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:44 ---> a5b7c0a0c77d 00:50:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:45 ---> 6190f1155d4e 00:50:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:47 ---> 55c20f8bdb67 00:50:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:48 ---> e56248bcba6e 00:50:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:50 ---> 6a4968047f24 00:50:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:51 ---> d8a9912786a0 00:50:51 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:50:52 ---> Running in 310dcc20b828 00:50:56 Removing intermediate container 310dcc20b828 00:50:56 ---> a3bec05239b7 00:50:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:56 ---> Running in 6aea34d79193 00:50:56 Removing intermediate container 6aea34d79193 00:50:56 ---> a42f3fc4f88f 00:50:56 Step 22/24 : LABEL arch=arm64 00:50:56 ---> Running in 16356265a9c2 00:50:57 Removing intermediate container 16356265a9c2 00:50:57 ---> 08174be9b0ba 00:50:57 Step 23/24 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:50:57 ---> Running in 16b43d2f5869 00:50:58 Removing intermediate container 16b43d2f5869 00:50:58 ---> a0c27973aebf 00:50:58 Step 24/24 : LABEL version=0.0.0 00:50:58 ---> Running in 40de7c698c20 00:50:59 Removing intermediate container 40de7c698c20 00:50:59 ---> 949a2dcf5e8f 00:50:59 00:51:00 Successfully built 949a2dcf5e8f 00:51:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4618b00de54e 00:51:15 ---> 05da8ea3c7fb 00:51:15 00:51:15 Step 10/23 : FROM alpine:3.12 00:51:15 ---> afeebe901d6b 00:51:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:15 ---> Using cache 00:51:15 ---> d5146e35c48a 00:51:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:15 ---> Using cache 00:51:15 ---> 0ce5f536975f 00:51:15 Step 13/23 : ENV APP_PORT=48082 00:51:15 ---> Running in 82cb3a0d81ad 00:51:15 Removing intermediate container 82cb3a0d81ad 00:51:15 ---> 9fb5e41c1dd7 00:51:15 Step 14/23 : EXPOSE $APP_PORT 00:51:15 ---> Running in 6e1ba565e940 00:51:16 Removing intermediate container 6e1ba565e940 00:51:16 ---> d45a901033e3 00:51:16 Step 15/23 : WORKDIR / 00:51:16 ---> Running in 0313d8f881b4 00:51:17 Removing intermediate container 0313d8f881b4 00:51:17 ---> c7cde02011d5 00:51:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:18 ---> 6a928e6ab819 00:51:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:20 ---> 8463adb9a653 00:51:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:21 ---> 8ba45a620195 00:51:21 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:21 ---> Running in 852ceb34e407 00:51:22 Removing intermediate container 852ceb34e407 00:51:22 ---> 16ffefbcb2e0 00:51:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:22 ---> Running in 8b3a0ba34da3 00:51:23 Removing intermediate container 8b3a0ba34da3 00:51:23 ---> d458345afa8a 00:51:23 Step 21/23 : LABEL arch=arm64 00:51:23 ---> Running in f3a6b7e94149 00:51:24 Removing intermediate container f3a6b7e94149 00:51:24 ---> 07a6cac4d31a 00:51:24 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:51:24 ---> Running in 8f916dfe4aaf 00:51:25 Removing intermediate container 8f916dfe4aaf 00:51:25 ---> ebba134b2c20 00:51:25 Step 23/23 : LABEL version=0.0.0 00:51:25 ---> Running in 217d358fe819 00:51:26 Removing intermediate container 217d358fe819 00:51:26 ---> 18c91807beb4 00:51:26 00:51:26 Successfully built 18c91807beb4 00:51:26 Successfully tagged docker-core-command-go-arm64:latest 00:51:45  Building docker-core-command-go ... done Removing intermediate container 9ecfb18ae9f5 00:51:45 ---> cd0ebfc1d822 00:51:45 00:51:45 Step 10/22 : FROM alpine:3.12 00:51:45 ---> afeebe901d6b 00:51:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:45 ---> Running in d997026c8615 00:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:45 (1/2) Installing ca-certificates (20191127-r4) 00:51:45 (2/2) Installing dumb-init (1.2.2-r1) 00:51:45 Executing busybox-1.31.1-r19.trigger 00:51:45 Executing ca-certificates-20191127-r4.trigger 00:51:45 OK: 6 MiB in 16 packages 00:51:47 Removing intermediate container d997026c8615 00:51:47 ---> 428f453952bb 00:51:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:47 ---> Running in c19c12607cda 00:51:48 Removing intermediate container c19c12607cda 00:51:48 ---> 70f38d87f2b5 00:51:48 Step 13/22 : ENV APP_PORT=48060 00:51:48 ---> Running in 853c2cfa3a85 00:51:49 Removing intermediate container 853c2cfa3a85 00:51:49 ---> f5353a4b657e 00:51:49 Step 14/22 : EXPOSE $APP_PORT 00:51:49 ---> Running in 492340d6684d 00:51:49 Removing intermediate container 492340d6684d 00:51:49 ---> a7624485fea6 00:51:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:50 ---> 4cc1b68ca7c1 00:51:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:52 ---> 4f7a880662fa 00:51:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:52 ---> b0d3422213a2 00:51:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:53 ---> Running in db3a1db3a27b 00:51:54 Removing intermediate container db3a1db3a27b 00:51:54 ---> 022a8270ca64 00:51:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:54 ---> Running in 68af0c7f3c83 00:51:55 Removing intermediate container 1e38e706f275 00:51:55 ---> 0f0674cc01a9 00:51:55 00:51:55 Step 10/23 : FROM alpine:3.12 00:51:55 ---> afeebe901d6b 00:51:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:55 ---> Running in 7174bb5f3406 00:51:55 Removing intermediate container 68af0c7f3c83 00:51:55 ---> 1de8da10bfa0 00:51:55 Step 20/22 : LABEL arch=arm64 00:51:55 ---> Running in b2114d56e650 00:51:55 Removing intermediate container 7174bb5f3406 00:51:55 ---> 16c7b268ed7b 00:51:55 Step 12/23 : ENV APP_PORT=48080 00:51:56 ---> Running in 6bc7c709ff59 00:51:56 Removing intermediate container b2114d56e650 00:51:56 ---> ec419c2eef44 00:51:56 Step 21/22 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:51:56 ---> Running in 93d65fd770ec 00:51:56 Removing intermediate container 6bc7c709ff59 00:51:56 ---> a86c503d7653 00:51:56 Step 13/23 : EXPOSE $APP_PORT 00:51:56 ---> Running in b3f5df9a0d77 00:51:57 Removing intermediate container 93d65fd770ec 00:51:57 ---> 27f8ce262baf 00:51:57 Step 22/22 : LABEL version=0.0.0 00:51:57 ---> Running in ff7bb4600f4a 00:51:57 Removing intermediate container b3f5df9a0d77 00:51:57 ---> ff195d981f26 00:51:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:57 ---> Running in 959a2117bef3 00:51:57 Removing intermediate container ff7bb4600f4a 00:51:57 ---> b42eb686188a 00:51:57 00:51:58 Successfully built b42eb686188a 00:51:58 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:00  Building docker-support-notifications-go ... done Removing intermediate container 959a2117bef3 00:52:00 ---> 6e1bd487d0ec 00:52:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:00 ---> Running in b82d40d241e0 00:52:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:02 (1/6) Installing dumb-init (1.2.2-r1) 00:52:02 (2/6) Installing libgcc (9.3.0-r2) 00:52:02 (3/6) Installing libsodium (1.0.18-r0) 00:52:02 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:03 (5/6) Installing libzmq (4.3.3-r0) 00:52:03 (6/6) Installing zeromq (4.3.3-r0) 00:52:03 Executing busybox-1.31.1-r19.trigger 00:52:03 OK: 8 MiB in 20 packages 00:52:04 Removing intermediate container b82d40d241e0 00:52:04 ---> 7e1fdbb4a76d 00:52:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:05 ---> 3a5aaf072b56 00:52:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:06 ---> fd3edf869ddb 00:52:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:07 ---> fa61ac12cf28 00:52:07 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:07 ---> Running in f64dc326f681 00:52:08 Removing intermediate container f64dc326f681 00:52:08 ---> a90d39192b95 00:52:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:08 ---> Running in 1d83b6a6a599 00:52:08 Removing intermediate container 1d83b6a6a599 00:52:08 ---> d46c88dd897d 00:52:08 Step 21/23 : LABEL arch=arm64 00:52:08 ---> Running in 363d428fd1c0 00:52:09 Removing intermediate container 363d428fd1c0 00:52:09 ---> c2b90979ae99 00:52:09 Step 22/23 : LABEL git_sha=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 00:52:10 ---> Running in 60435c117132 00:52:11 Removing intermediate container 60435c117132 00:52:11 ---> 92e91a0482b3 00:52:11 Step 23/23 : LABEL version=0.0.0 00:52:11 ---> Running in e842d13dae8e 00:52:12 Removing intermediate container e842d13dae8e 00:52:12 ---> 48e92200a90d 00:52:12 00:52:12 Successfully built 48e92200a90d 00:52:12 Successfully tagged docker-core-data-go-arm64:latest 00:52:12  Building docker-core-data-go ... done  [Pipeline] } 00:52:12 $ docker stop --time=1 a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 00:52:15 $ docker rm -f a8c5f1291224f2d2e8b12107923815f5fc73d1f4d8be1f45100639b252effea4 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:15 + grep docker 00:52:15 + docker images 00:52:16 docker-core-data-go-arm64 latest 48e92200a90d 4 seconds ago 21MB 00:52:16 docker-support-notifications-go-arm64 latest b42eb686188a 18 seconds ago 16.7MB 00:52:16 docker-core-command-go-arm64 latest 18c91807beb4 50 seconds ago 16MB 00:52:16 docker-security-secretstore-setup-go-arm64 latest 949a2dcf5e8f About a minute ago 23.4MB 00:52:16 docker-sys-mgmt-agent-go-arm64 latest 4a7126bc4de0 About a minute ago 300MB 00:52:16 docker-security-bootstrapper-go-arm64 latest f11b426150df 3 minutes ago 17MB 00:52:16 docker-core-metadata-go-arm64 latest 489d039e2aef 3 minutes ago 17.8MB 00:52:16 docker-support-scheduler-go-arm64 latest 4b1c99dfa450 3 minutes ago 16.1MB 00:52:16 docker-security-proxy-setup-go-arm64 latest 31c887a594b0 3 minutes ago 23.2MB 00:52:16 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:52:17 provisioning config files... 00:52:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config6532512141464226103tmp [Pipeline] { [Pipeline] sh 00:52:18 + set +x 00:52:18 + curl -s https://codecov.io/bash 00:52:18 + bash -s -- 00:52:18 00:52:18 _____ _ 00:52:18 / ____| | | 00:52:18 | | ___ __| | ___ ___ _____ __ 00:52:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:52:18 | |___| (_) | (_| | __/ (_| (_) \ V / 00:52:18 \_____\___/ \__,_|\___|\___\___/ \_/ 00:52:18 Bash-20210129-7c25fce 00:52:18 00:52:18 00:52:18 ==> git version 2.24.3 found 00:52:18 ==> 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:52:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:52:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:52:18 ==> Jenkins CI detected. 00:52:18 project root: . 00:52:18 --> token set from env 00:52:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:52:18 ==> Running gcov in . (disable via -X gcov) 00:52:18 ==> Python coveragepy not found 00:52:18 ==> Searching for coverage reports in: 00:52:18 + . 00:52:19 -> Found 1 reports 00:52:19 ==> Detecting git/mercurial file structure 00:52:19 ==> Reading reports 00:52:19 + ./coverage.out bytes=595676 00:52:19 ==> Appending adjustments 00:52:19 https://docs.codecov.io/docs/fixing-reports 00:52:22 + Found adjustments 00:52:22 ==> Gzipping contents 00:52:22 88K /tmp/codecov.cgbJG0.gz 00:52:22 ==> Uploading reports 00:52:22 url: https://codecov.io 00:52:22 query: branch=PR-3113&commit=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:52:22 -> Pinging Codecov 00:52:22 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:52:23 -> Uploading to 00:52:23 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5/d8b8a6ea-53db-4f2a-b9ec-4427d76da400.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T005223Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=791fb838585752741005c26c3c70ff5f3da55c8270dc2f7cfe703dbf167f4006 00:52:23 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:23 Dload Upload Total Spent Left Speed 00:52:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89425 0 0 100 89425 0 182k --:--:-- --:--:-- --:--:-- 181k 100 89425 0 0 100 89425 0 182k --:--:-- --:--:-- --:--:-- 181k 00:52:23 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 [Pipeline] } 00:52:23 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:52:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:26 ---> package-listing.sh 00:52:26 ++ facter osfamily 00:52:26 ++ tr '[:upper:]' '[:lower:]' 00:52:26 + OS_FAMILY=redhat 00:52:26 + workspace=/w/workspace/edgex-go/21 00:52:26 + START_PACKAGES=/tmp/packages_start.txt 00:52:26 + END_PACKAGES=/tmp/packages_end.txt 00:52:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:26 + PACKAGES=/tmp/packages_start.txt 00:52:26 + '[' /w/workspace/edgex-go/21 ']' 00:52:26 + PACKAGES=/tmp/packages_end.txt 00:52:26 + case "${OS_FAMILY}" in 00:52:26 + rpm -qa 00:52:26 + sort 00:52:31 + '[' -f /tmp/packages_start.txt ']' 00:52:31 + '[' -f /tmp/packages_end.txt ']' 00:52:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:31 + '[' /w/workspace/edgex-go/21 ']' 00:52:31 + mkdir -p /w/workspace/edgex-go/21/archives/ 00:52:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 00:52:31 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:32 00:52:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:32 alpine: Pulling from edgex-lftools-log-publisher 00:52:32 df20fa9351a1: Pulling fs layer 00:52:32 36b3adc4ff6f: Pulling fs layer 00:52:32 8ad3a11d3b57: Pulling fs layer 00:52:32 46f8f816bc3b: Pulling fs layer 00:52:32 93b61091891f: Pulling fs layer 00:52:32 93b9cdb0e59b: Pulling fs layer 00:52:32 5e14af77c1be: Pulling fs layer 00:52:32 01666e4c0597: Pulling fs layer 00:52:32 aa168da1d23b: Pulling fs layer 00:52:32 93b9cdb0e59b: Waiting 00:52:32 5e14af77c1be: Waiting 00:52:32 01666e4c0597: Waiting 00:52:32 aa168da1d23b: Waiting 00:52:32 46f8f816bc3b: Waiting 00:52:32 93b61091891f: Waiting 00:52:32 36b3adc4ff6f: Verifying Checksum 00:52:32 36b3adc4ff6f: Download complete 00:52:32 46f8f816bc3b: Download complete 00:52:33 df20fa9351a1: Verifying Checksum 00:52:33 93b9cdb0e59b: Verifying Checksum 00:52:33 93b9cdb0e59b: Download complete 00:52:33 93b61091891f: Verifying Checksum 00:52:33 93b61091891f: Download complete 00:52:33 5e14af77c1be: Verifying Checksum 00:52:33 5e14af77c1be: Download complete 00:52:33 01666e4c0597: Verifying Checksum 00:52:33 01666e4c0597: Download complete 00:52:33 8ad3a11d3b57: Verifying Checksum 00:52:33 8ad3a11d3b57: Download complete 00:52:33 df20fa9351a1: Pull complete 00:52:33 36b3adc4ff6f: Pull complete 00:52:34 8ad3a11d3b57: Pull complete 00:52:34 46f8f816bc3b: Pull complete 00:52:35 aa168da1d23b: Verifying Checksum 00:52:35 aa168da1d23b: Download complete 00:52:36 93b61091891f: Pull complete 00:52:36 93b9cdb0e59b: Pull complete 00:52:36 5e14af77c1be: Pull complete 00:52:36 01666e4c0597: Pull complete 00:52:46 aa168da1d23b: Pull complete 00:52:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:46 prd-centos7-docker-4c-2g-26174 does not seem to be running inside a container 00:52:46 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:51 $ docker top 59ef4ed070fb5f32d40d5b117e09c3477cd57cd67c159d606f55e288dc66ffbd -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:52 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:52 + mkdir -p /var/log/sa [Pipeline] sh 00:52:52 + ls /var/log/sa-host 00:52:52 + sadf -c /var/log/sa-host/sa12 00:52:52 file_magic: OK 00:52:52 HZ: Using current value: 100 00:52:52 file_header: OK 00:52:52 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:52:52 Statistics: 00:52:52 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... 00:52:52 File successfully converted to sysstat format version 12.2.1 00:52:52 + sadf -c /var/log/sa-host/sa23 00:52:52 file_magic: OK 00:52:52 HZ: Using current value: 100 00:52:52 file_header: OK 00:52:52 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:52:52 Statistics: 00:52:52 Hnuu...uuuununununu... 00:52:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:53 provisioning config files... 00:52:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config8796482176639461793tmp [Pipeline] { [Pipeline] echo 00:52:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:53 ---> create-netrc.sh [Pipeline] } 00:52:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:53 ---> python-tools-install.sh [Pipeline] echo 00:52:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> sudo-logs.sh 00:52:54 Archiving 'sudo' log.. [Pipeline] echo 00:52:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:54 ---> job-cost.sh 00:52:54 lf-activate-venv: SKIPPING 00:52:54 INFO: No Stack... 00:52:55 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:55 INFO: Archiving Costs [Pipeline] echo 00:52:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:56 ---> logs-deploy.sh 00:52:56 lf-activate-venv: SKIPPING 00:52:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/21 00:52:56 INFO: archiving workspace using pattern(s): 00:52:57 Archives upload complete. 00:52:57 INFO: archiving logs to Nexus 00:52:58 ---> uname -a: 00:52:58 Linux prd-centos7-docker-4c-2g-26174.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:52:58 00:52:58 00:52:58 ---> lscpu: 00:52:58 Architecture: x86_64 00:52:58 CPU op-mode(s): 32-bit, 64-bit 00:52:58 Byte Order: Little Endian 00:52:58 Address sizes: 40 bits physical, 48 bits virtual 00:52:58 CPU(s): 4 00:52:58 On-line CPU(s) list: 0-3 00:52:58 Thread(s) per core: 1 00:52:58 Core(s) per socket: 1 00:52:58 Socket(s): 4 00:52:58 NUMA node(s): 1 00:52:58 Vendor ID: GenuineIntel 00:52:58 CPU family: 6 00:52:58 Model: 44 00:52:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:58 Stepping: 1 00:52:58 CPU MHz: 2933.438 00:52:58 BogoMIPS: 5866.87 00:52:58 Virtualization: VT-x 00:52:58 Hypervisor vendor: KVM 00:52:58 Virtualization type: full 00:52:58 L1d cache: 128 KiB 00:52:58 L1i cache: 128 KiB 00:52:58 L2 cache: 16 MiB 00:52:58 L3 cache: 64 MiB 00:52:58 NUMA node0 CPU(s): 0-3 00:52:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:58 Vulnerability Meltdown: Mitigation; PTI 00:52:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:58 Vulnerability Srbds: Not affected 00:52:58 Vulnerability Tsx async abort: Not affected 00:52:58 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:52:58 00:52:58 00:52:58 ---> nproc: 00:52:58 4 00:52:58 00:52:58 00:52:58 ---> df -h: 00:52:58 Filesystem Size Used Available Use% Mounted on 00:52:58 overlay 50.0G 11.3G 38.7G 23% / 00:52:58 tmpfs 64.0M 0 64.0M 0% /dev 00:52:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:58 shm 64.0M 0 64.0M 0% /dev/shm 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/21 00:52:58 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/21@tmp 00:52:58 00:52:58 00:52:58 ---> free -m: 00:52:58 total used free shared buff/cache available 00:52:58 Mem: 1837 698 123 0 1016 1055 00:52:58 Swap: 1023 97 926 00:52:58 00:52:58 00:52:58 ---> ip addr: 00:52:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:58 inet 127.0.0.1/8 scope host lo 00:52:58 valid_lft forever preferred_lft forever 00:52:58 inet6 ::1/128 scope host 00:52:58 valid_lft forever preferred_lft forever 00:52:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:58 link/ether fa:16:3e:16:c5:ce brd ff:ff:ff:ff:ff:ff 00:52:58 inet 10.30.123.231/23 brd 10.30.123.255 scope global dynamic eth0 00:52:58 valid_lft 85072sec preferred_lft 85072sec 00:52:58 inet6 fe80::f816:3eff:fe16:c5ce/64 scope link 00:52:58 valid_lft forever preferred_lft forever 00:52:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:58 link/ether 02:42:2c:41:6c:35 brd ff:ff:ff:ff:ff:ff 00:52:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:58 valid_lft forever preferred_lft forever 00:52:58 inet6 fe80::42:2cff:fe41:6c35/64 scope link 00:52:58 valid_lft forever preferred_lft forever 00:52:58 00:52:58 00:52:58 ---> sar -b -r -n DEV: 00:52:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:52:58 00:52:58 00:30:38 LINUX RESTART (4 CPU) 00:52:58 00:52:58 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:58 00:32:01 121.26 46.64 74.63 0.00 7323.66 31660.62 0.00 00:52:58 00:33:01 197.54 88.61 108.93 0.00 7178.99 46459.47 0.00 00:52:58 00:34:02 241.71 89.81 151.90 0.00 3213.97 20076.28 0.00 00:52:58 00:35:01 127.19 57.98 69.21 0.00 2309.56 8498.02 0.00 00:52:58 00:36:01 141.61 38.55 103.06 0.00 2539.19 23666.80 0.00 00:52:58 00:37:03 1327.78 1050.33 277.45 0.00 114686.02 170093.00 0.00 00:52:58 00:38:01 2278.74 2034.36 244.38 0.00 120036.63 134898.11 0.00 00:52:58 00:39:03 790.37 478.90 311.47 0.00 54698.25 110106.34 0.00 00:52:58 00:40:01 2487.49 2141.56 345.93 0.00 114415.93 117731.79 0.00 00:52:58 00:41:01 269.86 82.39 187.47 0.00 7821.20 21044.78 0.00 00:52:58 00:42:01 4.98 0.03 4.95 0.00 1.07 147.35 0.00 00:52:58 00:43:01 0.32 0.05 0.27 0.00 0.93 2.88 0.00 00:52:58 00:44:01 0.47 0.02 0.45 0.00 0.53 5.98 0.00 00:52:58 00:45:01 0.18 0.02 0.17 0.00 0.53 1.47 0.00 00:52:58 00:46:01 1.85 1.68 0.17 0.00 53.70 1.50 0.00 00:52:58 00:47:01 0.92 0.12 0.80 0.00 2.26 15.48 0.00 00:52:58 00:48:01 0.28 0.02 0.27 0.00 0.40 2.61 0.00 00:52:58 00:49:01 0.27 0.00 0.27 0.00 0.00 3.45 0.00 00:52:58 00:50:01 0.27 0.02 0.25 0.00 0.53 2.78 0.00 00:52:58 00:51:01 0.32 0.00 0.32 0.00 0.00 3.88 0.00 00:52:58 00:52:01 0.73 0.47 0.27 0.00 150.30 3.51 0.00 00:52:58 Average: 376.82 287.27 89.55 0.00 20583.23 32603.70 0.00 00:52:58 00:52:58 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:58 00:32:01 96956 0 623256 33.12 2620 1158712 1289264 44.00 494472 1086108 16 00:52:58 00:33:01 67912 0 715868 38.05 2240 1095524 1511340 51.58 595312 974580 17720 00:52:58 00:34:02 79308 0 911628 48.45 960 889648 1562728 53.33 724748 798308 28516 00:52:58 00:35:01 126468 0 929628 49.41 744 824704 1709124 58.33 736916 728952 62768 00:52:58 00:36:01 187264 0 750840 39.91 488 942952 1319544 45.03 547528 855420 0 00:52:58 00:37:03 75184 0 840992 44.70 0 965368 2355692 80.40 773260 813560 44284 00:52:58 00:38:01 137752 0 1227224 65.22 0 516568 3682436 125.68 798932 676032 26896 00:52:58 00:39:03 65328 0 764688 40.64 0 1051528 2078832 70.95 742140 848756 43220 00:52:58 00:40:01 201024 0 777940 41.35 0 902580 2654412 90.59 598176 831736 11204 00:52:58 00:41:01 375804 0 615604 32.72 0 890136 1211372 41.34 529728 730012 20 00:52:58 00:42:01 379760 0 611572 32.50 0 890212 1187548 40.53 527244 729476 16 00:52:58 00:43:01 379828 0 611496 32.50 0 890220 1179432 40.25 527408 729296 12 00:52:58 00:44:01 379776 0 611532 32.50 0 890236 1179420 40.25 527248 729312 12 00:52:58 00:45:01 380664 0 610640 32.45 0 890240 1179324 40.25 526828 729328 8 00:52:58 00:46:01 379072 0 611300 32.49 0 891172 1179324 40.25 526744 730228 20 00:52:58 00:47:01 378464 0 611900 32.52 0 891180 1179396 40.25 527128 730264 8 00:52:58 00:48:01 379220 0 611136 32.48 0 891188 1179324 40.25 526628 730276 8 00:52:58 00:49:01 379196 0 611156 32.48 0 891192 1179324 40.25 526760 730276 8 00:52:58 00:50:01 379188 0 611156 32.48 0 891200 1179324 40.25 526640 730292 16 00:52:58 00:51:01 378496 0 611840 32.52 0 891208 1179360 40.25 526952 730292 8 00:52:58 00:52:01 371060 0 614820 32.68 0 895664 1179396 40.25 532784 731968 8 00:52:58 Average: 265606 0 708867 37.67 336 906735 1540758 52.58 587789 779737 11179 00:52:58 00:52:58 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:58 00:32:01 vethabf08ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:32:01 veth087c26d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:32:01 eth0 913.93 694.36 3673.41 114.78 0.00 0.00 0.00 0.00 00:52:58 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:33:01 eth0 1091.62 1128.74 5888.07 115.95 0.00 0.00 0.00 0.00 00:52:58 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:33:01 docker0 869.71 770.97 71.02 3034.36 0.00 0.00 0.00 0.00 00:52:58 00:34:02 eth0 152.80 115.15 500.05 20.29 0.00 0.00 0.00 0.00 00:52:58 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:34:02 vetha3edff2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:34:02 docker0 96.67 119.62 7.52 470.93 0.00 0.00 0.00 0.00 00:52:58 00:35:01 eth0 43.07 30.87 22.08 77.55 0.00 0.00 0.00 0.00 00:52:58 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:35:01 vetha3edff2 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 00:52:58 00:35:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 00:52:58 00:36:01 eth0 196.55 158.79 1684.36 24.56 0.00 0.00 0.00 0.00 00:52:58 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:37:03 veth5a917a5 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 00:52:58 00:37:03 eth0 82.71 58.22 171.34 72.96 0.00 0.00 0.00 0.00 00:52:58 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:37:03 docker0 11.78 25.34 0.62 142.30 0.00 0.00 0.00 0.00 00:52:58 00:38:01 veth5a917a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:38:01 veth3832568 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:38:01 vethdc9d9a7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:38:01 vetha9c4e0e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:39:03 veth91502d7 18.95 50.01 1.25 255.87 0.00 0.00 0.00 0.00 00:52:58 00:39:03 veth5a917a5 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:39:03 eth0 2699.12 2300.26 13508.15 446.95 0.00 0.00 0.00 0.00 00:52:58 00:39:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:40:01 veth200c26d 3.90 4.84 0.52 20.96 0.00 0.00 0.00 0.00 00:52:58 00:40:01 veth5a917a5 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:40:01 veth124c032 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:52:58 00:40:01 eth0 100.12 62.75 206.33 93.37 0.00 0.00 0.00 0.00 00:52:58 00:41:01 eth0 92.81 63.29 185.10 85.94 0.00 0.00 0.00 0.00 00:52:58 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:41:01 docker0 1041.57 1057.23 82.93 4389.19 0.00 0.00 0.00 0.00 00:52:58 00:42:01 eth0 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 00:52:58 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:43:01 eth0 1.77 0.57 0.63 0.36 0.00 0.00 0.00 0.00 00:52:58 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:44:01 eth0 0.62 0.33 0.28 0.20 0.00 0.00 0.00 0.00 00:52:58 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:45:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:52:58 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:47:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:52:58 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:52:58 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:51:01 eth0 0.13 0.10 0.05 0.01 0.00 0.00 0.00 0.00 00:52:58 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:52:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 00:52:58 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 Average: eth0 138.79 116.96 670.62 30.06 0.00 0.00 0.00 0.00 00:52:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:58 Average: docker0 49.66 50.41 3.95 209.28 0.00 0.00 0.00 0.00 00:52:58 00:52:58 00:52:58 ---> sar -P ALL: 00:52:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:52:58 00:52:58 00:30:38 LINUX RESTART (4 CPU) 00:52:58 00:52:58 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:52:58 00:32:01 all 15.00 0.00 7.30 3.26 0.15 74.29 00:52:58 00:32:01 0 16.75 0.00 7.45 2.68 0.14 72.98 00:52:58 00:32:01 1 13.29 0.00 6.28 2.67 0.17 77.59 00:52:58 00:32:01 2 14.37 0.00 6.62 2.17 0.20 76.65 00:52:58 00:32:01 3 15.63 0.00 8.86 5.52 0.10 69.90 00:52:58 00:33:01 all 16.18 0.00 9.59 1.84 0.45 71.94 00:52:58 00:33:01 0 17.84 0.00 11.76 1.10 0.45 68.85 00:52:58 00:33:01 1 12.85 0.00 8.58 2.39 0.46 75.72 00:52:58 00:33:01 2 22.68 0.00 8.68 2.10 0.45 66.09 00:52:58 00:33:01 3 11.35 0.00 9.37 1.78 0.43 77.07 00:52:58 00:34:02 all 33.83 0.00 11.62 7.80 0.48 46.27 00:52:58 00:34:02 0 34.45 0.00 11.90 6.74 0.52 46.39 00:52:58 00:34:02 1 31.81 0.00 11.97 6.92 0.43 48.88 00:52:58 00:34:02 2 33.44 0.00 11.62 7.41 0.50 47.03 00:52:58 00:34:02 3 35.62 0.00 10.99 10.17 0.47 42.76 00:52:58 00:35:01 all 52.05 0.00 14.45 2.70 0.33 30.48 00:52:58 00:35:01 0 51.02 0.00 14.28 2.65 0.25 31.80 00:52:58 00:35:01 1 51.95 0.00 14.88 3.18 0.35 29.63 00:52:58 00:35:01 2 51.66 0.00 14.80 1.99 0.40 31.15 00:52:58 00:35:01 3 53.57 0.00 13.84 2.97 0.30 29.32 00:52:58 00:36:01 all 35.94 0.00 13.29 4.33 0.41 46.03 00:52:58 00:36:01 0 36.79 0.00 13.96 6.07 0.43 42.75 00:52:58 00:36:01 1 36.93 0.00 13.79 5.91 0.38 42.99 00:52:58 00:36:01 2 35.80 0.00 13.38 2.74 0.41 47.67 00:52:58 00:36:01 3 34.24 0.00 12.02 2.60 0.43 50.71 00:52:58 00:37:03 all 22.33 0.00 28.95 10.51 1.51 36.70 00:52:58 00:37:03 0 22.44 0.00 26.89 11.48 1.74 37.45 00:52:58 00:37:03 1 21.23 0.00 29.05 9.70 1.56 38.46 00:52:58 00:37:03 2 24.10 0.00 30.05 9.98 1.28 34.58 00:52:58 00:37:03 3 21.58 0.00 29.80 10.87 1.46 36.29 00:52:58 00:38:01 all 45.70 0.00 25.63 15.61 0.53 12.53 00:52:58 00:38:01 0 45.81 0.00 24.27 15.19 0.56 14.17 00:52:58 00:38:01 1 45.16 0.00 26.06 16.26 0.53 11.99 00:52:58 00:38:01 2 45.88 0.00 25.95 15.91 0.51 11.75 00:52:58 00:38:01 3 45.97 0.00 26.24 15.08 0.53 12.19 00:52:58 00:39:03 all 35.92 0.00 22.68 18.91 0.87 21.63 00:52:58 00:39:03 0 34.76 0.00 23.20 19.44 0.86 21.75 00:52:58 00:39:03 1 35.21 0.00 22.65 21.38 0.83 19.93 00:52:58 00:39:03 2 36.60 0.00 22.16 15.30 0.89 25.05 00:52:58 00:39:03 3 37.09 0.00 22.71 19.48 0.91 19.82 00:52:58 00:40:01 all 30.81 0.00 25.63 28.77 0.20 14.59 00:52:58 00:40:01 0 29.98 0.00 26.32 29.40 0.22 14.09 00:52:58 00:40:01 1 29.88 0.00 25.11 27.49 0.13 17.39 00:52:58 00:40:01 2 31.36 0.00 25.96 30.74 0.26 11.68 00:52:58 00:40:01 3 32.05 0.00 25.11 27.47 0.20 15.16 00:52:58 00:41:01 all 29.93 0.00 11.30 10.60 0.03 48.14 00:52:58 00:41:01 0 30.07 0.00 10.91 9.28 0.02 49.73 00:52:58 00:41:01 1 30.71 0.00 10.82 11.39 0.03 47.05 00:52:58 00:41:01 2 30.38 0.00 11.52 9.89 0.03 48.18 00:52:58 00:41:01 3 28.57 0.00 11.95 11.83 0.05 47.60 00:52:58 00:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:52:58 00:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 00:52:58 00:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:52:58 00:42:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:52:58 00:52:58 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:58 00:43:01 all 0.10 0.00 0.08 0.00 0.01 99.81 00:52:58 00:43:01 0 0.08 0.00 0.07 0.00 0.03 99.82 00:52:58 00:43:01 1 0.03 0.00 0.07 0.00 0.00 99.90 00:52:58 00:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 00:52:58 00:43:01 3 0.25 0.00 0.10 0.00 0.00 99.65 00:52:58 00:44:01 all 0.08 0.00 0.04 0.00 0.00 99.87 00:52:58 00:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:52:58 00:44:01 1 0.23 0.00 0.03 0.00 0.00 99.73 00:52:58 00:44:01 2 0.05 0.00 0.07 0.00 0.02 99.87 00:52:58 00:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 00:52:58 00:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:52:58 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:52:58 00:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:58 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:46:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:52:58 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:46:01 1 0.03 0.00 0.12 0.10 0.00 99.75 00:52:58 00:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:52:58 00:46:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:52:58 00:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:52:58 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:52:58 00:47:01 1 0.05 0.00 0.07 0.02 0.00 99.87 00:52:58 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:47:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:52:58 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:58 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:52:58 00:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:52:58 00:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:52:58 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:52:58 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:52:58 00:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:52:58 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:58 00:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:52:58 00:50:01 all 0.10 0.00 0.02 0.00 0.00 99.88 00:52:58 00:50:01 0 0.23 0.00 0.03 0.00 0.00 99.73 00:52:58 00:50:01 1 0.07 0.00 0.02 0.00 0.00 99.92 00:52:58 00:50:01 2 0.07 0.00 0.02 0.00 0.00 99.92 00:52:58 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:52:58 00:51:01 all 0.06 0.00 0.04 0.00 0.00 99.90 00:52:58 00:51:01 0 0.02 0.00 0.05 0.00 0.02 99.92 00:52:58 00:51:01 1 0.18 0.00 0.05 0.00 0.00 99.77 00:52:58 00:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:52:01 all 0.15 0.00 0.04 0.01 0.00 99.80 00:52:58 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:52:58 00:52:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:52:58 00:52:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:52:58 00:52:01 3 0.03 0.00 0.05 0.05 0.00 99.87 00:52:58 Average: all 14.76 0.00 7.88 4.79 0.23 72.33 00:52:58 Average: 0 14.83 0.00 7.91 4.78 0.24 72.24 00:52:58 Average: 1 14.39 0.00 7.85 4.94 0.23 72.60 00:52:58 Average: 2 15.12 0.00 7.89 4.49 0.23 72.27 00:52:58 Average: 3 14.70 0.00 7.89 4.94 0.23 72.23 00:52:58 00:52:58 00:52:58