Pull request #3061 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 252d90ee886802feae2a22f96d363ec1950d4d35+4a83cd830d92d64e3c8662a0b68849c078e73697 (a0e5ccce562d52639dd91fef5eb2f0455f028947) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23684 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 252d90ee886802feae2a22f96d363ec1950d4d35 Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 # timeout=10 [Pipeline] withCredentials 04:09:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:17 ========================================================= 04:09:17 EdgeX Global Pipelines Version Info 04:09:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:18 ------------------- 04:09:18 stable info: 04:09:18 ------------------- 04:09:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:09:18 Message: update stable to v1.0.179 04:09:19 ------------------- 04:09:19 experimental info: 04:09:19 ------------------- 04:09:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:09:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 252d90ee886802feae2a22f96d363ec1950d4d35 [Pipeline] echo 04:09:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 252d90e [Pipeline] echo 04:09:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:09:23 provisioning config files... 04:09:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4251213880718373924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:23 ---> docker-login.sh 04:09:23 nexus3.edgexfoundry.org:10001 04:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:24 Configure a credential helper to remove this warning. See 04:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:24 04:09:24 Login Succeeded 04:09:24 nexus3.edgexfoundry.org:10002 04:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:24 Configure a credential helper to remove this warning. See 04:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:24 04:09:24 Login Succeeded 04:09:24 nexus3.edgexfoundry.org:10003 04:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:24 Configure a credential helper to remove this warning. See 04:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:24 04:09:24 Login Succeeded 04:09:24 nexus3.edgexfoundry.org:10004 04:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:24 Configure a credential helper to remove this warning. See 04:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:24 04:09:24 Login Succeeded 04:09:24 docker.io 04:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:25 Configure a credential helper to remove this warning. See 04:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:25 04:09:25 Login Succeeded 04:09:25 ---> docker-login.sh ends [Pipeline] } 04:09:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:25 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/core-command/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo core-command,cmd/core-command/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/core-data/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo core-data,cmd/core-data/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/core-metadata/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo core-metadata,cmd/core-metadata/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/security-bootstrapper/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/security-proxy-setup/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/support-notifications/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo support-notifications,cmd/support-notifications/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/support-scheduler/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:09:25 + for file in '`ls cmd/**/Dockerfile`' 04:09:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:09:25 ++ cut -d/ -f2 04:09:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:09:25 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:09:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:26 04:09:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:09:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:27 latest: Pulling from edgex-devops/git-semver 04:09:27 31603596830f: Pulling fs layer 04:09:27 2a8b12db71e7: Pulling fs layer 04:09:27 6ca5941a6612: Pulling fs layer 04:09:27 ecc8261a40a4: Pulling fs layer 04:09:27 ecc8261a40a4: Waiting 04:09:27 2a8b12db71e7: Verifying Checksum 04:09:27 2a8b12db71e7: Download complete 04:09:27 31603596830f: Verifying Checksum 04:09:27 31603596830f: Download complete 04:09:27 ecc8261a40a4: Verifying Checksum 04:09:27 ecc8261a40a4: Download complete 04:09:27 6ca5941a6612: Verifying Checksum 04:09:27 6ca5941a6612: Download complete 04:09:27 31603596830f: Pull complete 04:09:27 2a8b12db71e7: Pull complete 04:09:28 6ca5941a6612: Pull complete 04:09:29 ecc8261a40a4: Pull complete 04:09:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:09:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:09:29 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:09:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:09:31 $ docker top dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:32 [ssh-agent] Looking for ssh-agent implementation... 04:09:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:32 $ docker exec dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent 04:09:32 SSH_AUTH_SOCK=/tmp/ssh-MmPM3LmoQaWa/agent.11 04:09:32 SSH_AGENT_PID=17 04:09:32 Running ssh-add (command line suppressed) 04:09:32 Identity added: /w/workspace/edgex-go/7@tmp/private_key_488355996955653225.key (/w/workspace/edgex-go/7@tmp/private_key_488355996955653225.key) 04:09:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:33 + git tag --points-at HEAD [Pipeline] } 04:09:33 $ docker exec --env ******** --env ******** dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent -k 04:09:33 unset SSH_AUTH_SOCK; 04:09:33 unset SSH_AGENT_PID; 04:09:33 echo Agent pid 17 killed; 04:09:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:33 [ssh-agent] Looking for ssh-agent implementation... 04:09:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:33 $ docker exec dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent 04:09:34 SSH_AUTH_SOCK=/tmp/ssh-JugN8i2KU4qx/agent.47 04:09:34 SSH_AGENT_PID=53 04:09:34 Running ssh-add (command line suppressed) 04:09:34 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7980439042564586270.key (/w/workspace/edgex-go/7@tmp/private_key_7980439042564586270.key) 04:09:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:34 + git semver init 04:09:34 # -> Open(): unable to determine branch for HEAD 04:09:34 # $GIT_DIR = /w/workspace/edgex-go/7/.git 04:09:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 04:09:34 # $SEMVER_REMOTE_NAME = origin 04:09:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:09:34 # $SEMVER_USER_NAME = edgex-jenkins 04:09:34 # $SEMVER_BRANCH = PR-3061 04:09:34 # $SEMVER_TEMP = /tmp/semver-499103584 04:09:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:09:56 # '/tmp/semver-499103584' -> '/w/workspace/edgex-go/7/.semver' 04:09:56 # -> Force: false 04:09:56 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 04:09:56 $ docker exec --env ******** --env ******** dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent -k 04:09:56 unset SSH_AUTH_SOCK; 04:09:56 unset SSH_AGENT_PID; 04:09:56 echo Agent pid 53 killed; 04:09:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:57 + git semver [Pipeline] } 04:09:57 $ docker stop --time=1 dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 04:09:59 $ docker rm -f dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 [Pipeline] // withDockerContainer [Pipeline] sh 04:09:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:10:00 Stashed 1 file(s) [Pipeline] echo 04:10:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:10:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:10:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:10:01 + sudo service docker restart 04:10:01 + true 04:10:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:10:02 ========================================================= 04:10:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:10:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:10:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:10:06 Sending build context to Docker daemon 327.2MB 04:10:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:10:06 Step 2/6 : FROM ${BASE} 04:10:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:10:06 188c0c94c7c5: Pulling fs layer 04:10:06 0ef7d3d256c8: Pulling fs layer 04:10:06 de9db76c5a1d: Pulling fs layer 04:10:06 bca2f99d35d6: Pulling fs layer 04:10:06 93359f2a8cfa: Pulling fs layer 04:10:06 7c6f9722023f: Pulling fs layer 04:10:06 a35cf1a2eb13: Pulling fs layer 04:10:06 bca2f99d35d6: Waiting 04:10:06 7c6f9722023f: Waiting 04:10:06 93359f2a8cfa: Waiting 04:10:06 a35cf1a2eb13: Waiting 04:10:06 de9db76c5a1d: Verifying Checksum 04:10:06 de9db76c5a1d: Download complete 04:10:06 0ef7d3d256c8: Verifying Checksum 04:10:06 0ef7d3d256c8: Download complete 04:10:06 93359f2a8cfa: Verifying Checksum 04:10:06 93359f2a8cfa: Download complete 04:10:06 7c6f9722023f: Verifying Checksum 04:10:06 7c6f9722023f: Download complete 04:10:06 188c0c94c7c5: Verifying Checksum 04:10:06 188c0c94c7c5: Download complete 04:10:06 188c0c94c7c5: Pull complete 04:10:06 0ef7d3d256c8: Pull complete 04:10:07 de9db76c5a1d: Pull complete 04:10:09 a35cf1a2eb13: Verifying Checksum 04:10:09 a35cf1a2eb13: Download complete 04:10:09 bca2f99d35d6: Verifying Checksum 04:10:09 bca2f99d35d6: Download complete 04:10:14 bca2f99d35d6: Pull complete 04:10:14 93359f2a8cfa: Pull complete 04:10:14 7c6f9722023f: Pull complete 04:10:15 Still waiting to schedule task 04:10:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:10:20 a35cf1a2eb13: Pull complete 04:10:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:10:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:10:20 ---> a62c8e92a672 04:10:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:10:20 ---> Running in 5da3c7b42f5a 04:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:10:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:10:22 (1/12) Installing libmagic (5.38-r0) 04:10:22 (2/12) Installing file (5.38-r0) 04:10:22 (3/12) Installing libc-dev (0.7.2-r3) 04:10:22 (4/12) Installing g++ (9.3.0-r2) 04:10:29 (5/12) Installing fortify-headers (1.1-r0) 04:10:29 (6/12) Installing patch (2.7.6-r6) 04:10:29 (7/12) Installing build-base (0.5-r2) 04:10:29 (8/12) Installing libsodium (1.0.18-r0) 04:10:29 (9/12) Installing pkgconf (1.7.2-r0) 04:10:29 (10/12) Installing libsodium-dev (1.0.18-r0) 04:10:29 (11/12) Installing libzmq (4.3.3-r0) 04:10:29 (12/12) Installing zeromq-dev (4.3.3-r0) 04:10:29 Executing busybox-1.31.1-r19.trigger 04:10:29 OK: 233 MiB in 51 packages 04:10:32 Removing intermediate container 5da3c7b42f5a 04:10:32 ---> 778e2b074a67 04:10:32 Step 4/6 : WORKDIR /edgex-go 04:10:32 ---> Running in 8fe1433bd497 04:10:32 Removing intermediate container 8fe1433bd497 04:10:32 ---> 910765cc3474 04:10:32 Step 5/6 : COPY go.mod . 04:10:33 ---> c653450c8cc5 04:10:33 Step 6/6 : RUN go mod download 04:10:33 ---> Running in 0bbe5a902ff8 04:10:55 Removing intermediate container 0bbe5a902ff8 04:10:55 ---> 43cfca0055f3 04:10:55 Successfully built 43cfca0055f3 04:10:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:10:55 + docker inspect -f . ci-base-image-x86_64 04:10:55 . [Pipeline] withDockerContainer 04:10:55 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:10:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:10:56 $ docker top a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:57 + go version 04:10:57 go version go1.15.5 linux/amd64 [Pipeline] } 04:10:57 $ docker stop --time=1 a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 04:10:58 $ docker rm -f a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:10:59 + docker inspect -f . ci-base-image-x86_64 04:10:59 . [Pipeline] withDockerContainer 04:10:59 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:10:59 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:11:00 $ docker top 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa -eo pid,comm [Pipeline] { [Pipeline] echo 04:11:00 ========================================================= 04:11:00 [edgeXBuildGoParallel] Running Tests and Build... 04:11:00 ========================================================= [Pipeline] sh 04:11:00 + make test 04:11:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:11:10 ? github.com/edgexfoundry/edgex-go [no test files] 04:11:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:11:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:11:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:11:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:11:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:11:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:11:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:11:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:11:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.0% of statements 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements 04:11:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.1% of statements 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:11:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:11:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:11:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:11:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:11:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.3% of statements 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 04:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:11:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 04:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 04:11:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23685 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws 04:11:59 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.0% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:11:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:11:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:12:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 04:12:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 04:12:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 04:12:00 GO111MODULE=on go vet ./... 04:12:04 using credential edgex-jenkins-ssh 04:12:04 Cloning the remote Git repository 04:12:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:12:04 > git init /w/workspace/edgex-go/7 # timeout=10 04:12:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:12:04 > git --version # timeout=10 04:12:04 > git --version # 'git version 2.17.1' 04:12:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:20 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 252d90ee886802feae2a22f96d363ec1950d4d35 04:12:21 Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 04:12:21 Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) 04:12:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:12:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:12:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:12:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:12:20 > git config core.sparsecheckout # timeout=10 04:12:20 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 04:12:21 > git remote # timeout=10 04:12:21 > git config --get remote.origin.url # timeout=10 04:12:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:21 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 04:12:21 > git rev-parse HEAD^{commit} # timeout=10 04:12:21 > git config core.sparsecheckout # timeout=10 04:12:21 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 04:12:25 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:12:27 gofmt -l . 04:12:27 [ "`gofmt -l .`" = "" ] 04:12:27 ./bin/test-go-mod-tidy.sh 04:12:27 ./bin/test-attribution-txt.sh [Pipeline] sh 04:12:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:12:27 + ls -al . 04:12:27 total 672 04:12:27 drwxrwxr-x 10 1001 1001 4096 Jan 28 04:12 . 04:12:27 drwxr-xr-x 4 root root 28 Jan 28 04:10 .. 04:12:27 -rw-rw-r-- 1 1001 1001 11 Jan 28 04:09 .dockerignore 04:12:27 drwxrwxr-x 8 1001 1001 179 Jan 28 04:09 .git 04:12:27 drwxrwxr-x 3 1001 1001 125 Jan 28 04:09 .github 04:12:27 -rw-rw-r-- 1 1001 1001 872 Jan 28 04:09 .gitignore 04:12:27 drwx------ 3 1001 1001 60 Jan 28 04:09 .semver 04:12:27 -rw-rw-r-- 1 1001 1001 166 Jan 28 04:09 .sonarcloud.properties 04:12:27 -rw-rw-r-- 1 1001 1001 7859 Jan 28 04:09 Attribution.txt 04:12:27 -rw-rw-r-- 1 1001 1001 3804 Jan 28 04:09 CONTRIBUTING.md 04:12:27 -rw-rw-r-- 1 1001 1001 931 Jan 28 04:09 Dockerfile.build 04:12:27 -rw-rw-r-- 1 1001 1001 863 Jan 28 04:09 Jenkinsfile 04:12:27 -rw-rw-r-- 1 1001 1001 10775 Jan 28 04:09 LICENSE 04:12:27 -rw-rw-r-- 1 1001 1001 6001 Jan 28 04:09 Makefile 04:12:27 -rw-rw-r-- 1 1001 1001 6524 Jan 28 04:09 README.md 04:12:27 -rw-rw-r-- 1 1001 1001 6755 Jan 28 04:09 SECURITY.md 04:12:27 -rw-rw-r-- 1 1001 1001 5 Jan 28 04:09 VERSION 04:12:27 -rw-rw-r-- 1 1001 1001 4131 Jan 28 04:09 ZMQWindows.md 04:12:27 drwxrwxr-x 2 1001 1001 117 Jan 28 04:09 bin 04:12:27 drwxrwxr-x 15 1001 1001 4096 Jan 28 04:09 cmd 04:12:27 -rw-r--r-- 1 root root 565356 Jan 28 04:12 coverage.out 04:12:27 -rw-r--r-- 1 root root 1054 Jan 28 04:12 go.mod 04:12:27 -rw-r--r-- 1 root root 19289 Jan 28 04:12 go.sum 04:12:27 drwxrwxr-x 8 1001 1001 127 Jan 28 04:09 internal 04:12:27 drwxrwxr-x 4 1001 1001 26 Jan 28 04:09 openapi 04:12:27 drwxrwxr-x 4 1001 1001 71 Jan 28 04:09 snap 04:12:27 -rw-rw-r-- 1 1001 1001 168 Jan 28 04:09 version.go [Pipeline] sh 04:12:28 + sudo service docker restart 04:12:28 + true 04:12:28 + '[' -e coverage.out ] 04:12:28 + chown 1001:1001 coverage.out [Pipeline] stash 04:12:28 Stashed 1 file(s) [Pipeline] sh 04:12:28 + make build 04:12:28 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:12:30 provisioning config files... 04:12:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5788032702667495849tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:30 ---> docker-login.sh 04:12:30 nexus3.edgexfoundry.org:10001 04:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:31 Configure a credential helper to remove this warning. See 04:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:31 04:12:31 Login Succeeded 04:12:31 nexus3.edgexfoundry.org:10002 04:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:32 Configure a credential helper to remove this warning. See 04:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:32 04:12:32 Login Succeeded 04:12:32 nexus3.edgexfoundry.org:10003 04:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:33 Configure a credential helper to remove this warning. See 04:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:33 04:12:33 Login Succeeded 04:12:33 nexus3.edgexfoundry.org:10004 04:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:33 Configure a credential helper to remove this warning. See 04:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:33 04:12:33 Login Succeeded 04:12:33 docker.io 04:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12: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 04:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:34 Configure a credential helper to remove this warning. See 04:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:34 04:12:34 Login Succeeded 04:12:34 ---> docker-login.sh ends [Pipeline] } 04:12:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:34 ========================================================= 04:12:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:12:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:12:38 Sending build context to Docker daemon 165.9MB 04:12:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:12:38 Step 2/6 : FROM ${BASE} 04:12:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:38 5f621e34cdf4: Pulling fs layer 04:12:38 a4357932f1b6: Pulling fs layer 04:12:38 18c013af1878: Pulling fs layer 04:12:38 00ac8860ef70: Pulling fs layer 04:12:38 63d7cb157983: Pulling fs layer 04:12:38 b116817d02f9: Pulling fs layer 04:12:38 745a02a5169b: Pulling fs layer 04:12:38 00ac8860ef70: Waiting 04:12:38 63d7cb157983: Waiting 04:12:38 b116817d02f9: Waiting 04:12:38 745a02a5169b: Waiting 04:12:38 18c013af1878: Download complete 04:12:38 a4357932f1b6: Verifying Checksum 04:12:38 a4357932f1b6: Download complete 04:12:38 63d7cb157983: Download complete 04:12:38 b116817d02f9: Verifying Checksum 04:12:38 b116817d02f9: Download complete 04:12:38 5f621e34cdf4: Verifying Checksum 04:12:38 5f621e34cdf4: Download complete 04:12:38 5f621e34cdf4: Pull complete 04:12:39 a4357932f1b6: Pull complete 04:12:39 18c013af1878: Pull complete 04:12: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 04:12:41 745a02a5169b: Verifying Checksum 04:12:41 745a02a5169b: Download complete 04:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:12:42 00ac8860ef70: Verifying Checksum 04:12:42 00ac8860ef70: Download complete 04:12:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:12:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:12:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:12:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:12:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:12:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:12:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:12:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:12: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 04:12:52 00ac8860ef70: Pull complete 04:12:52 63d7cb157983: Pull complete 04:12:52 b116817d02f9: Pull complete [Pipeline] } 04:12:53 $ docker stop --time=1 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa 04:12:55 $ docker rm -f 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa [Pipeline] // withDockerContainer [Pipeline] } 04:12:56 745a02a5169b: Pull complete 04:12:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:12:56 ---> b7e6874047d6 04:12:56 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 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:12:58 04:12:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:12:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:12:59 latest: Pulling from edgex-devops/edgex-compose 04:12:59 cbdbe7a5bc2a: Pulling fs layer 04:12:59 ca9280d653b3: Pulling fs layer 04:12:59 7e9c9ca2126c: Pulling fs layer 04:12:59 ---> Running in d9e72360db25 04:12:59 cbdbe7a5bc2a: Verifying Checksum 04:12:59 cbdbe7a5bc2a: Download complete 04:13:00 ca9280d653b3: Verifying Checksum 04:13:00 cbdbe7a5bc2a: Pull complete 04:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:01 7e9c9ca2126c: Verifying Checksum 04:13:01 7e9c9ca2126c: Download complete 04:13:01 ca9280d653b3: Pull complete 04:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:02 (1/12) Installing libmagic (5.38-r0) 04:13:02 (2/12) Installing file (5.38-r0) 04:13:03 (3/12) Installing libc-dev (0.7.2-r3) 04:13:03 (4/12) Installing g++ (9.3.0-r2) 04:13:07 7e9c9ca2126c: Pull complete 04:13:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:13:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:13:07 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:13:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:13:11 $ docker top 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:11 + docker-compose build --help 04:13:11 + grep parallel 04:13:12 --parallel Build images in parallel. [Pipeline] } 04:13:12 $ docker stop --time=1 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 04:13:13 (5/12) Installing fortify-headers (1.1-r0) 04:13:13 (6/12) Installing patch (2.7.6-r6) 04:13:13 (7/12) Installing build-base (0.5-r2) 04:13:13 (8/12) Installing libsodium (1.0.18-r0) 04:13:13 (9/12) Installing pkgconf (1.7.2-r0) 04:13:13 (10/12) Installing libsodium-dev (1.0.18-r0) 04:13:13 (11/12) Installing libzmq (4.3.3-r0) 04:13:13 (12/12) Installing zeromq-dev (4.3.3-r0) 04:13:13 Executing busybox-1.31.1-r19.trigger 04:13:13 OK: 217 MiB in 51 packages 04:13:13 $ docker rm -f 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:13:14 . [Pipeline] withDockerContainer 04:13:14 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:13:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:13:15 $ docker top 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:16 + docker-compose -f ./docker-compose-build.yml build --parallel 04:13:16 Building docker-core-command-go ... 04:13:16 Building docker-core-data-go ... 04:13:16 Building docker-core-metadata-go ... 04:13:16 Building docker-security-bootstrapper-go ... 04:13:16 Building docker-security-proxy-setup-go ... 04:13:16 Building docker-security-secretstore-setup-go ... 04:13:16 Building docker-support-notifications-go ... 04:13:16 Building docker-support-scheduler-go ... 04:13:16 Building docker-sys-mgmt-agent-go ... 04:13:16 Building docker-security-proxy-setup-go 04:13:16 Building docker-core-metadata-go 04:13:16 Building docker-support-notifications-go 04:13:16 Building docker-support-scheduler-go 04:13:16 Building docker-security-bootstrapper-go 04:13:17 Removing intermediate container d9e72360db25 04:13:17 ---> 97f4db460e6f 04:13:17 Step 4/6 : WORKDIR /edgex-go 04:13:17 ---> Running in 7cdd320b1124 04:13:17 Removing intermediate container 7cdd320b1124 04:13:17 ---> edd17296b369 04:13:17 Step 5/6 : COPY go.mod . 04:13:18 ---> 0bb5d023f3c8 04:13:18 Step 6/6 : RUN go mod download 04:13:18 ---> Running in 2fe383f5e59d 04:13:44 Removing intermediate container 2fe383f5e59d 04:13:44 ---> 7092767cac2b 04:13:44 Successfully built 7092767cac2b 04:13:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:13:45 + docker inspect -f . ci-base-image-arm64 04:13:45 . [Pipeline] withDockerContainer 04:13:45 prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container 04:13:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:46 $ docker top 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:47 + go version 04:13:47 go version go1.15.5 linux/arm64 [Pipeline] } 04:13:47 $ docker stop --time=1 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 04:13:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:13:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:13:49 ---> 43cfca0055f3 04:13:49 Step 3/23 : WORKDIR /edgex-go 04:13:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:13:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:13:49 ---> 43cfca0055f3 04:13:49 Step 3/22 : WORKDIR /edgex-go 04:13:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:13:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:13:49 ---> 43cfca0055f3 04:13:49 Step 3/21 : WORKDIR /edgex-go 04:13:49 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:13:49 Step 2/34 : FROM ${BUILDER_BASE} AS builder 04:13:49 ---> 43cfca0055f3 04:13:49 Step 3/34 : WORKDIR /edgex-go 04:13:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:13:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:13:49 ---> 43cfca0055f3 04:13:49 Step 3/22 : WORKDIR /edgex-go 04:13:49 ---> Running in fb34ec02349e 04:13:49 ---> Running in ef3f9a9d44f2 04:13:49 ---> Running in 290be530ffcf 04:13:49 ---> Running in 2a13826ade2d 04:13:49 ---> Running in f9dc45dbe6ff 04:13:49 Removing intermediate container f9dc45dbe6ff 04:13:49 ---> c5674a0c4ece 04:13:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:49 Removing intermediate container fb34ec02349e 04:13:49 ---> 577fc0b2b71d 04:13:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:49 Removing intermediate container 2a13826ade2d 04:13:49 ---> 40a22507be82 04:13:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:49 Removing intermediate container 290be530ffcf 04:13:49 ---> 0b41204db5e3 04:13:49 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:49 Removing intermediate container ef3f9a9d44f2 04:13:49 ---> db38cd3d0f92 04:13:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:49 $ docker rm -f 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 04:13:50 ---> Running in 3062e8d90a10 04:13:50 ---> Running in 0541399b5dd9 04:13:50 ---> Running in 01b2b770b7e9 04:13:50 ---> Running in f3d44e60d779 04:13:50 ---> Running in 15316a58596a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:50 + docker inspect -f . ci-base-image-arm64 04:13:50 . [Pipeline] withDockerContainer 04:13:51 prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container 04:13:51 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:52 $ docker top c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c -eo pid,comm [Pipeline] { [Pipeline] echo 04:13:53 ========================================================= 04:13:53 [edgeXBuildGoParallel] Running Tests and Build... 04:13:53 ========================================================= [Pipeline] sh 04:13:53 Removing intermediate container 01b2b770b7e9 04:13:53 ---> 28b0c61bb0a4 04:13:53 Step 5/23 : RUN apk add --update --no-cache make git 04:13:53 ---> Running in e12c84f83baf 04:13:53 Removing intermediate container 0541399b5dd9 04:13:53 ---> 7c00e8244663 04:13:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:13:53 Removing intermediate container 3062e8d90a10 04:13:53 ---> 0b5e8d5790b3 04:13:53 Step 5/21 : RUN apk add --update --no-cache make git 04:13:53 Removing intermediate container f3d44e60d779 04:13:53 ---> 71c42764ce64 04:13:53 Step 5/34 : RUN apk add --update --no-cache make git 04:13:53 ---> Running in 2c049002b291 04:13:53 ---> Running in 166e77888fe3 04:13:53 Removing intermediate container 15316a58596a 04:13:53 ---> 39ac2770fadf 04:13:53 Step 5/22 : RUN apk add --update --no-cache make git 04:13:53 ---> Running in aa40bd5bcdc5 04:13:53 ---> Running in df22f9608110 04:13:53 + make test 04:13:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:55 OK: 233 MiB in 51 packages 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:13:55 OK: 233 MiB in 51 packages 04:13:56 Removing intermediate container e12c84f83baf 04:13:56 ---> 416d89bafb8c 04:13:56 Step 6/23 : COPY go.mod . 04:13:56 OK: 233 MiB in 51 packages 04:13:56 OK: 233 MiB in 51 packages 04:13:56 Removing intermediate container 2c049002b291 04:13:56 ---> e03f349abe0d 04:13:56 Step 6/22 : COPY go.mod . 04:13:56 ---> 5fd95291c499 04:13:56 Step 7/23 : RUN go mod download 04:13:56 ---> Running in 2f096a67f991 04:13:56 OK: 233 MiB in 51 packages 04:13:56 ---> 08cc16204305 04:13:56 Step 7/22 : RUN go mod download 04:13:57 ---> Running in 678049335fa4 04:13:57 Removing intermediate container aa40bd5bcdc5 04:13:57 ---> c7ef5dc5cd5f 04:13:57 Step 6/34 : COPY go.mod . 04:13:57 Removing intermediate container 166e77888fe3 04:13:57 ---> 7dff38765d62 04:13:57 Step 6/21 : COPY go.mod . 04:13:57 ---> cb619afc819f 04:13:57 Step 7/34 : RUN go mod download 04:13:57 Removing intermediate container df22f9608110 04:13:57 ---> 71f812dd9995 04:13:57 Step 6/22 : COPY go.mod . 04:13:57 ---> Running in 59361619ab9f 04:13:57 ---> fba34aff1451 04:13:57 Step 7/21 : RUN go mod download 04:13:58 ---> Running in 340d02eed382 04:13:58 ---> 108fe0b4e34f 04:13:58 Step 7/22 : RUN go mod download 04:13:58 ---> Running in e6806fca57d1 04:13:59 Removing intermediate container 678049335fa4 04:13:59 ---> ee9ae01b6661 04:13:59 Step 8/22 : COPY . . 04:13:59 Removing intermediate container 2f096a67f991 04:13:59 ---> ad90d0d4e9b8 04:13:59 Step 8/23 : COPY . . 04:13:59 Removing intermediate container 59361619ab9f 04:13:59 ---> 24352fad368e 04:13:59 Step 8/34 : COPY . . 04:14:03 Removing intermediate container e6806fca57d1 04:14:03 ---> 2c563c7c8209 04:14:03 Step 8/22 : COPY . . 04:14:05 Removing intermediate container 340d02eed382 04:14:05 ---> c64523750541 04:14:05 Step 8/21 : COPY . . 04:14:15 ? github.com/edgexfoundry/edgex-go [no test files] 04:14:43 ---> 0c0a2c545843 04:14:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:14:43 ---> Running in 4325eb10103f 04:14:43 ---> fcb3a8c00891 04:14:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:14:43 ---> 343dc51b3af4 04:14:43 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 04:14:43 ---> 37ec96961bdd 04:14:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:14:43 ---> 46bfc3b9d7d6 04:14:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:14:43 ---> Running in dd18a4725224 04:14:43 ---> Running in ecbcc76a1db6 04:14:43 ---> Running in bad0e84f0419 04:14:43 ---> Running in 9ded9ee347b7 04:14:43 Removing intermediate container ecbcc76a1db6 04:14:43 ---> f4261d8ae09d 04:14:43 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 04:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:14:43 ---> Running in 229830f2c63e 04:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:15:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:15:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:15:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:15:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:15:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:15:15 Removing intermediate container dd18a4725224 04:15:15 ---> 3aded40ae83a 04:15:15 04:15:15 Step 10/22 : FROM alpine:3.12 04:15:15 Removing intermediate container bad0e84f0419 04:15:15 ---> 9327ae3d3c04 04:15:15 04:15:15 Step 10/22 : FROM alpine:3.12 04:15:15 3.12: Pulling from library/alpine 04:15:15 3.12: Pulling from library/alpine 04:15:15 + mkdir -p /tmp/build/dist/linux 04:15:15 + cd /tmp/build/dist/linux 04:15:15 + git clone https://github.com/jwilder/dockerize.git . 04:15:15 Cloning into '.'... 04:15:15 + go get github.com/robfig/glock 04:15:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:15:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:15:17 Status: Downloaded newer image for alpine:3.12 04:15:17 ---> 389fef711851 04:15:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:15:17 Status: Image is up to date for alpine:3.12 04:15:17 ---> 389fef711851 04:15:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:15:18 Removing intermediate container 9ded9ee347b7 04:15:18 ---> 6e534066fef1 04:15:18 04:15:18 Step 10/21 : FROM alpine:3.12 04:15:18 ---> 389fef711851 04:15:18 Step 11/21 : RUN apk add --update --no-cache curl 04:15:19 ---> Running in 169429d833c9 04:15:19 ---> Running in a14e228f1b50 04:15:19 ---> Running in 085dc1821d13 04:15:19 Removing intermediate container 4325eb10103f 04:15:19 ---> 3b3d294da83c 04:15:19 04:15:19 Step 10/23 : FROM alpine:3.12 04:15:19 ---> 389fef711851 04:15:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:15:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:15:19 ---> Running in f84b438d6a00 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:20 (1/2) Installing ca-certificates (20191127-r4) 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:20 (2/2) Installing dumb-init (1.2.2-r1) 04:15:20 Executing busybox-1.31.1-r19.trigger 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:20 Executing ca-certificates-20191127-r4.trigger 04:15:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:20 (1/4) Installing ca-certificates (20191127-r4) 04:15:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:15:20 (3/4) Installing libcurl (7.69.1-r3) 04:15:20 (4/4) Installing curl (7.69.1-r3) 04:15:20 OK: 6 MiB in 16 packages 04:15:20 Executing busybox-1.31.1-r19.trigger 04:15:20 Executing ca-certificates-20191127-r4.trigger 04:15:20 (1/1) Installing dumb-init (1.2.2-r1) 04:15:20 (1/1) Installing dumb-init (1.2.2-r1) 04:15:20 Executing busybox-1.31.1-r19.trigger 04:15:20 OK: 6 MiB in 15 packages 04:15:20 Executing busybox-1.31.1-r19.trigger 04:15:20 OK: 6 MiB in 15 packages 04:15:20 OK: 7 MiB in 18 packages 04:15:25 Removing intermediate container 169429d833c9 04:15:25 ---> 13f249711ce2 04:15:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:15:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:15:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:15:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:15:26 Removing intermediate container a14e228f1b50 04:15:26 ---> 831241d9a688 04:15:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:15:26 ---> Running in 20a93eb77058 04:15:26 Removing intermediate container f84b438d6a00 04:15:26 ---> 875cc15c2009 04:15:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:15:26 Removing intermediate container 085dc1821d13 04:15:26 ---> da4694ec46c7 04:15:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:15:26 ---> Running in a8f732b56480 04:15:26 ---> Running in c34a8285f456 04:15:26 ---> Running in 766f7a970826 04:15:26 Removing intermediate container 20a93eb77058 04:15:26 ---> d476a86a6f57 04:15:26 Step 13/22 : ENV APP_PORT=48060 04:15:26 ---> Running in ee0cb6c46fbc 04:15:27 Removing intermediate container a8f732b56480 04:15:27 ---> b9cd5ef85bc7 04:15:27 Step 13/23 : ENV APP_PORT=48081 04:15:27 Removing intermediate container c34a8285f456 04:15:27 ---> 5d075edb1389 04:15:27 Step 13/21 : WORKDIR /edgex 04:15:27 Removing intermediate container 766f7a970826 04:15:27 ---> 81ade312d977 04:15:27 Step 13/22 : ENV APP_PORT=48085 04:15:27 ---> Running in 8a00920d1e50 04:15:27 ---> Running in 155dec21cbf4 04:15:27 ---> Running in 9b9489431fef 04:15:27 Removing intermediate container ee0cb6c46fbc 04:15:27 ---> 60ca5d657e25 04:15:27 Step 14/22 : EXPOSE $APP_PORT 04:15:27 + glock sync -n 04:15:27  ---> Running in b3a7cc1aa945 04:15:27 Removing intermediate container 8a00920d1e50 04:15:27 ---> ab603df2b020 04:15:27 Step 14/23 : EXPOSE $APP_PORT 04:15:27 Removing intermediate container 155dec21cbf4 04:15:27 ---> f9f9c510d584 04:15:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:15:27 Removing intermediate container 9b9489431fef 04:15:27 ---> e27abfe377ac 04:15:27 Step 14/22 : EXPOSE $APP_PORT 04:15:27 ---> Running in 8f01e2f29c2e 04:15:27 ---> Running in 32e3e2cff03d 04:15:28 Removing intermediate container b3a7cc1aa945 04:15:28 ---> b4444df8f4fe 04:15:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:15:28 ---> 16b9113e4761 04:15:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:15:28 Removing intermediate container 8f01e2f29c2e 04:15:28 ---> d6ab1ba95902 04:15:28 Step 15/23 : WORKDIR / 04:15:28 Removing intermediate container 32e3e2cff03d 04:15:28 ---> 3d663f31b3a2 04:15:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:15:28 ---> Running in 953b6426675c 04:15:28 ---> b2f8a5752c95 04:15:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:15:28 ---> 6b8c13a70d46 04:15:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:15:28 ---> ed0ecce4c38b 04:15:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:15:28 Removing intermediate container 953b6426675c 04:15:28 ---> c6f415678d07 04:15:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:15:29 ---> 5f669f047b27 04:15:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:15:29 ---> c00eb149e297 04:15:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:15:29 ---> f26bfe4c0a39 04:15:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:15:29 ---> 2918740fe2ac 04:15:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:15:29 ---> Running in 4a76731a2fbe 04:15:30 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 04:15:31 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 04:15:31 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 04:15:31 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 04:15:31 + git describe '--abbrev=0' --tags 04:15:31 + TAG=v0.6.1 04:15:31 + LDFLAGS='-X main.buildVersion=v0.6.1' 04:15:31 + apk --print-arch 04:15:31 + arch=x86_64 04:15:31 + echo 'building [dockerize] for amd64 ... ' 04:15:31 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 04:15:31 building [dockerize] for amd64 ... 04:15:31 Removing intermediate container 4a76731a2fbe 04:15:31 ---> dbfe66c66183 04:15:31 Step 18/21 : CMD ["--init=true"] 04:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.338s coverage: 46.0% of statements 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:15:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:15:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements 04:15:32 ---> 1bd5bae437fd 04:15:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:15:32 ---> e80736768e7f 04:15:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:15:32 ---> Running in 8c050886213a 04:15:32 ---> 9dd3a2a9d543 04:15:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:15:32 ---> Running in 0bbb07f356e7 04:15:32 ---> Running in a4d4285e37c5 04:15:33 Removing intermediate container 8c050886213a 04:15:33 ---> f364749b1c72 04:15:33 Step 19/21 : LABEL arch=x86_64 04:15:33 ---> b08f54bb0b16 04:15:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:15:33 Removing intermediate container 0bbb07f356e7 04:15:33 ---> 313f899c3187 04:15:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:33 ---> Running in e67a1fc6fdc6 04:15:33 Removing intermediate container a4d4285e37c5 04:15:33 ---> a03bf822668a 04:15:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:33 ---> Running in fbb4e65045b2 04:15:33 ---> Running in bf18900b64e1 04:15:33 ---> Running in a2e619a68a9f 04:15:33 Removing intermediate container e67a1fc6fdc6 04:15:33 ---> e0db2d229f3a 04:15:33 Step 20/21 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:15:34 ---> Running in e64e207a5ba8 04:15:34 Removing intermediate container bf18900b64e1 04:15:34 ---> 4fb5c4e345a0 04:15:34 Step 20/22 : LABEL arch=x86_64 04:15:34 Removing intermediate container a2e619a68a9f 04:15:34 ---> cea723f0c98d 04:15:34 Step 20/22 : LABEL arch=x86_64 04:15:34 ---> Running in 9119481e89b0 04:15:34 Removing intermediate container fbb4e65045b2 04:15:34 ---> 12ce95aad06d 04:15:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:34 ---> Running in ce4a609d815c 04:15:34 Removing intermediate container e64e207a5ba8 04:15:34 ---> 27c7d9ed1648 04:15:34 Step 21/21 : LABEL version=0.0.0 04:15:34 ---> Running in 06e9bf0a92b7 04:15:34 ---> Running in 09e4ba62b39b 04:15:34 Removing intermediate container 9119481e89b0 04:15:34 ---> 04fb8ed68ddb 04:15:34 Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:15:34 Removing intermediate container ce4a609d815c 04:15:34 ---> eb5cdfaa55f8 04:15:34 Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:15:34 ---> Running in f717b7bdbf9e 04:15:34 ---> Running in 1ec7b8d2bcea 04:15:34 Removing intermediate container 06e9bf0a92b7 04:15:34 ---> b9f8a3f889e0 04:15:34 Step 21/23 : LABEL arch=x86_64 04:15:34 Removing intermediate container 09e4ba62b39b 04:15:34 ---> 1104c4861b90 04:15:34 04:15:35 ---> Running in 9b98d4e52554 04:15:35 Removing intermediate container 1ec7b8d2bcea 04:15:35 ---> 6d5d195acbcf 04:15:35 Step 22/22 : LABEL version=0.0.0 04:15:35 Successfully built 1104c4861b90 04:15:36 Removing intermediate container f717b7bdbf9e 04:15:36 ---> 5ed6686f7406 04:15:36 Step 22/22 : LABEL version=0.0.0 04:15:36 Successfully tagged docker-security-proxy-setup-go:latest 04:15:36 Building docker-sys-mgmt-agent-go 04:15:36  Building docker-security-proxy-setup-go ... done  ---> Running in 3eb9fba3229d 04:15:36 ---> Running in 3c971488f01b 04:15:36 Removing intermediate container 9b98d4e52554 04:15:36 ---> 0df4177f4683 04:15:36 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:15:36 ---> Running in b9854a4ce613 04:15:36 Removing intermediate container 3eb9fba3229d 04:15:36 ---> c66478537ac9 04:15:36 04:15:36 Removing intermediate container 3c971488f01b 04:15:36 ---> 5917c63a222f 04:15:36 04:15:36 Removing intermediate container b9854a4ce613 04:15:36 ---> 0b1968d89098 04:15:36 Step 23/23 : LABEL version=0.0.0 04:15:36 Successfully built c66478537ac9 04:15:36 Successfully tagged docker-support-notifications-go:latest 04:15:36  Building docker-support-notifications-go ... done Building docker-core-command-go 04:15:36 Successfully built 5917c63a222f 04:15:36 ---> Running in 930adbc4ef39 04:15:36 Successfully tagged docker-support-scheduler-go:latest 04:15:36 Building docker-core-data-go 04:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:15:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:15:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:15:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 65.8% of statements 04:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:15:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:15:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.637s coverage: 82.3% of statements 04:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:15:49  Building docker-support-scheduler-go ... done Removing intermediate container 930adbc4ef39 04:15:49 ---> 2fd397afd213 04:15:49 04:15:49 Successfully built 2fd397afd213 04:15:49 Successfully tagged docker-core-metadata-go:latest 04:15:49 Building docker-security-secretstore-setup-go 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.133s coverage: 100.0% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.168s coverage: 92.8% of statements 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:15:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 43.8% of statements 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 79.5% of statements 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 04:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 04:16:04  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:16:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:16:04 ---> 43cfca0055f3 04:16:04 Step 3/26 : WORKDIR /edgex-go 04:16:04 ---> Using cache 04:16:04 ---> db38cd3d0f92 04:16:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:04 ---> Using cache 04:16:04 ---> 39ac2770fadf 04:16:04 Step 5/26 : RUN apk add --update --no-cache make bash git 04:16:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:16:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:16:04 ---> 43cfca0055f3 04:16:04 Step 3/23 : WORKDIR /edgex-go 04:16:04 ---> Using cache 04:16:04 ---> db38cd3d0f92 04:16:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:04 ---> Using cache 04:16:04 ---> 39ac2770fadf 04:16:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:16:04 04:16:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:16:04 ---> 43cfca0055f3 04:16:04 Step 3/23 : WORKDIR /edgex-go 04:16:04 ---> Using cache 04:16:04 ---> db38cd3d0f92 04:16:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:04 ---> Using cache 04:16:04 ---> 39ac2770fadf 04:16:04 Step 5/23 : RUN apk add --update --no-cache make git 04:16:04 ---> Using cache 04:16:04 ---> 71f812dd9995 04:16:04 Step 6/23 : COPY go.mod . 04:16:04 ---> Using cache 04:16:04 ---> 108fe0b4e34f 04:16:04 Step 7/23 : RUN go mod download 04:16:04 ---> Using cache 04:16:04 ---> 2c563c7c8209 04:16:04 Step 8/23 : COPY . . 04:16:05 ---> Using cache 04:16:05 ---> 37ec96961bdd 04:16:05 Step 9/23 : RUN make cmd/core-command/core-command 04:16:05 ---> Running in 1213b3bcc565 04:16:05 ---> Running in 642e49f9c3d5 04:16:05 ---> Running in b6064f624b01 04:16:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:16:08 + date 04:16:08 + echo 'Thu Jan 28 04:16:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 04:16:08 Thu Jan 28 04:16:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 04:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 04:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 04:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:16:09 OK: 233 MiB in 51 packages 04:16:10 OK: 233 MiB in 51 packages 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:16:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:16:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:16:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 04:16:12 Removing intermediate container b6064f624b01 04:16:12 ---> 1f95c9fed50d 04:16:12 Step 6/23 : COPY go.mod . 04:16:12 Removing intermediate container 1213b3bcc565 04:16:12 ---> 2fbeb83803b1 04:16:12 Step 6/26 : COPY go.mod . 04:16:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 04:16:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 04:16:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 04:16:14 ---> c5323ef61030 04:16:14 Step 7/26 : RUN go mod download 04:16:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 04:16:14 ---> 49b169419786 04:16:14 Step 7/23 : RUN go mod download 04:16:15 ---> Running in a5c0519fda47 04:16:16 ---> Running in 8edb1e06a976 04:16:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:16:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:16:16 ---> 43cfca0055f3 04:16:16 Step 3/24 : WORKDIR /edgex-go 04:16:16 ---> Using cache 04:16:16 ---> db38cd3d0f92 04:16:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:16 ---> Using cache 04:16:16 ---> 39ac2770fadf 04:16:16 Step 5/24 : RUN apk add --update --no-cache make git 04:16:16 ---> Using cache 04:16:16 ---> 71f812dd9995 04:16:16 Step 6/24 : COPY go.mod . 04:16:16 ---> Using cache 04:16:16 ---> 108fe0b4e34f 04:16:16 Step 7/24 : RUN go mod download 04:16:16 ---> Using cache 04:16:16 ---> 2c563c7c8209 04:16:16 Step 8/24 : COPY . . 04:16:16 ---> Using cache 04:16:16 ---> 37ec96961bdd 04:16:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:16:17 ---> Running in ff06658fe0ed 04:16:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.786s coverage: 68.9% of statements 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.0% of statements 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:16:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.519s coverage: 84.0% of statements 04:16:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 04:16:20 Removing intermediate container a5c0519fda47 04:16:20 ---> 0a2d309fd242 04:16:20 Step 8/26 : COPY . . 04:16:21 Removing intermediate container 8edb1e06a976 04:16:21 ---> 93e4f10fa7a2 04:16:21 Step 8/23 : COPY . . 04:16:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.1% of statements 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:16:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:16:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 04:16:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.004s coverage: 29.1% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:16:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:16:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.118s coverage: 100.0% of statements 04:16:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 04:16:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 04:16:33 GO111MODULE=on go vet ./... 04:16:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:16:49 Removing intermediate container 229830f2c63e 04:16:49 ---> fc52653a26d6 04:16:49 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 04:16:54 ---> Running in 7409e53955be 04:16:55 ---> cd0779e1ed8a 04:16:55 Step 9/23 : RUN make cmd/core-data/core-data 04:16:55 Removing intermediate container 642e49f9c3d5 04:16:55 ---> b5560d1441cb 04:16:55 04:16:55 Step 10/23 : FROM alpine:3.12 04:16:55 ---> 389fef711851 04:16:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:16:55 ---> Using cache 04:16:55 ---> da4694ec46c7 04:16:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:16:55 ---> Using cache 04:16:55 ---> 81ade312d977 04:16:55 Step 13/23 : ENV APP_PORT=48082 04:16:56 ---> 89f6bdb95eec 04:16:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:16:56 ---> Running in 7de00344875e 04:16:56 ---> Running in 216545d74fd6 04:16:56 ---> Running in a528246adfec 04:16:56 Removing intermediate container 216545d74fd6 04:16:56 ---> c4ddde1037e5 04:16:56 Step 14/23 : EXPOSE $APP_PORT 04:16:56 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 04:16:56 statically linked 04:16:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:16:57 ---> Running in f6766d3a4801 04:16:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:16:58 Removing intermediate container f6766d3a4801 04:16:58 ---> 59bcf8b1bedd 04:16:58 Step 15/23 : WORKDIR / 04:16:58 Removing intermediate container ff06658fe0ed 04:16:58 ---> 7395be4b1e60 04:16:58 04:16:58 Step 10/24 : FROM alpine:3.12 04:16:58 ---> 389fef711851 04:16:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:16:59 ---> Running in 60210ce8d75d 04:16:59 ---> Running in 8a216f1c39bc 04:16:59 Removing intermediate container 7409e53955be 04:16:59 ---> 59b0e5b10757 04:16:59 04:16:59 Step 12/34 : FROM alpine:3.12 04:16:59 ---> 389fef711851 04:16:59 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:16:59 ---> Running in 0817f2527234 04:16:59 Removing intermediate container 60210ce8d75d 04:16:59 ---> 144f0dbdf8f0 04:16:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:16:59 Removing intermediate container 0817f2527234 04:16:59 ---> 97ad7d556819 04:16:59 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 04:16:59 ---> Running in c9d6044391d6 04:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:01 ---> 3eadc9590051 04:17:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:17:01 (1/5) Installing ca-certificates (20191127-r4) 04:17:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:17:01 (3/5) Installing libcurl (7.69.1-r3) 04:17:01 (4/5) Installing curl (7.69.1-r3) 04:17:01 (5/5) Installing dumb-init (1.2.2-r1) 04:17:01 Executing busybox-1.31.1-r19.trigger 04:17:01 Executing ca-certificates-20191127-r4.trigger 04:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:01 OK: 7 MiB in 19 packages 04:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:02 (1/3) Installing dumb-init (1.2.2-r1) 04:17:02 (2/3) Installing openssl (1.1.1i-r0) 04:17:02 (3/3) Installing su-exec (0.2-r1) 04:17:02 Executing busybox-1.31.1-r19.trigger 04:17:02 OK: 6 MiB in 17 packages 04:17:04 ---> 62d45b67f60b 04:17:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:17:04 Removing intermediate container 8a216f1c39bc 04:17:04 ---> bff8afaaf5a4 04:17:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:17:04 ---> 776d8ed2050a 04:17:04 Step 19/23 : ENTRYPOINT ["/core-command"] 04:17:04 ---> Running in 1e9818d23574 04:17:04 Removing intermediate container c9d6044391d6 04:17:04 ---> 6732de506bd7 04:17:04 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 04:17:04 ---> Running in 0137180f4183 04:17:04 ---> Running in 3ca8add4ea3b 04:17:04 Removing intermediate container 1e9818d23574 04:17:04 ---> 5896f9b79f82 04:17:04 Step 13/24 : WORKDIR / 04:17:05 ---> Running in 23fa75274d11 04:17:05 Removing intermediate container 0137180f4183 04:17:05 ---> 5c50928c09d1 04:17:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:17:05 Removing intermediate container 3ca8add4ea3b 04:17:05 ---> e3a69ccff273 04:17:05 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:17:05 ---> Running in 15bdab112c22 04:17:05 ---> Running in fef4899bf929 04:17:05 Removing intermediate container 23fa75274d11 04:17:05 ---> b5c5ac859d72 04:17: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 04:17:06 Removing intermediate container 15bdab112c22 04:17:06 ---> 0433fc2c54d5 04:17:06 Step 21/23 : LABEL arch=x86_64 04:17:06 ---> Running in 2e0dd237f46c 04:17:06 Removing intermediate container fef4899bf929 04:17:06 ---> 7e4477ab009a 04:17:06 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:17:06 ---> Running in c190f018b213 04:17:06 ---> 450ef4ab3e72 04:17: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 04:17:06 Removing intermediate container 2e0dd237f46c 04:17:06 ---> c0439406214c 04:17:06 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:17:07 ---> Running in 52d49b52b94c 04:17:07 ---> 78a9ddb3cae6 04:17:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:17:07 Removing intermediate container 52d49b52b94c 04:17:07 ---> 7d84019dfc7f 04:17:07 Step 23/23 : LABEL version=0.0.0 04:17:09 ---> 7215e360fe84 04:17:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:17:09 ---> Running in 0ccd35aac801 04:17:09 Removing intermediate container 0ccd35aac801 04:17:09 ---> 15bca0e45dec 04:17:09 04:17:09 Successfully built 15bca0e45dec 04:17:09 Successfully tagged docker-core-command-go:latest 04:17:09 Removing intermediate container c190f018b213 04:17:09 ---> 8a8fd405422b 04:17:09 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 04:17:09  Building docker-core-command-go ... done  ---> Running in 79771b7ab2be 04:17:09 ---> 9150e1961e06 04:17:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:17:10 Removing intermediate container 79771b7ab2be 04:17:10 ---> f14a8e9af358 04:17:10 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 04:17:10 ---> a4ba1d6a7ae3 04:17:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:17:11 ---> 4bba4d869186 04:17:11 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:17:11 ---> 911a75e3b263 04:17:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:17:11 ---> Running in efb85896bbbd 04:17:11 ---> 5239d3e6ccd9 04:17:11 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:17:12 ---> Running in 52a339dc22d7 04:17:14 Removing intermediate container efb85896bbbd 04:17:14 ---> 1389b7b4fb33 04:17:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:17:14 ---> Running in 644d1bc383a4 04:17:14 Removing intermediate container 644d1bc383a4 04:17:14 ---> ded572479830 04:17:14 Step 22/24 : LABEL arch=x86_64 04:17:14 ---> Running in 39771c5cc18f 04:17:14 Removing intermediate container 52a339dc22d7 04:17:14 ---> d158400b0999 04:17:14 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 04:17:15 Removing intermediate container 39771c5cc18f 04:17:15 ---> 7efdcfc123d3 04:17:15 Step 23/24 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:17:15 ---> Running in 101a0e34a5ad 04:17:15 ---> c627cc0c1fa9 04:17:15 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:17:15 Removing intermediate container 101a0e34a5ad 04:17:15 ---> 4fd9f601054d 04:17:15 Step 24/24 : LABEL version=0.0.0 04:17:15 ---> Running in 8056cc14c517 04:17:16 Removing intermediate container 8056cc14c517 04:17:16 ---> 4fdedef45d78 04:17:16 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:17:16 ---> 301fa6170caa 04:17:16 04:17:16 Successfully built 301fa6170caa 04:17:16 Successfully tagged docker-security-secretstore-setup-go:latest 04:17:18  Building docker-security-secretstore-setup-go ... done  ---> 3d35b25f8fe9 04:17:18 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:17:18 Removing intermediate container a528246adfec 04:17:18 ---> ca877c960e73 04:17:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:17:18 ---> Running in 9077a62eb6fe 04:17:20 ---> a1290407b696 04:17:20 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:17:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:17:20 ---> 42850efe9c39 04:17:20 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 04:17:21 ---> Running in 6f65456044b2 04:17:22 Removing intermediate container 6f65456044b2 04:17:22 ---> c8256890aadb 04:17:22 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:17:24 Removing intermediate container 7de00344875e 04:17:24 ---> ca433aa00264 04:17:24 04:17:24 Step 10/23 : FROM alpine:3.12 04:17:24 ---> 389fef711851 04:17:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:17:24 ---> f39b37bb4a18 04:17:24 Step 29/34 : RUN chmod +x /entrypoint.sh 04:17:24 ---> Running in ec01ad1e1b51 04:17:24 ---> Running in a6e216cacc56 04:17:24 Removing intermediate container 9077a62eb6fe 04:17:24 ---> 2ac0c9245898 04:17:24 04:17:24 Step 11/26 : FROM docker:20.10.0 04:17:24 Removing intermediate container ec01ad1e1b51 04:17:24 ---> 8e2517f9a377 04:17:24 Step 12/23 : ENV APP_PORT=48080 04:17:24 20.10.0: Pulling from library/docker 04:17:24 ---> Running in c545f2423482 04:17:25 Removing intermediate container c545f2423482 04:17:25 ---> a754de7e4e62 04:17:25 Step 13/23 : EXPOSE $APP_PORT 04:17:25 ---> Running in bab6d2171134 04:17:26 Removing intermediate container bab6d2171134 04:17:26 ---> d07d2932bb32 04:17:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:26 ---> Running in c190722dce92 04:17:26 Removing intermediate container a6e216cacc56 04:17:26 ---> 7a9f1fb0b6fe 04:17:26 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 04:17:27 ---> Running in 9e45e6d17466 04:17:27 Removing intermediate container 9e45e6d17466 04:17:27 ---> c1266701d673 04:17:27 Step 31/34 : CMD ["gate"] 04:17:27 ---> Running in b9fcb7c6f990 04:17:28 Removing intermediate container c190722dce92 04:17:28 ---> 3357567c63a1 04:17:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:17:28 Removing intermediate container b9fcb7c6f990 04:17:28 ---> 15a053666c0b 04:17:28 Step 32/34 : LABEL arch=x86_64 04:17:28 ---> Running in ab9a130ccf82 04:17:28 ---> Running in 77406f9186ea 04:17:28 Removing intermediate container 77406f9186ea 04:17:28 ---> 90f56286dd26 04:17:28 Step 33/34 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:17:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:29 ---> Running in 8bb8873a015c 04:17:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:30 Removing intermediate container 8bb8873a015c 04:17:30 ---> d9a5efccbb38 04:17:30 Step 34/34 : LABEL version=0.0.0 04:17:30 (1/6) Installing dumb-init (1.2.2-r1) 04:17:30 (2/6) Installing libgcc (9.3.0-r2) 04:17:30 (3/6) Installing libsodium (1.0.18-r0) 04:17:30 ---> Running in 64476faed598 04:17:30 (4/6) Installing libstdc++ (9.3.0-r2) 04:17:30 Removing intermediate container 64476faed598 04:17:30 ---> 66a2d07e7255 04:17:30 04:17:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:17:31 Status: Downloaded newer image for docker:20.10.0 04:17:31 ---> aefe523efa57 04:17:31 Step 12/26 : RUN apk add --no-cache bash 04:17:31 (5/6) Installing libzmq (4.3.3-r0) 04:17:31 ---> Running in 08979981d83e 04:17:31 Successfully built 66a2d07e7255 04:17:31 Successfully tagged docker-security-bootstrapper-go:latest 04:17:31  Building docker-security-bootstrapper-go ... done (6/6) Installing zeromq (4.3.3-r0) 04:17:31 Executing busybox-1.31.1-r19.trigger 04:17:31 OK: 8 MiB in 20 packages 04:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:31 Removing intermediate container ab9a130ccf82 04:17:31 ---> 7ce15d56a5d0 04:17:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:32 (1/2) Installing readline (8.0.4-r0) 04:17:32 (2/2) Installing bash (5.0.17-r0) 04:17:32 Executing bash-5.0.17-r0.post-install 04:17:32 Executing busybox-1.31.1-r19.trigger 04:17:32 OK: 12 MiB in 22 packages 04:17:32 ---> d488c072f406 04:17:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:17:32 ---> 566852c258f0 04:17:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:17:32 Removing intermediate container 08979981d83e 04:17:32 ---> dd74064b772a 04:17:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:17:32 ---> Running in 4317e7dde3ce 04:17:32 Removing intermediate container 4317e7dde3ce 04:17:32 ---> fb64c914beac 04:17:32 Step 14/26 : ENV APP_PORT=48090 04:17:32 ---> 56c0b163d3de 04:17:32 Step 19/23 : ENTRYPOINT ["/core-data"] 04:17:33 ---> Running in 83e08df32d84 04:17:33 ---> Running in cbf7887cdce4 04:17:33 Removing intermediate container 83e08df32d84 04:17:33 ---> 40f7bf82e2f8 04:17:33 Step 15/26 : EXPOSE $APP_PORT 04:17:33 Removing intermediate container cbf7887cdce4 04:17:33 ---> fc0c40fa52ee 04:17:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:17:33 ---> Running in 9447a4be4c1c 04:17:33 ---> Running in 364d5fe4c14d 04:17:33 Removing intermediate container 364d5fe4c14d 04:17:33 ---> 8c14940fb5af 04:17:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:17:33 Removing intermediate container 9447a4be4c1c 04:17:33 ---> f3c86f8d3356 04:17:33 Step 21/23 : LABEL arch=x86_64 04:17:33 ---> Running in f4905f2f10a8 04:17:34 Removing intermediate container f4905f2f10a8 04:17:34 ---> 0f4751cbf932 04:17:34 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:17:34 ---> Running in 581a2976b294 04:17:34 ---> 4c8b5b07434e 04:17:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:17:34 Removing intermediate container 581a2976b294 04:17:34 ---> e94d46d9a314 04:17:34 Step 23/23 : LABEL version=0.0.0 04:17:34 ---> Running in ffdd4aa37733 04:17:34 ---> c95e8b5a64ed 04:17:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:17:34 Removing intermediate container ffdd4aa37733 04:17:34 ---> 234aa09cc8ec 04:17:34 04:17:34 Successfully built 234aa09cc8ec 04:17:34 Successfully tagged docker-core-data-go:latest 04:17:34  Building docker-core-data-go ... done  ---> 481fbb1f0a16 04:17:34 Step 19/26 : RUN apk --no-cache add py3-pip 04:17:34 ---> Running in 175ef5c59a67 04:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:17:35 (1/33) Installing libbz2 (1.0.8-r1) 04:17:35 (2/33) Installing expat (2.2.9-r1) 04:17:35 (3/33) Installing libffi (3.3-r2) 04:17:35 (4/33) Installing gdbm (1.13-r1) 04:17:35 (5/33) Installing xz-libs (5.2.5-r0) 04:17:35 (6/33) Installing sqlite-libs (3.32.1-r0) 04:17:35 (7/33) Installing python3 (3.8.5-r0) 04:17:36 (8/33) Installing py3-appdirs (1.4.4-r1) 04:17:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:17:36 (10/33) Installing py3-parsing (2.4.7-r0) 04:17:36 (11/33) Installing py3-six (1.15.0-r0) 04:17:36 (12/33) Installing py3-packaging (20.4-r0) 04:17:36 (13/33) Installing py3-setuptools (47.0.0-r0) 04:17:36 (14/33) Installing py3-chardet (3.0.4-r4) 04:17:36 (15/33) Installing py3-idna (2.9-r0) 04:17:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:17:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:17:37 (18/33) Installing py3-requests (2.23.0-r0) 04:17:37 (19/33) Installing py3-msgpack (1.0.0-r0) 04:17:37 (20/33) Installing py3-lockfile (0.12.2-r3) 04:17:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:17:37 (22/33) Installing py3-colorama (0.4.3-r0) 04:17:37 (23/33) Installing py3-distlib (0.3.0-r0) 04:17:37 (24/33) Installing py3-distro (1.5.0-r1) 04:17:37 (25/33) Installing py3-webencodings (0.5.1-r3) 04:17:37 (26/33) Installing py3-html5lib (1.0.1-r4) 04:17:37 (27/33) Installing py3-pytoml (0.1.21-r0) 04:17:37 (28/33) Installing py3-pep517 (0.8.2-r0) 04:17:37 (29/33) Installing py3-progress (1.5-r0) 04:17:37 (30/33) Installing py3-toml (0.10.1-r0) 04:17:37 (31/33) Installing py3-retrying (1.3.3-r0) 04:17:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:17:37 (33/33) Installing py3-pip (20.1.1-r0) 04:17:37 Executing busybox-1.31.1-r19.trigger 04:17:37 OK: 71 MiB in 55 packages 04:17:41 gofmt -l . 04:17:43 [ "`gofmt -l .`" = "" ] 04:17:46 ./bin/test-go-mod-tidy.sh 04:17:46 ./bin/test-attribution-txt.sh 04:17:47 Removing intermediate container 175ef5c59a67 04:17:47 ---> 2ba5a2ae83e1 04:17:47 Step 20/26 : RUN pip install docker-compose==1.23.2 04:17:47 ---> Running in ceae6e73c815 [Pipeline] sh 04:17:48 Collecting docker-compose==1.23.2 04:17:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:17:48 Collecting websocket-client<1.0,>=0.32.0 04:17:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:17:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:17:48 + ls -al . 04:17:48 total 700 04:17:48 drwxrwxr-x 9 1001 1001 4096 Jan 28 04:17 . 04:17:48 drwxr-xr-x 4 root root 4096 Jan 28 04:13 .. 04:17:48 -rw-rw-r-- 1 1001 1001 11 Jan 28 04:12 .dockerignore 04:17:48 drwxrwxr-x 8 1001 1001 4096 Jan 28 04:12 .git 04:17:48 drwxrwxr-x 3 1001 1001 4096 Jan 28 04:12 .github 04:17:48 -rw-rw-r-- 1 1001 1001 872 Jan 28 04:12 .gitignore 04:17:48 -rw-rw-r-- 1 1001 1001 166 Jan 28 04:12 .sonarcloud.properties 04:17:48 -rw-rw-r-- 1 1001 1001 7859 Jan 28 04:12 Attribution.txt 04:17:48 -rw-rw-r-- 1 1001 1001 3804 Jan 28 04:12 CONTRIBUTING.md 04:17:48 -rw-rw-r-- 1 1001 1001 931 Jan 28 04:12 Dockerfile.build 04:17:48 -rw-rw-r-- 1 1001 1001 863 Jan 28 04:12 Jenkinsfile 04:17:48 -rw-rw-r-- 1 1001 1001 10775 Jan 28 04:12 LICENSE 04:17:48 -rw-rw-r-- 1 1001 1001 6001 Jan 28 04:12 Makefile 04:17:48 -rw-rw-r-- 1 1001 1001 6524 Jan 28 04:12 README.md 04:17:48 -rw-rw-r-- 1 1001 1001 6755 Jan 28 04:12 SECURITY.md 04:17:48 -rw-rw-r-- 1 1001 1001 5 Jan 28 04:09 VERSION 04:17:48 -rw-rw-r-- 1 1001 1001 4131 Jan 28 04:12 ZMQWindows.md 04:17:48 drwxrwxr-x 2 1001 1001 4096 Jan 28 04:12 bin 04:17:48 drwxrwxr-x 15 1001 1001 4096 Jan 28 04:12 cmd 04:17:48 -rw-r--r-- 1 root root 565356 Jan 28 04:16 coverage.out 04:17:48 -rw-r--r-- 1 root root 1054 Jan 28 04:17 go.mod 04:17:48 -rw-r--r-- 1 root root 19289 Jan 28 04:17 go.sum 04:17:48 drwxrwxr-x 8 1001 1001 4096 Jan 28 04:12 internal 04:17:48 drwxrwxr-x 4 1001 1001 4096 Jan 28 04:12 openapi 04:17:48 drwxrwxr-x 4 1001 1001 4096 Jan 28 04:12 snap 04:17:48 -rw-rw-r-- 1 1001 1001 168 Jan 28 04:12 version.go [Pipeline] sh 04:17:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:17:49 Collecting PyYAML<4,>=3.10 04:17:49 Downloading PyYAML-3.13.tar.gz (270 kB) 04:17:49 + '[' -e coverage.out ] 04:17:49 + chown 1001:1001 coverage.out [Pipeline] stash 04:17:49 Warning: overwriting stash ‘coverage-report’ 04:17:50 Collecting docker<4.0,>=3.6.0 04:17:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:17:50 Collecting dockerpty<0.5,>=0.4.1 04:17:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:17:50 Stashed 1 file(s) [Pipeline] sh 04:17:50 Collecting jsonschema<3,>=2.5.1 04:17:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:17:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:17:50 Collecting docopt<0.7,>=0.6.1 04:17:50 Downloading docopt-0.6.2.tar.gz (25 kB) 04:17:51 Collecting cached-property<2,>=1.2.0 04:17:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:17:51 Collecting texttable<0.10,>=0.9.0 04:17:51 Downloading texttable-0.9.1.tar.gz (11 kB) 04:17:51 + make build 04:17:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:17:52 Collecting idna<2.8,>=2.5 04:17:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:17:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:17:52 Collecting urllib3<1.25,>=1.21.1 04:17:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:17:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:17:52 Collecting docker-pycreds>=0.4.0 04:17:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:17:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:17:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:17:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:17:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:17:52 Installing collected packages: websocket-client, idna, urllib3, requests, PyYAML, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, texttable, docker-compose 04:17:52 Attempting uninstall: idna 04:17:52 Found existing installation: idna 2.9 04:17:52 Uninstalling idna-2.9: 04:17:52 Successfully uninstalled idna-2.9 04:17:52 Attempting uninstall: urllib3 04:17:52 Found existing installation: urllib3 1.25.9 04:17:52 Uninstalling urllib3-1.25.9: 04:17:53 Successfully uninstalled urllib3-1.25.9 04:17:53 Attempting uninstall: requests 04:17:53 Found existing installation: requests 2.23.0 04:17:53 Uninstalling requests-2.23.0: 04:17:53 Successfully uninstalled requests-2.23.0 04:17:54 Running setup.py install for PyYAML: started 04:17:54 Running setup.py install for PyYAML: finished with status 'done' 04:17:54 Running setup.py install for dockerpty: started 04:17:55 Running setup.py install for dockerpty: finished with status 'done' 04:17:55 Running setup.py install for docopt: started 04:17:56 Running setup.py install for docopt: finished with status 'done' 04:17:56 Running setup.py install for texttable: started 04:17:56 Running setup.py install for texttable: finished with status 'done' 04:17:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:18:00 Removing intermediate container ceae6e73c815 04:18:00 ---> 936ac6fb4a19 04:18:00 Step 21/26 : RUN apk --no-cache add curl 04:18:00 ---> Running in a0ac1a11c96a 04:18:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:18:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:18:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:18:01 (2/3) Installing libcurl (7.69.1-r3) 04:18:01 (3/3) Installing curl (7.69.1-r3) 04:18:01 Executing busybox-1.31.1-r19.trigger 04:18:01 OK: 72 MiB in 58 packages 04:18:01 Removing intermediate container a0ac1a11c96a 04:18:01 ---> 068bbd0cfd16 04:18:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:18:01 ---> Running in eb41d0805e9c 04:18:01 Removing intermediate container eb41d0805e9c 04:18:01 ---> 119dfd60ca75 04:18:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:18:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:18:01 ---> Running in 806296086f81 04:18:01 Removing intermediate container 806296086f81 04:18:01 ---> ebd7a5a5790b 04:18:01 Step 24/26 : LABEL arch=x86_64 04:18:01 ---> Running in d156faacd160 04:18:02 Removing intermediate container d156faacd160 04:18:02 ---> e4f4bbb11d56 04:18:02 Step 25/26 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:18:02 ---> Running in 9c1a8ca88e4e 04:18:02 Removing intermediate container 9c1a8ca88e4e 04:18:02 ---> 412f1dcd05ba 04:18:02 Step 26/26 : LABEL version=0.0.0 04:18:02 ---> Running in 82984fe4e21c 04:18:02 Removing intermediate container 82984fe4e21c 04:18:02 ---> c08be0d28155 04:18:02 04:18:02 Successfully built c08be0d28155 04:18:02 Successfully tagged docker-sys-mgmt-agent-go:latest 04:18:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:18:03 $ docker stop --time=1 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f 04:18:04 $ docker rm -f 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f [Pipeline] // withDockerContainer [Pipeline] sh 04:18:05 + docker images 04:18:05 + grep docker 04:18:05 docker-sys-mgmt-agent-go latest c08be0d28155 3 seconds ago 313MB 04:18:05 docker-core-data-go latest 234aa09cc8ec 31 seconds ago 22.3MB 04:18:05 docker-security-bootstrapper-go latest 66a2d07e7255 35 seconds ago 33.5MB 04:18:05 docker-security-secretstore-setup-go latest 301fa6170caa 50 seconds ago 24.6MB 04:18:05 docker-core-command-go latest 15bca0e45dec 56 seconds ago 16.9MB 04:18:05 docker-core-metadata-go latest 2fd397afd213 2 minutes ago 18.8MB 04:18:05 docker-support-scheduler-go latest 5917c63a222f 2 minutes ago 16.4MB 04:18:05 docker-support-notifications-go latest c66478537ac9 2 minutes ago 16.9MB 04:18:05 docker-security-proxy-setup-go latest 1104c4861b90 2 minutes ago 24.4MB 04:18:05 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:18:21 Still waiting to schedule task 04:18:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:18:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:18:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:18:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:18:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:18:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:18:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:18: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 04:19:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:19:05 $ docker stop --time=1 c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c 04:19:07 $ docker rm -f c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:19:09 Running on prd-ubuntu18.04-docker-8c-8g-23686 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws 04:19:09 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 04:19:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:19:10 04:19:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:19:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:19:10 latest: Pulling from edgex-devops/edgex-compose-arm64 04:19:10 29e5d40040c1: Pulling fs layer 04:19:10 1ce36da41761: Pulling fs layer 04:19:10 25b303627fd3: Pulling fs layer 04:19:11 29e5d40040c1: Verifying Checksum 04:19:11 29e5d40040c1: Download complete 04:19:11 1ce36da41761: Verifying Checksum 04:19:11 1ce36da41761: Download complete 04:19:11 29e5d40040c1: Pull complete 04:19:11 using credential edgex-jenkins-ssh 04:19:11 Cloning the remote Git repository 04:19:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:19:11 > git init /w/workspace/edgex-go/7 # timeout=10 04:19:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:19:11 > git --version # timeout=10 04:19:11 > git --version # 'git version 2.17.1' 04:19:11 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:19:13 1ce36da41761: Pull complete 04:19:13 25b303627fd3: Verifying Checksum 04:19:13 25b303627fd3: Download complete 04:19:23 25b303627fd3: Pull complete 04:19:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:19:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:19:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:19:23 prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container 04:19:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:19:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:19:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:19:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:19:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:19:25 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:19:26 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 252d90ee886802feae2a22f96d363ec1950d4d35 04:19:26 Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 04:19:26 Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) 04:19:26 $ docker top cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:26 > git config core.sparsecheckout # timeout=10 04:19:26 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 04:19:26 > git remote # timeout=10 04:19:26 > git config --get remote.origin.url # timeout=10 04:19:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:19:26 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 04:19:26 > git rev-parse HEAD^{commit} # timeout=10 04:19:26 > git config core.sparsecheckout # timeout=10 04:19:26 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 04:19:27 + docker-compose build --help 04:19:27 + grep parallel 04:19:30 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:31 --parallel Build images in parallel. [Pipeline] } 04:19:31 $ docker stop --time=1 cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 04:19:31 + echo snap-build.sh 04:19:31 snap-build.sh 04:19:31 + SNAP_BASE_DIR=. 04:19:31 + '[' '!' -z /w/workspace/edgex-go/7 ']' 04:19:31 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 04:19:31 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 04:19:31 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 04:19:31 + cd /w/workspace/edgex-go/7 04:19:31 + sudo apt-get remove -qy --purge lxd lxd-client 04:19:31 Reading package lists... 04:19:31 Building dependency tree... 04:19:31 Reading state information... 04:19:31 The following packages were automatically installed and are no longer required: 04:19:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:19:31 uidmap xdelta3 04:19:31 Use 'sudo apt autoremove' to remove them. 04:19:31 The following packages will be REMOVED: 04:19:31 lxd* lxd-client* 04:19:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:19:32 After this operation, 31.7 MB disk space will be freed. 04:19:33 $ docker rm -f cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 04:19:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 04:19:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:19:34 . [Pipeline] withDockerContainer 04:19:34 Removing lxd dnsmasq configuration 04:19:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:19:34 prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container 04:19:34 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:19:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:19:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:19:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 04:19:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:19:35 $ docker top 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:37 + docker-compose -f ./docker-compose-build.yml build --parallel 04:19:37 Processing triggers for systemd (237-3ubuntu10.42) ... 04:19:37 Processing triggers for ureadahead (0.100.0-21) ... 04:19:39 + sudo snap remove --purge lxd 04:19:39 snap "lxd" is not installed 04:19:39 + sudo groupadd --force --system lxd 04:19:39 ++ whoami 04:19:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:19:39 + newgrp - lxd 04:19:39 + sudo snap install lxd 04:19:41 Building docker-core-command-go ... 04:19:41 Building docker-core-data-go ... 04:19:41 Building docker-core-metadata-go ... 04:19:41 Building docker-security-bootstrapper-go ... 04:19:41 Building docker-security-proxy-setup-go ... 04:19:41 Building docker-security-secretstore-setup-go ... 04:19:41 Building docker-support-notifications-go ... 04:19:41 Building docker-support-scheduler-go ... 04:19:41 Building docker-sys-mgmt-agent-go ... 04:19:41 Building docker-support-scheduler-go 04:19:41 Building docker-support-notifications-go 04:19:41 Building docker-security-proxy-setup-go 04:19:41 Building docker-core-data-go 04:19:41 Building docker-security-secretstore-setup-go 04:19:49 2021-01-28T04:19:46Z INFO Waiting for automatic snapd restart... 04:20:07 lxd 4.10 from Canonical* installed 04:20:07 + sudo lxd init --auto 04:20:14 + sudo snap install --classic snapcraft 04:20:19 snapcraft 4.4.4 from Canonical* installed 04:20:19 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:20:19 + patch --verbose -p1 04:20:19 Hmm... Looks like a unified diff to me... 04:20:19 The text leading up to this was: 04:20:19 -------------------------- 04:20:19 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:20:19 |From: Tony Espy 04:20:19 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:20:19 |Subject: [PATCH] optimize snap build for pipeline CI check 04:20:19 | 04:20:19 |This patch is used by the EdgeX CI pipeline builds to 04:20:19 |optimize the snap CI check run for pull requests. When 04:20:19 |applied, it essentially strips out everything (apps and 04:20:19 |parts) from the snapcraft.yaml file except those required 04:20:19 |to build edgex-go, as the whole idea of the CI check is to 04:20:19 |catch changes to edgex-go that break the snap build. 04:20:19 | 04:20:19 |In general, anyone updating snapcraft.yaml will also need 04:20:19 |to update this patch file, otherwise it may fail to apply, 04:20:19 |resulting in a failed snap build CI check in the associated 04:20:19 |pull request. 04:20:19 | 04:20:19 |Note - in addition to applying this patch, the pipeline also 04:20:19 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:20:19 |need to build the finally binary .snap file (and it won't 04:20:19 |work with the patch applied). This further reduces the build 04:20:19 |time. 04:20:19 |--- 04:20:19 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:20:19 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:20:19 | 04:20:19 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:20:19 |index 1e537489..faf42425 100644 04:20:19 |--- a/snap/snapcraft.yaml 04:20:19 |+++ b/snap/snapcraft.yaml 04:20:19 -------------------------- 04:20:19 patching file snap/snapcraft.yaml 04:20:19 Using Plan A... 04:20:19 Hunk #1 succeeded at 73. 04:20:19 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 04:20:19 Hunk #3 succeeded at 214 (offset -1 lines). 04:20:19 Hunk #4 succeeded at 222 (offset -1 lines). 04:20:19 Hunk #5 succeeded at 229 (offset -1 lines). 04:20:19 Hunk #6 succeeded at 256 (offset -1 lines). 04:20:19 Hunk #7 succeeded at 290 (offset -1 lines). 04:20:19 Hunk #8 succeeded at 342. 04:20:19 Hmm... Ignoring the trailing garbage. 04:20:19 done 04:20:19 + sudo snapcraft prime --use-lxd 04:20:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:20: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: 04:20:21 - README.md 04:20:21 - snapcraft.yaml.orig 04:20:21 04:20:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:20:21 Launching a container. 04:20:33 Waiting for container to be ready 04:20:33 To start your first instance, try: lxc launch ubuntu:18.04 04:20:33 04:20:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:20:37 Waiting for network to be ready... 04:20:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:20:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 04:20:37 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:20:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 04:20:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:20:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:20:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 04:20:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 04:20:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 04:20:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:20:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:20:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:20:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:20:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:20:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:20:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:20:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:20:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:20:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:20:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 04:20:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 04:20:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:20:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:20:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 04:20:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 04:20:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 04:20:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 04:20:41 Fetched 23.8 MB in 4s (5970 kB/s) 04:20:42 Reading package lists... 04:20:42 Reading package lists... 04:20:42 Building dependency tree... 04:20:42 Reading state information... 04:20:42 The following additional packages will be installed: 04:20:42 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:20:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:20:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:20:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:20:42 Suggested packages: 04:20:42 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:20:42 Recommended packages: 04:20:42 gnupg libsasl2-modules 04:20:42 The following NEW packages will be installed: 04:20:42 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:20:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:20:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:20:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:20:42 The following packages will be upgraded: 04:20:42 gpg gpg-agent gpgconf libudev1 04:20:42 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:20:42 Need to get 3533 kB of archives. 04:20:42 After this operation, 13.3 MB of additional disk space will be used. 04:20:42 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:20:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:20:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:20:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:20:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:20:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 04:20:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 04:20:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:20:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:20:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:20:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:20:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:20:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:20:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:20:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:20:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:20:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:20:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:20:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:20:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:20:43 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:20:43 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:20:43 debconf: delaying package configuration, since apt-utils is not installed 04:20:43 Fetched 3533 kB in 1s (3143 kB/s) 04:20:43 (Reading database ... 12511 files and directories currently installed.) 04:20:43 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:20:43 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:20:44 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:20:44 Selecting previously unselected package udev. 04:20:44 (Reading database ... 12511 files and directories currently installed.) 04:20:44 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:20:44 Unpacking udev (237-3ubuntu10.44) ... 04:20:44 Selecting previously unselected package libfuse2:amd64. 04:20:44 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:20:44 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:20:44 Selecting previously unselected package fuse. 04:20:44 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:20:44 Unpacking fuse (2.9.7-1ubuntu1) ... 04:20:44 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:20:44 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:20:44 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:20:44 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:20:44 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:20:44 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:20:44 Selecting previously unselected package libksba8:amd64. 04:20:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:20:44 Unpacking libksba8:amd64 (1.3.5-2) ... 04:20:45 Selecting previously unselected package libroken18-heimdal:amd64. 04:20:45 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:20:45 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:20:45 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:20:45 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libwind0-heimdal:amd64. 04:20:45 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:20:45 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:45 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:20:45 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:45 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:20:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:46 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:46 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:20:46 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:20:46 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:46 Selecting previously unselected package libsasl2-modules-db:amd64. 04:20:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:20:46 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:20:46 Selecting previously unselected package libsasl2-2:amd64. 04:20:46 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:20:46 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:20:46 Selecting previously unselected package libldap-common. 04:20:46 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:20:46 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:20:46 Selecting previously unselected package libldap-2.4-2:amd64. 04:20:46 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:20:46 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:20:46 Selecting previously unselected package dirmngr. 04:20:46 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:20:46 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:20:46 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:20:46 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:20:46 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:20:46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:20:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:20:46 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:20:47 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libksba8:amd64 (1.3.5-2) ... 04:20:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:20:47 Setting up udev (237-3ubuntu10.44) ... 04:20:47 invoke-rc.d: policy-rc.d denied execution of start. 04:20:47 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Processing triggers for systemd (237-3ubuntu10) ... 04:20:47 Setting up fuse (2.9.7-1ubuntu1) ... 04:20:47 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:20:47 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:20:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:20:47 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:20:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:20:48 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:20:48 settings in the [Install] section, and DefaultInstance for template units). 04:20:48 This means they are not meant to be enabled using systemctl. 04:20:48 Possible reasons for having this kind of units are: 04:20:48 1) A unit may be statically enabled by being symlinked from another unit's 04:20:48 .wants/ or .requires/ directory. 04:20:48 2) A unit's purpose may be to act as a helper for some other unit which has 04:20:48 a requirement dependency on it. 04:20:48 3) A unit may be started when needed via activation (socket, path, timer, 04:20:48 D-Bus, udev, scripted systemctl call, ...). 04:20:48 4) In case of template units, the unit is meant to be enabled with some 04:20:48 instance name specified. 04:20:48 Reading package lists... 04:20:48 Building dependency tree... 04:20:48 Reading state information... 04:20:49 The following additional packages will be installed: 04:20:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:20:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:20:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:20:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:20:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:20:49 Suggested packages: 04:20:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:20:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:20:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:20:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:20:49 systemd-container policykit-1 04:20:49 Recommended packages: 04:20:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:20:49 The following NEW packages will be installed: 04:20:49 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:20:49 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:20:49 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:20:49 multiarch-support openssh-client python3 python3-minimal python3.6 04:20:49 python3.6-minimal snapd squashfs-tools sudo 04:20:49 The following packages will be upgraded: 04:20:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:20:49 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:20:49 Need to get 35.2 MB of archives. 04:20:49 After this operation, 141 MB of additional disk space will be used. 04:20:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:20:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:20:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:20:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:20:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:20:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:20:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 04:20:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:20:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:20:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:20:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:20:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:20:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:20:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:20:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:20:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:20:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:20:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:20:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:20:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:20:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:20:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:20:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:20:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:20:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:20:49 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:20:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:20:50 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:20:50 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:20:50 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:20:51 debconf: delaying package configuration, since apt-utils is not installed 04:20:51 Fetched 35.2 MB in 2s (14.6 MB/s) 04:20:51 (Reading database ... 12757 files and directories currently installed.) 04:20:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:20:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:20:52 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:20:52 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:20:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:20:52 (Reading database ... 12757 files and directories currently installed.) 04:20:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:20:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:20:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:20:52 (Reading database ... 12757 files and directories currently installed.) 04:20:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:20:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:20:53 Setting up apt (1.6.12ubuntu0.2) ... 04:20:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:20:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:20:53 (Reading database ... 12764 files and directories currently installed.) 04:20:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:20:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:20:54 Selecting previously unselected package libpython3.6-minimal:amd64. 04:20:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:20:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:20:54 Selecting previously unselected package libexpat1:amd64. 04:20:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:20:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:20:54 Selecting previously unselected package python3.6-minimal. 04:20:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:20:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:20:54 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:20:54 Checking for services that may need to be restarted...done. 04:20:54 Checking for services that may need to be restarted...done. 04:20:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:20:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:20:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:20:55 Selecting previously unselected package python3-minimal. 04:20:55 (Reading database ... 13012 files and directories currently installed.) 04:20:55 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:20:55 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:20:55 Selecting previously unselected package mime-support. 04:20:55 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:20:55 Unpacking mime-support (3.60ubuntu1) ... 04:20:55 Selecting previously unselected package libmpdec2:amd64. 04:20:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:20:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:20:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:20:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:20:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:20:56 Selecting previously unselected package python3.6. 04:20:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:20:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:20:56 Selecting previously unselected package libpython3-stdlib:amd64. 04:20:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:20:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:20:56 Setting up python3-minimal (3.6.7-1~18.04) ... 04:20:56 Selecting previously unselected package python3. 04:20:56 (Reading database ... 13442 files and directories currently installed.) 04:20:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:20:56 Unpacking python3 (3.6.7-1~18.04) ... 04:20:56 Selecting previously unselected package multiarch-support. 04:20:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:20:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:20:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:20:56 Selecting previously unselected package liblzo2-2:amd64. 04:20:56 (Reading database ... 13479 files and directories currently installed.) 04:20:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:20:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:20:56 Selecting previously unselected package libbsd0:amd64. 04:20:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:20:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:20:56 Selecting previously unselected package sudo. 04:20:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:20:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:20:56 Selecting previously unselected package apparmor. 04:20:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:20:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:20:57 Selecting previously unselected package libedit2:amd64. 04:20:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:20:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:20:57 Selecting previously unselected package libkrb5support0:amd64. 04:20:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:20:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:20:57 Selecting previously unselected package libk5crypto3:amd64. 04:20:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:20:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:20:57 Selecting previously unselected package libkeyutils1:amd64. 04:20:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:20:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:20:57 Selecting previously unselected package libkrb5-3:amd64. 04:20:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:20:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:20:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:20:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:20:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:20:58 Selecting previously unselected package libssl1.0.0:amd64. 04:20:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:20:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:20:58 Selecting previously unselected package openssh-client. 04:20:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:20:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:20:58 Selecting previously unselected package squashfs-tools. 04:20:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:20:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:20:58 Selecting previously unselected package snapd. 04:20:58 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:20:58 Unpacking snapd (2.48+18.04) ... 04:21:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:21:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:21:00 Setting up mime-support (3.60ubuntu1) ... 04:21:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:21:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:21:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:21:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:21:00 Setting up systemd (237-3ubuntu10.44) ... 04:21:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:21:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:21:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:21:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:21:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:21:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:21:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:21:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:21:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:21:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:21:02 Setting up python3 (3.6.7-1~18.04) ... 04:21:02 running python rtupdate hooks for python3.6... 04:21:02 running python post-rtupdate hooks for python3.6... 04:21:02 Setting up apparmor (2.12-4ubuntu5.1) ... 04:21:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:21:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:21:03 ---> 7092767cac2b 04:21:03 Step 3/24 : WORKDIR /edgex-go 04:21:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:21:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:21:03 ---> 7092767cac2b 04:21:03 Step 3/22 : WORKDIR /edgex-go 04:21:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:21:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:21:03 ---> 7092767cac2b 04:21:03 Step 3/22 : WORKDIR /edgex-go 04:21:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:21:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:21:03 ---> 7092767cac2b 04:21:03 Step 3/23 : WORKDIR /edgex-go 04:21:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:21:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:21:03 ---> 7092767cac2b 04:21:03 Step 3/21 : WORKDIR /edgex-go 04:21:03 ---> Running in 2807d8d792ec 04:21:03 ---> Running in 26a58e7289bd 04:21:03 ---> Running in 3d33ec3ae938 04:21:03 ---> Running in fbe338569e1e 04:21:03 ---> Running in 6501b7e94041 04:21:03 Removing intermediate container 6501b7e94041 04:21:03 ---> e0563e93b5a2 04:21:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:03 Removing intermediate container 26a58e7289bd 04:21:03 ---> ae8538cac3a8 04:21:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:03 Removing intermediate container 2807d8d792ec 04:21:03 ---> 64eeea33b211 04:21:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:03 Removing intermediate container fbe338569e1e 04:21:03 ---> f5b62f98e03d 04:21:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:03 Removing intermediate container 3d33ec3ae938 04:21:03 ---> e52843d9f3f8 04:21:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:03 ---> Running in d3dcf8c57bb0 04:21:03 ---> Running in f7373286350e 04:21:03 ---> Running in 67fe0582779b 04:21:03 ---> Running in 2fdafdaab1e8 04:21:03 ---> Running in 3b6a94bb2683 04:21:03 Removing intermediate container d3dcf8c57bb0 04:21:03 ---> 01330d37a262 04:21:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:21:03 ---> Running in cd3bc4ed00ae 04:21:03 Removing intermediate container 3b6a94bb2683 04:21:03 ---> 095bb5697888 04:21:03 Step 5/21 : RUN apk add --update --no-cache make git 04:21:03 Removing intermediate container f7373286350e 04:21:03 ---> be89f8efffab 04:21:03 Step 5/24 : RUN apk add --update --no-cache make git 04:21:03 ---> Running in 3605f1e833f3 04:21:03 ---> Running in a12a56fcd429 04:21:03 Removing intermediate container 67fe0582779b 04:21:03 ---> c0cd83967473 04:21:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:21:03 Removing intermediate container 2fdafdaab1e8 04:21:03 ---> fa77a69da0a8 04:21:03 Step 5/22 : RUN apk add --update --no-cache make git 04:21:03 ---> Running in 4224751fd210 04:21:03 ---> Running in 84ef62ee5805 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:03 OK: 217 MiB in 51 packages 04:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:21:03 OK: 217 MiB in 51 packages 04:21:03 OK: 217 MiB in 51 packages 04:21:04 OK: 217 MiB in 51 packages 04:21:04 OK: 217 MiB in 51 packages 04:21:04 Removing intermediate container cd3bc4ed00ae 04:21:04 ---> 58b57f25b936 04:21:04 Step 6/22 : COPY go.mod . 04:21:04 Removing intermediate container a12a56fcd429 04:21:04 ---> 95d7950f0105 04:21:04 Step 6/21 : COPY go.mod . 04:21:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:21:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:21:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:21:05 Setting up snapd (2.48+18.04) ... 04:21:05 ---> 84ad6f2c9e36 04:21:05 Step 7/22 : RUN go mod download 04:21:05 Removing intermediate container 4224751fd210 04:21:05 ---> 12d0eac2e319 04:21:05 Step 6/23 : COPY go.mod . 04:21:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:21:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:21:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:21:05 Removing intermediate container 84ef62ee5805 04:21:05 ---> e853c3a8ee1c 04:21:05 Step 6/22 : COPY go.mod . 04:21:05 ---> Running in 66a3abc3940a 04:21:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:21:06 Removing intermediate container 3605f1e833f3 04:21:06 ---> c52479de9c5d 04:21:06 Step 6/24 : COPY go.mod . 04:21:06 ---> 641e27bbe015 04:21:06 Step 7/21 : RUN go mod download 04:21:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:21:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:21:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:21:06 ---> Running in 758345672f84 04:21:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:21:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:21:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:21:06 ---> 3346a75694c7 04:21:06 Step 7/23 : RUN go mod download 04:21:06 ---> 79ec0b10358d 04:21:06 Step 7/22 : RUN go mod download 04:21:07 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 04:21:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:21:07 Processing triggers for systemd (237-3ubuntu10.44) ... 04:21:07 ---> Running in 796f3b2e3e39 04:21:07 ---> Running in 89b58afb4f2b 04:21:07 ---> ce8bb28948ee 04:21:07 Step 7/24 : RUN go mod download 04:21:07 ---> Running in 4a9305198465 04:21:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:21:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:21:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:21:09 Reading package lists... 04:21:09 Reading package lists... 04:21:09 Removing intermediate container 66a3abc3940a 04:21:09 ---> 6d1fa3beeabb 04:21:09 Step 8/22 : COPY . . 04:21:09 Building dependency tree... 04:21:09 Reading state information... 04:21:09 Calculating upgrade... 04:21:10 The following packages will be upgraded: 04:21:10 advancecomp base-files bash binutils binutils-common 04:21:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:21:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:21:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:21:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:21:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:21:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:21:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:21:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:21:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:21:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:21:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:21:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:21:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:21:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:21:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:21:10 Need to get 63.8 MB of archives. 04:21:10 After this operation, 5205 kB of additional disk space will be used. 04:21:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 04:21:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:21:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:21:10 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:21:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:21:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:21:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:21:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:21:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:21:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:21:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:21:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:21:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:21:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:21:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:21:10 Removing intermediate container 758345672f84 04:21:10 ---> 9801b68b1b13 04:21:10 Step 8/21 : COPY . . 04:21:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:21:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:21:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:21:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:21:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:21:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:21:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:21:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:21:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:21:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:21:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:21:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:21:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:21:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:21:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:21:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:21:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:21:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:21:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:21:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:21:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:21:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:21:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:21:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:21:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:21:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:21:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 04:21:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:21:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:21:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:21:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 04:21:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:21:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:21:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:21:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:21:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:21:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:21:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:21:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:21:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:21:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:21:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:21:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:21:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:21:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:21:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:21:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:21:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:21:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:21:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:21:11 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:21:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:21:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:21:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:21:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:21:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:21:11 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:21:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:21:11 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:21:11 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:21:11 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:21:11 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:21:11 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:21:11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:21:11 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:21:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:21:11 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:21:11 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:21:11 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:21:11 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:21:11 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:21:11 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:21:11 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:21:11 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:21:12 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:21:12 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:21:12 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:21:12 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:21:12 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:21:12 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:21:12 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:21:12 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:21:12 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:21:12 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:21:12 debconf: delaying package configuration, since apt-utils is not installed 04:21:12 Fetched 63.8 MB in 2s (28.8 MB/s) 04:21:12 (Reading database ... 13912 files and directories currently installed.) 04:21:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:21:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:21:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:21:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:21:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 04:21:13 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 04:21:13 Removing intermediate container 796f3b2e3e39 04:21:13 ---> 0d2d78246655 04:21:13 Step 8/23 : COPY . . 04:21:13 Removing intermediate container 4a9305198465 04:21:13 ---> dbab5c31bf49 04:21:13 Step 8/24 : COPY . . 04:21:14 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Removing intermediate container 89b58afb4f2b 04:21:14 ---> 8d27fe3e81ab 04:21:14 Step 8/22 : COPY . . 04:21:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:15 (Reading database ... 13911 files and directories currently installed.) 04:21:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:21:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:21:15 (Reading database ... 13911 files and directories currently installed.) 04:21:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:21:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:21:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:16 (Reading database ... 13911 files and directories currently installed.) 04:21:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:21:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:21:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:21:17 (Reading database ... 13911 files and directories currently installed.) 04:21:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:21:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:21:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:21:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:21:17 Setting up base-files (10.1ubuntu2.10) ... 04:21:17 Installing new version of config file /etc/issue ... 04:21:17 Installing new version of config file /etc/issue.net ... 04:21:17 Installing new version of config file /etc/lsb-release ... 04:21:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:21:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:21:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:21:17 Removing obsolete conffile /etc/default/motd-news ... 04:21:17 (Reading database ... 13912 files and directories currently installed.) 04:21:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:21:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:21:18 Setting up bash (4.4.18-2ubuntu1.2) ... 04:21:18 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 04:21:18 (Reading database ... 13912 files and directories currently installed.) 04:21:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:21:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:21:18 (Reading database ... 13912 files and directories currently installed.) 04:21:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:21:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:21:18 Setting up tar (1.29b-2ubuntu0.2) ... 04:21:18 (Reading database ... 13912 files and directories currently installed.) 04:21:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:21:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:21:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:21:19 (Reading database ... 13912 files and directories currently installed.) 04:21:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:21:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:21:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:21:19 (Reading database ... 13912 files and directories currently installed.) 04:21:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:21:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:21:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:21:19 (Reading database ... 13912 files and directories currently installed.) 04:21:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:21:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:21:19 Setting up grep (3.1-2build1) ... 04:21:19 (Reading database ... 13912 files and directories currently installed.) 04:21:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:21:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:21:20 Setting up login (1:4.5-1ubuntu2) ... 04:21:20 (Reading database ... 13912 files and directories currently installed.) 04:21:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:21:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:21:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:21:20 (Reading database ... 13912 files and directories currently installed.) 04:21:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:21:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:21:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:21:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:21:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:21:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:21:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:21:21 (Reading database ... 13912 files and directories currently installed.) 04:21:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:21:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:21:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:21:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:21:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:21:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:21:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:21:23 (Reading database ... 13912 files and directories currently installed.) 04:21:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:21:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:21:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:21:23 (Reading database ... 13912 files and directories currently installed.) 04:21:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:21:23 (Reading database ... 13912 files and directories currently installed.) 04:21:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:21:24 (Reading database ... 13912 files and directories currently installed.) 04:21:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:21:24 (Reading database ... 13912 files and directories currently installed.) 04:21:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:21:24 (Reading database ... 13912 files and directories currently installed.) 04:21:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:21:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:21:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:21:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:21:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:21:24 (Reading database ... 13912 files and directories currently installed.) 04:21:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:21:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:21:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:21:25 (Reading database ... 13912 files and directories currently installed.) 04:21:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:21:25 (Reading database ... 13912 files and directories currently installed.) 04:21:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:21:25 (Reading database ... 13912 files and directories currently installed.) 04:21:25 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:21:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:21:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:21:26 (Reading database ... 13912 files and directories currently installed.) 04:21:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:21:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:21:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:21:27 (Reading database ... 13912 files and directories currently installed.) 04:21:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:21:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:21:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:21:27 (Reading database ... 13914 files and directories currently installed.) 04:21:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:21:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:21:27 Setting up debconf (1.5.66ubuntu1) ... 04:21:27 (Reading database ... 13914 files and directories currently installed.) 04:21:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:21:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:21:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:21:28 (Reading database ... 13914 files and directories currently installed.) 04:21:28 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:21:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:21:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:21:28 (Reading database ... 13914 files and directories currently installed.) 04:21:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:21:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:21:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:21:28 (Reading database ... 13914 files and directories currently installed.) 04:21:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:21:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:21:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:21:28 (Reading database ... 13914 files and directories currently installed.) 04:21:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:21:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:21:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:21:29 (Reading database ... 13914 files and directories currently installed.) 04:21:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:21:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:21:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:21:29 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:21:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:21:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:21:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:21:29 (Reading database ... 13914 files and directories currently installed.) 04:21:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:21:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:21:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:21:30 (Reading database ... 13914 files and directories currently installed.) 04:21:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:21:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:21:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:21:30 (Reading database ... 13914 files and directories currently installed.) 04:21:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:21:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:21:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:21:31 (Reading database ... 13914 files and directories currently installed.) 04:21:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:21:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:21:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:21:31 (Reading database ... 13914 files and directories currently installed.) 04:21:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:21:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:21:31 Setting up passwd (1:4.5-1ubuntu2) ... 04:21:32 (Reading database ... 13914 files and directories currently installed.) 04:21:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:21:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:21:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:21:32 (Reading database ... 13914 files and directories currently installed.) 04:21:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:21:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:21:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:21:32 (Reading database ... 13914 files and directories currently installed.) 04:21:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:21:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:21:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:21:32 (Reading database ... 13914 files and directories currently installed.) 04:21:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:21:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:21:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:21:32 (Reading database ... 13914 files and directories currently installed.) 04:21:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:21:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:21:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:21:33 (Reading database ... 13914 files and directories currently installed.) 04:21:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:21:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:21:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:21:33 (Reading database ... 13914 files and directories currently installed.) 04:21:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:21:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:21:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:21:33 (Reading database ... 13915 files and directories currently installed.) 04:21:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:21:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:21:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:21:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:21:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:21:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:21:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 04:21:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 04:21:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:21:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:21:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:21:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:21:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:21:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:21:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:21:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:21:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:21:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:21:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:21:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:21:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:21:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:21:35 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 04:21:35 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 04:21:36 ---> d39c5cb740c5 04:21:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:21:36 ---> 46394cebaab3 04:21:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:21:36 ---> eb2ddb38392a 04:21:36 Step 9/23 : RUN make cmd/core-data/core-data 04:21:36 ---> Running in 1376fd6b0210 04:21:36 ---> Running in 8b851e727717 04:21:36 ---> ef7f7b42dc23 04:21:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:21:36 ---> b7d120049363 04:21:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:21:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:21:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:21:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:21:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:21:36 ---> Running in 0c418c8a97de 04:21:36 ---> Running in 5e50190c5bb5 04:21:36 ---> Running in c05404d57a1e 04:21:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:21:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:21:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:21:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:21:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:21:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:21:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:21:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:21:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:21:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:21:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:21:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:21:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:21:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:21:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:21:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:21:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:21:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:21:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:21:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:21:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:21:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:21:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:21:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:21:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:21:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:21:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:21:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:21:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:21:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:21:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:21:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:21:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 04:21:43 04:21:43 Current default time zone: 'Etc/UTC' 04:21:43 Local time is now: Thu Jan 28 04:21:43 UTC 2021. 04:21:43 Universal Time is now: Thu Jan 28 04:21:43 UTC 2021. 04:21:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:21:43 04:21:43 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:21:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:43 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 04:21:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:21:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:21:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:21:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:21:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:21:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:21:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:21:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:21:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:21:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:44 Setting up patch (2.7.6-2ubuntu1.1) ... 04:21:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:21:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:21:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:21:44 Installing new version of config file /etc/ssl/openssl.cnf ... 04:21:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:21:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:21:44 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 04:21:46 Updating certificates in /etc/ssl/certs... 04:21:47 22 added, 17 removed; done. 04:21:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:21:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:21:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:21:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:21:47 Setting up pkgbinarymangler (138.18.04.1) ... 04:21:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:21:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up perl (5.26.1-6ubuntu0.5) ... 04:21:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:21:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:21:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:21:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:21:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:21:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:21:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:21:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:21:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:21:48 Processing triggers for systemd (237-3ubuntu10.44) ... 04:21:48 Processing triggers for mime-support (3.60ubuntu1) ... 04:21:48 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 04:21:48 Updating certificates in /etc/ssl/certs... 04:21:49 0 added, 0 removed; done. 04:21:49 Running hooks in /etc/ca-certificates/update.d... 04:21:49 done. 04:21:49 Reading package lists... 04:21:49 Building dependency tree... 04:21:49 Reading state information... 04:21:49 The following NEW packages will be installed: 04:21:49 apt-transport-https 04:21:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:21:49 Need to get 1696 B of archives. 04:21:49 After this operation, 153 kB of additional disk space will be used. 04:21:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:21:49 debconf: delaying package configuration, since apt-utils is not installed 04:21:49 Fetched 1696 B in 0s (29.7 kB/s) 04:21:49 Selecting previously unselected package apt-transport-https. 04:21:49 (Reading database ... 13929 files and directories currently installed.) 04:21:49 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:21:49 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:21:49 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:21:50 Waiting for network to be ready... 04:21:56 2021-01-28T04:21:53Z INFO Waiting for automatic snapd restart... 04:21:56 snapd 2.48.2 from Canonical* installed 04:21:57 "snapd" switched to the "latest/stable" channel 04:21:57 04:22:00 core18 20201210 from Canonical* installed 04:22:00 "core18" switched to the "latest/stable" channel 04:22:00 04:22:03 snapcraft 4.4.4 from Canonical* installed 04:22:03 "snapcraft" switched to the "latest/stable" channel 04:22:03 04:22:06 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 04:22:06 - README.md 04:22:06 - snapcraft.yaml.orig 04:22:06 04:22:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:22:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:22:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:22:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:22:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:22:14 Reading package lists... 04:22:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 04:22:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:22:21 Reading package lists... 04:22:21 Building dependency tree... 04:22:21 Reading state information... 04:22:21 Suggested packages: 04:22:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:22:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:22:21 Recommended packages: 04:22:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:22:21 The following NEW packages will be installed: 04:22:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:22:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:22:21 pkg-config zip 04:22:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:22:21 Need to get 7655 kB of archives. 04:22:21 After this operation, 43.7 MB of additional disk space will be used. 04:22:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:22:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:22:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:22:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:22:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:22:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:22:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:22:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:22:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:22:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:22:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:22:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:22:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:22:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:22:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:22:22 debconf: delaying package configuration, since apt-utils is not installed 04:22:22 Fetched 7655 kB in 1s (10.4 MB/s) 04:22:22 Selecting previously unselected package libglib2.0-0:amd64. 04:22:22 (Reading database ... 13933 files and directories currently installed.) 04:22:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:22:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:22:22 Selecting previously unselected package libpsl5:amd64. 04:22:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:22:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:22:22 Selecting previously unselected package libnghttp2-14:amd64. 04:22:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:22:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:22:22 Selecting previously unselected package librtmp1:amd64. 04:22:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:22:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:22:22 Selecting previously unselected package libcurl3-gnutls:amd64. 04:22:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:22:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:22:23 Selecting previously unselected package liberror-perl. 04:22:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:22:23 Unpacking liberror-perl (0.17025-1) ... 04:22:23 Selecting previously unselected package git-man. 04:22:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:22:23 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:22:23 Selecting previously unselected package git. 04:22:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:22:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:22:23 Selecting previously unselected package libnorm1:amd64. 04:22:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:22:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:22:24 Selecting previously unselected package libpgm-5.2-0:amd64. 04:22:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:22:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:22:24 Selecting previously unselected package libsodium23:amd64. 04:22:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:22:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:22:24 Selecting previously unselected package libzmq5:amd64. 04:22:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:22:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:22:24 Selecting previously unselected package libzmq3-dev:amd64. 04:22:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:22:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:22:24 Selecting previously unselected package pkg-config. 04:22:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:22:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:22:24 Selecting previously unselected package zip. 04:22:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:22:24 Unpacking zip (3.0-11build1) ... 04:22:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:22:25 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:22:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:22:25 Setting up liberror-perl (0.17025-1) ... 04:22:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:22:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:22:25 No schema files found: doing nothing. 04:22:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:22:25 Setting up zip (3.0-11build1) ... 04:22:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:22:25 Setting up libsodium23:amd64 (1.0.16-2) ... 04:22:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:22:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:22:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:22:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:22:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:22:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:22:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:22:32 git set to automatically installed. 04:22:32 git-man set to automatically installed. 04:22:32 libcurl3-gnutls set to automatically installed. 04:22:32 liberror-perl set to automatically installed. 04:22:32 libglib2.0-0 set to automatically installed. 04:22:32 libnghttp2-14 set to automatically installed. 04:22:32 libnorm1 set to automatically installed. 04:22:32 libpgm-5.2-0 set to automatically installed. 04:22:32 libpsl5 set to automatically installed. 04:22:32 librtmp1 set to automatically installed. 04:22:32 libsodium23 set to automatically installed. 04:22:32 libzmq3-dev set to automatically installed. 04:22:32 libzmq5 set to automatically installed. 04:22:32 pkg-config set to automatically installed. 04:22:32 zip set to automatically installed. 04:22:33 snapd is not logged in, snap install commands will use sudo 04:22:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:22:40 snap "core18" has no updates available 04:22:42 Pulling config-common 04:22:43 Pulling go-build-helper 04:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:23:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:23:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:23:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:23:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 04:23:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:23:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:23:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:23:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:23:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:23:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:23:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:23:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 04:23:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:23:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:23:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 04:23:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 04:23:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 04:23:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:23:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:23:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 04:23:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 04:23:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:23:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:23:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 04:23:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 04:23:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 04:23:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 04:23:05 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 04:23:05 Fetched 23.8 MB in 0s (0 B/s) 04:23:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:23:05 Fetched 96.5 kB in 0s (0 B/s) 04:23:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:23:05 Fetched 279 kB in 0s (0 B/s) 04:23:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:23:05 Fetched 122 kB in 0s (0 B/s) 04:23:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:23:05 Fetched 77.8 kB in 0s (0 B/s) 04:23:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:23:05 Fetched 8848 B in 0s (0 B/s) 04:23:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:23:05 Fetched 47.8 kB in 0s (0 B/s) 04:23:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:23:05 Fetched 45.6 kB in 0s (0 B/s) 04:23:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:23:05 Fetched 15.0 kB in 0s (0 B/s) 04:23:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:23:05 Fetched 214 kB in 0s (0 B/s) 04:23:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:23:05 Fetched 155 kB in 0s (0 B/s) 04:23:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:23:05 Fetched 50.6 kB in 0s (0 B/s) 04:23:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:23:05 Fetched 14.8 kB in 0s (0 B/s) 04:23:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:23:05 Fetched 41.8 kB in 0s (0 B/s) 04:23:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:23:05 Fetched 499 kB in 0s (0 B/s) 04:23:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:23:05 Fetched 111 kB in 0s (0 B/s) 04:23:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:23:05 Fetched 240 kB in 0s (0 B/s) 04:23:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:23:05 Fetched 29.3 kB in 0s (0 B/s) 04:23:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:23:05 Fetched 85.5 kB in 0s (0 B/s) 04:23:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:23:05 Fetched 24.5 kB in 0s (0 B/s) 04:23:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:23:05 Fetched 49.2 kB in 0s (0 B/s) 04:23:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:23:05 Fetched 54.2 kB in 0s (0 B/s) 04:23:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:23:05 Fetched 30.8 kB in 0s (0 B/s) 04:23:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:23:05 Fetched 17.0 kB in 0s (0 B/s) 04:23:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:23:05 Fetched 85.9 kB in 0s (0 B/s) 04:23:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:23:05 Fetched 8720 B in 0s (0 B/s) 04:23:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:23:05 Fetched 137 kB in 0s (0 B/s) 04:23:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:23:05 Fetched 119 kB in 0s (0 B/s) 04:23:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:23:05 Fetched 109 kB in 0s (0 B/s) 04:23:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:23:05 Fetched 11.1 kB in 0s (0 B/s) 04:23:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:23:05 Fetched 645 kB in 0s (0 B/s) 04:23:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:23:05 Fetched 41.3 kB in 0s (0 B/s) 04:23:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:23:05 Fetched 17.9 kB in 0s (0 B/s) 04:23:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:23:05 Fetched 368 kB in 0s (0 B/s) 04:23:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:23:05 Fetched 187 kB in 0s (0 B/s) 04:23:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:23:05 Fetched 175 kB in 0s (0 B/s) 04:23:08 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:23:08 Fetched 206 kB in 0s (0 B/s) 04:23:08 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:23:08 Fetched 1301 kB in 0s (0 B/s) 04:23:08 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:23:08 Fetched 36.2 kB in 0s (0 B/s) 04:23:08 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:23:08 Fetched 159 kB in 0s (0 B/s) 04:23:08 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:23:08 Fetched 107 kB in 0s (0 B/s) 04:23:08 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:23:08 Fetched 48.7 kB in 0s (0 B/s) 04:23:08 Pulling static-packages 04:23:08 'go115' has dependencies that need to be staged: go-build-helper static-packages 04:23:08 Skipping pull go-build-helper (already ran) 04:23:08 Skipping pull static-packages (already ran) 04:23:08 Building go-build-helper 04:23:12 Building static-packages 04:23:14 Staging go-build-helper 04:23:14 Staging static-packages 04:23:15 Pulling go115 04:23:16 Removing intermediate container c05404d57a1e 04:23:16 ---> fb9244010737 04:23:16 04:23:16 Step 10/24 : FROM alpine:3.12 04:23:16 3.12: Pulling from library/alpine 04:23:16 Removing intermediate container 5e50190c5bb5 04:23:16 ---> 296ebaafaab7 04:23:16 04:23:16 Step 10/22 : FROM alpine:3.12 04:23:16 Removing intermediate container 8b851e727717 04:23:16 ---> 5cdeeef22038 04:23:16 04:23:16 Step 10/21 : FROM alpine:3.12Removing intermediate container 1376fd6b0210 04:23:16 ---> 2d4e435922fb 04:23:16 04:23:16 Step 10/22 : FROM alpine:3.12 04:23:16 04:23:16 3.12: Pulling from library/alpine 04:23:16 3.12: Pulling from library/alpine 04:23:16 3.12: Pulling from library/alpine 04:23:16 'edgex-go' has dependencies that need to be staged: go115 04:23:16 Skipping pull go115 (already ran) 04:23:16 Building go115 04:23:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:23:16 Dload Upload Total Spent Left Speed 04:23:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:23:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:23:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:23:16 Status: Image is up to date for alpine:3.12 04:23:16 Status: Image is up to date for alpine:3.12 04:23:16 Status: Downloaded newer image for alpine:3.12 04:23:16 ---> afeebe901d6b 04:23:16 ---> afeebe901d6b 04:23:16 Step 11/22 : RUN apk add --update --no-cache dumb-initStep 11/21 : RUN apk add --update --no-cache curl 04:23:16 04:23:16 ---> afeebe901d6b 04:23:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:23:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:23:16 Status: Image is up to date for alpine:3.12 04:23:16 ---> afeebe901d6b 04:23:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:23:17 ---> Running in 264576861ad5 04:23:17 ---> Running in e627af33c229 04:23:17 ---> Running in f6ef281ba005 04:23:17 ---> Running in 649064fde13a 04:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:20 (1/4) Installing ca-certificates (20191127-r4) 04:23:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:23:20 (3/4) Installing libcurl (7.69.1-r3) 04:23:20 (4/4) Installing curl (7.69.1-r3) 04:23:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 25.4M 0 0:00:04 --:--:-- 0:00:04 25.3M 47 115M 47 55.2M 0 0 29.3M 0 0:00:03 0:00:01 0:00:02 29.3M 77 115M 77 89.2M 0 0 30.9M 0 0:00:03 0:00:02 0:00:01 30.9M 100 115M 100 115M 0 0 32.0M 0 0:00:03 0:00:03 --:--:-- 32.0M 04:23:20 Executing busybox-1.31.1-r19.trigger 04:23:20 Executing ca-certificates-20191127-r4.trigger 04:23:20 go1.15.2.linux-amd64.tar.gz: OK 04:23:20 (1/2) Installing ca-certificates (20191127-r4) 04:23:20 OK: 7 MiB in 18 packages 04:23:20 (1/1) Installing dumb-init (1.2.2-r1) 04:23:20 Executing busybox-1.31.1-r19.trigger 04:23:20 (2/2) Installing dumb-init (1.2.2-r1) 04:23:20 OK: 5 MiB in 15 packages 04:23:20 Executing busybox-1.31.1-r19.trigger 04:23:20 Executing ca-certificates-20191127-r4.trigger 04:23:21 (1/5) Installing ca-certificates (20191127-r4) 04:23:21 OK: 6 MiB in 16 packages 04:23:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:23:21 (3/5) Installing libcurl (7.69.1-r3) 04:23:21 (4/5) Installing curl (7.69.1-r3) 04:23:21 (5/5) Installing dumb-init (1.2.2-r1) 04:23:21 Executing busybox-1.31.1-r19.trigger 04:23:21 Executing ca-certificates-20191127-r4.trigger 04:23:21 OK: 7 MiB in 19 packages 04:23:23 Removing intermediate container 264576861ad5 04:23:23 ---> 7555518acbe2 04:23:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:23:23 Removing intermediate container f6ef281ba005 04:23:23 ---> fb55178e12b4 04:23:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:23:24 ---> Running in ad7a54df8b99 04:23:24 ---> Running in f34b037d4379 04:23:24 Removing intermediate container 649064fde13a 04:23:24 ---> 5fa97fe09a92 04:23:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:23:24 Removing intermediate container e627af33c229 04:23:24 ---> dd25b106b140 04:23:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:23:24 Removing intermediate container f34b037d4379 04:23:24 ---> b6e0ce0ae569 04:23:24 Step 13/22 : ENV APP_PORT=48085 04:23:24 Removing intermediate container ad7a54df8b99 04:23:24 ---> 29012b16610a 04:23:24 Step 13/21 : WORKDIR /edgex 04:23:25 Staging go115 04:23:25 ---> Running in e3fc808acc65 04:23:25 ---> Running in 5c797f82f594 04:23:25 ---> Running in e38f01a04800 04:23:25 ---> Running in 93e3027544ec 04:23:26 Removing intermediate container 5c797f82f594 04:23:26 ---> 0aaa25f00158 04:23:26 Step 13/24 : WORKDIR / 04:23:26 Removing intermediate container e3fc808acc65 04:23:26 ---> 652c857910e7 04:23:26 Step 13/22 : ENV APP_PORT=48060 04:23:26 Removing intermediate container 93e3027544ec 04:23:26 ---> e87ea48f5115 04:23:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:23:26 Removing intermediate container e38f01a04800 04:23:26 ---> 0d68092935cc 04:23:26 Step 14/22 : EXPOSE $APP_PORT 04:23:26 ---> Running in fbe168cd02ab 04:23:26 ---> Running in cef2306a0765 04:23:26 ---> Running in c4a38da2615a 04:23:27 Removing intermediate container cef2306a0765 04:23:27 ---> 6b5a56434c02 04:23:27 Step 14/22 : EXPOSE $APP_PORT 04:23:27 Removing intermediate container fbe168cd02ab 04:23:27 ---> a79ed49b093f 04:23:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:23:27 ---> Running in 2a5a325b5ca5 04:23:27 Removing intermediate container c4a38da2615a 04:23:27 ---> fa54f2d2275f 04:23:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:23:27 ---> aa97639992ca 04:23:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:23:28 Removing intermediate container 2a5a325b5ca5 04:23:28 ---> 35bf599026d9 04:23:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:23:29 ---> 6cd2e0668e1e 04:23:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:23:29 ---> 5507f67b3f56 04:23:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:23:29 ---> 56feed74edaf 04:23:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> f0f578bfec9b 04:23:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:23:29 04:23:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:23:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:23:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:23:30 Fetched 0 B in 0s (0 B/s) 04:23:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:23:30 Fetched 224 kB in 0s (0 B/s) 04:23:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:23:30 Fetched 157 kB in 0s (0 B/s) 04:23:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:23:30 Fetched 221 kB in 0s (0 B/s) 04:23:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:23:30 Fetched 143 kB in 0s (0 B/s) 04:23:30 Pulling edgex-go 04:23:30 Pulling version 04:23:31 ---> 1af348f12668 04:23:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:23:31 ---> 4371da4b3946 04:23:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:23:31 ---> 66e414311056 04:23:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:23:32 ---> e2c582307dbb 04:23:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:23:32 ---> Running in 89ebadecf656 04:23:32 Building config-common 04:23:32 ---> aade8254c71b 04:23:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:23:33 ---> 2821c7e34275 04:23:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:23:33 Removing intermediate container 89ebadecf656 04:23:33 ---> c7b2801cfa43 04:23:33 Step 18/21 : CMD ["--init=true"] 04:23:33 ---> Running in f25823611183 04:23:33 ---> Running in 6bfb87c0cec9 04:23:33 ---> c861b352696b 04:23:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:23:33 Removing intermediate container 0c418c8a97de 04:23:33 ---> 4fade86786f4 04:23:33 04:23:33 Step 10/23 : FROM alpine:3.12 04:23:33 ---> afeebe901d6b 04:23:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:23:33 ---> Running in 3b1f5f9eaca0 04:23:33 ---> Running in daee608485ad 04:23:34 ---> 1e492428ac9b 04:23:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:23:34 Removing intermediate container f25823611183 04:23:34 ---> 73ae35019a47 04:23:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:23:34 Removing intermediate container 6bfb87c0cec9 04:23:34 ---> 99ffd46d7009 04:23:34 Step 19/21 : LABEL arch=arm64 04:23:34 Skipping build go-build-helper (already ran) 04:23:34 Skipping build static-packages (already ran) 04:23:34 Skipping build go115 (already ran) 04:23:34 Building edgex-go 04:23: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 04:23:34 ---> Running in 5f82037db373 04:23:34 ---> Running in 1af24b04c60c 04:23:34 Removing intermediate container 3b1f5f9eaca0 04:23:34 ---> c973871666c0 04:23:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:23:34 Removing intermediate container daee608485ad 04:23:34 ---> e19017d3c279 04:23:34 Step 12/23 : ENV APP_PORT=48080 04:23:34 ---> Running in 5d035d65e56e 04:23:35 ---> Running in 5019e90370b8 04:23:35 Removing intermediate container 1af24b04c60c 04:23:35 ---> 59b57caa4734 04:23:35 Step 20/21 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:23:35 Removing intermediate container 5f82037db373 04:23:35 ---> dd0d9f6e55f4 04:23:35 Step 20/22 : LABEL arch=arm64 04:23:35 ---> Running in a41d7f9e7796 04:23:35 ---> 033299ef4de2 04:23:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:23:35 go: downloading github.com/gorilla/mux v1.8.0 04:23:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:23:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 04:23:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 04:23:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 04:23:35 go: downloading github.com/google/uuid v1.2.0 04:23:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 04:23:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:23:35 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 04:23:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:23:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:23:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:23:35 go: downloading github.com/go-kit/kit v0.8.0 04:23:35 go: downloading github.com/pelletier/go-toml v1.2.0 04:23:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 04:23:35 go: downloading github.com/pkg/errors v0.8.1 04:23:35 go: downloading gopkg.in/yaml.v2 v2.4.0 04:23:35 go: downloading github.com/x448/float16 v0.8.4 04:23:35 go: downloading github.com/imdario/mergo v0.3.11 04:23:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:23:35 go: downloading github.com/pebbe/zmq4 v1.2.2 04:23:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:23:35 go: downloading github.com/BurntSushi/toml v0.3.1 04:23:35 go: downloading github.com/hashicorp/consul/api v1.1.0 04:23:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:23:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:23:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:23:35 go: downloading github.com/mitchellh/copystructure v1.0.0 04:23:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:23:35 go: downloading github.com/hashicorp/serf v0.8.2 04:23:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:23:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:23:35 go: downloading github.com/go-playground/universal-translator v0.17.0 04:23:35 go: downloading github.com/leodido/go-urn v1.2.0 04:23:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:23:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:23:35 go: downloading github.com/go-playground/locales v0.13.0 04:23:35 ---> Running in 2be3fbb9aa1f 04:23:35 Removing intermediate container 5d035d65e56e 04:23:35 ---> a82accbdf1d4 04:23:35 Step 20/22 : LABEL arch=arm64 04:23:35 Removing intermediate container 5019e90370b8 04:23:35 ---> aae4ffcb8b28 04:23:35 Step 13/23 : EXPOSE $APP_PORT 04:23:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:23:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:23:36 ---> Running in cd2aa07f0536 04:23:36 Removing intermediate container a41d7f9e7796 04:23:36 ---> 6ae526764b9c 04:23:36 Step 21/21 : LABEL version=0.0.0 04:23:36 ---> Running in 6335af7aeee5 04:23:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:23:36 ---> Running in 6e9d677bee9c 04:23:36 Removing intermediate container 2be3fbb9aa1f 04:23:36 ---> 995cb379676e 04:23:36 Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:23:36 ---> Running in 6cced875c68a 04:23:36 ---> 28380f9c89a3 04:23:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:23:36 Removing intermediate container cd2aa07f0536 04:23:36 ---> db459ab39351 04:23:36 Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:23:36 Removing intermediate container 6335af7aeee5 04:23:36 ---> 92ae8c60f6a1 04:23:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:36 ---> Running in ef94ccd81079 04:23:36 ---> Running in 3d34d947e0e3 04:23:37 Removing intermediate container 6e9d677bee9c 04:23:37 ---> 1f867b5aaa25 04:23:37 04:23:37 ---> Running in 36542fbf7c47 04:23:37 Removing intermediate container 6cced875c68a 04:23:37 ---> 3661a8ea9a30 04:23:37 Step 22/22 : LABEL version=0.0.0 04:23:37 Removing intermediate container 3d34d947e0e3 04:23:37 ---> ae5489ed45ba 04:23:37 Step 22/22 : LABEL version=0.0.0 04:23:37 Successfully built 1f867b5aaa25 04:23:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:23:37  Building docker-security-proxy-setup-go ... done  ---> Running in d6e96b0e2522 04:23:37 Building docker-security-bootstrapper-go 04:23:38 ---> Running in 555ff93b946b 04:23:38 Removing intermediate container 555ff93b946b 04:23:38 Removing intermediate container d6e96b0e2522 04:23:38 ---> e82be645bdcd 04:23:38 04:23:38 ---> 8866be30f869 04:23:38 04:23:39 Successfully built 8866be30f869 04:23:39 Successfully tagged docker-support-notifications-go-arm64:latest 04:23:39 Building docker-sys-mgmt-agent-go 04:23:39 Successfully built e82be645bdcd 04:23:39  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go-arm64:latest 04:23:39 Building docker-core-metadata-go 04:23:40  Building docker-support-scheduler-go ... done Removing intermediate container ef94ccd81079 04:23:40 ---> 60b6b0e0eadd 04:23:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:23:40 Removing intermediate container 36542fbf7c47 04:23:40 ---> 274b80d2a2a1 04:23:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:23:40 ---> Running in 3064db987e81 04:23:40 ---> Running in 6b84a9855bca 04:23:41 Removing intermediate container 3064db987e81 04:23:41 ---> b965bfa2f3a8 04:23:41 Step 22/24 : LABEL arch=arm64 04:23:41 ---> Running in 074f522f3887 04:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:42 Removing intermediate container 074f522f3887 04:23:42 ---> 09a93dfa592d 04:23:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:23:42 Step 23/24 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:23:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:43 ---> Running in 5ea10c76e501 04:23:44 (1/6) Installing dumb-init (1.2.2-r1) 04:23:44 Removing intermediate container 5ea10c76e501 04:23:44 ---> 5450ff3c1992 04:23:44 Step 24/24 : LABEL version=0.0.0 04:23:44 (2/6) Installing libgcc (9.3.0-r2) 04:23:44 (3/6) Installing libsodium (1.0.18-r0) 04:23:45 (4/6) Installing libstdc++ (9.3.0-r2) 04:23:45 (5/6) Installing libzmq (4.3.3-r0) 04:23:45 ---> Running in c0d5e236c96b 04:23:46 (6/6) Installing zeromq (4.3.3-r0) 04:23:46 Executing busybox-1.31.1-r19.trigger 04:23:46 OK: 8 MiB in 20 packages 04:23:46 Removing intermediate container c0d5e236c96b 04:23:46 ---> 12d6f3f3e161 04:23:46 04:23:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:23:47 Successfully built 12d6f3f3e161 04:23:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:23:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:23:47  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 04:23:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:23:48 Removing intermediate container 6b84a9855bca 04:23:48 ---> 7656f5a49178 04:23:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:23:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:23:48 go: downloading github.com/stretchr/testify v1.7.0 04:23:48 go: downloading github.com/davecgh/go-spew v1.1.1 04:23:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:23:48 go: downloading github.com/pmezard/go-difflib v1.0.0 04:23:49 ---> c4426aea6898 04:23:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:23:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:23:50 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:23:50 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:23:51 ---> 2f8de9939fa3 04:23:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:23:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:23:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:23:52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:23:53 ---> bafa233700df 04:23:53 Step 19/23 : ENTRYPOINT ["/core-data"] 04:23:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:23:54 ---> Running in 9a2ca031f437 04:23:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:23:54 Removing intermediate container 9a2ca031f437 04:23:54 ---> 19ed04b4a9e5 04:23:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:23:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:23:55 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:23:55 ---> Running in 7ffccd4a6f62 04:23:56 Removing intermediate container 7ffccd4a6f62 04:23:56 ---> 47c91cfdd7aa 04:23:56 Step 21/23 : LABEL arch=arm64 04:23:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:23:56 go: downloading github.com/lib/pq v1.9.0 04:23:56 ---> Running in 4aeba2f5f297 04:23:56 Removing intermediate container 4aeba2f5f297 04:23:56 ---> fff45b87a118 04:23:56 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:23:57 ---> Running in 5b7f638b01b0 04:23:58 Removing intermediate container 5b7f638b01b0 04:23:58 ---> 4aa387c88c59 04:23:58 Step 23/23 : LABEL version=0.0.0 04:23:58 ---> Running in 9276e96373bc 04:23:58 Building version 04:23:58 Removing intermediate container 9276e96373bc 04:23:58 ---> 5c77d78bd49d 04:23:58 04:23:59 Successfully built 5c77d78bd49d 04:23:59 Successfully tagged docker-core-data-go-arm64:latest 04:24:00 Staging config-common 04:24:01 Skipping stage go-build-helper (already ran) 04:24:01 Skipping stage static-packages (already ran) 04:24:01 Skipping stage go115 (already ran) 04:24:01 Staging edgex-go 04:24:02 Staging version 04:24:03 Priming config-common 04:24:04 Priming go-build-helper 04:24:04 Priming static-packages 04:24:07 Priming go115 04:24:08 Priming edgex-go 04:24:09 Priming version 04:24:10 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] } 04:24:38  Building docker-core-data-go ... done Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:24:38 Step 2/34 : FROM ${BUILDER_BASE} AS builder 04:24:38 ---> 7092767cac2b 04:24:38 Step 3/34 : WORKDIR /edgex-go 04:24:38 ---> Using cache 04:24:38 ---> e52843d9f3f8 04:24:38 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:38 ---> Using cache 04:24:38 ---> fa77a69da0a8 04:24:38 Step 5/34 : RUN apk add --update --no-cache make git 04:24:38 ---> Using cache 04:24:38 ---> e853c3a8ee1c 04:24:38 Step 6/34 : COPY go.mod . 04:24:38 ---> Using cache 04:24:38 ---> 79ec0b10358d 04:24:38 Step 7/34 : RUN go mod download 04:24:38 ---> Using cache 04:24:38 ---> 8d27fe3e81ab 04:24:38 Step 8/34 : COPY . . 04:24:38 ---> Using cache 04:24:38 ---> ef7f7b42dc23 04:24:38 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 04:24:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:24:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:24:38 ---> 7092767cac2b 04:24:38 Step 3/26 : WORKDIR /edgex-go 04:24:38 ---> Using cache 04:24:38 ---> e52843d9f3f8 04:24:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:38 ---> Using cache 04:24:38 ---> fa77a69da0a8 04:24:38 Step 5/26 : RUN apk add --update --no-cache make bash git 04:24:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:24:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:24:38 ---> 7092767cac2b 04:24:38 Step 3/23 : WORKDIR /edgex-go 04:24:38 ---> Using cache 04:24:38 ---> e52843d9f3f8 04:24:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:38 ---> Using cache 04:24:38 ---> fa77a69da0a8 04:24:38 Step 5/23 : RUN apk add --update --no-cache make git 04:24:38 ---> Using cache 04:24:38 ---> e853c3a8ee1c 04:24:38 Step 6/23 : COPY go.mod . 04:24:38 ---> Using cache 04:24:38 ---> 79ec0b10358d 04:24:38 Step 7/23 : RUN go mod download 04:24:38 ---> Using cache 04:24:38 ---> 8d27fe3e81ab 04:24:38 Step 8/23 : COPY . . 04:24:38 ---> Using cache 04:24:38 ---> ef7f7b42dc23 04:24:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:24:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:24:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:24:38 ---> 7092767cac2b 04:24:38 Step 3/23 : WORKDIR /edgex-go 04:24:38 ---> Using cache 04:24:38 ---> e52843d9f3f8 04:24:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:24:38 ---> Using cache 04:24:38 ---> fa77a69da0a8 04:24:38 Step 5/23 : RUN apk add --update --no-cache make git 04:24:38 ---> Using cache 04:24:38 ---> e853c3a8ee1c 04:24:38 Step 6/23 : COPY go.mod . 04:24:38 ---> Using cache 04:24:38 ---> 79ec0b10358d 04:24:38 Step 7/23 : RUN go mod download 04:24:38 ---> Using cache 04:24:38 ---> 8d27fe3e81ab 04:24:38 Step 8/23 : COPY . . 04:24:38 ---> Using cache 04:24:38 ---> ef7f7b42dc23 04:24:38 Step 9/23 : RUN make cmd/core-command/core-command 04:24:39 ---> Running in 000653665c54 04:24:39 ---> Running in d6382c6ddaae 04:24:39 ---> Running in 17bfc2aaccf4 04:24:39 ---> Running in 58325a2509ab 04:24:39 Removing intermediate container d6382c6ddaae 04:24:39 ---> 286c80ab0454 04:24:39 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 04:24:40 ---> Running in c3b3b1dfe46d 04:24: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 04:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:24:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:24:48 OK: 217 MiB in 51 packages 04:24:49 Removing intermediate container 17bfc2aaccf4 04:24:49 ---> 85a8939585ed 04:24:49 Step 6/26 : COPY go.mod . 04:24:50 ---> 2d28bac0bcaf 04:24:50 Step 7/26 : RUN go mod download 04:24:50 ---> Running in 841c4d936dc8 04:24:54 Removing intermediate container 841c4d936dc8 04:24:54 ---> 29db7a5c32aa 04:24:54 Step 8/26 : COPY . . 04:25:16 ---> 75db69c564ba 04:25:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:25:16 ---> Running in 158f6831ecb4 04:25:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:25:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:26:04 + mkdir -p /tmp/build/dist/linux 04:26:04 + cd /tmp/build/dist/linux 04:26:04 + git clone https://github.com/jwilder/dockerize.git . 04:26:04 Cloning into '.'... 04:26:04 + go get github.com/robfig/glock 04:26:11 Removing intermediate container 000653665c54 04:26:11 ---> b4ebb0be8717 04:26:11 04:26:11 Step 10/23 : FROM alpine:3.12 04:26:11 ---> afeebe901d6b 04:26:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:26:11 ---> Using cache 04:26:11 ---> fb55178e12b4 04:26:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:26:11 ---> Using cache 04:26:11 ---> b6e0ce0ae569 04:26:11 Step 13/23 : ENV APP_PORT=48082 04:26:11 ---> Running in 56cafda636bf 04:26:11 Removing intermediate container 56cafda636bf 04:26:11 ---> 954e8fd71ab7 04:26:11 Step 14/23 : EXPOSE $APP_PORT 04:26:11 ---> Running in ba17b811ce67 04:26:12 Removing intermediate container ba17b811ce67 04:26:12 ---> bc45f500bb39 04:26:12 Step 15/23 : WORKDIR / 04:26:12 ---> Running in 849b95515079 04:26:12 Removing intermediate container 849b95515079 04:26:12 ---> 52111e468942 04:26:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:26:14 ---> c2da49cfdcfe 04:26:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:26:17 ---> 11488460ef20 04:26:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:26:18 ---> d2b99c18f966 04:26:18 Step 19/23 : ENTRYPOINT ["/core-command"] 04:26:18 Removing intermediate container 58325a2509ab 04:26:18 ---> 4501a1b39d4c 04:26:18 04:26:18 Step 10/23 : FROM alpine:3.12 04:26:18 ---> afeebe901d6b 04:26:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:26:18 ---> Using cache 04:26:18 ---> fb55178e12b4 04:26:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:26:18 ---> Using cache 04:26:18 ---> b6e0ce0ae569 04:26:18 Step 13/23 : ENV APP_PORT=48081 04:26:18 ---> Running in 344d462bf056 04:26:19 ---> Running in 8c7c75423836 04:26:19 Removing intermediate container 344d462bf056 04:26:19 ---> ff51ceee0063 04:26:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:26:20 ---> Running in 93570b457865 04:26:20 Removing intermediate container 8c7c75423836 04:26:20 ---> 7600f9425659 04:26:20 Step 14/23 : EXPOSE $APP_PORT 04:26:20 ---> Running in 8cb9c97b9db9 04:26:20 Removing intermediate container 93570b457865 04:26:20 ---> d9c69a10ff29 04:26:20 Step 21/23 : LABEL arch=arm64 04:26:20 Removing intermediate container 8cb9c97b9db9 04:26:20 ---> c08409be2482 04:26:20 Step 15/23 : WORKDIR / 04:26:21 ---> Running in 531a57a57621 04:26:21 ---> Running in 098ba59d692a 04:26:21 Removing intermediate container 531a57a57621 04:26:21 ---> 73b15cc46394 04:26:21 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:26:22 ---> Running in 79429506eb41 04:26:22 Removing intermediate container 098ba59d692a 04:26:22 ---> ef597a4fcd9c 04:26:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:26:23 Removing intermediate container 79429506eb41 04:26:23 ---> 56e360090b34 04:26:23 Step 23/23 : LABEL version=0.0.0 04:26:23 ---> Running in b0186055ef6d 04:26:23 ---> be5bca5c5bcd 04:26:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:26:24 Removing intermediate container b0186055ef6d 04:26:24 ---> c412d85afcee 04:26:24 04:26:24 Successfully built c412d85afcee 04:26:24 Successfully tagged docker-core-command-go-arm64:latest 04:26:25  Building docker-core-command-go ... done Removing intermediate container 158f6831ecb4 04:26:25 ---> cb8714c090d3 04:26:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:26:25 ---> Running in ea53a36cf3c1 04:26:25 ---> ccc99e2e50f5 04:26:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:26:26 + glock sync -n 04:26:26  ---> 747811bcd9a1 04:26:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:26:26 ---> Running in 11283dc881c3 04:26:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:26:27 Removing intermediate container 11283dc881c3 04:26:27 ---> d8feaaf7c4da 04:26:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:26:27 ---> Running in ca64b5cd4296 04:26:27 Removing intermediate container ca64b5cd4296 04:26:27 ---> b0fa5627f309 04:26:27 Step 21/23 : LABEL arch=arm64 04:26:28 ---> Running in 0a315d0c3f11 04:26:28 Removing intermediate container 0a315d0c3f11 04:26:28 ---> c99ebbc8dce2 04:26:28 Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:26:28 ---> Running in 69d0ae778c62 04:26:29 Removing intermediate container 69d0ae778c62 04:26:29 ---> 5092eda4c8da 04:26:29 Step 23/23 : LABEL version=0.0.0 04:26:29 ---> Running in d424cc87cfe2 04:26:29 Removing intermediate container ea53a36cf3c1 04:26:29 ---> 311b134cb27b 04:26:29 04:26:29 Step 11/26 : FROM docker:20.10.0 04:26:29 20.10.0: Pulling from library/docker 04:26:29 Removing intermediate container d424cc87cfe2 04:26:29 ---> 5ceae63ebde2 04:26:29 04:26:30 Successfully built 5ceae63ebde2 04:26:30 Successfully tagged docker-core-metadata-go-arm64:latest 04:26:33  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 04:26:33 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 04:26:33 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 04:26:33 + git describe '--abbrev=0' --tags 04:26:33 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 04:26:33 + TAG=v0.6.1 04:26:33 + LDFLAGS='-X main.buildVersion=v0.6.1' 04:26:33 + apk --print-arch 04:26:33 + arch=aarch64 04:26:33 + echo 'building [dockerize] for arm64 ... ' 04:26:33 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 04:26:33 building [dockerize] for arm64 ... 04:26:37 + date 04:26:37 + echo 'Thu Jan 28 04:26:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 04:26:37 Thu Jan 28 04:26:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 04:26:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:26:40 Status: Downloaded newer image for docker:20.10.0 04:26:40 ---> eeaf43b92773 04:26:40 Step 12/26 : RUN apk add --no-cache bash 04:26:41 ---> Running in 1849c7f49095 04:26:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:26:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:26:43 (1/2) Installing readline (8.0.4-r0) 04:26:43 (2/2) Installing bash (5.0.17-r0) 04:26:43 Executing bash-5.0.17-r0.post-install 04:26:43 Executing busybox-1.31.1-r19.trigger 04:26:43 OK: 12 MiB in 22 packages 04:26:45 Removing intermediate container 1849c7f49095 04:26:45 ---> 70507940f921 04:26:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:26:45 ---> Running in 8658d508c8a0 04:26:46 Removing intermediate container c3b3b1dfe46d 04:26:46 ---> 01a4e72703e4 04:26:46 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 04:26:46 Removing intermediate container 8658d508c8a0 04:26:46 ---> 915fcc1fc1e5 04:26:46 Step 14/26 : ENV APP_PORT=48090 04:26:46 ---> Running in f56a445f0f04 04:26:46 ---> Running in 4e530e097344 04:26:47 Removing intermediate container 4e530e097344 04:26:47 ---> b87ae2184c0d 04:26:47 Step 15/26 : EXPOSE $APP_PORT 04:26:47 ---> Running in 3b580512b56e 04:26:47 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 04:26:47 statically linked 04:26:47 Removing intermediate container 3b580512b56e 04:26:47 ---> 6c3730c6646f 04:26:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:26:49 ---> 8724363a1605 04:26:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:26:49 Removing intermediate container f56a445f0f04 04:26:49 ---> 4cd426765a07 04:26:49 04:26:49 Step 12/34 : FROM alpine:3.12 04:26:49 ---> afeebe901d6b 04:26:49 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:26:49 ---> Running in e93c35ee3fdc 04:26:49 Removing intermediate container e93c35ee3fdc 04:26:49 ---> a7a55173f8f9 04:26:49 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 04:26:49 ---> e753ed73949e 04:26:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:26:50 ---> Running in e13327074157 04:26:51 ---> 43bd2e05748d 04:26:51 Step 19/26 : RUN apk --no-cache add py3-pip 04:26:51 ---> Running in df33fd1a24b6 04:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:26:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:26:52 (1/3) Installing dumb-init (1.2.2-r1) 04:26:52 (2/3) Installing openssl (1.1.1i-r0) 04:26:52 (3/3) Installing su-exec (0.2-r1) 04:26:52 Executing busybox-1.31.1-r19.trigger 04:26:52 OK: 6 MiB in 17 packages 04:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:26:53 (1/33) Installing libbz2 (1.0.8-r1) 04:26:53 (2/33) Installing expat (2.2.9-r1) 04:26:53 (3/33) Installing libffi (3.3-r2) 04:26:53 (4/33) Installing gdbm (1.13-r1) 04:26:53 (5/33) Installing xz-libs (5.2.5-r0) 04:26:53 (6/33) Installing sqlite-libs (3.32.1-r0) 04:26:53 (7/33) Installing python3 (3.8.5-r0) 04:26:53 Removing intermediate container e13327074157 04:26:53 ---> 4e88234cbee0 04:26:53 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 04:26:53 ---> Running in 18c7d6989dde 04:26:54 Removing intermediate container 18c7d6989dde 04:26:54 ---> c2df986ddb5e 04:26:54 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:26:54 ---> Running in 6b0ef774e028 04:26:55 Removing intermediate container 6b0ef774e028 04:26:55 ---> 8e58f4627923 04:26:55 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:26:55 (8/33) Installing py3-appdirs (1.4.4-r1) 04:26:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:26:55 (10/33) Installing py3-parsing (2.4.7-r0) 04:26:55 (11/33) Installing py3-six (1.15.0-r0) 04:26:55 (12/33) Installing py3-packaging (20.4-r0) 04:26:55 (13/33) Installing py3-setuptools (47.0.0-r0) 04:26:55 ---> Running in 954fb33088e3 04:26:55 (14/33) Installing py3-chardet (3.0.4-r4) 04:26:55 (15/33) Installing py3-idna (2.9-r0) 04:26:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:26:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:26:55 (18/33) Installing py3-requests (2.23.0-r0) 04:26:55 (19/33) Installing py3-msgpack (1.0.0-r0) 04:26:55 (20/33) Installing py3-lockfile (0.12.2-r3) 04:26:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:26:55 (22/33) Installing py3-colorama (0.4.3-r0) 04:26:55 (23/33) Installing py3-distlib (0.3.0-r0) 04:26:55 (24/33) Installing py3-distro (1.5.0-r1) 04:26:55 (25/33) Installing py3-webencodings (0.5.1-r3) 04:26:55 (26/33) Installing py3-html5lib (1.0.1-r4) 04:26:55 (27/33) Installing py3-pytoml (0.1.21-r0) 04:26:55 (28/33) Installing py3-pep517 (0.8.2-r0) 04:26:56 (29/33) Installing py3-progress (1.5-r0) 04:26:56 (30/33) Installing py3-toml (0.10.1-r0) 04:26:56 (31/33) Installing py3-retrying (1.3.3-r0) 04:26:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:26:56 (33/33) Installing py3-pip (20.1.1-r0) 04:26:56 Executing busybox-1.31.1-r19.trigger 04:26:56 OK: 71 MiB in 55 packages 04:26:57 Removing intermediate container 954fb33088e3 04:26:57 ---> a9ad8d43664c 04:26:57 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 04:26:58 ---> Running in d722e1931be2 04:26:58 Removing intermediate container d722e1931be2 04:26:58 ---> c2b7439609c7 04:26:58 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 04:27:00 ---> ddcfc570484a 04:27:00 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:27:01 ---> 248c790866db 04:27:01 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:27:01 ---> Running in 9ae7162fa503 04:27:02 Removing intermediate container df33fd1a24b6 04:27:02 ---> 4bb251f8f098 04:27:02 Step 20/26 : RUN pip install docker-compose==1.23.2 04:27:02 ---> Running in c6e5955b2ff4 04:27:04 Removing intermediate container 9ae7162fa503 04:27:04 ---> 8879cbaa5fcd 04:27:04 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 04:27:04 ---> c4c64c36780d 04:27:04 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:27:05 ---> 3cb317426b59 04:27:05 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:27:06 ---> 31412f64eabe 04:27:06 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:27:07 ---> 450333aa1d15 04:27:07 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:27:08 ---> af5c4fbc5215 04:27:08 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 04:27:08 Collecting docker-compose==1.23.2 04:27:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:27:08 ---> Running in f4f408cf066c 04:27:09 Removing intermediate container f4f408cf066c 04:27:09 ---> f9363e9d6649 04:27:09 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:27:09 Collecting cached-property<2,>=1.2.0 04:27:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:27:09 Collecting dockerpty<0.5,>=0.4.1 04:27:09 ---> bd9ab905f642 04:27:09 Step 29/34 : RUN chmod +x /entrypoint.sh 04:27:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:27:10 ---> Running in a4dec33213f6 04:27:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:27:12 Collecting jsonschema<3,>=2.5.1 04:27:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:27:12 Removing intermediate container a4dec33213f6 04:27:12 ---> 8fe759adaeb1 04:27:12 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 04:27:13 ---> Running in 953581cd5997 04:27:13 Collecting docker<4.0,>=3.6.0 04:27:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:27:13 Removing intermediate container 953581cd5997 04:27:13 ---> f951b862857e 04:27:13 Step 31/34 : CMD ["gate"] 04:27:14 ---> Running in 049e49439b86 04:27:14 Collecting websocket-client<1.0,>=0.32.0 04:27:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:27:14 Removing intermediate container 049e49439b86 04:27:14 ---> e54d0002f84e 04:27:14 Step 32/34 : LABEL arch=arm64 04:27:14 ---> Running in 373cd3239d08 04:27:15 Removing intermediate container 373cd3239d08 04:27:15 ---> 5f2701d511d7 04:27:15 Step 33/34 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:27:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:27:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:27:15 ---> Running in 90657cf14a66 04:27:16 Removing intermediate container 90657cf14a66 04:27:16 ---> 4b7e8540326f 04:27:16 Step 34/34 : LABEL version=0.0.0 04:27:16 Collecting PyYAML<4,>=3.10 04:27:16 Downloading PyYAML-3.13.tar.gz (270 kB) 04:27:16 ---> Running in f643539e0dc3 04:27:17 Removing intermediate container f643539e0dc3 04:27:17 ---> 914c8dcaadaa 04:27:17 04:27:17 Successfully built 914c8dcaadaa 04:27:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:27:19  Building docker-security-bootstrapper-go ... done Collecting texttable<0.10,>=0.9.0 04:27:19 Downloading texttable-0.9.1.tar.gz (11 kB) 04:27:21 Collecting docopt<0.7,>=0.6.1 04:27:21 Downloading docopt-0.6.2.tar.gz (25 kB) 04:27:23 Collecting docker-pycreds>=0.4.0 04:27:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:27:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:27:24 Collecting urllib3<1.25,>=1.21.1 04:27:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:27:24 Collecting idna<2.8,>=2.5 04:27:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:27:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:27:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:27:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:27:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:27:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:27:25 Installing collected packages: cached-property, dockerpty, jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, docopt, docker-compose 04:27:25 Running setup.py install for dockerpty: started 04:27:27 Running setup.py install for dockerpty: finished with status 'done' 04:27:27 Attempting uninstall: urllib3 04:27:27 Found existing installation: urllib3 1.25.9 04:27:27 Uninstalling urllib3-1.25.9: 04:27:27 Successfully uninstalled urllib3-1.25.9 04:27:28 Attempting uninstall: idna 04:27:28 Found existing installation: idna 2.9 04:27:28 Uninstalling idna-2.9: 04:27:28 Successfully uninstalled idna-2.9 04:27:28 Attempting uninstall: requests 04:27:28 Found existing installation: requests 2.23.0 04:27:28 Uninstalling requests-2.23.0: 04:27:28 Successfully uninstalled requests-2.23.0 04:27:30 Running setup.py install for PyYAML: started 04:27:32 Running setup.py install for PyYAML: finished with status 'done' 04:27:32 Running setup.py install for texttable: started 04:27:34 Running setup.py install for texttable: finished with status 'done' 04:27:34 Running setup.py install for docopt: started 04:27:35 Running setup.py install for docopt: finished with status 'done' 04:27:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:27:40 Removing intermediate container c6e5955b2ff4 04:27:40 ---> d5dabc66807e 04:27:40 Step 21/26 : RUN apk --no-cache add curl 04:27:40 ---> Running in 460cc36702ed 04:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:27:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:27:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:27:42 (2/3) Installing libcurl (7.69.1-r3) 04:27:42 (3/3) Installing curl (7.69.1-r3) 04:27:42 Executing busybox-1.31.1-r19.trigger 04:27:42 OK: 71 MiB in 58 packages 04:27:43 Removing intermediate container 460cc36702ed 04:27:43 ---> 1ef9ab73ab97 04:27:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:27:43 ---> Running in f20cfe8c92a2 04:27:44 Removing intermediate container f20cfe8c92a2 04:27:44 ---> 4390a35a9371 04:27:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:27:44 ---> Running in 01669b901623 04:27:44 Removing intermediate container 01669b901623 04:27:44 ---> a904bb3ae8bc 04:27:44 Step 24/26 : LABEL arch=arm64 04:27:44 ---> Running in 2a06620d009b 04:27:45 Removing intermediate container 2a06620d009b 04:27:45 ---> bf8942613dce 04:27:45 Step 25/26 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 04:27:45 ---> Running in 5650b629be58 04:27:45 Removing intermediate container 5650b629be58 04:27:45 ---> 9830787febb5 04:27:45 Step 26/26 : LABEL version=0.0.0 04:27:45 ---> Running in 868d7d5169ef 04:27:46 Removing intermediate container 868d7d5169ef 04:27:46 ---> dc62d0cfd145 04:27:46 04:27:46 Successfully built dc62d0cfd145 04:27:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:27:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:27:47 $ docker stop --time=1 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b 04:27:48 $ docker rm -f 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b [Pipeline] // withDockerContainer [Pipeline] sh 04:27:49 + + grepdocker images 04:27:49 docker 04:27:49 docker-sys-mgmt-agent-go-arm64 latest dc62d0cfd145 3 seconds ago 300MB 04:27:49 docker-security-bootstrapper-go-arm64 latest 914c8dcaadaa 32 seconds ago 31.9MB 04:27:49 docker-core-metadata-go-arm64 latest 5ceae63ebde2 About a minute ago 17.7MB 04:27:49 docker-core-command-go-arm64 latest c412d85afcee About a minute ago 16MB 04:27:49 docker-core-data-go-arm64 latest 5c77d78bd49d 3 minutes ago 21MB 04:27:49 docker-security-secretstore-setup-go-arm64 latest 12d6f3f3e161 4 minutes ago 23.4MB 04:27:49 docker-support-notifications-go-arm64 latest 8866be30f869 4 minutes ago 16MB 04:27:49 docker-support-scheduler-go-arm64 latest e82be645bdcd 4 minutes ago 15.5MB 04:27:49 docker-security-proxy-setup-go-arm64 latest 1f867b5aaa25 4 minutes ago 23.2MB 04:27:49 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:27:52 provisioning config files... 04:27:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8617287978864539630tmp [Pipeline] { [Pipeline] sh 04:27:52 + set +x 04:27:52 + curl -s https://codecov.io/bash 04:27:52 + bash -s -- 04:27:53 04:27:53 _____ _ 04:27:53 / ____| | | 04:27:53 | | ___ __| | ___ ___ _____ __ 04:27:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:27:53 | |___| (_) | (_| | __/ (_| (_) \ V / 04:27:53 \_____\___/ \__,_|\___|\___\___/ \_/ 04:27:53 Bash-20210128-d4071a2 04:27:53 04:27:53 04:27:53 ==> git version 2.24.3 found 04:27:53 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:27:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:27:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:27:53 ==> Jenkins CI detected. 04:27:53 project root: . 04:27:53 --> token set from env 04:27:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:27:53 ==> Running gcov in . (disable via -X gcov) 04:27:53 ==> Python coveragepy not found 04:27:53 ==> Searching for coverage reports in: 04:27:53 + . 04:27:53 -> Found 1 reports 04:27:53 ==> Detecting git/mercurial file structure 04:27:53 ==> Reading reports 04:27:53 + ./coverage.out bytes=565356 04:27:53 ==> Appending adjustments 04:27:53 https://docs.codecov.io/docs/fixing-reports 04:27:56 + Found adjustments 04:27:56 ==> Gzipping contents 04:27:56 84K /tmp/codecov.H5Wrwk.gz 04:27:56 ==> Uploading reports 04:27:56 url: https://codecov.io 04:27:56 query: branch=PR-3061&commit=252d90ee886802feae2a22f96d363ec1950d4d35&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 04:27:56 -> Pinging Codecov 04:27:56 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3061&commit=252d90ee886802feae2a22f96d363ec1950d4d35&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 04:27:57 -> Uploading to 04:27:57 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/252d90ee886802feae2a22f96d363ec1950d4d35/71f073f3-2cd1-4bff-bb61-b06dd84b11e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T042756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d79392883e4e43ee7ac822ffa3d87592c9633ca51c03f21a76a4f4dd34d7e089 04:27:57 % Total % Received % Xferd Average Speed Time Time Time Current 04:27:57 Dload Upload Total Spent Left Speed 04:27:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85690 0 0 100 85690 0 143k --:--:-- --:--:-- --:--:-- 144k 04:27:57 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/252d90ee886802feae2a22f96d363ec1950d4d35 [Pipeline] } 04:27:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:28:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:28:00 ---> package-listing.sh 04:28:00 ++ facter osfamily 04:28:00 ++ tr '[:upper:]' '[:lower:]' 04:28:00 + OS_FAMILY=redhat 04:28:00 + workspace=/w/workspace/edgex-go/7 04:28:00 + START_PACKAGES=/tmp/packages_start.txt 04:28:00 + END_PACKAGES=/tmp/packages_end.txt 04:28:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:28:00 + PACKAGES=/tmp/packages_start.txt 04:28:00 + '[' /w/workspace/edgex-go/7 ']' 04:28:00 + PACKAGES=/tmp/packages_end.txt 04:28:00 + case "${OS_FAMILY}" in 04:28:00 + rpm -qa 04:28:00 + sort 04:28:06 + '[' -f /tmp/packages_start.txt ']' 04:28:06 + '[' -f /tmp/packages_end.txt ']' 04:28:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:28:06 + '[' /w/workspace/edgex-go/7 ']' 04:28:06 + mkdir -p /w/workspace/edgex-go/7/archives/ 04:28:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 04:28:06 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:28:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:28:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:28:06 04:28:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:28:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:28:07 alpine: Pulling from edgex-lftools-log-publisher 04:28:07 df20fa9351a1: Pulling fs layer 04:28:07 36b3adc4ff6f: Pulling fs layer 04:28:07 8ad3a11d3b57: Pulling fs layer 04:28:07 46f8f816bc3b: Pulling fs layer 04:28:07 93b61091891f: Pulling fs layer 04:28:07 93b9cdb0e59b: Pulling fs layer 04:28:07 5e14af77c1be: Pulling fs layer 04:28:07 01666e4c0597: Pulling fs layer 04:28:07 aa168da1d23b: Pulling fs layer 04:28:07 46f8f816bc3b: Waiting 04:28:07 5e14af77c1be: Waiting 04:28:07 01666e4c0597: Waiting 04:28:07 93b9cdb0e59b: Waiting 04:28:07 93b61091891f: Waiting 04:28:07 aa168da1d23b: Waiting 04:28:07 36b3adc4ff6f: Verifying Checksum 04:28:07 36b3adc4ff6f: Download complete 04:28:07 46f8f816bc3b: Download complete 04:28:07 df20fa9351a1: Verifying Checksum 04:28:07 df20fa9351a1: Download complete 04:28:07 93b9cdb0e59b: Verifying Checksum 04:28:07 93b9cdb0e59b: Download complete 04:28:07 93b61091891f: Download complete 04:28:07 5e14af77c1be: Verifying Checksum 04:28:07 5e14af77c1be: Download complete 04:28:07 01666e4c0597: Verifying Checksum 04:28:07 01666e4c0597: Download complete 04:28:07 8ad3a11d3b57: Verifying Checksum 04:28:07 8ad3a11d3b57: Download complete 04:28:08 df20fa9351a1: Pull complete 04:28:08 36b3adc4ff6f: Pull complete 04:28:10 aa168da1d23b: Verifying Checksum 04:28:10 aa168da1d23b: Download complete 04:28:10 8ad3a11d3b57: Pull complete 04:28:10 46f8f816bc3b: Pull complete 04:28:10 93b61091891f: Pull complete 04:28:10 93b9cdb0e59b: Pull complete 04:28:11 5e14af77c1be: Pull complete 04:28:11 01666e4c0597: Pull complete 04:28:19 aa168da1d23b: Pull complete 04:28:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:28:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:28:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:28:19 prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container 04:28:19 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:28:27 $ docker top 596ffa439415b5cf3ba4a50bb80fc70303c30bae9ba24bf3f26e030dd593d9b5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:28:28 + touch /tmp/pre-build-complete [Pipeline] sh 04:28:28 + mkdir -p /var/log/sa [Pipeline] sh 04:28:29 + ls /var/log/sa-host 04:28:29 + sadf -c /var/log/sa-host/sa23 04:28:29 file_magic: OK 04:28:29 HZ: Using current value: 100 04:28:29 file_header: OK 04:28:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:28:29 Statistics: 04:28:29 Hnuu...uuuununununu... 04:28:29 File successfully converted to sysstat format version 12.2.1 04:28:29 + sadf -c /var/log/sa-host/sa28 04:28:29 file_magic: OK 04:28:29 HZ: Using current value: 100 04:28:29 file_header: OK 04:28:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:28:29 Statistics: 04:28:29 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... 04:28:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:28:29 provisioning config files... 04:28:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7233837197203539785tmp [Pipeline] { [Pipeline] echo 04:28:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:28:30 ---> create-netrc.sh [Pipeline] } 04:28:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:28:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:28:30 ---> python-tools-install.sh [Pipeline] echo 04:28:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:28:31 ---> sudo-logs.sh 04:28:31 Archiving 'sudo' log.. [Pipeline] echo 04:28:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:28:31 ---> job-cost.sh 04:28:31 lf-activate-venv: SKIPPING 04:28:31 INFO: No Stack... 04:28:32 INFO: Retrieving Pricing Info for: v1-standard-2 04:28:32 INFO: Archiving Costs [Pipeline] echo 04:28:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:28:32 ---> logs-deploy.sh 04:28:32 lf-activate-venv: SKIPPING 04:28:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/7 04:28:32 INFO: archiving workspace using pattern(s): 04:28:34 Archives upload complete. 04:28:34 INFO: archiving logs to Nexus 04:28:35 ---> uname -a: 04:28:35 Linux prd-centos7-docker-4c-2g-23684.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:28:35 04:28:35 04:28:35 ---> lscpu: 04:28:35 Architecture: x86_64 04:28:35 CPU op-mode(s): 32-bit, 64-bit 04:28:35 Byte Order: Little Endian 04:28:35 Address sizes: 40 bits physical, 48 bits virtual 04:28:35 CPU(s): 4 04:28:35 On-line CPU(s) list: 0-3 04:28:35 Thread(s) per core: 1 04:28:35 Core(s) per socket: 1 04:28:35 Socket(s): 4 04:28:35 NUMA node(s): 1 04:28:35 Vendor ID: GenuineIntel 04:28:35 CPU family: 6 04:28:35 Model: 44 04:28:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:28:35 Stepping: 1 04:28:35 CPU MHz: 2933.442 04:28:35 BogoMIPS: 5866.88 04:28:35 Virtualization: VT-x 04:28:35 Hypervisor vendor: KVM 04:28:35 Virtualization type: full 04:28:35 L1d cache: 128 KiB 04:28:35 L1i cache: 128 KiB 04:28:35 L2 cache: 16 MiB 04:28:35 L3 cache: 64 MiB 04:28:35 NUMA node0 CPU(s): 0-3 04:28:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:28:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:28:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:28:35 Vulnerability Meltdown: Mitigation; PTI 04:28:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:28:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:28:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:28:35 Vulnerability Srbds: Not affected 04:28:35 Vulnerability Tsx async abort: Not affected 04:28:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:28:35 04:28:35 04:28:35 ---> nproc: 04:28:35 4 04:28:35 04:28:35 04:28:35 ---> df -h: 04:28:35 Filesystem Size Used Available Use% Mounted on 04:28:35 overlay 50.0G 11.8G 38.2G 24% / 04:28:35 tmpfs 64.0M 0 64.0M 0% /dev 04:28:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:28:35 shm 64.0M 0 64.0M 0% /dev/shm 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/7 04:28:35 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/7@tmp 04:28:35 04:28:35 04:28:35 ---> free -m: 04:28:35 total used free shared buff/cache available 04:28:35 Mem: 1837 747 173 0 916 1006 04:28:35 Swap: 1023 35 988 04:28:35 04:28:35 04:28:35 ---> ip addr: 04:28:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:28:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:28:35 inet 127.0.0.1/8 scope host lo 04:28:35 valid_lft forever preferred_lft forever 04:28:35 inet6 ::1/128 scope host 04:28:35 valid_lft forever preferred_lft forever 04:28:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:28:35 link/ether fa:16:3e:67:37:80 brd ff:ff:ff:ff:ff:ff 04:28:35 inet 10.30.123.125/23 brd 10.30.123.255 scope global dynamic eth0 04:28:35 valid_lft 85194sec preferred_lft 85194sec 04:28:35 inet6 fe80::f816:3eff:fe67:3780/64 scope link 04:28:35 valid_lft forever preferred_lft forever 04:28:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:28:35 link/ether 02:42:94:b7:a1:43 brd ff:ff:ff:ff:ff:ff 04:28:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:28:35 valid_lft forever preferred_lft forever 04:28:35 inet6 fe80::42:94ff:feb7:a143/64 scope link 04:28:35 valid_lft forever preferred_lft forever 04:28:35 04:28:35 04:28:35 ---> sar -b -r -n DEV: 04:28:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 04:28:35 04:28:35 04:08:20 LINUX RESTART (4 CPU) 04:28:35 04:28:35 04:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:28:35 04:10:01 120.77 60.01 60.76 0.00 8265.60 19168.81 0.00 04:28:35 04:11:01 281.50 79.22 202.28 0.00 4345.10 51189.59 0.00 04:28:35 04:12:01 170.68 84.59 86.09 0.00 2729.18 10100.60 0.00 04:28:35 04:13:01 138.54 59.21 79.33 0.00 3510.47 16888.53 0.00 04:28:35 04:14:02 1295.22 989.90 305.32 0.00 105491.85 172958.02 0.00 04:28:35 04:15:02 2081.51 1810.66 270.86 0.00 131771.56 141310.47 0.00 04:28:35 04:16:02 581.40 273.04 308.36 0.00 83934.87 122395.70 0.00 04:28:35 04:17:01 1918.65 1593.82 324.83 0.00 100224.92 102570.47 0.00 04:28:35 04:18:01 279.42 23.19 256.22 0.00 1951.81 39807.39 0.00 04:28:35 04:19:01 19.76 10.59 9.17 0.00 2937.46 236.38 0.00 04:28:35 04:20:01 0.25 0.02 0.23 0.00 0.53 3.51 0.00 04:28:35 04:21:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 04:28:35 04:22:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 04:28:35 04:23:02 0.27 0.00 0.27 0.00 0.00 2.60 0.00 04:28:35 04:24:01 1.66 1.47 0.19 0.00 51.61 1.54 0.00 04:28:35 04:25:01 0.85 0.03 0.82 0.00 1.07 15.64 0.00 04:28:35 04:26:01 0.70 0.43 0.27 0.00 12.26 3.15 0.00 04:28:35 04:27:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 04:28:35 04:28:01 21.56 21.16 0.40 0.00 2263.49 29.48 0.00 04:28:35 Average: 362.97 262.60 100.37 0.00 23528.08 35662.61 0.00 04:28:35 04:28:35 04:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:28:35 04:10:01 371348 0 588124 31.26 2620 919452 1109516 37.87 455980 851224 156 04:28:35 04:11:01 327544 0 677680 36.02 1112 875208 1317320 44.96 444168 831520 48 04:28:35 04:12:01 359832 0 743532 39.52 964 777216 1314444 44.86 520172 713268 38888 04:28:35 04:13:01 150836 0 757468 40.26 820 972420 1551076 52.94 617148 838068 51704 04:28:35 04:14:02 69496 0 777548 41.32 4 1034496 1959096 66.86 614360 981824 0 04:28:35 04:15:02 245012 0 1082904 57.55 4 553624 3641540 124.28 718768 650720 68292 04:28:35 04:16:02 68968 0 829456 44.08 4 983116 2465732 84.15 715972 868000 79464 04:28:35 04:17:01 332608 0 879688 46.75 4 669244 3330900 113.68 648812 642076 14044 04:28:35 04:18:01 151804 0 713648 37.93 4 1016088 1351592 46.13 603904 870672 24 04:28:35 04:19:01 143416 0 668100 35.51 4 1070024 1182252 40.35 569608 915872 16 04:28:35 04:20:01 144692 0 666832 35.44 4 1070016 1175080 40.10 569124 915844 8 04:28:35 04:21:01 144788 0 666708 35.43 4 1070044 1166928 39.83 568980 915740 12 04:28:35 04:22:01 145304 0 666180 35.41 4 1070056 1166820 39.82 568308 915740 16 04:28:35 04:23:02 145564 0 665916 35.39 4 1070060 1166820 39.82 568312 915740 8 04:28:35 04:24:01 143836 0 666836 35.44 4 1070868 1166892 39.82 568756 916476 28 04:28:35 04:25:01 143868 0 666796 35.44 4 1070876 1166880 39.82 568828 916496 12 04:28:35 04:26:01 142660 0 667996 35.50 4 1070884 1167052 39.83 569480 916864 16 04:28:35 04:27:01 143744 0 666904 35.44 4 1070892 1166884 39.82 568564 916864 12 04:28:35 04:28:01 78788 0 685520 36.43 4 1117232 1194876 40.78 594596 952332 0 04:28:35 Average: 181795 0 723044 38.43 293 976411 1566405 53.46 581781 865544 13303 04:28:35 04:28:35 04:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:28:35 04:10:01 eth0 1365.35 1378.25 5449.78 166.26 0.00 0.00 0.00 0.00 04:28:35 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:10:01 docker0 842.47 737.31 69.43 2675.62 0.00 0.00 0.00 0.00 04:28:35 04:11:01 eth0 477.97 389.92 3676.59 42.75 0.00 0.00 0.00 0.00 04:28:35 04:11:01 veth70fbc89 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:11:01 docker0 131.04 172.03 9.45 827.30 0.00 0.00 0.00 0.00 04:28:35 04:12:01 eth0 46.67 33.49 23.45 63.64 0.00 0.00 0.00 0.00 04:28:35 04:12:01 veth70fbc89 0.33 0.42 0.03 0.04 0.00 0.00 0.00 0.00 04:28:35 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:12:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 04:28:35 04:13:01 eth0 183.19 144.05 1690.35 39.39 0.00 0.00 0.00 0.00 04:28:35 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:14:02 eth0 65.09 40.67 176.00 57.45 0.00 0.00 0.00 0.00 04:28:35 04:14:02 vethbd9847f 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 04:28:35 04:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:14:02 docker0 13.03 25.16 0.71 144.09 0.00 0.00 0.00 0.00 04:28:35 04:15:02 vethe2451c5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:15:02 veth1d1756f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:15:02 veth718f2b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:15:02 eth0 10.46 5.48 8.75 4.65 0.00 0.00 0.00 0.00 04:28:35 04:16:02 veth718f2b1 40.76 98.05 3.12 691.46 0.00 0.00 0.00 0.00 04:28:35 04:16:02 eth0 149.55 68.66 892.45 16.95 0.00 0.00 0.00 0.00 04:28:35 04:16:02 vethbd9847f 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 04:28:35 04:16:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:28:35 04:17:01 veth75eb214 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:17:01 eth0 71.45 48.74 122.81 85.80 0.00 0.00 0.00 0.00 04:28:35 04:17:01 vethbd9847f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:18:01 eth0 256.12 183.16 1738.10 90.25 0.00 0.00 0.00 0.00 04:28:35 04:18:01 vethbd9847f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 04:28:35 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:18:01 docker0 1080.57 1140.65 85.31 5046.74 0.00 0.00 0.00 0.00 04:28:35 04:19:01 eth0 5.59 3.30 4.95 2.16 0.00 0.00 0.00 0.00 04:28:35 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:20:01 eth0 1.63 0.75 0.76 0.23 0.00 0.00 0.00 0.00 04:28:35 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:21:01 eth0 0.62 0.42 0.28 0.18 0.00 0.00 0.00 0.00 04:28:35 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:22:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 04:28:35 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:23:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:28:35 04:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:24:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:28:35 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:25:01 eth0 1.30 0.08 0.17 0.01 0.00 0.00 0.00 0.00 04:28:35 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:26:01 eth0 0.95 0.58 0.54 0.40 0.00 0.00 0.00 0.00 04:28:35 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:27:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:28:35 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:28:01 eth0 10.62 6.99 10.80 5.16 0.00 0.00 0.00 0.00 04:28:35 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 Average: eth0 139.55 121.51 727.40 30.33 0.00 0.00 0.00 0.00 04:28:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:28:35 Average: docker0 56.97 60.14 4.50 266.09 0.00 0.00 0.00 0.00 04:28:35 04:28:35 04:28:35 ---> sar -P ALL: 04:28:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 04:28:35 04:28:35 04:08:20 LINUX RESTART (4 CPU) 04:28:35 04:28:35 04:09:01 CPU %user %nice %system %iowait %steal %idle 04:28:35 04:10:01 all 13.00 0.00 6.10 1.76 0.09 79.05 04:28:35 04:10:01 0 15.39 0.00 9.36 2.05 0.07 73.13 04:28:35 04:10:01 1 10.94 0.00 4.55 2.08 0.09 82.34 04:28:35 04:10:01 2 11.90 0.00 4.58 0.65 0.09 82.79 04:28:35 04:10:01 3 13.79 0.00 5.95 2.26 0.14 77.86 04:28:35 04:11:01 all 11.57 0.00 10.10 6.16 0.07 72.10 04:28:35 04:11:01 0 11.79 0.00 12.19 7.20 0.09 68.73 04:28:35 04:11:01 1 10.17 0.00 9.84 5.42 0.07 74.50 04:28:35 04:11:01 2 11.86 0.00 9.12 6.03 0.09 72.90 04:28:35 04:11:01 3 12.44 0.00 9.27 5.99 0.05 72.25 04:28:35 04:12:01 all 57.25 0.00 14.50 4.92 0.12 23.21 04:28:35 04:12:01 0 55.05 0.00 14.23 4.40 0.12 26.19 04:28:35 04:12:01 1 56.95 0.00 14.82 5.25 0.16 22.82 04:28:35 04:12:01 2 58.59 0.00 14.84 4.04 0.11 22.43 04:28:35 04:12:01 3 58.41 0.00 14.12 5.98 0.09 21.40 04:28:35 04:13:01 all 42.53 0.00 13.42 1.97 0.06 42.02 04:28:35 04:13:01 0 42.44 0.00 13.76 1.99 0.07 41.73 04:28:35 04:13:01 1 41.79 0.00 13.31 2.19 0.05 42.66 04:28:35 04:13:01 2 42.63 0.00 13.98 1.71 0.05 41.63 04:28:35 04:13:01 3 43.26 0.00 12.61 2.01 0.07 42.05 04:28:35 04:14:02 all 21.52 0.00 26.28 10.94 0.18 41.08 04:28:35 04:14:02 0 22.26 0.00 25.85 11.25 0.26 40.37 04:28:35 04:14:02 1 20.20 0.00 25.49 9.82 0.14 44.35 04:28:35 04:14:02 2 21.93 0.00 27.02 10.80 0.18 40.07 04:28:35 04:14:02 3 21.69 0.00 26.78 11.89 0.12 39.52 04:28:35 04:15:02 all 41.04 0.00 23.61 20.99 0.16 14.19 04:28:35 04:15:02 0 41.51 0.00 23.53 22.03 0.16 12.77 04:28:35 04:15:02 1 39.92 0.00 23.84 18.96 0.20 17.08 04:28:35 04:15:02 2 40.87 0.00 23.82 22.04 0.15 13.12 04:28:35 04:15:02 3 41.88 0.00 23.24 20.92 0.15 13.81 04:28:35 04:16:02 all 39.23 0.00 21.17 24.11 0.12 15.37 04:28:35 04:16:02 0 37.89 0.00 21.25 24.36 0.14 16.36 04:28:35 04:16:02 1 38.74 0.00 21.54 23.88 0.13 15.71 04:28:35 04:16:02 2 40.32 0.00 20.87 20.07 0.09 18.66 04:28:35 04:16:02 3 39.97 0.00 21.04 28.17 0.13 10.69 04:28:35 04:17:01 all 36.34 0.00 23.65 29.34 0.14 10.53 04:28:35 04:17:01 0 36.08 0.00 24.51 31.71 0.13 7.58 04:28:35 04:17:01 1 37.10 0.00 23.97 28.87 0.13 9.94 04:28:35 04:17:01 2 36.75 0.00 22.69 30.05 0.15 10.37 04:28:35 04:17:01 3 35.42 0.00 23.43 26.74 0.15 14.26 04:28:35 04:18:01 all 27.61 0.00 13.07 9.17 0.09 50.05 04:28:35 04:18:01 0 27.51 0.00 14.13 8.15 0.11 50.11 04:28:35 04:18:01 1 26.70 0.00 12.79 9.01 0.12 51.38 04:28:35 04:18:01 2 29.61 0.00 13.90 11.47 0.07 44.95 04:28:35 04:18:01 3 26.62 0.00 11.48 8.05 0.07 53.78 04:28:35 04:19:01 all 0.49 0.00 0.48 0.20 0.00 98.82 04:28:35 04:19:01 0 0.48 0.00 0.40 0.12 0.00 99.00 04:28:35 04:19:01 1 0.53 0.00 0.58 0.03 0.00 98.85 04:28:35 04:19:01 2 0.60 0.00 0.47 0.50 0.00 98.43 04:28:35 04:19:01 3 0.35 0.00 0.47 0.17 0.02 99.00 04:28:35 04:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:28:35 04:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:28:35 04:20:01 1 0.03 0.00 0.07 0.00 0.00 99.90 04:28:35 04:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:28:35 04:20:01 3 0.55 0.00 0.02 0.00 0.00 99.43 04:28:35 04:28:35 04:20:01 CPU %user %nice %system %iowait %steal %idle 04:28:35 04:21:01 all 0.22 0.00 0.28 0.00 0.00 99.49 04:28:35 04:21:01 0 0.12 0.00 0.35 0.00 0.02 99.52 04:28:35 04:21:01 1 0.10 0.00 0.25 0.00 0.00 99.65 04:28:35 04:21:01 2 0.08 0.00 0.25 0.00 0.00 99.67 04:28:35 04:21:01 3 0.60 0.00 0.28 0.00 0.00 99.12 04:28:35 04:22:01 all 0.11 0.00 0.04 0.00 0.00 99.85 04:28:35 04:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:28:35 04:22:01 1 0.22 0.00 0.08 0.00 0.00 99.70 04:28:35 04:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:28:35 04:22:01 3 0.20 0.00 0.03 0.00 0.00 99.77 04:28:35 04:23:02 all 0.05 0.00 0.11 0.00 0.00 99.83 04:28:35 04:23:02 0 0.05 0.00 0.13 0.00 0.00 99.82 04:28:35 04:23:02 1 0.07 0.00 0.13 0.00 0.00 99.80 04:28:35 04:23:02 2 0.05 0.00 0.07 0.00 0.02 99.87 04:28:35 04:23:02 3 0.05 0.00 0.12 0.00 0.00 99.83 04:28:35 04:24:01 all 0.13 0.00 0.07 0.02 0.00 99.78 04:28:35 04:24:01 0 0.05 0.00 0.12 0.08 0.00 99.75 04:28:35 04:24:01 1 0.41 0.00 0.07 0.00 0.02 99.51 04:28:35 04:24:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:28:35 04:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:28:35 04:25:01 all 0.15 0.00 0.03 0.00 0.00 99.81 04:28:35 04:25:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:28:35 04:25:01 1 0.50 0.00 0.02 0.00 0.00 99.48 04:28:35 04:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:28:35 04:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:28:35 04:26:01 all 0.19 0.00 0.03 0.01 0.00 99.77 04:28:35 04:26:01 0 0.05 0.00 0.03 0.05 0.00 99.87 04:28:35 04:26:01 1 0.53 0.00 0.02 0.00 0.00 99.45 04:28:35 04:26:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:28:35 04:26:01 3 0.12 0.00 0.03 0.00 0.00 99.85 04:28:35 04:27:01 all 0.15 0.00 0.04 0.00 0.00 99.82 04:28:35 04:27:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:28:35 04:27:01 1 0.50 0.00 0.03 0.00 0.00 99.47 04:28:35 04:27:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:28:35 04:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:28:35 04:28:01 all 1.31 0.00 0.80 0.55 0.00 97.34 04:28:35 04:28:01 0 1.22 0.00 0.78 0.40 0.00 97.60 04:28:35 04:28:01 1 1.63 0.00 0.88 0.33 0.00 97.15 04:28:35 04:28:01 2 1.32 0.00 0.84 0.90 0.00 96.94 04:28:35 04:28:01 3 1.05 0.00 0.68 0.58 0.00 97.68 04:28:35 Average: all 14.87 0.00 7.81 5.56 0.05 71.70 04:28:35 Average: 0 14.83 0.00 8.18 5.75 0.06 71.19 04:28:35 Average: 1 14.58 0.00 7.74 5.34 0.06 72.29 04:28:35 Average: 2 15.07 0.00 7.76 5.47 0.05 71.66 04:28:35 Average: 3 15.02 0.00 7.58 5.67 0.05 71.68 04:28:35 04:28:35 04:28:35