Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+261101cd65b57382b3139275d947e2afb77006cd (7f7547db82f4b485de7e86a402084f3a453297de) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25225 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:39:21 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:39:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:39:21 ========================================================= 07:39:21 EdgeX Global Pipelines Version Info 07:39:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:39:24 ------------------- 07:39:24 stable info: 07:39:24 ------------------- 07:39:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:39:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:39:24 Message: update stable to v1.0.179 07:39:25 ------------------- 07:39:25 experimental info: 07:39:25 ------------------- 07:39:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:39:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:39:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:39:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:39:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:39:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:39:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:39:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 07:39:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd392bed0e6aa3df15982accdefbd664d19e588a [Pipeline] echo 07:39:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd392be [Pipeline] echo 07:39:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:39:28 provisioning config files... 07:39:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config489831796837291821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:28 ---> docker-login.sh 07:39:28 nexus3.edgexfoundry.org:10001 07:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:29 Configure a credential helper to remove this warning. See 07:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:29 07:39:29 Login Succeeded 07:39:29 nexus3.edgexfoundry.org:10002 07:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:29 Configure a credential helper to remove this warning. See 07:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:29 07:39:29 Login Succeeded 07:39:29 nexus3.edgexfoundry.org:10003 07:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:30 Configure a credential helper to remove this warning. See 07:39:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:30 07:39:30 Login Succeeded 07:39:30 nexus3.edgexfoundry.org:10004 07:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:30 Configure a credential helper to remove this warning. See 07:39:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:30 07:39:30 Login Succeeded 07:39:30 docker.io 07:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:31 Configure a credential helper to remove this warning. See 07:39:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:31 07:39:31 Login Succeeded 07:39:31 ---> docker-login.sh ends [Pipeline] } 07:39:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:31 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/core-command/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo core-command,cmd/core-command/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/core-data/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo core-data,cmd/core-data/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/core-metadata/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo core-metadata,cmd/core-metadata/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/security-bootstrapper/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/security-proxy-setup/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/support-notifications/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo support-notifications,cmd/support-notifications/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/support-scheduler/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:39:31 + for file in '`ls cmd/**/Dockerfile`' 07:39:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:39:31 ++ cut -d/ -f2 07:39:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:39:32 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 07:39:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:39:33 07:39:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:39:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:39:33 latest: Pulling from edgex-devops/git-semver 07:39:33 31603596830f: Pulling fs layer 07:39:33 2a8b12db71e7: Pulling fs layer 07:39:33 6ca5941a6612: Pulling fs layer 07:39:33 ecc8261a40a4: Pulling fs layer 07:39:33 ecc8261a40a4: Waiting 07:39:33 2a8b12db71e7: Verifying Checksum 07:39:33 2a8b12db71e7: Download complete 07:39:34 31603596830f: Verifying Checksum 07:39:34 31603596830f: Download complete 07:39:34 ecc8261a40a4: Verifying Checksum 07:39:34 ecc8261a40a4: Download complete 07:39:34 31603596830f: Pull complete 07:39:34 6ca5941a6612: Verifying Checksum 07:39:34 6ca5941a6612: Download complete 07:39:34 2a8b12db71e7: Pull complete 07:39:36 6ca5941a6612: Pull complete 07:39:36 ecc8261a40a4: Pull complete 07:39:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:39:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:39:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:39:37 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 07:39:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:39:40 $ docker top d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:39:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:40 [ssh-agent] Looking for ssh-agent implementation... 07:39:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:40 $ docker exec d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent 07:39:41 SSH_AUTH_SOCK=/tmp/ssh-3L4yzACYRT9G/agent.12 07:39:41 SSH_AGENT_PID=17 07:39:41 Running ssh-add (command line suppressed) 07:39:41 Identity added: /w/workspace/edgex-go/12@tmp/private_key_4826163943694590337.key (/w/workspace/edgex-go/12@tmp/private_key_4826163943694590337.key) 07:39:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:42 + git tag --points-at HEAD [Pipeline] } 07:39:42 $ docker exec --env ******** --env ******** d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent -k 07:39:43 unset SSH_AUTH_SOCK; 07:39:43 unset SSH_AGENT_PID; 07:39:43 echo Agent pid 17 killed; 07:39:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:39:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:43 [ssh-agent] Looking for ssh-agent implementation... 07:39:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:43 $ docker exec d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent 07:39:44 SSH_AUTH_SOCK=/tmp/ssh-u7BCRpJP2j94/agent.46 07:39:44 SSH_AGENT_PID=51 07:39:44 Running ssh-add (command line suppressed) 07:39:44 Identity added: /w/workspace/edgex-go/12@tmp/private_key_6538113412219379578.key (/w/workspace/edgex-go/12@tmp/private_key_6538113412219379578.key) 07:39:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:44 + git semver init 07:39:44 # -> Open(): unable to determine branch for HEAD 07:39:44 # $GIT_DIR = /w/workspace/edgex-go/12/.git 07:39:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 07:39:44 # $SEMVER_REMOTE_NAME = origin 07:39:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:39:44 # $SEMVER_USER_NAME = edgex-jenkins 07:39:44 # $SEMVER_BRANCH = PR-3113 07:39:44 # $SEMVER_TEMP = /tmp/semver-966850723 07:39:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:40:33 # '/tmp/semver-966850723' -> '/w/workspace/edgex-go/12/.semver' 07:40:33 # -> Force: false 07:40:33 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 07:40:33 $ docker exec --env ******** --env ******** d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent -k 07:40:33 unset SSH_AUTH_SOCK; 07:40:33 unset SSH_AGENT_PID; 07:40:33 echo Agent pid 51 killed; 07:40:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:40:34 + git semver [Pipeline] } 07:40:35 $ docker stop --time=1 d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe 07:40:37 $ docker rm -f d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe [Pipeline] // withDockerContainer [Pipeline] sh 07:40:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:40:39 Stashed 1 file(s) [Pipeline] echo 07:40:39 [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 07:40:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:40:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:40:40 + sudo service docker restart 07:40:40 + true 07:40:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:40:43 ========================================================= 07:40:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:40:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:40:43 + 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 . 07:40:51 Sending build context to Docker daemon 327.6MB 07:40:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:40:51 Step 2/6 : FROM ${BASE} 07:40:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:40:51 188c0c94c7c5: Pulling fs layer 07:40:51 0ef7d3d256c8: Pulling fs layer 07:40:51 de9db76c5a1d: Pulling fs layer 07:40:51 bca2f99d35d6: Pulling fs layer 07:40:51 93359f2a8cfa: Pulling fs layer 07:40:51 7c6f9722023f: Pulling fs layer 07:40:51 a35cf1a2eb13: Pulling fs layer 07:40:51 7c6f9722023f: Waiting 07:40:51 93359f2a8cfa: Waiting 07:40:51 bca2f99d35d6: Waiting 07:40:51 a35cf1a2eb13: Waiting 07:40:51 de9db76c5a1d: Verifying Checksum 07:40:51 de9db76c5a1d: Download complete 07:40:51 0ef7d3d256c8: Verifying Checksum 07:40:51 0ef7d3d256c8: Download complete 07:40:51 93359f2a8cfa: Verifying Checksum 07:40:51 93359f2a8cfa: Download complete 07:40:51 7c6f9722023f: Verifying Checksum 07:40:51 7c6f9722023f: Download complete 07:40:51 188c0c94c7c5: Verifying Checksum 07:40:51 188c0c94c7c5: Download complete 07:40:53 188c0c94c7c5: Pull complete 07:40:54 0ef7d3d256c8: Pull complete 07:40:54 Still waiting to schedule task 07:40:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:40:54 de9db76c5a1d: Pull complete 07:40:59 a35cf1a2eb13: Verifying Checksum 07:40:59 a35cf1a2eb13: Download complete 07:41:00 bca2f99d35d6: Verifying Checksum 07:41:00 bca2f99d35d6: Download complete 07:41:14 bca2f99d35d6: Pull complete 07:41:14 93359f2a8cfa: Pull complete 07:41:14 7c6f9722023f: Pull complete 07:41:21 a35cf1a2eb13: Pull complete 07:41:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:41:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:41:21 ---> a62c8e92a672 07:41:21 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 07:41:21 ---> Running in 2b3be1c116a5 07:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:23 (1/12) Installing libmagic (5.38-r0) 07:41:23 (2/12) Installing file (5.38-r0) 07:41:24 (3/12) Installing libc-dev (0.7.2-r3) 07:41:24 (4/12) Installing g++ (9.3.0-r2) 07:41:46 (5/12) Installing fortify-headers (1.1-r0) 07:41:46 (6/12) Installing patch (2.7.6-r6) 07:41:46 (7/12) Installing build-base (0.5-r2) 07:41:46 (8/12) Installing libsodium (1.0.18-r0) 07:41:46 (9/12) Installing pkgconf (1.7.2-r0) 07:41:46 (10/12) Installing libsodium-dev (1.0.18-r0) 07:41:46 (11/12) Installing libzmq (4.3.3-r0) 07:41:46 (12/12) Installing zeromq-dev (4.3.3-r0) 07:41:46 Executing busybox-1.31.1-r19.trigger 07:41:46 OK: 233 MiB in 51 packages 07:41:51 Removing intermediate container 2b3be1c116a5 07:41:51 ---> 4b687acbfa29 07:41:51 Step 4/6 : WORKDIR /edgex-go 07:41:51 ---> Running in d503d67e6cce 07:41:51 Removing intermediate container d503d67e6cce 07:41:51 ---> 5e1c8a93e9cf 07:41:51 Step 5/6 : COPY go.mod . 07:41:51 ---> dbc5bd4ea11f 07:41:51 Step 6/6 : RUN go mod download 07:41:51 ---> Running in 789c94fe74c0 07:42:24 Removing intermediate container 789c94fe74c0 07:42:24 ---> 247ad7589168 07:42:24 Successfully built 247ad7589168 07:42:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:42:24 + docker inspect -f . ci-base-image-x86_64 07:42:24 . [Pipeline] withDockerContainer 07:42:25 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 07:42:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:42:26 $ docker top e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:27 + go version 07:42:27 go version go1.15.5 linux/amd64 [Pipeline] } 07:42:27 $ docker stop --time=1 e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 07:42:29 $ docker rm -f e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:42:30 + docker inspect -f . ci-base-image-x86_64 07:42:30 . [Pipeline] withDockerContainer 07:42:30 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 07:42:30 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:42:32 $ docker top cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 -eo pid,comm [Pipeline] { [Pipeline] echo 07:42:33 ========================================================= 07:42:33 [edgeXBuildGoParallel] Running Tests and Build... 07:42:33 ========================================================= [Pipeline] sh 07:42:33 + make test 07:42:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:42:52 ? github.com/edgexfoundry/edgex-go [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:43:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:43:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:43:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:43:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:43:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:43:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:43:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:43:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:43:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:43:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:43:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:43:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:43:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.6% of statements 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:43:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:43:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements 07:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.610s coverage: 27.1% of statements 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 65.8% of statements 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:43:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements 07:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:43:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:43:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.426s coverage: 28.6% of statements 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:43:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.219s coverage: 100.0% of statements 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:43:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.110s coverage: 100.0% of statements 07:43:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.193s coverage: 86.7% of statements 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.165s coverage: 97.5% of statements 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.184s coverage: 78.3% of statements 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.014s coverage: 92.8% of statements 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:44:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 45.5% of statements 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.150s coverage: 79.5% of statements 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 07:44:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.097s coverage: 87.5% of statements 07:44:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements 07:44:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements 07:44:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25234 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 07:44:30 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.240s coverage: 92.9% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.115s coverage: 87.2% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.223s coverage: 100.0% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.4% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.433s coverage: 63.5% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.746s coverage: 68.9% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 37.0% of statements 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.544s coverage: 84.0% of statements 07:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements 07:44:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.0% of statements 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:44:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:44:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 07:44:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:44:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 85.3% of statements 07:44:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:44:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:44:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:44:35 using credential edgex-jenkins-ssh 07:44:35 Cloning the remote Git repository 07:44:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:44:36 > git init /w/workspace/edgex-go/12 # timeout=10 07:44:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:44:36 > git --version # timeout=10 07:44:36 > git --version # 'git version 2.17.1' 07:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.003s coverage: 29.1% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.277s coverage: 99.0% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.160s coverage: 100.0% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.083s coverage: 0.0% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.145s coverage: 100.0% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.138s coverage: 87.9% of statements 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:44:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 07:44:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 07:44:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 100.0% of statements 07:44:40 GO111MODULE=on go vet ./... 07:44:54 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 07:44:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:44:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:44:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:44:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:44:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:44:54 > git config core.sparsecheckout # timeout=10 07:44:54 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 07:44:54 Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a 07:44:54 Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) 07:44:54 > git remote # timeout=10 07:44:54 > git config --get remote.origin.url # timeout=10 07:44:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:44:54 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 07:44:54 > git rev-parse HEAD^{commit} # timeout=10 07:44:54 > git config core.sparsecheckout # timeout=10 07:44:55 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 07:44:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:45:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:45:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:45:02 + sudo service docker restart 07:45:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:45:05 provisioning config files... 07:45:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8077086069301795378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:45:05 ---> docker-login.sh 07:45:05 nexus3.edgexfoundry.org:10001 07:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:06 Configure a credential helper to remove this warning. See 07:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:06 07:45:06 Login Succeeded 07:45:06 nexus3.edgexfoundry.org:10002 07:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:07 Configure a credential helper to remove this warning. See 07:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:07 07:45:07 Login Succeeded 07:45:07 nexus3.edgexfoundry.org:10003 07:45:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:08 Configure a credential helper to remove this warning. See 07:45:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:08 07:45:08 Login Succeeded 07:45:08 nexus3.edgexfoundry.org:10004 07:45:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:08 Configure a credential helper to remove this warning. See 07:45:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:08 07:45:08 Login Succeeded 07:45:08 docker.io 07:45:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:09 Configure a credential helper to remove this warning. See 07:45:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:09 07:45:09 Login Succeeded 07:45:09 ---> docker-login.sh ends [Pipeline] } 07:45:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:45:09 ========================================================= 07:45:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:45:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:45:10 + 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 . 07:45:13 Sending build context to Docker daemon 166.1MB 07:45:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:45:13 Step 2/6 : FROM ${BASE} 07:45:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:45:13 5f621e34cdf4: Pulling fs layer 07:45:13 a4357932f1b6: Pulling fs layer 07:45:13 18c013af1878: Pulling fs layer 07:45:13 00ac8860ef70: Pulling fs layer 07:45:13 63d7cb157983: Pulling fs layer 07:45:13 b116817d02f9: Pulling fs layer 07:45:13 745a02a5169b: Pulling fs layer 07:45:13 63d7cb157983: Waiting 07:45:13 b116817d02f9: Waiting 07:45:13 745a02a5169b: Waiting 07:45:13 18c013af1878: Download complete 07:45:13 a4357932f1b6: Verifying Checksum 07:45:13 a4357932f1b6: Download complete 07:45:13 63d7cb157983: Download complete 07:45:13 5f621e34cdf4: Verifying Checksum 07:45:13 5f621e34cdf4: Download complete 07:45:13 b116817d02f9: Verifying Checksum 07:45:13 b116817d02f9: Download complete 07:45:13 5f621e34cdf4: Pull complete 07:45:14 a4357932f1b6: Pull complete 07:45:14 18c013af1878: Pull complete 07:45:15 745a02a5169b: Verifying Checksum 07:45:15 745a02a5169b: Download complete 07:45:16 00ac8860ef70: Verifying Checksum 07:45:16 00ac8860ef70: Download complete 07:45:27 00ac8860ef70: Pull complete 07:45:27 63d7cb157983: Pull complete 07:45:27 b116817d02f9: Pull complete 07:45:31 745a02a5169b: Pull complete 07:45:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:45:31 ---> b7e6874047d6 07:45:31 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 07:45:35 ---> Running in 824cee98f993 07:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:45:39 (1/12) Installing libmagic (5.38-r0) 07:45:39 (2/12) Installing file (5.38-r0) 07:45:39 (3/12) Installing libc-dev (0.7.2-r3) 07:45:40 (4/12) Installing g++ (9.3.0-r2) 07:45:44 (5/12) Installing fortify-headers (1.1-r0) 07:45:44 (6/12) Installing patch (2.7.6-r6) 07:45:44 (7/12) Installing build-base (0.5-r2) 07:45:44 (8/12) Installing libsodium (1.0.18-r0) 07:45:44 (9/12) Installing pkgconf (1.7.2-r0) 07:45:44 (10/12) Installing libsodium-dev (1.0.18-r0) 07:45:44 (11/12) Installing libzmq (4.3.3-r0) 07:45:44 (12/12) Installing zeromq-dev (4.3.3-r0) 07:45:44 Executing busybox-1.31.1-r19.trigger 07:45:44 OK: 217 MiB in 51 packages 07:45:49 Removing intermediate container 824cee98f993 07:45:49 ---> 2c72ad5b18c1 07:45:49 Step 4/6 : WORKDIR /edgex-go 07:45:49 ---> Running in eb12ddefe219 07:45:49 Removing intermediate container eb12ddefe219 07:45:49 ---> 01e110c03ca8 07:45:49 Step 5/6 : COPY go.mod . 07:45:49 gofmt -l . 07:45:49 [ "`gofmt -l .`" = "" ] 07:45:49 ./bin/test-go-mod-tidy.sh 07:45:49 ./bin/test-attribution-txt.sh [Pipeline] sh 07:45:50 + ls -al . 07:45:50 total 688 07:45:50 drwxrwxr-x 10 1001 1001 4096 Feb 5 07:45 . 07:45:50 drwxr-xr-x 4 root root 30 Feb 5 07:42 .. 07:45:50 -rw-rw-r-- 1 1001 1001 11 Feb 5 07:39 .dockerignore 07:45:50 drwxrwxr-x 8 1001 1001 179 Feb 5 07:39 .git 07:45:50 drwxrwxr-x 3 1001 1001 125 Feb 5 07:39 .github 07:45:50 -rw-rw-r-- 1 1001 1001 872 Feb 5 07:39 .gitignore 07:45:50 drwx------ 3 1001 1001 60 Feb 5 07:40 .semver 07:45:50 -rw-rw-r-- 1 1001 1001 166 Feb 5 07:39 .sonarcloud.properties 07:45:50 -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:39 Attribution.txt 07:45:50 -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:39 CONTRIBUTING.md 07:45:50 -rw-rw-r-- 1 1001 1001 931 Feb 5 07:39 Dockerfile.build 07:45:50 -rw-rw-r-- 1 1001 1001 863 Feb 5 07:39 Jenkinsfile 07:45:50 -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:39 LICENSE 07:45:50 -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:39 Makefile 07:45:50 -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:39 README.md 07:45:50 -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:39 SECURITY.md 07:45:50 -rw-rw-r-- 1 1001 1001 5 Feb 5 07:40 VERSION 07:45:50 -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:39 ZMQWindows.md 07:45:50 drwxrwxr-x 2 1001 1001 117 Feb 5 07:39 bin 07:45:50 drwxrwxr-x 15 1001 1001 4096 Feb 5 07:39 cmd 07:45:50 -rw-r--r-- 1 root root 585363 Feb 5 07:44 coverage.out 07:45:50 -rw-r--r-- 1 root root 1054 Feb 5 07:45 go.mod 07:45:50 -rw-r--r-- 1 root root 19290 Feb 5 07:45 go.sum 07:45:50 drwxrwxr-x 8 1001 1001 127 Feb 5 07:39 internal 07:45:50 drwxrwxr-x 4 1001 1001 26 Feb 5 07:39 openapi 07:45:50 drwxrwxr-x 4 1001 1001 71 Feb 5 07:39 snap 07:45:50 -rw-rw-r-- 1 1001 1001 168 Feb 5 07:39 version.go [Pipeline] sh 07:45:50 ---> f96457280605 07:45:50 Step 6/6 : RUN go mod download 07:45:50 ---> Running in adf68af7e1a5 07:45:51 + '[' -e coverage.out ] 07:45:51 + chown 1001:1001 coverage.out [Pipeline] stash 07:45:51 Stashed 1 file(s) [Pipeline] sh 07:45:52 + make build 07:45:52 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 07:45:59 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 07:46:18 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 07:46:20 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 07:46:23 Removing intermediate container adf68af7e1a5 07:46:23 ---> ac9ebe8efa6b 07:46:23 Successfully built ac9ebe8efa6b 07:46:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:46:23 + docker inspect -f . ci-base-image-arm64 07:46:23 . [Pipeline] withDockerContainer 07:46:23 prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container 07:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:46:25 $ docker top 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a -eo pid,comm 07:46:25 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 [Pipeline] { [Pipeline] sh 07:46:26 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 07:46:26 + go version 07:46:26 go version go1.15.5 linux/arm64 [Pipeline] } 07:46:26 $ docker stop --time=1 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a 07:46:28 $ docker rm -f 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:46:29 + docker inspect -f . ci-base-image-arm64 07:46:29 . [Pipeline] withDockerContainer 07:46:29 prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container 07:46:29 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:46:31 $ docker top f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 -eo pid,comm [Pipeline] { [Pipeline] echo 07:46:31 ========================================================= 07:46:31 [edgeXBuildGoParallel] Running Tests and Build... 07:46:31 ========================================================= [Pipeline] sh 07:46:32 + make test 07:46:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:46:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:46:41 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 07:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:46: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 07:46: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 07:46:59 ? github.com/edgexfoundry/edgex-go [no test files] 07:47:00 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] } 07:47:04 $ docker stop --time=1 cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 07:47:07 $ docker rm -f cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:47:10 07:47:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:47:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:47:13 latest: Pulling from edgex-devops/edgex-compose 07:47:13 cbdbe7a5bc2a: Pulling fs layer 07:47:13 ca9280d653b3: Pulling fs layer 07:47:13 7e9c9ca2126c: Pulling fs layer 07:47:14 cbdbe7a5bc2a: Download complete 07:47:15 cbdbe7a5bc2a: Pull complete 07:47:17 ca9280d653b3: Verifying Checksum 07:47:17 ca9280d653b3: Download complete 07:47:20 ca9280d653b3: Pull complete 07:47:25 7e9c9ca2126c: Verifying Checksum 07:47:25 7e9c9ca2126c: Download complete 07:47:38 7e9c9ca2126c: Pull complete 07:47:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:47:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:47:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:47:38 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 07:47:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:47:41 $ docker top 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:43 + docker-compose build --help 07:47:43 + grep parallel 07:47:45 --parallel Build images in parallel. [Pipeline] } 07:47:45 $ docker stop --time=1 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a 07:47:46 $ docker rm -f 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:47:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:47:48 . [Pipeline] withDockerContainer 07:47:48 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 07:47:48 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 07:47:50 $ docker top 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:51 + docker-compose -f ./docker-compose-build.yml build --parallel 07:47:52 Building docker-core-command-go ... 07:47:52 Building docker-core-data-go ... 07:47:52 Building docker-core-metadata-go ... 07:47:52 Building docker-security-bootstrapper-go ... 07:47:52 Building docker-security-proxy-setup-go ... 07:47:52 Building docker-security-secretstore-setup-go ... 07:47:52 Building docker-support-notifications-go ... 07:47:52 Building docker-support-scheduler-go ... 07:47:52 Building docker-sys-mgmt-agent-go ... 07:47:52 Building docker-security-secretstore-setup-go 07:47:52 Building docker-core-command-go 07:47:52 Building docker-support-scheduler-go 07:47:52 Building docker-support-notifications-go 07:47:52 Building docker-core-metadata-go 07:47:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:47:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:48:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:48:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:48:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:48:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:48:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:48:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:48:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:48:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:48:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.6% of statements 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:48:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:48:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements 07:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.624s coverage: 27.1% of statements 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.305s coverage: 65.8% of statements 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:48:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.775s coverage: 82.3% of statements 07:48:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:48:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:48:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:48:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.584s coverage: 28.6% of statements 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.498s coverage: 86.7% of statements 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:48:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 07:48:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:48:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 07:48:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:48:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:48:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:48:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.497s coverage: 92.8% of statements 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 07:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 07:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements 07:49:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 07:49:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:49:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:15 ---> 247ad7589168 07:49:15 Step 3/23 : WORKDIR /edgex-go 07:49:15 07:49:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:49:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:49:15 ---> 247ad7589168 07:49:15 Step 3/22 : WORKDIR /edgex-go 07:49:15 07:49:15 ---> 247ad7589168 07:49:15 Step 3/24 : WORKDIR /edgex-go 07:49:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:49:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:15 ---> 247ad7589168 07:49:15 Step 3/23 : WORKDIR /edgex-go 07:49:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:49:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:49:15 ---> 247ad7589168 07:49:15 Step 3/22 : WORKDIR /edgex-go 07:49:15 ---> Running in 6a86287e726b 07:49:15 ---> Running in 2a4f48df998d 07:49:15 ---> Running in 24593c138525 07:49:15 ---> Running in 98660da8c7ea 07:49:15 ---> Running in 4e4586230309 07:49:15 Removing intermediate container 2a4f48df998d 07:49:15 ---> 960694038fec 07:49:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:15 Removing intermediate container 6a86287e726b 07:49:15 ---> 19a945af2abc 07:49:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:15 Removing intermediate container 4e4586230309 07:49:15 ---> 2a09a001215f 07:49:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:15 Removing intermediate container 98660da8c7ea 07:49:15 ---> 77236f61dc1e 07:49:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:15 Removing intermediate container 24593c138525 07:49:15 ---> a2b3c4c26205 07:49:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:15 ---> Running in aa027dc068d4 07:49:15 ---> Running in e6ae598f4e6e 07:49:15 ---> Running in 56820bfd0bdb 07:49:15 ---> Running in 3b446239c6de 07:49:15 ---> Running in c422b17ab2bd 07:49:15 Removing intermediate container e6ae598f4e6e 07:49:15 ---> cf6bf9fde661 07:49:15 Step 5/23 : RUN apk add --update --no-cache make git 07:49:15 ---> Running in e7bdb2c6918c 07:49:15 Removing intermediate container 56820bfd0bdb 07:49:15 ---> aea83f6ca32b 07:49:15 Step 5/24 : RUN apk add --update --no-cache make git 07:49:15 Removing intermediate container aa027dc068d4 07:49:15 ---> 0ded1fd19897 07:49:15 Step 5/22 : RUN apk add --update --no-cache make git 07:49:15 Removing intermediate container 3b446239c6de 07:49:15 ---> a1fc7cee1a93 07:49:15 Step 5/23 : RUN apk add --update --no-cache make git 07:49:15 ---> Running in 08b8d7ec2c64 07:49:15 ---> Running in fa3cf968f9eb 07:49:15 ---> Running in 70e64c8e9286 07:49:15 Removing intermediate container c422b17ab2bd 07:49:15 ---> 6d0994ddc7d5 07:49:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:49:15 ---> Running in 5be72e67a800 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:15 OK: 233 MiB in 51 packages 07:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:49:15 Removing intermediate container e7bdb2c6918c 07:49:15 ---> 6cddcc4080f3 07:49:15 Step 6/23 : COPY go.mod . 07:49:15 OK: 233 MiB in 51 packages 07:49:15 OK: 233 MiB in 51 packages 07:49:15 OK: 233 MiB in 51 packages 07:49:16 OK: 233 MiB in 51 packages 07:49:16 ---> 83585594169f 07:49:16 Step 7/23 : RUN go mod download 07:49:16 ---> Running in adca3f4f604c 07:49:17 Removing intermediate container 70e64c8e9286 07:49:17 ---> 39f5fb768972 07:49:17 Step 6/23 : COPY go.mod . 07:49:17 Removing intermediate container 08b8d7ec2c64 07:49:17 ---> ed656150654a 07:49:17 Step 6/24 : COPY go.mod . 07:49:17 Removing intermediate container fa3cf968f9eb 07:49:17 ---> b07923967e0c 07:49:17 Step 6/22 : COPY go.mod . 07:49:18 ---> f59c21d80194 07:49:18 Step 7/23 : RUN go mod download 07:49:18 Removing intermediate container 5be72e67a800 07:49:18 ---> 8ac4da200710 07:49:18 Step 6/22 : COPY go.mod . 07:49:18 ---> Running in 394202010bf9 07:49:18 ---> 5ed1ba77526d 07:49:18 Step 7/24 : RUN go mod download 07:49:18 ---> 0a7169f2895e 07:49:18 Step 7/22 : RUN go mod download 07:49:18 ---> 811d6be71753 07:49:18 Step 7/22 : RUN go mod download 07:49:18 ---> Running in d5dac6799a8d 07:49:18 ---> Running in 1edc9e740392 07:49:19 ---> Running in c6873d53a648 07:49:23 Removing intermediate container adca3f4f604c 07:49:23 ---> e055939c431a 07:49:23 Step 8/23 : COPY . . 07:49:23 Removing intermediate container 394202010bf9 07:49:23 ---> a64ebedd9891 07:49:23 Step 8/23 : COPY . . 07:49:23 Removing intermediate container 1edc9e740392 07:49:23 ---> ff43701a5e47 07:49:23 Step 8/22 : COPY . . 07:49:23 Removing intermediate container d5dac6799a8d 07:49:23 ---> fd66dd1b791e 07:49:23 Step 8/24 : COPY . . 07:49:24 Removing intermediate container c6873d53a648 07:49:24 ---> c1bf716c81d0 07:49:24 Step 8/22 : COPY . . 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.4% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.527s coverage: 63.5% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.879s coverage: 68.9% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:49:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.490s coverage: 37.0% of statements 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:49:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:49:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements 07:49:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 07:49:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:49:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:49:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:49:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.246s coverage: 85.3% of statements 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:49:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.295s coverage: 29.1% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.175s coverage: 100.0% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:49:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 07:49:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:49:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 07:49:44 GO111MODULE=on go vet ./... 07:50:47 ---> 3753c1152119 07:50:47 ---> ac007c5d8837 07:50:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:50:47 ---> 6ce17bc12cdf 07:50:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:50:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:50:47 ---> 081d7d7ebdee 07:50:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:50:47 ---> bf7cec928ec9 07:50:47 Step 9/23 : RUN make cmd/core-command/core-command 07:50:47 ---> Running in 874bcf6fb91f 07:50:47 ---> Running in a03ca0805fee 07:50:47 ---> Running in 035a298a9e04 07:50:47 ---> Running in c9b6075533b6 07:50:47 ---> Running in 92394b094f74 07:50:47 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 07:50: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 07:50:47 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 07:50:47 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 07:50:47 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 07:51:06 gofmt -l . 07:51:06 [ "`gofmt -l .`" = "" ] 07:51:06 ./bin/test-go-mod-tidy.sh 07:51:06 ./bin/test-attribution-txt.sh [Pipeline] sh 07:51:07 + ls -al . 07:51:07 total 716 07:51:07 drwxrwxr-x 9 1001 1001 4096 Feb 5 07:51 . 07:51:07 drwxr-xr-x 4 root root 4096 Feb 5 07:46 .. 07:51:07 -rw-rw-r-- 1 1001 1001 11 Feb 5 07:44 .dockerignore 07:51:07 drwxrwxr-x 8 1001 1001 4096 Feb 5 07:44 .git 07:51:07 drwxrwxr-x 3 1001 1001 4096 Feb 5 07:44 .github 07:51:07 -rw-rw-r-- 1 1001 1001 872 Feb 5 07:44 .gitignore 07:51:07 -rw-rw-r-- 1 1001 1001 166 Feb 5 07:44 .sonarcloud.properties 07:51:07 -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:44 Attribution.txt 07:51:07 -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:44 CONTRIBUTING.md 07:51:07 -rw-rw-r-- 1 1001 1001 931 Feb 5 07:44 Dockerfile.build 07:51:07 -rw-rw-r-- 1 1001 1001 863 Feb 5 07:44 Jenkinsfile 07:51:07 -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:44 LICENSE 07:51:07 -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:44 Makefile 07:51:07 -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:44 README.md 07:51:07 -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:44 SECURITY.md 07:51:07 -rw-rw-r-- 1 1001 1001 5 Feb 5 07:40 VERSION 07:51:07 -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:44 ZMQWindows.md 07:51:07 drwxrwxr-x 2 1001 1001 4096 Feb 5 07:44 bin 07:51:07 drwxrwxr-x 15 1001 1001 4096 Feb 5 07:44 cmd 07:51:07 -rw-r--r-- 1 root root 585363 Feb 5 07:49 coverage.out 07:51:07 -rw-r--r-- 1 root root 1054 Feb 5 07:51 go.mod 07:51:07 -rw-r--r-- 1 root root 19290 Feb 5 07:51 go.sum 07:51:07 drwxrwxr-x 8 1001 1001 4096 Feb 5 07:44 internal 07:51:07 drwxrwxr-x 4 1001 1001 4096 Feb 5 07:44 openapi 07:51:07 drwxrwxr-x 4 1001 1001 4096 Feb 5 07:44 snap 07:51:07 -rw-rw-r-- 1 1001 1001 168 Feb 5 07:44 version.go [Pipeline] sh 07:51:08 + '[' -e coverage.out ] 07:51:08 + chown 1001:1001 coverage.out [Pipeline] stash 07:51:08 Warning: overwriting stash ‘coverage-report’ 07:51:09 Stashed 1 file(s) [Pipeline] sh 07:51:10 + make build 07:51:10 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 07:51:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:51:35 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 07:51:44 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 07:51:48 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 07:51:51 Removing intermediate container c9b6075533b6 07:51:51 ---> cee291fd1457 07:51:51 07:51:51 Step 10/24 : FROM alpine:3.12 07:51:51 3.12: Pulling from library/alpine 07:51:51 Removing intermediate container 035a298a9e04 07:51:51 ---> e073398d985d 07:51:51 07:51:51 Step 10/22 : FROM alpine:3.12 07:51:51 Removing intermediate container 874bcf6fb91f 07:51:51 ---> 45e99644134b 07:51:51 07:51:51 Step 10/23 : FROM alpine:3.12 07:51:51 Removing intermediate container 92394b094f74 07:51:51 ---> d196cac79128 07:51:51 07:51:51 Step 10/22 : FROM alpine:3.12 07:51:51 3.12: Pulling from library/alpine 07:51:51 3.12: Pulling from library/alpine 07:51:51 3.12: Pulling from library/alpine 07:51:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:51:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:51:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:51:51 Status: Downloaded newer image for alpine:3.12 07:51:51 Status: Image is up to date for alpine:3.12 07:51:51 Status: Downloaded newer image for alpine:3.12 07:51:51 ---> 389fef711851 07:51:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:51:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:51:51 Status: Image is up to date for alpine:3.12 07:51:51 ---> 389fef711851 07:51:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:51:51 ---> 389fef711851 07:51:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:51:51 ---> 389fef711851 07:51:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:51:52 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 07:51:52 ---> Running in 14cb8fe8fda6 07:51:52 ---> Running in fdb3ce18a9a0 07:51:52 ---> Running in d03df94fe984 07:51:52 ---> Running in 856e5373cc88 07:51:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:51:54 Removing intermediate container a03ca0805fee 07:51:54 ---> e47e95e380f9 07:51:54 07:51:54 Step 10/23 : FROM alpine:3.12 07:51:54 ---> 389fef711851 07:51:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:51:54 ---> Running in 36c6a9380e42 07:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:55 (1/1) Installing dumb-init (1.2.2-r1) 07:51:55 Executing busybox-1.31.1-r19.trigger 07:51:55 OK: 6 MiB in 15 packages 07:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:56 (1/2) Installing ca-certificates (20191127-r4) 07:51:56 (2/2) Installing dumb-init (1.2.2-r1) 07:51:56 Executing busybox-1.31.1-r19.trigger 07:51:56 Executing ca-certificates-20191127-r4.trigger 07:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:56 (1/5) Installing ca-certificates (20191127-r4) 07:51:56 (1/1) Installing dumb-init (1.2.2-r1) 07:51:56 Executing busybox-1.31.1-r19.trigger 07:51:56 OK: 6 MiB in 15 packages 07:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:51:56 OK: 6 MiB in 16 packages 07:51:56 (3/5) Installing libcurl (7.69.1-r3) 07:51:56 (4/5) Installing curl (7.69.1-r3) 07:51:56 (5/5) Installing dumb-init (1.2.2-r1) 07:51:56 Executing busybox-1.31.1-r19.trigger 07:51:56 Executing ca-certificates-20191127-r4.trigger 07:51:56 OK: 7 MiB in 19 packages 07:51:56 (1/1) Installing dumb-init (1.2.2-r1) 07:51:56 Executing busybox-1.31.1-r19.trigger 07:51:56 OK: 6 MiB in 15 packages 07:51:57 Removing intermediate container 14cb8fe8fda6 07:51:57 ---> 25716889746f 07:51:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:51:57 ---> Running in 3bef2ab896fb 07:51:58 Removing intermediate container d03df94fe984 07:51:58 ---> b5cad42a3b0b 07:51:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:51:58 Removing intermediate container fdb3ce18a9a0 07:51:58 ---> 91e262d3fa47 07:51:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:51:58 ---> Running in 4f7cecfd1680 07:51:58 ---> Running in 6e7d3a99c589 07:51:58 Removing intermediate container 3bef2ab896fb 07:51:58 ---> 057e0253f232 07:51:58 Step 13/22 : ENV APP_PORT=48085 07:51:58 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 07:51:58 Removing intermediate container 36c6a9380e42 07:51:58 ---> 78e1523276b4 07:51:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:51:58 Removing intermediate container 856e5373cc88 07:51:58 ---> a95185840906 07:51:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:51:58 ---> Running in 644210b9d06e 07:51:59 ---> Running in ff2e8ee644ff 07:51:59 Removing intermediate container 4f7cecfd1680 07:51:59 ---> be2ae0282f02 07:51:59 Step 13/23 : ENV APP_PORT=48082 07:51:59 ---> Running in b24bab55594b 07:51:59 Removing intermediate container 6e7d3a99c589 07:51:59 ---> 6c943d81effc 07:51:59 Step 13/22 : ENV APP_PORT=48060 07:51:59 ---> Running in afbe06176f52 07:51:59 ---> Running in b814d27d40e2 07:51:59 Removing intermediate container 644210b9d06e 07:51:59 ---> fc8cf24085d6 07:51:59 Step 14/22 : EXPOSE $APP_PORT 07:51:59 Removing intermediate container ff2e8ee644ff 07:51:59 ---> d3c9429e5429 07:51:59 Step 13/24 : WORKDIR / 07:51:59 Removing intermediate container b24bab55594b 07:51:59 ---> f98f85afd307 07:51:59 Step 13/23 : ENV APP_PORT=48081 07:51:59 ---> Running in ef4aa66685bc 07:51:59 ---> Running in 767cdebf64a5 07:51:59 ---> Running in 8ed46e36c8a9 07:52:00 Removing intermediate container afbe06176f52 07:52:00 ---> 8616bffb5c88 07:52:00 Step 14/23 : EXPOSE $APP_PORT 07:52:00 Removing intermediate container b814d27d40e2 07:52:00 ---> 6cb868411393 07:52:00 Step 14/22 : EXPOSE $APP_PORT 07:52:00 ---> Running in 0ab629e9b0c6 07:52:00 ---> Running in e726aafce218 07:52:00 Removing intermediate container ef4aa66685bc 07:52:00 ---> cbfc40f62543 07:52:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:00 Removing intermediate container 767cdebf64a5 07:52:00 ---> 04e30fd28827 07:52:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:52:00 Removing intermediate container 8ed46e36c8a9 07:52:00 ---> 2c6ce1c9de49 07:52:00 Step 14/23 : EXPOSE $APP_PORT 07:52:01 Removing intermediate container 0ab629e9b0c6 07:52:01 ---> 064400d3c7ce 07:52:01 Step 15/23 : WORKDIR / 07:52:01 ---> Running in 2f5314126016 07:52:01 ---> Running in 75432e38df41 07:52:01 Removing intermediate container e726aafce218 07:52:01 ---> 9d0d264399e0 07:52:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:01 ---> c8b184593b0a 07:52:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:52:02 ---> 3488383a84b1 07:52:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:52:02 Removing intermediate container 2f5314126016 07:52:02 ---> b36b0f6cab0e 07:52:02 Step 15/23 : WORKDIR / 07:52:02 Removing intermediate container 75432e38df41 07:52:02 ---> 4473b63f56c3 07:52:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:02 ---> Running in 5314c6de629e 07:52:02 ---> e30148b972b6 07:52:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:52:03 ---> 0c8329151dda 07:52:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:52:03 ---> ff1cc17f0bd8 07:52:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:52:03 ---> e0303a4fdbc5 07:52:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:52:03 Removing intermediate container 5314c6de629e 07:52:03 ---> 3c9bf51f4e39 07:52:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:03 ---> 072e567902ce 07:52:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:52:04 ---> 99b22a020d48 07:52:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:52:04 ---> a9afeb142d12 07:52:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:52:04 ---> 1635b9601e41 07:52:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:52:04 ---> d99ea8921e15 07:52:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:52:04 ---> Running in d250c4c0e916 07:52:05 Removing intermediate container d250c4c0e916 07:52:05 ---> 52c907673a30 07:52:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:05 ---> 788f11a25d24 07:52:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:52:05 ---> 629e4a58cdbe 07:52:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:52:05 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 07:52:05 ---> Running in 54316b36ba44 07:52:05 ---> Running in a8a4fe2e8fa7 07:52:05 ---> 7633c1959fca 07:52:05 Step 19/23 : ENTRYPOINT ["/core-command"] 07:52:05 ---> bf124618baf7 07:52:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:52:05 ---> Running in 20540cf225b5 07:52:06 Removing intermediate container a8a4fe2e8fa7 07:52:06 ---> d86e42ba94ba 07:52:06 Step 20/22 : LABEL arch=x86_64 07:52:06 Removing intermediate container 54316b36ba44 07:52:06 ---> 7c63ca6b4d3a 07:52:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:06 ---> Running in 6cf7f357c1a8 07:52:06 ---> 66170672826a 07:52:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:52:06 Removing intermediate container 20540cf225b5 07:52:06 ---> 953a445b62d6 07:52:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:06 ---> d1382bfe9569 07:52:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:52:06 ---> Running in cd07ad2f9173 07:52:07 ---> Running in d5b76a6e1add 07:52:07 ---> Running in d6789794e167 07:52:07 Removing intermediate container 6cf7f357c1a8 07:52:07 ---> f0a44f7bfd5e 07:52:07 Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:52:07 Removing intermediate container cd07ad2f9173 07:52:07 ---> f88c4b05282e 07:52:07 Step 20/22 : LABEL arch=x86_64 07:52:07 ---> Running in 896b58c25ad3 07:52:07 ---> Running in 548900d7cd0e 07:52:08 Removing intermediate container d6789794e167 07:52:08 ---> db9b4739039d 07:52:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:08 Removing intermediate container d5b76a6e1add 07:52:08 ---> 2256d1a5992a 07:52:08 Step 21/23 : LABEL arch=x86_64 07:52:08 ---> 30f54fcd1932 07:52:08 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/ 07:52:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:52:08 ---> Running in 049e542812ed 07:52:08 ---> Running in a525f5e23d72 07:52:08 ---> Running in c80c317622b4 07:52:09 Removing intermediate container 548900d7cd0e 07:52:09 ---> 4b4e8b7d74cf 07:52:09 Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:52:09 Removing intermediate container 896b58c25ad3 07:52:09 ---> c6feb64e360e 07:52:09 Step 22/22 : LABEL version=0.0.0 07:52:09 ---> Running in fda78ded2239 07:52:09 Removing intermediate container a525f5e23d72 07:52:09 ---> 69bebd706583 07:52:09 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:52:09 ---> Running in 5a3569546b0b 07:52:10 Removing intermediate container 049e542812ed 07:52:10 ---> 4d9b89e181b6 07:52:10 Step 21/23 : LABEL arch=x86_64 07:52:10 ---> Running in 7f18666aec42 07:52:10 ---> Running in f175cc66b623 07:52:10 Removing intermediate container fda78ded2239 07:52:10 ---> 2efff3ad6fe8 07:52:10 Step 22/22 : LABEL version=0.0.0 07:52:10 Removing intermediate container 5a3569546b0b 07:52:10 ---> e01e0feac9e1 07:52:10 07:52:10 ---> Running in 1958db699096 07:52:10 Removing intermediate container 7f18666aec42 07:52:10 ---> b2033c7a0efa 07:52:10 Step 23/23 : LABEL version=0.0.0 07:52:11 Removing intermediate container f175cc66b623 07:52:11 ---> c19d89efb8bf 07:52:11 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:52:11 ---> Running in 0da3fb94f72b 07:52:12 Successfully built e01e0feac9e1 07:52:12 ---> Running in ae1c156f0bae 07:52:12 Removing intermediate container 1958db699096 07:52:12 ---> dbbd86705a95 07:52:12 07:52:12 Successfully tagged docker-support-scheduler-go:latest 07:52:12  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 07:52:12 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 07:52:12 Removing intermediate container 0da3fb94f72b 07:52:12 ---> 36b4356efb5b 07:52:12 07:52:12 Removing intermediate container c80c317622b4 07:52:12 ---> e554a2e683ef 07:52:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:52:12 Removing intermediate container ae1c156f0bae 07:52:12 ---> 3fc598d16a96 07:52:12 Step 23/23 : LABEL version=0.0.0 07:52:13 Successfully built dbbd86705a95 07:52:13 ---> Running in b7ea10199fdb 07:52:13 Successfully tagged docker-support-notifications-go:latest 07:52:13 Building docker-security-proxy-setup-go 07:52:13  Building docker-support-notifications-go ... done  ---> Running in 3ce660c0110c 07:52:13 Successfully built 36b4356efb5b 07:52:13 Successfully tagged docker-core-command-go:latest 07:52:13 Building docker-core-data-go 07:52:14  Building docker-core-command-go ... done Removing intermediate container b7ea10199fdb 07:52:14 ---> e315430ebd58 07:52:14 Step 22/24 : LABEL arch=x86_64 07:52:14 Removing intermediate container 3ce660c0110c 07:52:14 ---> cd070dd26663 07:52:14 07:52:14 ---> Running in dab44c140663 07:52:14 Successfully built cd070dd26663 07:52:14 Successfully tagged docker-core-metadata-go:latest 07:52:14  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 07:52:16 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 07:52:16 Removing intermediate container dab44c140663 07:52:16 ---> 0bf62f61efea 07:52:16 Step 23/24 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:52:16 ---> Running in 36308dbe8feb 07:52:17 Removing intermediate container 36308dbe8feb 07:52:17 ---> 7e6ea693ca1b 07:52:17 Step 24/24 : LABEL version=0.0.0 07:52:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:52:19 ---> Running in da716c008bd0 07:52:21 Removing intermediate container da716c008bd0 07:52:21 ---> b7a32358cc18 07:52:21 07:52:21 Successfully built b7a32358cc18 07:52:21 Successfully tagged docker-security-secretstore-setup-go:latest 07:52:22 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] } 07:52:29 $ docker stop --time=1 f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 07:52:31 $ docker rm -f f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:52:33 07:52:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:52:33 latest: Pulling from edgex-devops/edgex-compose-arm64 07:52:33 29e5d40040c1: Pulling fs layer 07:52:33 1ce36da41761: Pulling fs layer 07:52:33 25b303627fd3: Pulling fs layer 07:52:34 29e5d40040c1: Verifying Checksum 07:52:34 29e5d40040c1: Download complete 07:52:34 1ce36da41761: Verifying Checksum 07:52:34 1ce36da41761: Download complete 07:52:35 29e5d40040c1: Pull complete 07:52:36 1ce36da41761: Pull complete 07:52:36 25b303627fd3: Verifying Checksum 07:52:36 25b303627fd3: Download complete 07:52:46 25b303627fd3: Pull complete 07:52:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:52:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:52:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:52:47 prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container 07:52:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:52:50 $ docker top 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:51 + docker-compose build --help 07:52:51 + grep parallel 07:52:54 --parallel Build images in parallel. [Pipeline] } 07:52:54 $ docker stop --time=1 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 07:52:56 $ docker rm -f 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:52:57 . [Pipeline] withDockerContainer 07:52:57 prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container 07:52:57 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 07:52:59 $ docker top 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:00 + docker-compose -f ./docker-compose-build.yml build --parallel 07:53:04 Building docker-core-command-go ... 07:53:04 Building docker-core-data-go ... 07:53:04 Building docker-core-metadata-go ... 07:53:04 Building docker-security-bootstrapper-go ... 07:53:04 Building docker-security-proxy-setup-go ... 07:53:04 Building docker-security-secretstore-setup-go ... 07:53:04 Building docker-support-notifications-go ... 07:53:04 Building docker-support-scheduler-go ... 07:53:04 Building docker-sys-mgmt-agent-go ... 07:53:04 Building docker-support-notifications-go 07:53:04 Building docker-core-command-go 07:53:04 Building docker-core-data-go 07:53:04 Building docker-support-scheduler-go 07:53:04 Building docker-sys-mgmt-agent-go 07:53:20  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:53:20 ---> 247ad7589168 07:53:20 Step 3/31 : WORKDIR /edgex-go 07:53:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:53:20 ---> 247ad7589168 07:53:20 Step 3/23 : WORKDIR /edgex-go 07:53:20 ---> Using cache 07:53:20 ---> a2b3c4c26205 07:53:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:20 ---> Using cache 07:53:20 ---> a2b3c4c26205 07:53:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:53:20 ---> 247ad7589168 07:53:20 Step 3/26 : WORKDIR /edgex-go 07:53:20 ---> Using cache 07:53:20 ---> a2b3c4c26205 07:53:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:20 ---> Using cache 07:53:20 ---> 6d0994ddc7d5 07:53:20 Step 5/26 : RUN apk add --update --no-cache make bash git 07:53:20 ---> Using cache 07:53:20 ---> 6d0994ddc7d5 07:53:20 Step 5/31 : RUN apk add --update --no-cache make git 07:53:20 ---> Using cache 07:53:20 ---> 6d0994ddc7d5 07:53:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:53:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:53:20 ---> 247ad7589168 07:53:20 Step 3/21 : WORKDIR /edgex-go 07:53:20 ---> Using cache 07:53:20 ---> a2b3c4c26205 07:53:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:20 ---> Using cache 07:53:20 ---> 6d0994ddc7d5 07:53:20 Step 5/21 : RUN apk add --update --no-cache make git 07:53:20 ---> Running in 1383b738376e 07:53:20 ---> Running in 5e60f0f72148 07:53:20 ---> Running in ad3cc4518a00 07:53:20 ---> Running in 6afa8f3a0c8d 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:20 OK: 233 MiB in 51 packages 07:53:20 OK: 233 MiB in 51 packages 07:53:20 OK: 233 MiB in 51 packages 07:53:20 OK: 233 MiB in 51 packages 07:53:20 Removing intermediate container ad3cc4518a00 07:53:20 ---> 73aedaaac18b 07:53:20 Step 6/31 : COPY go.mod . 07:53:20 Removing intermediate container 6afa8f3a0c8d 07:53:20 ---> 73bf77c8b0ea 07:53:20 Step 6/26 : COPY go.mod . 07:53:21 ---> bb9b41c316cf 07:53:21 Step 7/31 : RUN go mod download 07:53:21 Removing intermediate container 5e60f0f72148 07:53:21 ---> b95482655e1f 07:53:21 Step 6/21 : COPY go.mod . 07:53:21 ---> Running in 621dac0e3084 07:53:21 Removing intermediate container 1383b738376e 07:53:21 ---> 09426ac53388 07:53:21 Step 6/23 : COPY go.mod . 07:53:21 ---> 96277e404fdb 07:53:21 Step 7/26 : RUN go mod download 07:53:21 ---> Running in 3dc9fd1ac7d6 07:53:22 ---> a2711446dcad 07:53:22 Step 7/21 : RUN go mod download 07:53:22 ---> Running in ac4c613d6ee1 07:53:22 ---> 7a9b405c68b5 07:53:22 Step 7/23 : RUN go mod download 07:53:22 ---> Running in 84a0d67b6bd8 07:53:25 Removing intermediate container ac4c613d6ee1 07:53:25 ---> 4a141299e14e 07:53:25 Step 8/21 : COPY . . 07:53:25 Removing intermediate container 3dc9fd1ac7d6 07:53:25 ---> b62b76b4d5b4 07:53:25 Step 8/26 : COPY . . 07:53:25 Removing intermediate container 621dac0e3084 07:53:25 ---> 3aeb52195d0b 07:53:25 Step 8/31 : COPY . . 07:53:26 Removing intermediate container 84a0d67b6bd8 07:53:26 ---> 5cb4b8da309c 07:53:26 Step 8/23 : COPY . . 07:54:23 ---> 54581e47a254 07:54:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:54:23 ---> 5445c8e9f90a 07:54:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:54:23 ---> 7197e5562f7f 07:54:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:54:23 ---> Running in 3c7b7ac89deb 07:54:23 ---> Running in 1859548c5c92 07:54:23 ---> Running in c07409702d9a 07:54:23 ---> 358d3e80cf11 07:54:23 Step 9/23 : RUN make cmd/core-data/core-data 07:54:23 ---> Running in c9b737dcf0ea 07:54:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:54:23 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 07:54:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:54:24 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 07:54:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:54:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:54:26 ---> ac9ebe8efa6b 07:54:26 Step 3/23 : WORKDIR /edgex-go 07:54:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:54:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:54:26 ---> ac9ebe8efa6b 07:54:26 Step 3/26 : WORKDIR /edgex-go 07:54:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:54:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:54:26 ---> ac9ebe8efa6b 07:54:26 Step 3/22 : WORKDIR /edgex-go 07:54:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:54:26 07:54:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:54:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> ac9ebe8efa6b 07:54:26 07:54:26 Step 3/22 : WORKDIR /edgex-go ---> ac9ebe8efa6b 07:54:26 07:54:26 Step 3/23 : WORKDIR /edgex-go 07:54:26 ---> Running in 9acf1cce4bb5 07:54:26 ---> Running in 23f081d2fff4 07:54:26 ---> Running in 74778100f8ab 07:54:26 ---> Running in 22bfd6f2c06b 07:54:26 ---> Running in 3497d5fb8ef7 07:54:26 Removing intermediate container 22bfd6f2c06b 07:54:26 ---> 47504c8a9ed3 07:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:26 Removing intermediate container 3497d5fb8ef7 07:54:26 ---> e6adaa2a7d91 07:54:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:26 Removing intermediate container 9acf1cce4bb5 07:54:26 ---> 21757eb5fa86 07:54:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:26 Removing intermediate container 74778100f8ab 07:54:26 ---> bb300e411012 07:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:26 Removing intermediate container 23f081d2fff4 07:54:26 ---> ae8667c9258a 07:54:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:26 ---> Running in bf1cf0508166 07:54:26 ---> Running in d1234435d861 07:54:26 ---> Running in 8d08892fc414 07:54:26 ---> Running in 33666c389657 07:54:26 ---> Running in e518285efdb9 07:54:26 Removing intermediate container d1234435d861 07:54:26 ---> e538a07d0fef 07:54:26 Step 5/22 : RUN apk add --update --no-cache make git 07:54:26 ---> Running in c752fd59db58 07:54:26 Removing intermediate container bf1cf0508166 07:54:26 ---> a8e4e03c1d35 07:54:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:54:26 ---> Running in b2ae36ccdc05 07:54:26 Removing intermediate container 8d08892fc414 07:54:26 ---> 390554a25252 07:54:26 Step 5/23 : RUN apk add --update --no-cache make git 07:54:26 Removing intermediate container 33666c389657 07:54:26 ---> 07298ee94448 07:54:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:54:26 Removing intermediate container e518285efdb9 07:54:26 ---> bea920cd68d9 07:54:26 Step 5/26 : RUN apk add --update --no-cache make bash git 07:54:26 ---> Running in f30ba25446cb 07:54:26 ---> Running in 984afeb64331 07:54:26 ---> Running in 06e1943235ef 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:26 OK: 217 MiB in 51 packages 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:27 OK: 217 MiB in 51 packages 07:54:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:27 Removing intermediate container c752fd59db58 07:54:27 ---> 74767e0c7e67 07:54:27 Step 6/22 : COPY go.mod . 07:54:27 OK: 217 MiB in 51 packages 07:54:27 OK: 217 MiB in 51 packages 07:54:27 OK: 217 MiB in 51 packages 07:54:28 Removing intermediate container b2ae36ccdc05 07:54:28 ---> 89721475d3a7 07:54:28 Step 6/23 : COPY go.mod . 07:54:28 ---> bf1c0c731f4c 07:54:28 Step 7/22 : RUN go mod download 07:54:29 ---> Running in 44853998451c 07:54:29 Removing intermediate container f30ba25446cb 07:54:29 ---> d771782d216d 07:54:29 Step 6/23 : COPY go.mod . 07:54:29 Removing intermediate container 06e1943235ef 07:54:29 ---> 67887883a784 07:54:29 Removing intermediate container 984afeb64331 07:54:29 Step 6/26 : COPY go.mod . 07:54:29 ---> 08bc5aaef178 07:54:29 Step 6/22 : COPY go.mod . 07:54:29 ---> 81522adc787a 07:54:29 Step 7/23 : RUN go mod download 07:54:30 ---> Running in df97b1f47450 07:54:30 ---> f0530d47f8e8 07:54:30 Step 7/23 : RUN go mod download 07:54:30 ---> 19168d5055ac 07:54:30 Step 7/26 : RUN go mod download 07:54:30 ---> Running in fa28e8301e18 07:54:30 ---> 40cd3b023226 07:54:30 Step 7/22 : RUN go mod download 07:54:31 ---> Running in 7e39ae377a51 07:54:31 ---> Running in 074164f4494c 07:54:33 Removing intermediate container 44853998451c 07:54:33 ---> 0c779b9e9c64 07:54:33 Step 8/22 : COPY . . 07:54:34 Removing intermediate container df97b1f47450 07:54:34 ---> 6cbb072880c8 07:54:34 Step 8/23 : COPY . . 07:54:37 Removing intermediate container fa28e8301e18 07:54:37 ---> d5a9a19ff84e 07:54:37 Step 8/23 : COPY . . 07:54:37 Removing intermediate container 074164f4494c 07:54:37 ---> 91a02ad3f77e 07:54:37 Step 8/22 : COPY . . 07:54:37 Removing intermediate container 7e39ae377a51 07:54:37 ---> e155921eda2b 07:54:37 Step 8/26 : COPY . . 07:55:04 ---> 96c4c7b5425f 07:55:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:55:04 ---> 29423fbacdae 07:55:04 Step 9/23 : RUN make cmd/core-data/core-data 07:55:04 ---> a05dfbb74857 07:55:04 Step 9/23 : RUN make cmd/core-command/core-command 07:55:04 ---> Running in 0cd6d8cbed7a 07:55:04 ---> 373a8c7d07b6 07:55:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:55:04 ---> 34b65fce54f5 07:55:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:55:04 ---> Running in 44578c7d0326 07:55:04 ---> Running in e53ded1817e1 07:55:04 ---> Running in c0b9b58fc93e 07:55:04 ---> Running in 3a3f6446d0e3 07:55:04 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 07:55:04 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 07:55:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:55:04 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 07:55:04 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 07:55:13 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 07:55:13 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 07:55:14 Removing intermediate container 1859548c5c92 07:55:14 ---> a7d439c37cdb 07:55:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:55:14 ---> Running in 39dd89873e9e 07:55:17 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 07:55:19 Removing intermediate container c07409702d9a 07:55:19 ---> 89ed39f969e0 07:55:19 07:55:19 Step 10/21 : FROM alpine:3.12 07:55:19 ---> 389fef711851 07:55:19 Step 11/21 : RUN apk add --update --no-cache curl 07:55:20 ---> Running in 1ee1e08f66b3 07:55:21 Removing intermediate container 39dd89873e9e 07:55:21 ---> 79d12fc0bd01 07:55:21 07:55:21 Step 11/26 : FROM docker:20.10.0 07:55:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:21 20.10.0: Pulling from library/docker 07:55:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:22 (1/4) Installing ca-certificates (20191127-r4) 07:55:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:55:22 (3/4) Installing libcurl (7.69.1-r3) 07:55:22 (4/4) Installing curl (7.69.1-r3) 07:55:22 Executing busybox-1.31.1-r19.trigger 07:55:22 Executing ca-certificates-20191127-r4.trigger 07:55:22 OK: 7 MiB in 18 packages 07:55:22 Removing intermediate container 3c7b7ac89deb 07:55:22 ---> 266e40cbf5f0 07:55:22 07:55:22 Step 10/31 : FROM alpine:3.12 07:55:22 ---> 389fef711851 07:55:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:55:22 Removing intermediate container c9b737dcf0ea 07:55:22 ---> 7f265e7028d3 07:55:22 07:55:22 Step 10/23 : FROM alpine:3.12 07:55:22 ---> 389fef711851 07:55:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:55:23 ---> Running in 1d4fcced2cb8 07:55:23 ---> Running in 0064cf61fdd9 07:55:24 Removing intermediate container 1d4fcced2cb8 07:55:24 ---> f49b538fc68a 07:55:24 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:55:24 Removing intermediate container 1ee1e08f66b3 07:55:24 ---> fe02686d1657 07:55:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:55:24 ---> Running in 13f2c5ccb9c2 07:55:24 Removing intermediate container 0064cf61fdd9 07:55:24 ---> 5d2c97eb10ab 07:55:24 Step 12/23 : ENV APP_PORT=48080 07:55:24 ---> Running in eec0b7ed3800 07:55:26 ---> Running in c530adf9bb50 07:55:26 Removing intermediate container eec0b7ed3800 07:55:26 ---> d5819bfddc3b 07:55:26 Step 13/21 : WORKDIR /edgex 07:55:26 Removing intermediate container c530adf9bb50 07:55:26 ---> eb0d42d883bd 07:55:26 Step 13/23 : EXPOSE $APP_PORT 07:55:26 ---> Running in 05ca701b6422 07:55:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:26 ---> Running in 39971a4be630 07:55:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:27 Removing intermediate container 39971a4be630 07:55:27 ---> 1d8411680ade 07:55:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:27 Removing intermediate container 05ca701b6422 07:55:27 ---> 97867d0f8725 07:55:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:55:27 ---> Running in a0d3a6aec93a 07:55:28 ---> 8ed1a082956a 07:55:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:55:28 (1/2) Installing dumb-init (1.2.2-r1) 07:55:28 (2/2) Installing su-exec (0.2-r1) 07:55:28 Executing busybox-1.31.1-r19.trigger 07:55:28 OK: 6 MiB in 16 packages 07:55:29 ---> 398bfb2abf22 07:55:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:55:29 Removing intermediate container 13f2c5ccb9c2 07:55:29 ---> 05935ae0e1cb 07:55:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:55:29 ---> Running in 043ec3458216 07:55:29 Removing intermediate container a0d3a6aec93a 07:55:29 ---> 56d36f0afbda 07:55:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:55:29 Removing intermediate container 043ec3458216 07:55:29 ---> 7d2c5b40dadd 07:55:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:55:29 ---> Running in 2e226161da0c 07:55:30 ---> Running in 1e4936956f23 07:55:30 ---> 5cdf48de52c2 07:55:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:55:30 ---> Running in 9ca655115cf0 07:55:30 Removing intermediate container 1e4936956f23 07:55:30 ---> 12ec5ed1d20c 07:55:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:55:30 ---> Running in 6d97c9196a89 07:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:30 Removing intermediate container 9ca655115cf0 07:55:30 ---> 7e22749c7e41 07:55:30 Step 18/21 : CMD ["--init=true"] 07:55:31 ---> Running in 43d3207bba84 07:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:31 Removing intermediate container 43d3207bba84 07:55:31 ---> b317f61a9f40 07:55:31 Step 19/21 : LABEL arch=x86_64 07:55:31 ---> Running in 489d118e65eb 07:55:32 (1/6) Installing dumb-init (1.2.2-r1) 07:55:32 (2/6) Installing libgcc (9.3.0-r2) 07:55:32 Removing intermediate container 489d118e65eb 07:55:32 ---> b827b9c4baa6 07:55:32 Step 20/21 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:55:32 (3/6) Installing libsodium (1.0.18-r0) 07:55:32 (4/6) Installing libstdc++ (9.3.0-r2) 07:55:32 ---> Running in 3f887a3abf0d 07:55:32 (5/6) Installing libzmq (4.3.3-r0) 07:55:33 (6/6) Installing zeromq (4.3.3-r0) 07:55:33 Removing intermediate container 6d97c9196a89 07:55:33 ---> 5b2e587bb906 07:55:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:55:33 Executing busybox-1.31.1-r19.trigger 07:55:33 OK: 8 MiB in 20 packages 07:55:33 ---> Running in 8eba356983ed 07:55:33 Removing intermediate container 3f887a3abf0d 07:55:33 ---> 7140e4da916b 07:55:33 Step 21/21 : LABEL version=0.0.0 07:55:34 ---> Running in 09e1a85b4c16 07:55:34 Removing intermediate container 8eba356983ed 07:55:34 ---> c56799d36e13 07:55:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:55:34 Removing intermediate container 09e1a85b4c16 07:55:34 ---> 58b033dc36f8 07:55:34 07:55:34 Removing intermediate container 2e226161da0c 07:55:34 ---> 9bc8b34fa573 07:55:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:35 ---> 5385ec586b0e 07:55:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:55:35 ---> Running in 65b76445d2ea 07:55:35 Successfully built 58b033dc36f8 07:55:35 Successfully tagged docker-security-proxy-setup-go:latest 07:55:35  Building docker-security-proxy-setup-go ... done  ---> bac6751cfe15 07:55:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:55:38 ---> e2d2e5ad4c8b 07:55:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:55:39 ---> 126a179c5447 07:55:39 Step 19/23 : ENTRYPOINT ["/core-data"] 07:55:39 ---> Running in e00e4bb7909a 07:55:39 Removing intermediate container 65b76445d2ea 07:55:39 ---> 180f6444a4e1 07:55:39 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:55:39 Status: Downloaded newer image for docker:20.10.0 07:55:39 ---> aefe523efa57 07:55:39 Step 12/26 : RUN apk add --no-cache bash 07:55:39 Removing intermediate container e00e4bb7909a 07:55:39 ---> 153e2203df26 07:55:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:39 ---> Running in 87e78914f2f6 07:55:39 ---> fb1bdd57a632 07:55:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:55:39 ---> Running in d0f8a95c2e71 07:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:41 ---> 0496df7036c6 07:55:41 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:55:41 Removing intermediate container d0f8a95c2e71 07:55:41 ---> 3b2342fb6dd7 07:55:41 Step 21/23 : LABEL arch=x86_64 07:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:41 ---> Running in ed3876ae1ee8 07:55:41 (1/2) Installing readline (8.0.4-r0) 07:55:41 (2/2) Installing bash (5.0.17-r0) 07:55:41 Removing intermediate container ed3876ae1ee8 07:55:41 ---> 6e5129d9ebf9 07:55:41 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:55:41 Executing bash-5.0.17-r0.post-install 07:55:41 Executing busybox-1.31.1-r19.trigger 07:55:41 OK: 12 MiB in 22 packages 07:55:41 ---> d5abdd10a933 07:55:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:55:41 ---> Running in 28c75a755d41 07:55:42 Removing intermediate container 28c75a755d41 07:55:42 ---> d2831a6ea2bd 07:55:42 Step 23/23 : LABEL version=0.0.0 07:55:42 ---> Running in 0a08febe0d43 07:55:42 ---> a05f77917803 07:55:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:55:42 Removing intermediate container 87e78914f2f6 07:55:42 ---> 1163a09c207c 07:55:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:55:42 Removing intermediate container 0a08febe0d43 07:55:42 ---> b8931c731fb6 07:55:42 07:55:43 ---> Running in 434e90c7a176 07:55:43 ---> 60deb36895ba 07:55:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:55:43 Successfully built b8931c731fb6 07:55:43 Successfully tagged docker-core-data-go:latest 07:55:43  Building docker-core-data-go ... done Removing intermediate container 434e90c7a176 07:55:43 ---> 31df8dd83551 07:55:43 Step 14/26 : ENV APP_PORT=48090 07:55:43 ---> Running in 3cca38f8b1e5 07:55:43 ---> Running in dadb23be7725 07:55:44 Removing intermediate container 3cca38f8b1e5 07:55:44 ---> c45073b532f0 07:55:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:55:44 Removing intermediate container dadb23be7725 07:55:44 ---> 6a629d38c71d 07:55:44 Step 15/26 : EXPOSE $APP_PORT 07:55:44 ---> Running in b3e95816b45d 07:55:44 ---> d0e88997b3fb 07:55:44 Step 26/31 : RUN chmod +x /entrypoint.sh 07:55:44 Removing intermediate container b3e95816b45d 07:55:44 ---> 38cf0a2bbe72 07:55:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:55:44 ---> Running in a6ff7533a4f7 07:55:45 ---> 19c44d9e01aa 07:55:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:55:45 ---> 58ad047a82a5 07:55:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:55:46 Removing intermediate container a6ff7533a4f7 07:55:46 ---> 777a1ca96085 07:55:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:55:46 ---> Running in 203c204be4bd 07:55:46 ---> 2c1ec2ac3635 07:55:46 Step 19/26 : RUN apk --no-cache add py3-pip 07:55:46 ---> Running in d7ba110ba8aa 07:55:47 Removing intermediate container 203c204be4bd 07:55:47 ---> a9cfa131865e 07:55:47 Step 28/31 : CMD ["gate"] 07:55:47 ---> Running in 1be5b766f187 07:55:47 Removing intermediate container 1be5b766f187 07:55:47 ---> 94ce9e993f42 07:55:47 Step 29/31 : LABEL arch=x86_64 07:55:48 ---> Running in 31de93db4c03 07:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:48 Removing intermediate container 31de93db4c03 07:55:48 ---> 3de338bf62e1 07:55:48 Step 30/31 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:55:48 (1/33) Installing libbz2 (1.0.8-r1) 07:55:48 (2/33) Installing expat (2.2.9-r1) 07:55:48 (3/33) Installing libffi (3.3-r2) 07:55:48 (4/33) Installing gdbm (1.13-r1) 07:55:48 (5/33) Installing xz-libs (5.2.5-r0) 07:55:48 (6/33) Installing sqlite-libs (3.32.1-r0) 07:55:48 (7/33) Installing python3 (3.8.5-r0) 07:55:48 ---> Running in a7f448594cf1 07:55:50 Removing intermediate container a7f448594cf1 07:55:50 ---> d5c6f9112a1e 07:55:50 Step 31/31 : LABEL version=0.0.0 07:55:52 ---> Running in bdf1728df1a9 07:55:52 (8/33) Installing py3-appdirs (1.4.4-r1) 07:55:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:55:52 (10/33) Installing py3-parsing (2.4.7-r0) 07:55:52 (11/33) Installing py3-six (1.15.0-r0) 07:55:52 (12/33) Installing py3-packaging (20.4-r0) 07:55:52 (13/33) Installing py3-setuptools (47.0.0-r0) 07:55:52 (14/33) Installing py3-chardet (3.0.4-r4) 07:55:52 (15/33) Installing py3-idna (2.9-r0) 07:55:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:55:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:55:52 (18/33) Installing py3-requests (2.23.0-r0) 07:55:53 (19/33) Installing py3-msgpack (1.0.0-r0) 07:55:53 (20/33) Installing py3-lockfile (0.12.2-r3) 07:55:53 Removing intermediate container bdf1728df1a9 07:55:53 ---> 767874ad6884 07:55:53 07:55:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:55:53 (22/33) Installing py3-colorama (0.4.3-r0) 07:55:53 (23/33) Installing py3-distlib (0.3.0-r0) 07:55:53 (24/33) Installing py3-distro (1.5.0-r1) 07:55:53 (25/33) Installing py3-webencodings (0.5.1-r3) 07:55:53 (26/33) Installing py3-html5lib (1.0.1-r4) 07:55:53 Successfully built 767874ad6884 07:55:53 (27/33) Installing py3-pytoml (0.1.21-r0) 07:55:53 (28/33) Installing py3-pep517 (0.8.2-r0) 07:55:53 Successfully tagged docker-security-bootstrapper-go:latest 07:55:53 (29/33) Installing py3-progress (1.5-r0) 07:55:53  Building docker-security-bootstrapper-go ... done (30/33) Installing py3-toml (0.10.1-r0) 07:55:53 (31/33) Installing py3-retrying (1.3.3-r0) 07:55:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:55:53 (33/33) Installing py3-pip (20.1.1-r0) 07:55:54 Executing busybox-1.31.1-r19.trigger 07:55:54 OK: 71 MiB in 55 packages 07:56:02 Removing intermediate container d7ba110ba8aa 07:56:02 ---> bf107531c904 07:56:02 Step 20/26 : RUN pip install docker-compose==1.23.2 07:56:02 ---> Running in 49dab7187025 07:56:05 Collecting docker-compose==1.23.2 07:56:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:56:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:56:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:56:06 Collecting docopt<0.7,>=0.6.1 07:56:06 Downloading docopt-0.6.2.tar.gz (25 kB) 07:56:07 Collecting websocket-client<1.0,>=0.32.0 07:56:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:56:07 Collecting jsonschema<3,>=2.5.1 07:56:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:56:07 Collecting docker<4.0,>=3.6.0 07:56:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:56:08 Collecting dockerpty<0.5,>=0.4.1 07:56:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:56:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:56:09 Collecting PyYAML<4,>=3.10 07:56:09 Downloading PyYAML-3.13.tar.gz (270 kB) 07:56:11 Collecting texttable<0.10,>=0.9.0 07:56:11 Downloading texttable-0.9.1.tar.gz (11 kB) 07:56:11 Collecting cached-property<2,>=1.2.0 07:56:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:56:12 Collecting idna<2.8,>=2.5 07:56:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:56:12 Collecting urllib3<1.25,>=1.21.1 07:56:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:56:12 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) 07:56:12 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) 07:56:12 Collecting docker-pycreds>=0.4.0 07:56:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:56:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:56:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:56:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:56:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:56:13 Installing collected packages: idna, urllib3, requests, docopt, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, PyYAML, texttable, cached-property, docker-compose 07:56:13 Attempting uninstall: idna 07:56:13 Found existing installation: idna 2.9 07:56:13 Uninstalling idna-2.9: 07:56:13 Successfully uninstalled idna-2.9 07:56:13 Attempting uninstall: urllib3 07:56:13 Found existing installation: urllib3 1.25.9 07:56:13 Uninstalling urllib3-1.25.9: 07:56:13 Successfully uninstalled urllib3-1.25.9 07:56:13 Attempting uninstall: requests 07:56:13 Found existing installation: requests 2.23.0 07:56:13 Uninstalling requests-2.23.0: 07:56:13 Successfully uninstalled requests-2.23.0 07:56:13 Running setup.py install for docopt: started 07:56:14 Running setup.py install for docopt: finished with status 'done' 07:56:15 Running setup.py install for dockerpty: started 07:56:16 Running setup.py install for dockerpty: finished with status 'done' 07:56:16 Running setup.py install for PyYAML: started 07:56:17 Running setup.py install for PyYAML: finished with status 'done' 07:56:17 Running setup.py install for texttable: started 07:56:17 Running setup.py install for texttable: finished with status 'done' 07:56:18 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 07:56:21 Removing intermediate container 49dab7187025 07:56:21 ---> a4d352b95c0f 07:56:21 Step 21/26 : RUN apk --no-cache add curl 07:56:21 ---> Running in 872b010325d6 07:56:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:56:22 (2/3) Installing libcurl (7.69.1-r3) 07:56:22 (3/3) Installing curl (7.69.1-r3) 07:56:22 Executing busybox-1.31.1-r19.trigger 07:56:22 OK: 72 MiB in 58 packages 07:56:23 Removing intermediate container 872b010325d6 07:56:23 ---> 9333a87a5a0d 07:56:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:56:23 ---> Running in 8270aac66488 07:56:23 Removing intermediate container 8270aac66488 07:56:23 ---> bf5a5b319403 07:56:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:56:23 ---> Running in 3a32ebc3626f 07:56:24 Removing intermediate container 3a32ebc3626f 07:56:24 ---> 34bfb9a8e9c1 07:56:24 Step 24/26 : LABEL arch=x86_64 07:56:24 ---> Running in 1d3f9c59692e 07:56:24 Removing intermediate container 1d3f9c59692e 07:56:24 ---> c87aae9834b6 07:56:24 Step 25/26 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:56:24 ---> Running in 43c1dd64006f 07:56:24 Removing intermediate container 43c1dd64006f 07:56:24 ---> 4c880e6df36c 07:56:24 Step 26/26 : LABEL version=0.0.0 07:56:25 ---> Running in 35a890802aaa 07:56:25 Removing intermediate container 35a890802aaa 07:56:25 ---> 4250b2f7036e 07:56:25 07:56:25 Successfully built 4250b2f7036e 07:56:25 Successfully tagged docker-sys-mgmt-agent-go:latest 07:56:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:56:26 $ docker stop --time=1 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d 07:56:28 $ docker rm -f 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d [Pipeline] // withDockerContainer [Pipeline] sh 07:56:29 + docker images 07:56:29 + grep docker 07:56:30 docker-sys-mgmt-agent-go latest 4250b2f7036e 4 seconds ago 313MB 07:56:30 docker-security-bootstrapper-go latest 767874ad6884 37 seconds ago 23.8MB 07:56:30 docker-core-data-go latest b8931c731fb6 47 seconds ago 22.3MB 07:56:30 docker-security-proxy-setup-go latest 58b033dc36f8 55 seconds ago 24.4MB 07:56:30 docker-security-secretstore-setup-go latest b7a32358cc18 4 minutes ago 24.6MB 07:56:30 docker-core-metadata-go latest cd070dd26663 4 minutes ago 18.8MB 07:56:30 docker-core-command-go latest 36b4356efb5b 4 minutes ago 16.9MB 07:56:30 docker-support-notifications-go latest dbbd86705a95 4 minutes ago 17.5MB 07:56:30 docker-support-scheduler-go latest e01e0feac9e1 4 minutes ago 17MB 07:56:30 docker 20.10.0 aefe523efa57 8 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 07:56:41 Removing intermediate container 3a3f6446d0e3 07:56:41 ---> 1e6c3ecde21f 07:56:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:56:41 ---> Running in 672558f2136d 07:56: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 07:56:46 Still waiting to schedule task 07:56:46 ‘prd-ubuntu18.04-docker-8c-8g-25235’ is offline 07:56:50 Removing intermediate container 672558f2136d 07:56:50 ---> 845eb1e97a5e 07:56:50 07:56:50 Step 11/26 : FROM docker:20.10.0 07:56:50 20.10.0: Pulling from library/docker 07:56:54 Removing intermediate container e53ded1817e1 07:56:54 ---> fcb848f429be 07:56:54 07:56:54 Step 10/23 : FROM alpine:3.12 07:56:54 3.12: Pulling from library/alpine 07:56:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:56:56 Status: Downloaded newer image for alpine:3.12 07:56:56 ---> afeebe901d6b 07:56:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:56:56 Removing intermediate container 0cd6d8cbed7a 07:56:56 ---> 6621dd482d08 07:56:56 07:56:56 Step 10/22 : FROM alpine:3.12 07:56:56 ---> afeebe901d6b 07:56:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:56:56 ---> Running in 8cbd4b1446a9 07:56:56 ---> Running in 905cdfcd587c 07:56:57 Removing intermediate container c0b9b58fc93e 07:56:57 ---> d28664197683 07:56:57 07:56:57 Step 10/22 : FROM alpine:3.12 07:56:57 ---> afeebe901d6b 07:56:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:56:58 ---> Running in f09d8ad775e0 07:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:00 (1/1) Installing dumb-init (1.2.2-r1) 07:57:00 Executing busybox-1.31.1-r19.trigger 07:57:00 OK: 5 MiB in 15 packages 07:57:00 (1/1) Installing dumb-init (1.2.2-r1) 07:57:00 Executing busybox-1.31.1-r19.trigger 07:57:00 OK: 5 MiB in 15 packages 07:57:01 (1/2) Installing ca-certificates (20191127-r4) 07:57:01 (2/2) Installing dumb-init (1.2.2-r1) 07:57:01 Executing busybox-1.31.1-r19.trigger 07:57:01 Executing ca-certificates-20191127-r4.trigger 07:57:01 OK: 6 MiB in 16 packages 07:57:04 Removing intermediate container 8cbd4b1446a9 07:57:04 ---> 9ce6afb4d0d5 07:57:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:57:04 Removing intermediate container 905cdfcd587c 07:57:04 ---> 264c11b53a3e 07:57:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:57:05 ---> Running in 8bd8e7781e09 07:57:05 ---> Running in 70a39e4652d1 07:57:05 Removing intermediate container f09d8ad775e0 07:57:05 ---> c77c567aa43f 07:57:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:57:06 ---> Running in 773e4f80e348 07:57:06 Removing intermediate container 70a39e4652d1 07:57:06 ---> 63a87cd2bd63 07:57:06 Step 13/22 : ENV APP_PORT=48085 07:57:06 Removing intermediate container 8bd8e7781e09 07:57:06 ---> c9bcbc3e7132 07:57:06 Step 13/23 : ENV APP_PORT=48082 07:57:06 ---> Running in b280dd00986e 07:57:06 ---> Running in becc0a7a1f6d 07:57:07 Removing intermediate container 773e4f80e348 07:57:07 ---> fa5b4785e49e 07:57:07 Step 13/22 : ENV APP_PORT=48060 07:57:07 ---> Running in 3df450e9261e 07:57:07 Removing intermediate container b280dd00986e 07:57:07 ---> d652ddbdb146 07:57:07 Step 14/22 : EXPOSE $APP_PORT 07:57:08 ---> Running in 72d2a8ab8115 07:57:08 Removing intermediate container becc0a7a1f6d 07:57:08 ---> 9cde06a8c544 07:57:08 Step 14/23 : EXPOSE $APP_PORT 07:57:08 Removing intermediate container 3df450e9261e 07:57:08 ---> 4065d9f80813 07:57:08 Step 14/22 : EXPOSE $APP_PORT 07:57:08 ---> Running in 5c571420dae3 07:57:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:57:08 Status: Downloaded newer image for docker:20.10.0 07:57:08 ---> eeaf43b92773 07:57:08 Step 12/26 : RUN apk add --no-cache bash 07:57:08 ---> Running in 9d279c1093d8 07:57:08 Removing intermediate container 72d2a8ab8115 07:57:08 ---> ade2b343de20 07:57:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:09 ---> Running in e5ca5e7f6df8 07:57:09 Removing intermediate container 44578c7d0326 07:57:09 ---> 4c794b489b97 07:57:09 07:57:09 Step 10/23 : FROM alpine:3.12 07:57:09 ---> afeebe901d6b 07:57:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:57:09 Removing intermediate container 5c571420dae3 07:57:09 ---> 53e433c37e78 07:57:09 Step 15/23 : WORKDIR / 07:57:09 ---> Running in 8bbf507f4a7a 07:57:09 Removing intermediate container 9d279c1093d8 07:57:09 ---> 3d791653f17e 07:57:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:09 ---> Running in 0954f97db399 07:57:09 ---> 3a271273d946 07:57:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:57:10 Removing intermediate container 8bbf507f4a7a 07:57:10 ---> 14e0e7f6590b 07:57:10 Step 12/23 : ENV APP_PORT=48080 07:57:10 ---> Running in 5795b1665b55 07:57:10 Removing intermediate container 0954f97db399 07:57:10 ---> ed0dcd508cbf 07:57:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:10 ---> 3fb2b4dda448 07:57:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:57:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:11 Removing intermediate container 5795b1665b55 07:57:11 ---> ca7d957c6818 07:57:11 Step 13/23 : EXPOSE $APP_PORT 07:57:11 ---> f3bd95a668fc 07:57:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:57:11 (1/2) Installing readline (8.0.4-r0) 07:57:11 ---> Running in 26bc34c067fc 07:57:11 (2/2) Installing bash (5.0.17-r0) 07:57:12 Executing bash-5.0.17-r0.post-install 07:57:12 Executing busybox-1.31.1-r19.trigger 07:57:12 OK: 12 MiB in 22 packages 07:57:12 ---> c44e2d146463 07:57:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:57:12 ---> c93cb2d01463 07:57:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:57:12 Removing intermediate container 26bc34c067fc 07:57:12 ---> 286a7fffefa6 07:57:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:12 ---> Running in 12cd6c60bfc0 07:57:13 ---> 0a8e5b8e2c95 07:57:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:57:13 ---> Running in e38fc39e324e 07:57:13 ---> a4e2ce37e691 07:57:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:57:13 ---> Running in 9b5b8a287afd 07:57:13 ---> aa2a790c21b8 07:57:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:57:13 Removing intermediate container e5ca5e7f6df8 07:57:13 ---> 47b51bcb81ee 07:57:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:57:13 Removing intermediate container e38fc39e324e 07:57:13 ---> 160a62689eea 07:57:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:14 ---> Running in e4171dff9f8d 07:57:14 ---> Running in 76954eb4fc40 07:57:14 Removing intermediate container 9b5b8a287afd 07:57:14 ---> 00e2c2777983 07:57:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:14 ---> Running in 930a4a13e792 07:57:14 Removing intermediate container e4171dff9f8d 07:57:14 ---> 9117813dd93c 07:57:14 Step 14/26 : ENV APP_PORT=48090 07:57:15 ---> Running in 1e9ef7f097f8 07:57:15 ---> 02106ff45a77 07:57:15 Step 19/23 : ENTRYPOINT ["/core-command"] 07:57:15 Removing intermediate container 76954eb4fc40 07:57:15 ---> 6575c42380f5 07:57:15 Step 20/22 : LABEL arch=arm64 07:57:15 ---> Running in 43d67ddcdb82 07:57:15 ---> Running in 7a8bd2d1f4cb 07:57:15 Removing intermediate container 930a4a13e792 07:57:15 ---> f1a6e192cfd4 07:57:15 Step 20/22 : LABEL arch=arm64 07:57:15 ---> Running in 1f0bcd434add 07:57:15 Removing intermediate container 1e9ef7f097f8 07:57:15 ---> 1428fde8e1c2 07:57:15 Step 15/26 : EXPOSE $APP_PORT 07:57:15 Removing intermediate container 12cd6c60bfc0 07:57:15 ---> aa57a7e6fc68 07:57:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:57:15 ---> Running in ae52dcab72a5 07:57:15 ---> Running in f32eb0ea7a75 07:57:16 Removing intermediate container 7a8bd2d1f4cb 07:57:16 ---> 6144bc216b33 07:57:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:16 Removing intermediate container 43d67ddcdb82 07:57:16 ---> dd10b1d8538d 07:57:16 Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:16 Removing intermediate container 1f0bcd434add 07:57:16 ---> effdc8915721 07:57:16 Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:16 ---> Running in 73b33e2e2846 07:57:16 ---> Running in 44a060db8559 07:57:16 ---> Running in 6ba5ff45f2a6 07:57:16 Removing intermediate container ae52dcab72a5 07:57:16 ---> ea297e4b9473 07:57:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:57:17 Removing intermediate container 44a060db8559 07:57:17 ---> 9ef170bec807 07:57:17 Step 22/22 : LABEL version=0.0.0 07:57:17 Removing intermediate container 73b33e2e2846 07:57:17 ---> 5d33a1e85c3a 07:57:17 Step 21/23 : LABEL arch=arm64 07:57:17 Removing intermediate container 6ba5ff45f2a6 07:57:17 ---> b4f8b73165b2 07:57:17 Step 22/22 : LABEL version=0.0.0 07:57:17 ---> Running in 4faab4fb4763 07:57:17 ---> Running in c5396feb37ad 07:57:17 ---> Running in 30d3d5d0bed0 07:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:18 ---> 2bdc9a01c904 07:57:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:18 Removing intermediate container 30d3d5d0bed0 07:57:18 Removing intermediate container 4faab4fb4763 07:57:18 ---> 239b44d6e404 07:57:18 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:18 ---> 9687989ab997 07:57:18 07:57:18 Removing intermediate container c5396feb37ad 07:57:18 ---> 57f1948972a6 07:57:18 07:57:18 ---> Running in f44a8f2b7bfa 07:57:18 Successfully built 57f1948972a6 07:57:19 Successfully built 9687989ab997 07:57:19 ---> 07ca1784dd3a 07:57:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:57:19 Successfully tagged docker-support-scheduler-go-arm64:latest 07:57:19  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 07:57:19 Successfully tagged docker-support-notifications-go-arm64:latest 07:57:19  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 07:57:19 (1/6) Installing dumb-init (1.2.2-r1) 07:57:19 (2/6) Installing libgcc (9.3.0-r2) 07:57:19 Removing intermediate container f44a8f2b7bfa 07:57:19 ---> 5e65a9e78961 07:57:19 Step 23/23 : LABEL version=0.0.0 07:57:19 (3/6) Installing libsodium (1.0.18-r0) 07:57:19 (4/6) Installing libstdc++ (9.3.0-r2) 07:57:19 ---> Running in 28b71bda0ce4 07:57:19 (5/6) Installing libzmq (4.3.3-r0) 07:57:19 (6/6) Installing zeromq (4.3.3-r0) 07:57:19 Executing busybox-1.31.1-r19.trigger 07:57:19 OK: 8 MiB in 20 packages 07:57:19 ---> 8eb7129f2d9b 07:57:19 Removing intermediate container 28b71bda0ce4 07:57:19 Step 19/26 : RUN apk --no-cache add py3-pip 07:57:19 ---> 5f64ef4097d5 07:57:19 07:57:20 ---> Running in faa2c6c318ea 07:57:20 Successfully built 5f64ef4097d5 07:57:20 Successfully tagged docker-core-command-go-arm64:latest 07:57:20 Building docker-security-secretstore-setup-go 07:57:21  Building docker-core-command-go ... done Removing intermediate container f32eb0ea7a75 07:57:21 ---> d863dc5ff5ef 07:57:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:22 ---> c1b4ac714a18 07:57:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:57:22 (1/33) Installing libbz2 (1.0.8-r1) 07:57:22 (2/33) Installing expat (2.2.9-r1) 07:57:22 (3/33) Installing libffi (3.3-r2) 07:57:22 (4/33) Installing gdbm (1.13-r1) 07:57:22 (5/33) Installing xz-libs (5.2.5-r0) 07:57:22 (6/33) Installing sqlite-libs (3.32.1-r0) 07:57:22 (7/33) Installing python3 (3.8.5-r0) 07:57:24 (8/33) Installing py3-appdirs (1.4.4-r1) 07:57:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:57:24 (10/33) Installing py3-parsing (2.4.7-r0) 07:57:24 (11/33) Installing py3-six (1.15.0-r0) 07:57:24 (12/33) Installing py3-packaging (20.4-r0) 07:57:24 (13/33) Installing py3-setuptools (47.0.0-r0) 07:57:24 (14/33) Installing py3-chardet (3.0.4-r4) 07:57:24 (15/33) Installing py3-idna (2.9-r0) 07:57:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:57:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:57:24 (18/33) Installing py3-requests (2.23.0-r0) 07:57:24 (19/33) Installing py3-msgpack (1.0.0-r0) 07:57:24 (20/33) Installing py3-lockfile (0.12.2-r3) 07:57:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:57:24 (22/33) Installing py3-colorama (0.4.3-r0) 07:57:24 (23/33) Installing py3-distlib (0.3.0-r0) 07:57:24 (24/33) Installing py3-distro (1.5.0-r1) 07:57:24 (25/33) Installing py3-webencodings (0.5.1-r3) 07:57:24 (26/33) Installing py3-html5lib (1.0.1-r4) 07:57:24 (27/33) Installing py3-pytoml (0.1.21-r0) 07:57:25 (28/33) Installing py3-pep517 (0.8.2-r0) 07:57:25 (29/33) Installing py3-progress (1.5-r0) 07:57:25 (30/33) Installing py3-toml (0.10.1-r0) 07:57:25 (31/33) Installing py3-retrying (1.3.3-r0) 07:57:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:57:25 (33/33) Installing py3-pip (20.1.1-r0) 07:57:25 Executing busybox-1.31.1-r19.trigger 07:57:25 OK: 71 MiB in 55 packages 07:57:26 ---> f608e0d6b1ae 07:57:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:57:27 ---> 53fd7091d7d6 07:57:27 Step 19/23 : ENTRYPOINT ["/core-data"] 07:57:28 ---> Running in 42b43c8fe5aa 07:57:29 Removing intermediate container 42b43c8fe5aa 07:57:29 ---> 00d1ba6a1ac2 07:57:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:29 ---> Running in 5245f3603f85 07:57:30 Removing intermediate container 5245f3603f85 07:57:30 ---> c369372b8b06 07:57:30 Step 21/23 : LABEL arch=arm64 07:57:31 ---> Running in ab8cc5f6ee74 07:57:32 Removing intermediate container ab8cc5f6ee74 07:57:32 ---> 68e0030444e8 07:57:32 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:33 Removing intermediate container faa2c6c318ea 07:57:33 ---> 801519a9e12b 07:57:33 Step 20/26 : RUN pip install docker-compose==1.23.2 07:57:34 ---> Running in 08a44c2a4a37 07:57:34 ---> Running in d8efed3e4478 07:57:34 Removing intermediate container 08a44c2a4a37 07:57:34 ---> 063f787a2f01 07:57:34 Step 23/23 : LABEL version=0.0.0 07:57:34 ---> Running in 931d25330fd9 07:57:35 Removing intermediate container 931d25330fd9 07:57:35 ---> d316e5b1930c 07:57:35 07:57:35 Successfully built d316e5b1930c 07:57:35 Successfully tagged docker-core-data-go-arm64:latest 07:57:35 Building docker-core-metadata-go 07:57:39 Running on prd-ubuntu18.04-docker-8c-8g-25237 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 07:57:39 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 07:57:40  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 07:57:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:57:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:57:40 Collecting docopt<0.7,>=0.6.1 07:57:40 Downloading docopt-0.6.2.tar.gz (25 kB) 07:57:41 using credential edgex-jenkins-ssh 07:57:41 Cloning the remote Git repository 07:57:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:57:41 > git init /w/workspace/edgex-go/12 # timeout=10 07:57:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:57:41 > git --version # timeout=10 07:57:41 > git --version # 'git version 2.17.1' 07:57:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:57:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:57:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:57:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:57:45 Collecting websocket-client<1.0,>=0.32.0 07:57:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:57:45 Collecting cached-property<2,>=1.2.0 07:57:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:57:46 Collecting texttable<0.10,>=0.9.0 07:57:46 Downloading texttable-0.9.1.tar.gz (11 kB) 07:57:49 Collecting PyYAML<4,>=3.10 07:57:49 Downloading PyYAML-3.13.tar.gz (270 kB) 07:57:53 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:53 Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a 07:57:53 Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) 07:57:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:57:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:57:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:57:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:57:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:57:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:57:53 > git config core.sparsecheckout # timeout=10 07:57:53 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 07:57:53 > git remote # timeout=10 07:57:53 > git config --get remote.origin.url # timeout=10 07:57:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:57:53 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 07:57:53 > git rev-parse HEAD^{commit} # timeout=10 07:57:53 > git config core.sparsecheckout # timeout=10 07:57:53 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 07:57:54 Collecting dockerpty<0.5,>=0.4.1 07:57:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:57:56 Collecting docker<4.0,>=3.6.0 07:57:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:57:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { 07:57:57 Collecting jsonschema<3,>=2.5.1 07:57:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] libraryResource [Pipeline] sh 07:57:57 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) 07:57:58 + echo snap-build.sh 07:57:58 snap-build.sh 07:57:58 + SNAP_BASE_DIR=. 07:57:58 + '[' '!' -z /w/workspace/edgex-go/12 ']' 07:57:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 07:57:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 07:57:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 07:57:58 + cd /w/workspace/edgex-go/12 07:57:58 + sudo apt-get remove -qy --purge lxd lxd-client 07:57:58 Reading package lists... 07:57:58 Building dependency tree... 07:57:58 Reading state information... 07:57:58 Collecting urllib3<1.25,>=1.21.1 07:57:58 The following packages were automatically installed and are no longer required: 07:57:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:57:58 uidmap xdelta3 07:57:58 Use 'sudo apt autoremove' to remove them. 07:57:58 The following packages will be REMOVED: 07:57:58 lxd* lxd-client* 07:57:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:57:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:57:58 After this operation, 31.7 MB disk space will be freed. 07:57:58 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) 07:57:59 Collecting idna<2.8,>=2.5 07:57:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:57:59 Collecting docker-pycreds>=0.4.0 07:57:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 07:57:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:57:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:57:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:57:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:57:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:57:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:58:00 Removing lxd dnsmasq configuration 07:58:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:58:00 Installing collected packages: docopt, urllib3, idna, requests, websocket-client, cached-property, texttable, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, docker-compose 07:58:00 Running setup.py install for docopt: started 07:58:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:58:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:58:01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 07:58:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:58:03 Processing triggers for systemd (237-3ubuntu10.42) ... 07:58:03 Processing triggers for ureadahead (0.100.0-21) ... 07:58:03 Running setup.py install for docopt: finished with status 'done' 07:58:03 Attempting uninstall: urllib3 07:58:03 Found existing installation: urllib3 1.25.9 07:58:03 Uninstalling urllib3-1.25.9: 07:58:03 Successfully uninstalled urllib3-1.25.9 07:58:03 Attempting uninstall: idna 07:58:03 Found existing installation: idna 2.9 07:58:03 Uninstalling idna-2.9: 07:58:03 Successfully uninstalled idna-2.9 07:58:04 Attempting uninstall: requests 07:58:04 Found existing installation: requests 2.23.0 07:58:04 Uninstalling requests-2.23.0: 07:58:04 + sudo snap remove --purge lxd 07:58:04 Successfully uninstalled requests-2.23.0 07:58:04 snap "lxd" is not installed 07:58:04 + sudo groupadd --force --system lxd 07:58:04 ++ whoami 07:58:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:58:04 + newgrp - lxd 07:58:04 + sudo snap install lxd 07:58:05 Running setup.py install for texttable: started 07:58:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:58:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:58:07 ---> ac9ebe8efa6b 07:58:07 Step 3/21 : WORKDIR /edgex-go 07:58:07 ---> Using cache 07:58:07 ---> ae8667c9258a 07:58:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:07 ---> Using cache 07:58:07 ---> bea920cd68d9 07:58:07 Step 5/21 : RUN apk add --update --no-cache make git 07:58:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:58:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:58:07 ---> ac9ebe8efa6b 07:58:07 Step 3/31 : WORKDIR /edgex-go 07:58:07 ---> Using cache 07:58:07 ---> ae8667c9258a 07:58:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:07 ---> Using cache 07:58:07 ---> bea920cd68d9 07:58:07 Step 5/31 : RUN apk add --update --no-cache make git 07:58:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:58:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:58:07 ---> ac9ebe8efa6b 07:58:07 Step 3/24 : WORKDIR /edgex-go 07:58:07 ---> Using cache 07:58:07 ---> ae8667c9258a 07:58:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:07 ---> Using cache 07:58:07 ---> bea920cd68d9 07:58:07 Step 5/24 : RUN apk add --update --no-cache make git 07:58:08 Running setup.py install for texttable: finished with status 'done' 07:58:08 Running setup.py install for PyYAML: started 07:58:11 Running setup.py install for PyYAML: finished with status 'done' 07:58:11 Running setup.py install for dockerpty: started 07:58:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:58:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> ac9ebe8efa6b 07:58:13 Step 3/23 : WORKDIR /edgex-go 07:58:13 ---> Using cache 07:58:13 ---> ae8667c9258a 07:58:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:13 ---> Using cache 07:58:13 ---> bea920cd68d9 07:58:13 Step 5/23 : RUN apk add --update --no-cache make git 07:58:13 Running setup.py install for dockerpty: finished with status 'done' 07:58:14 ---> Running in 387cafb1c910 07:58:14 ---> Running in 6316a67288d2 07:58:14 ---> Running in c1008ae6ffd4 07:58:14 ---> Running in ddd3db9e7e3a 07:58:14 2021-02-05T07:58:11Z INFO Waiting for automatic snapd restart... 07:58:16 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 07:58:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:18 OK: 217 MiB in 51 packages 07:58:18 OK: 217 MiB in 51 packages 07:58:18 OK: 217 MiB in 51 packages 07:58:18 OK: 217 MiB in 51 packages 07:58:20 Removing intermediate container 387cafb1c910 07:58:20 ---> a90ea7cf9db4 07:58:20 Step 6/31 : COPY go.mod . 07:58:20 Removing intermediate container c1008ae6ffd4 07:58:20 ---> a3757e2795dd 07:58:20 Step 6/23 : COPY go.mod . 07:58:20 Removing intermediate container 6316a67288d2 07:58:20 ---> d96ac0f61737 07:58:20 Step 6/24 : COPY go.mod . 07:58:20 Removing intermediate container ddd3db9e7e3a 07:58:20 ---> 38928acef2e6 07:58:20 Step 6/21 : COPY go.mod . 07:58:21 Removing intermediate container d8efed3e4478 07:58:21 ---> 6252749a8cb9 07:58:21 Step 21/26 : RUN apk --no-cache add curl 07:58:21 ---> Running in db36eec188f0 07:58:21 ---> 493d37e0ee03 07:58:21 Step 7/31 : RUN go mod download 07:58:21 ---> Running in c6c68d418376 07:58:21 ---> bcb6b910f9ae 07:58:21 Step 7/23 : RUN go mod download 07:58:21 ---> ab878bad0135 07:58:21 Step 7/24 : RUN go mod download 07:58:21 ---> 6159c1a8cc11 07:58:21 Step 7/21 : RUN go mod download 07:58:22 ---> Running in 63d4b822f6da 07:58:22 ---> Running in 51425972153e 07:58:22 ---> Running in 027e9855ba8e 07:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:58:24 (2/3) Installing libcurl (7.69.1-r3) 07:58:24 (3/3) Installing curl (7.69.1-r3) 07:58:24 Executing busybox-1.31.1-r19.trigger 07:58:24 OK: 71 MiB in 58 packages 07:58:26 Removing intermediate container db36eec188f0 07:58:26 ---> 210aee964922 07:58:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:58:26 Removing intermediate container c6c68d418376 07:58:26 ---> ccf496751fff 07:58:26 Step 8/31 : COPY . . 07:58:26 ---> Running in 4e0530ee314c 07:58:27 Removing intermediate container 63d4b822f6da 07:58:27 ---> 53a69073c514 07:58:27 Step 8/23 : COPY . . 07:58:27 Removing intermediate container 027e9855ba8e 07:58:27 ---> 35fde088276a 07:58:27 Step 8/21 : COPY . . 07:58:27 Removing intermediate container 51425972153e 07:58:27 ---> 2b2a02a0c8b2 07:58:27 Step 8/24 : COPY . . 07:58:27 Removing intermediate container 4e0530ee314c 07:58:27 ---> 6b02e4eea12c 07:58:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:58:28 ---> Running in c06d321d881f 07:58:29 lxd 4.10 from Canonical* installed 07:58:29 + sudo lxd init --auto 07:58:30 Removing intermediate container c06d321d881f 07:58:30 ---> 927112aaf0f9 07:58:30 Step 24/26 : LABEL arch=arm64 07:58:31 ---> Running in 3afbe5b7f04c 07:58:33 Removing intermediate container 3afbe5b7f04c 07:58:33 ---> 4b30f7961842 07:58:33 Step 25/26 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 07:58:33 ---> Running in dc442f8d87bd 07:58:35 Removing intermediate container dc442f8d87bd 07:58:35 ---> b634f758e882 07:58:35 Step 26/26 : LABEL version=0.0.0 07:58:36 ---> Running in e8b93de394c9 07:58:36 + sudo snap install --classic snapcraft 07:58:37 Removing intermediate container e8b93de394c9 07:58:37 ---> 96bf087e7550 07:58:37 07:58:38 Successfully built 96bf087e7550 07:58:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:58:43 snapcraft 4.4.4 from Canonical* installed 07:58:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:58:43 + patch --verbose -p1 07:58:43 Hmm... Looks like a unified diff to me... 07:58:43 The text leading up to this was: 07:58:43 -------------------------- 07:58:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:58:43 |From: Tony Espy 07:58:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:58:43 |Subject: [PATCH] optimize snap build for pipeline CI check 07:58:43 | 07:58:43 |This patch is used by the EdgeX CI pipeline builds to 07:58:43 |optimize the snap CI check run for pull requests. When 07:58:43 |applied, it essentially strips out everything (apps and 07:58:43 |parts) from the snapcraft.yaml file except those required 07:58:43 |to build edgex-go, as the whole idea of the CI check is to 07:58:43 |catch changes to edgex-go that break the snap build. 07:58:43 | 07:58:43 |In general, anyone updating snapcraft.yaml will also need 07:58:43 |to update this patch file, otherwise it may fail to apply, 07:58:43 |resulting in a failed snap build CI check in the associated 07:58:43 |pull request. 07:58:43 | 07:58:43 |Note - in addition to applying this patch, the pipeline also 07:58:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:58:43 |need to build the finally binary .snap file (and it won't 07:58:43 |work with the patch applied). This further reduces the build 07:58:43 |time. 07:58:43 |--- 07:58:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:58:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:58:43 | 07:58:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:58:43 |index 1e537489..faf42425 100644 07:58:43 |--- a/snap/snapcraft.yaml 07:58:43 |+++ b/snap/snapcraft.yaml 07:58:43 -------------------------- 07:58:43 patching file snap/snapcraft.yaml 07:58:43 Using Plan A... 07:58:43 Hunk #1 succeeded at 73. 07:58:43 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:58:43 Hunk #3 succeeded at 214 (offset -1 lines). 07:58:43 Hunk #4 succeeded at 222 (offset -1 lines). 07:58:43 Hunk #5 succeeded at 229 (offset -1 lines). 07:58:43 Hunk #6 succeeded at 256 (offset -1 lines). 07:58:43 Hunk #7 succeeded at 290 (offset -1 lines). 07:58:43 Hunk #8 succeeded at 342. 07:58:43 Hmm... Ignoring the trailing garbage. 07:58:43 done 07:58:43 + sudo snapcraft prime --use-lxd 07:58:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:58:44 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: 07:58:44 - README.md 07:58:44 - snapcraft.yaml.orig 07:58:44 07:58:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:58:45 Launching a container. 07:58:50  Building docker-sys-mgmt-agent-go ... done  ---> 565b61e141dc 07:58:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:58:50 ---> 0432bac35850 07:58:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:58:50 ---> 6dfb6ab8e264 07:58:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:58:50 ---> e830c0a02fee 07:58:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:58:50 ---> Running in 11cfbf3c49cb 07:58:50 ---> Running in 8a9f596652ac 07:58:50 ---> Running in 9e733b1a497f 07:58:50 ---> Running in 3f748b219ae0 07:58: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 07:58:52 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 07:58:52 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 07:58:52 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 07:58:57 Waiting for container to be ready 07:58:57 To start your first instance, try: lxc launch ubuntu:18.04 07:58:57 07:58:59 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:59:00 Waiting for network to be ready... 07:59:00 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:59:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:59:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 07:59:01 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:59:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:59:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:59:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:59:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:59:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:59:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:59:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:59:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 07:59:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:59:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:59:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 07:59:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 07:59:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 07:59:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:59:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:59:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 07:59:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 07:59:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:59:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:59:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 07:59:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 07:59:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 07:59:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 07:59:04 Fetched 23.9 MB in 4s (5680 kB/s) 07:59:05 Reading package lists... 07:59:05 Reading package lists... 07:59:05 Building dependency tree... 07:59:05 Reading state information... 07:59:05 The following additional packages will be installed: 07:59:05 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:59:05 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:59:05 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:59:05 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:59:05 Suggested packages: 07:59:05 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:59:05 Recommended packages: 07:59:05 gnupg libsasl2-modules 07:59:05 The following NEW packages will be installed: 07:59:05 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:59:05 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:59:05 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:59:05 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:59:05 The following packages will be upgraded: 07:59:05 gpg gpg-agent gpgconf libudev1 07:59:05 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 07:59:05 Need to get 3533 kB of archives. 07:59:05 After this operation, 13.3 MB of additional disk space will be used. 07:59:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:59:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:59:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:59:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:59:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:59:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:59:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:59:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:59:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:59:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:59:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:59:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:59:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:59:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:59:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:59:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:59:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:59:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:59:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:59:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:59:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:59:07 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:59:07 debconf: delaying package configuration, since apt-utils is not installed 07:59:07 Fetched 3533 kB in 1s (3442 kB/s) 07:59:07 (Reading database ... 12511 files and directories currently installed.) 07:59:07 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:59:07 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:59:07 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:59:07 Selecting previously unselected package udev. 07:59:07 (Reading database ... 12511 files and directories currently installed.) 07:59:07 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:59:07 Unpacking udev (237-3ubuntu10.44) ... 07:59:07 Selecting previously unselected package libfuse2:amd64. 07:59:07 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:59:07 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:59:07 Selecting previously unselected package fuse. 07:59:07 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:59:07 Unpacking fuse (2.9.7-1ubuntu1) ... 07:59:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:59:08 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:59:08 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:59:08 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:59:08 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:59:08 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:59:08 Selecting previously unselected package libksba8:amd64. 07:59:08 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:59:08 Unpacking libksba8:amd64 (1.3.5-2) ... 07:59:08 Selecting previously unselected package libroken18-heimdal:amd64. 07:59:08 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:08 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:08 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:59:08 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:08 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:08 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:59:08 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:08 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:08 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:59:08 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:08 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libwind0-heimdal:amd64. 07:59:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:59:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:59:09 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:59:09 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:09 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:59:09 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:59:09 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:09 Selecting previously unselected package libsasl2-modules-db:amd64. 07:59:09 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:59:09 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:59:09 Selecting previously unselected package libsasl2-2:amd64. 07:59:09 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:59:09 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:59:09 Selecting previously unselected package libldap-common. 07:59:09 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:59:09 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:59:09 Selecting previously unselected package libldap-2.4-2:amd64. 07:59:09 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:59:09 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:59:10 Selecting previously unselected package dirmngr. 07:59:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:59:10 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:59:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:59:10 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:59:10 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:59:10 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:59:10 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:59:10 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:59:10 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:10 Setting up libksba8:amd64 (1.3.5-2) ... 07:59:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:59:10 Setting up udev (237-3ubuntu10.44) ... 07:59:10 invoke-rc.d: policy-rc.d denied execution of start. 07:59:10 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:10 Processing triggers for systemd (237-3ubuntu10) ... 07:59:11 Setting up fuse (2.9.7-1ubuntu1) ... 07:59:11 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:59:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:59:11 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:59:11 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:59:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:59:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:59:12 settings in the [Install] section, and DefaultInstance for template units). 07:59:12 This means they are not meant to be enabled using systemctl. 07:59:12 Possible reasons for having this kind of units are: 07:59:12 1) A unit may be statically enabled by being symlinked from another unit's 07:59:12 .wants/ or .requires/ directory. 07:59:12 2) A unit's purpose may be to act as a helper for some other unit which has 07:59:12 a requirement dependency on it. 07:59:12 3) A unit may be started when needed via activation (socket, path, timer, 07:59:12 D-Bus, udev, scripted systemctl call, ...). 07:59:12 4) In case of template units, the unit is meant to be enabled with some 07:59:12 instance name specified. 07:59:12 Reading package lists... 07:59:12 Building dependency tree... 07:59:12 Reading state information... 07:59:12 The following additional packages will be installed: 07:59:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:59:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:59:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:59:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:59:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:59:12 Suggested packages: 07:59:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:59:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:59:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:59:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:59:12 systemd-container policykit-1 07:59:12 Recommended packages: 07:59:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:59:12 The following NEW packages will be installed: 07:59:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:59:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:59:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:59:12 multiarch-support openssh-client python3 python3-minimal python3.6 07:59:12 python3.6-minimal snapd squashfs-tools sudo 07:59:12 The following packages will be upgraded: 07:59:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:59:12 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 07:59:12 Need to get 35.2 MB of archives. 07:59:12 After this operation, 141 MB of additional disk space will be used. 07:59:12 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:59:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:59:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:59:13 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:59:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:59:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:59:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:59:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:59:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:59:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:59:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:59:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:59:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:59:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:59:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:59:13 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:59:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:59:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:59:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:59:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:59:13 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:59:13 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:59:13 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:59:13 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:59:13 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:59:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:59:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:59:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:59:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:59:13 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:59:14 debconf: delaying package configuration, since apt-utils is not installed 07:59:15 Fetched 35.2 MB in 2s (15.9 MB/s) 07:59:15 (Reading database ... 12757 files and directories currently installed.) 07:59:15 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:59:15 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:59:15 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:59:15 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:59:15 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 07:59:15 (Reading database ... 12757 files and directories currently installed.) 07:59:15 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:59:16 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:59:16 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:59:16 (Reading database ... 12757 files and directories currently installed.) 07:59:16 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:59:16 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:59:16 Setting up apt (1.6.12ubuntu0.2) ... 07:59:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:59:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:59:17 (Reading database ... 12764 files and directories currently installed.) 07:59:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:59:17 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:59:17 Selecting previously unselected package libpython3.6-minimal:amd64. 07:59:17 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:59:17 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:59:17 Selecting previously unselected package libexpat1:amd64. 07:59:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:59:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:59:17 Selecting previously unselected package python3.6-minimal. 07:59:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:59:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:59:18 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:59:18 Checking for services that may need to be restarted...done. 07:59:18 Checking for services that may need to be restarted...done. 07:59:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:59:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:59:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:59:18 Selecting previously unselected package python3-minimal. 07:59:18 (Reading database ... 13012 files and directories currently installed.) 07:59:18 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:59:18 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:59:18 Selecting previously unselected package mime-support. 07:59:18 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:59:19 Unpacking mime-support (3.60ubuntu1) ... 07:59:19 Selecting previously unselected package libmpdec2:amd64. 07:59:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:59:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:59:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:59:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:59:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:59:19 Selecting previously unselected package python3.6. 07:59:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:59:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:59:19 Selecting previously unselected package libpython3-stdlib:amd64. 07:59:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:59:19 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:59:19 Setting up python3-minimal (3.6.7-1~18.04) ... 07:59:20 Selecting previously unselected package python3. 07:59:20 (Reading database ... 13442 files and directories currently installed.) 07:59:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:59:20 Unpacking python3 (3.6.7-1~18.04) ... 07:59:20 Selecting previously unselected package multiarch-support. 07:59:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:59:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:59:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:59:20 Selecting previously unselected package liblzo2-2:amd64. 07:59:20 (Reading database ... 13479 files and directories currently installed.) 07:59:20 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:59:20 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:59:20 Selecting previously unselected package libbsd0:amd64. 07:59:20 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:59:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:59:20 Selecting previously unselected package sudo. 07:59:20 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:59:20 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:59:21 Selecting previously unselected package apparmor. 07:59:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:59:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:59:21 Selecting previously unselected package libedit2:amd64. 07:59:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:59:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:59:21 Selecting previously unselected package libkrb5support0:amd64. 07:59:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:59:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:59:21 Selecting previously unselected package libk5crypto3:amd64. 07:59:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:59:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:59:21 Selecting previously unselected package libkeyutils1:amd64. 07:59:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:59:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:59:21 Selecting previously unselected package libkrb5-3:amd64. 07:59:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:59:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:59:21 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:59:21 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:59:21 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:59:22 Selecting previously unselected package libssl1.0.0:amd64. 07:59:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:59:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:59:22 Selecting previously unselected package openssh-client. 07:59:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:59:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:59:22 Selecting previously unselected package squashfs-tools. 07:59:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:59:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:59:22 Selecting previously unselected package snapd. 07:59:22 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:59:22 Unpacking snapd (2.48+18.04) ... 07:59:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:59:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:59:24 Setting up mime-support (3.60ubuntu1) ... 07:59:24 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:59:24 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:59:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:59:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:59:25 Setting up systemd (237-3ubuntu10.44) ... 07:59:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:59:26 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:59:26 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:59:26 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:59:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:59:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:59:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:59:27 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:59:27 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:59:27 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:59:27 Setting up python3 (3.6.7-1~18.04) ... 07:59:27 running python rtupdate hooks for python3.6... 07:59:27 running python post-rtupdate hooks for python3.6... 07:59:27 Setting up apparmor (2.12-4ubuntu5.1) ... 07:59:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:59:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:59:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:59:28 Setting up snapd (2.48+18.04) ... 07:59:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:59:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:59:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:59:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:59:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:59:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:59:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:59:30 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:59:30 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:59:30 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:59:30 /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' 07:59:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:59:30 Processing triggers for systemd (237-3ubuntu10.44) ... 07:59:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:59:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:59:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:59:32 Reading package lists... 07:59:33 Reading package lists... 07:59:33 Building dependency tree... 07:59:33 Reading state information... 07:59:33 Calculating upgrade... 07:59:33 The following packages will be upgraded: 07:59:33 advancecomp base-files bash binutils binutils-common 07:59:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:59:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:59:33 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:59:33 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:59:33 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:59:33 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:59:33 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 07:59:33 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 07:59:33 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 07:59:33 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 07:59:33 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 07:59:33 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 07:59:33 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 07:59:33 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:59:33 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:59:33 Need to get 63.8 MB of archives. 07:59:33 After this operation, 5188 kB of additional disk space will be used. 07:59:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 07:59:33 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:59:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:59:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:59:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:59:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:59:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:59:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:59:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:59:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:59:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:59:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:59:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:59:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:59:34 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:59:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:59:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:59:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:59:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:59:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:59:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:59:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:59:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:59:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:59:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:59:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:59:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:59:34 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:59:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:59:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:59:34 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:59:34 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:59:34 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:59:34 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:59:34 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:59:34 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:59:34 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:59:34 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:59:34 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:59:34 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:59:34 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:59:34 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:59:34 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:59:34 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:59:34 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:59:34 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:59:34 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:59:34 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:59:34 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:59:34 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:59:34 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:59:34 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:59:34 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:59:35 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:59:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:59:35 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:59:35 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:59:35 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:59:35 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:59:35 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:59:35 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:59:35 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:59:35 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:59:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:59:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:59:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:59:35 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:59:35 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:59:35 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:59:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:59:35 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:59:35 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:59:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:59:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:59:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:59:35 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:59:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:59:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:59:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:59:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:59:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:59:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:59:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:59:35 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:59:35 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:59:35 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:59:35 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:59:35 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:59:35 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:59:35 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:59:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:59:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:59:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:59:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:59:36 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:59:36 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:59:36 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:59:36 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:59:36 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:59:37 debconf: delaying package configuration, since apt-utils is not installed 07:59:37 Fetched 63.8 MB in 3s (19.1 MB/s) 07:59:37 (Reading database ... 13912 files and directories currently installed.) 07:59:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:59:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:59:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:59:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:59:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 07:59:37 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 07:59:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:59:39 (Reading database ... 13911 files and directories currently installed.) 07:59:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:59:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:59:40 (Reading database ... 13911 files and directories currently installed.) 07:59:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:59:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:59:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:59:40 (Reading database ... 13911 files and directories currently installed.) 07:59:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:59:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:59:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:59:41 (Reading database ... 13911 files and directories currently installed.) 07:59:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:59:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:59:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:59:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:59:42 Setting up base-files (10.1ubuntu2.10) ... 07:59:42 Installing new version of config file /etc/issue ... 07:59:42 Installing new version of config file /etc/issue.net ... 07:59:42 Installing new version of config file /etc/lsb-release ... 07:59:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:59:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:59:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:59:42 Removing obsolete conffile /etc/default/motd-news ... 07:59:42 (Reading database ... 13912 files and directories currently installed.) 07:59:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:59:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:59:43 Setting up bash (4.4.18-2ubuntu1.2) ... 07:59:43 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 07:59:43 (Reading database ... 13912 files and directories currently installed.) 07:59:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:59:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:59:43 (Reading database ... 13912 files and directories currently installed.) 07:59:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:59:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:59:43 Setting up tar (1.29b-2ubuntu0.2) ... 07:59:43 (Reading database ... 13912 files and directories currently installed.) 07:59:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:59:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:59:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:59:43 (Reading database ... 13912 files and directories currently installed.) 07:59:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:59:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:59:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:59:44 (Reading database ... 13912 files and directories currently installed.) 07:59:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:59:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:59:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:59:44 (Reading database ... 13912 files and directories currently installed.) 07:59:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:59:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:59:44 Setting up grep (3.1-2build1) ... 07:59:44 (Reading database ... 13912 files and directories currently installed.) 07:59:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:59:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:59:44 Setting up login (1:4.5-1ubuntu2) ... 07:59:44 (Reading database ... 13912 files and directories currently installed.) 07:59:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:59:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:59:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:59:45 (Reading database ... 13912 files and directories currently installed.) 07:59:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:59:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:59:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:59:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:59:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:59:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:59:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:59:46 (Reading database ... 13912 files and directories currently installed.) 07:59:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:59:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:59:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:59:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:59:47 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:59:47 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:59:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:59:48 (Reading database ... 13912 files and directories currently installed.) 07:59:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:59:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:59:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:59:48 (Reading database ... 13912 files and directories currently installed.) 07:59:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:59:48 (Reading database ... 13912 files and directories currently installed.) 07:59:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:59:48 (Reading database ... 13912 files and directories currently installed.) 07:59:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:59:49 (Reading database ... 13912 files and directories currently installed.) 07:59:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:59:49 (Reading database ... 13912 files and directories currently installed.) 07:59:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:59:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:59:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:59:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:59:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:59:49 (Reading database ... 13912 files and directories currently installed.) 07:59:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:59:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:59:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:59:49 (Reading database ... 13912 files and directories currently installed.) 07:59:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:59:50 (Reading database ... 13912 files and directories currently installed.) 07:59:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:59:50 (Reading database ... 13912 files and directories currently installed.) 07:59:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:59:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:59:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:59:51 (Reading database ... 13912 files and directories currently installed.) 07:59:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:59:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:59:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:59:51 (Reading database ... 13912 files and directories currently installed.) 07:59:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:59:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:59:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:59:51 (Reading database ... 13914 files and directories currently installed.) 07:59:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:59:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:59:52 Setting up debconf (1.5.66ubuntu1) ... 07:59:52 (Reading database ... 13914 files and directories currently installed.) 07:59:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:59:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:59:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:59:52 (Reading database ... 13914 files and directories currently installed.) 07:59:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:59:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:59:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:59:53 (Reading database ... 13914 files and directories currently installed.) 07:59:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:59:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:59:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:59:53 (Reading database ... 13914 files and directories currently installed.) 07:59:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:59:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:59:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:59:53 (Reading database ... 13914 files and directories currently installed.) 07:59:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:59:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:59:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:59:54 (Reading database ... 13914 files and directories currently installed.) 07:59:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:59:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:59:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:59:54 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:59:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:59:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:59:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:59:54 (Reading database ... 13914 files and directories currently installed.) 07:59:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:59:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:59:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:59:55 (Reading database ... 13914 files and directories currently installed.) 07:59:55 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:59:55 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:59:55 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:59:55 (Reading database ... 13914 files and directories currently installed.) 07:59:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:59:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:59:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:59:55 (Reading database ... 13914 files and directories currently installed.) 07:59:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:59:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:59:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:59:55 (Reading database ... 13914 files and directories currently installed.) 07:59:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:59:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:59:56 Setting up passwd (1:4.5-1ubuntu2) ... 07:59:56 (Reading database ... 13914 files and directories currently installed.) 07:59:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:59:56 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:59:56 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:59:56 (Reading database ... 13914 files and directories currently installed.) 07:59:56 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:59:56 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:59:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:59:57 (Reading database ... 13914 files and directories currently installed.) 07:59:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:59:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:59:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:59:57 (Reading database ... 13914 files and directories currently installed.) 07:59:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:59:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:59:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:59:57 (Reading database ... 13914 files and directories currently installed.) 07:59:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:59:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:59:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:59:58 (Reading database ... 13914 files and directories currently installed.) 07:59:58 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:59:58 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:59:58 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:59:58 (Reading database ... 13914 files and directories currently installed.) 07:59:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:59:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:59:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:59:58 (Reading database ... 13915 files and directories currently installed.) 07:59:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:59:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:59:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:59:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:59:59 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:59:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:59:59 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:59:59 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:59:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:59:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:59:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:59:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:59:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:59:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:59:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:59:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:59:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:00:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:00:00 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:00:00 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:00:00 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 08:00:00 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 08:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:00:00 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:00:00 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:00:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:00:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:00:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:00:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:00:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:00:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:00:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:00:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:00:02 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:00:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:00:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:00:02 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:00:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:00:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:00:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:04 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:05 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:05 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:00:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:00:06 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:00:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:00:06 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:00:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:00:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:00:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:00:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:00:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:00:07 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:00:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:00:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:00:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:00:07 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:00:07 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:00:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:07 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:00:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:00:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:00:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:00:07 08:00:07 Current default time zone: 'Etc/UTC' 08:00:07 Local time is now: Fri Feb 5 08:00:07 UTC 2021. 08:00:07 Universal Time is now: Fri Feb 5 08:00:07 UTC 2021. 08:00:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:00:07 08:00:08 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:00:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:08 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 08:00:08 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:00:08 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:00:08 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:00:08 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:00:08 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:00:08 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:00:08 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:00:08 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:00:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:00:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:09 Setting up patch (2.7.6-2ubuntu1.1) ... 08:00:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:00:09 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:00:09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:00:09 Installing new version of config file /etc/ssl/openssl.cnf ... 08:00:09 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:00:09 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:00:09 Setting up ca-certificates (20210119~18.04.1) ... 08:00:10 Updating certificates in /etc/ssl/certs... 08:00:11 23 added, 27 removed; done. 08:00:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:00:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:00:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:00:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:00:11 Setting up pkgbinarymangler (138.18.04.1) ... 08:00:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:00:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up perl (5.26.1-6ubuntu0.5) ... 08:00:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:00:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:00:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:00:12 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:00:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:00:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:00:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:00:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:00:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:00:12 Processing triggers for systemd (237-3ubuntu10.44) ... 08:00:12 Processing triggers for mime-support (3.60ubuntu1) ... 08:00:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:00:12 Updating certificates in /etc/ssl/certs... 08:00:12 Removing intermediate container 3f748b219ae0 08:00:12 ---> 0c2e63b285b2 08:00:12 08:00:12 Step 10/24 : FROM alpine:3.12 08:00:12 ---> afeebe901d6b 08:00:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:00:12 ---> Running in b09daeba02d2 08:00:12 Removing intermediate container 8a9f596652ac 08:00:12 ---> fafb883223d3 08:00:12 08:00:12 Step 10/21 : FROM alpine:3.12 08:00:12 ---> afeebe901d6b 08:00:12 Step 11/21 : RUN apk add --update --no-cache curl 08:00:12 ---> Running in 012a088b08ae 08:00:13 0 added, 0 removed; done. 08:00:13 Running hooks in /etc/ca-certificates/update.d... 08:00:13 done. 08:00:13 Reading package lists... 08:00:13 Building dependency tree... 08:00:13 Reading state information... 08:00:13 The following NEW packages will be installed: 08:00:13 apt-transport-https 08:00:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:00:14 Need to get 1696 B of archives. 08:00:14 After this operation, 153 kB of additional disk space will be used. 08:00:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:00:14 debconf: delaying package configuration, since apt-utils is not installed 08:00:14 Fetched 1696 B in 0s (8406 B/s) 08:00:14 Selecting previously unselected package apt-transport-https. 08:00:14 (Reading database ... 13920 files and directories currently installed.) 08:00:14 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:00:14 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:00:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:14 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:00:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:14 Waiting for network to be ready... 08:00:15 (1/5) Installing ca-certificates (20191127-r4) 08:00:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:00:15 (3/5) Installing libcurl (7.69.1-r3) 08:00:15 (1/4) Installing ca-certificates (20191127-r4) 08:00:15 (4/5) Installing curl (7.69.1-r3) 08:00:15 (5/5) Installing dumb-init (1.2.2-r1) 08:00:15 Executing busybox-1.31.1-r19.trigger 08:00:15 Executing ca-certificates-20191127-r4.trigger 08:00:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:00:15 (3/4) Installing libcurl (7.69.1-r3) 08:00:15 (4/4) Installing curl (7.69.1-r3) 08:00:15 Executing busybox-1.31.1-r19.trigger 08:00:15 Executing ca-certificates-20191127-r4.trigger 08:00:15 OK: 7 MiB in 19 packages 08:00:15 OK: 7 MiB in 18 packages 08:00:18 Removing intermediate container b09daeba02d2 08:00:18 ---> 8e72df0c13c2 08:00:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:00:18 Removing intermediate container 012a088b08ae 08:00:18 ---> 6f2746f1d34f 08:00:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:00:19 ---> Running in a8a00d568277 08:00:19 ---> Running in f9b9bd9c3e63 08:00:19 Removing intermediate container 11cfbf3c49cb 08:00:19 ---> 856f0f3bc2c3 08:00:19 08:00:19 Step 10/31 : FROM alpine:3.12 08:00:19 ---> afeebe901d6b 08:00:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:00:19 Removing intermediate container a8a00d568277 08:00:19 ---> 8118922fdb65 08:00:19 Step 13/24 : WORKDIR / 08:00:20 ---> Running in 43462d52d546 08:00:20 Removing intermediate container f9b9bd9c3e63 08:00:20 ---> 304a628d204d 08:00:20 Step 13/21 : WORKDIR /edgex 08:00:20 ---> Running in d05d48f0282e 08:00:20 ---> Running in b27ca5c72f25 08:00:21 Removing intermediate container 43462d52d546 08:00:21 ---> 7126347de164 08:00:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:00:21 Removing intermediate container d05d48f0282e 08:00:21 ---> 2b003b08177f 08:00:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:00:21 ---> Running in a193d625a728 08:00:21 Removing intermediate container b27ca5c72f25 08:00:21 ---> ca118ed265a4 08:00:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:00:21 2021-02-05T08:00:17Z INFO Waiting for automatic snapd restart... 08:00:21 snapd 2.48.2 from Canonical* installed 08:00:21 "snapd" switched to the "latest/stable" channel 08:00:21 08:00:22 ---> 6f5a5fa8e323 08:00:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:00:22 ---> 7fc02004a947 08:00:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:00:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:23 (1/2) Installing dumb-init (1.2.2-r1) 08:00:23 (2/2) Installing su-exec (0.2-r1) 08:00:23 Executing busybox-1.31.1-r19.trigger 08:00:23 OK: 5 MiB in 16 packages 08:00:23 ---> 15a5b119061d 08:00:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:00:24 core18 20201210 from Canonical* installed 08:00:24 ---> fb1706c91564 08:00:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:00:24 "core18" switched to the "latest/stable" channel 08:00:24 08:00:24 ---> c8eb9bf068e2 08:00:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:00:24 Removing intermediate container 9e733b1a497f 08:00:24 ---> 80738853dc59 08:00:24 08:00:24 Step 10/23 : FROM alpine:3.12 08:00:24 ---> afeebe901d6b 08:00:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:00:24 ---> Using cache 08:00:24 ---> 264c11b53a3e 08:00:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:00:24 ---> Using cache 08:00:24 ---> 63a87cd2bd63 08:00:24 Step 13/23 : ENV APP_PORT=48081 08:00:25 ---> Running in a482db5f7447 08:00:25 Removing intermediate container a193d625a728 08:00:25 ---> a8324d893266 08:00:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:00:25 ---> Running in 62057bdad016 08:00:26 ---> e9ef2952a3a6 08:00:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:00:26 ---> 5ad323d74742 08:00:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:00:26 Removing intermediate container a482db5f7447 08:00:26 ---> 82acfed46dc8 08:00:26 Step 14/23 : EXPOSE $APP_PORT 08:00:26 ---> Running in bc34e4f29d73 08:00:26 Removing intermediate container 62057bdad016 08:00:26 ---> 2350b475805d 08:00:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:00:26 ---> Running in 2ac9353448e6 08:00:26 ---> Running in 4b4111f95c2d 08:00:27 Removing intermediate container bc34e4f29d73 08:00:27 ---> 543478e9c9f8 08:00:27 Step 18/21 : CMD ["--init=true"] 08:00:27 Removing intermediate container 2ac9353448e6 08:00:27 ---> b6658a2029cd 08:00:27 Step 15/23 : WORKDIR / 08:00:27 ---> Running in 12e92ad669c8 08:00:27 Removing intermediate container 4b4111f95c2d 08:00:27 ---> e8be5acd1ca3 08:00:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:00:27 ---> Running in 4658433f08db 08:00:27 ---> Running in 70131673b154 08:00:27 ---> 9b4e1aa8910d 08:00:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:00:27 snapcraft 4.4.4 from Canonical* installed 08:00:27 "snapcraft" switched to the "latest/stable" channel 08:00:27 08:00:28 Removing intermediate container 12e92ad669c8 08:00:28 ---> 0a05518ae169 08:00:28 Step 19/21 : LABEL arch=arm64 08:00:28 ---> Running in 98e1cf459e6e 08:00:28 Removing intermediate container 4658433f08db 08:00:28 ---> 98b5b7e079b6 08:00:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:00:28 ---> ae7cf487f611 08:00:28 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/ 08:00:28 Removing intermediate container 98e1cf459e6e 08:00:28 ---> da8edf361687 08:00:28 Step 20/21 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 08:00:28 ---> Running in 069700cd1461 08:00:29 ---> Running in dc3b3bde7877 08:00:29 ---> 7f58dd77360f 08:00:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:00:29 Removing intermediate container dc3b3bde7877 08:00:29 ---> 1a3e362c2041 08:00:29 Step 21/21 : LABEL version=0.0.0 08:00:29 ---> Running in adbbf9e63d0e 08:00:30 Removing intermediate container adbbf9e63d0e 08:00:30 ---> 5caf444b5bfc 08:00:30 08:00:30 Removing intermediate container 70131673b154 08:00:30 ---> c688c0190a3e 08:00:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:00:30 ---> 4a993818e932 08:00:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:00:31 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 08:00:31 - README.md 08:00:31 - snapcraft.yaml.orig 08:00:31 08:00:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:00:31 ---> Running in d228f47224cc 08:00:31 Successfully built 5caf444b5bfc 08:00:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:00:31  Building docker-security-proxy-setup-go ... done Removing intermediate container d228f47224cc 08:00:31 ---> b6d777c4b5a7 08:00:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/Removing intermediate container 069700cd1461 08:00:31 08:00:31 ---> 8f6dc2d60d0f 08:00:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:00:32 ---> 2c551def8e27 08:00:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:00:32 ---> Running in 461535e4d33e 08:00:32 ---> Running in 82a719624af9 08:00:32 Removing intermediate container 461535e4d33e 08:00:32 ---> 852e91c75432 08:00:32 Step 22/24 : LABEL arch=arm64 08:00:32 Removing intermediate container 82a719624af9 08:00:32 ---> 224607031238 08:00:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:32 ---> Running in 54d64482b9c6 08:00:32 ---> 8bce03e54132 08:00:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:00:32 ---> Running in 42c60af72970 08:00:33 ---> Running in 8afaf0a2c76a 08:00:33 Removing intermediate container 54d64482b9c6 08:00:33 ---> ad2bff7fe3bb 08:00:33 Step 23/24 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 08:00:33 Removing intermediate container 42c60af72970 08:00:33 ---> e941f27ef9c5 08:00:33 Step 21/23 : LABEL arch=arm64 08:00:33 ---> Running in 9ca5c32c1d5b 08:00:33 ---> Running in 588ad28afbb9 08:00:34 Removing intermediate container 9ca5c32c1d5b 08:00:34 ---> 9faeb6aea8cd 08:00:34 Step 24/24 : LABEL version=0.0.0 08:00:34 Removing intermediate container 588ad28afbb9 08:00:34 ---> 772a04d1c342 08:00:34 Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 08:00:34 ---> Running in b0a855784647 08:00:34 ---> Running in 16d6094d64ab 08:00:34 Removing intermediate container b0a855784647 08:00:34 ---> 05763e37b12b 08:00:34 08:00:35 Removing intermediate container 16d6094d64ab 08:00:35 ---> aa9893e586e0 08:00:35 Step 23/23 : LABEL version=0.0.0 08:00:35 Successfully built 05763e37b12b 08:00:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:00:35  Building docker-security-secretstore-setup-go ... done  ---> Running in 5c3a426bd339 08:00:36 Removing intermediate container 8afaf0a2c76a 08:00:36 ---> 3442111d3326 08:00:36 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:00:36 Removing intermediate container 5c3a426bd339 08:00:36 ---> 1c74ad94c20f 08:00:36 08:00:36 Successfully built 1c74ad94c20f 08:00:36 Successfully tagged docker-core-metadata-go-arm64:latest 08:00:36  Building docker-core-metadata-go ... done  ---> c72f20dcfd42 08:00:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:00:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:00:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:00:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:00:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:00:37 ---> 7a4072192645 08:00:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:00:38 Reading package lists... 08:00:38 ---> 66756e0d5940 08:00:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:00:38 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 08:00:39 ---> a290fd198e77 08:00:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:00:40 ---> 5aa7e6452c0d 08:00:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:00:41 ---> Running in e3cfe11716ec 08:00:41 Removing intermediate container e3cfe11716ec 08:00:41 ---> 83cd23f05dfd 08:00:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:00:42 ---> 5486efb06858 08:00:42 Step 26/31 : RUN chmod +x /entrypoint.sh 08:00:42 ---> Running in cf8d7d78864a 08:00:45 Removing intermediate container cf8d7d78864a 08:00:45 ---> 43fea0e8b1c0 08:00:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:00:45 ---> Running in 6ef3448e06f0 08:00:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:00:45 Reading package lists... 08:00:45 Building dependency tree... 08:00:45 Reading state information... 08:00:45 Suggested packages: 08:00:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:00:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:00:45 Recommended packages: 08:00:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:00:45 The following NEW packages will be installed: 08:00:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:00:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:00:45 pkg-config zip 08:00:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:00:45 Need to get 7655 kB of archives. 08:00:45 After this operation, 43.7 MB of additional disk space will be used. 08:00:45 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:00:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:00:45 Removing intermediate container 6ef3448e06f0 08:00:45 ---> a46879556d77 08:00:45 Step 28/31 : CMD ["gate"] 08:00:45 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:00:46 ---> Running in cc7d1b26fa4c 08:00:46 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:00:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:00:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:00:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:00:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:00:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:00:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:00:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:00:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:00:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:00:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:00:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:00:46 debconf: delaying package configuration, since apt-utils is not installed 08:00:46 Fetched 7655 kB in 1s (6296 kB/s) 08:00:46 Removing intermediate container cc7d1b26fa4c 08:00:46 ---> 74b9172914ac 08:00:46 Step 29/31 : LABEL arch=arm64 08:00:46 Selecting previously unselected package libglib2.0-0:amd64. 08:00:46 (Reading database ... 13924 files and directories currently installed.) 08:00:46 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:00:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:00:46 ---> Running in e15b2c4140ba 08:00:47 Selecting previously unselected package libpsl5:amd64. 08:00:47 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:00:47 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:00:47 Selecting previously unselected package libnghttp2-14:amd64. 08:00:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:00:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:00:47 Selecting previously unselected package librtmp1:amd64. 08:00:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:00:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:00:47 Selecting previously unselected package libcurl3-gnutls:amd64. 08:00:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:00:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:00:47 Selecting previously unselected package liberror-perl. 08:00:47 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:00:47 Unpacking liberror-perl (0.17025-1) ... 08:00:47 Removing intermediate container e15b2c4140ba 08:00:47 ---> 74e546a1a6e8 08:00:47 Step 30/31 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a 08:00:47 Selecting previously unselected package git-man. 08:00:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:00:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:00:47 Selecting previously unselected package git. 08:00:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:00:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:00:47 ---> Running in c7ba98d2c62a 08:00:48 Removing intermediate container c7ba98d2c62a 08:00:48 ---> e36ceee8c8c9 08:00:48 Step 31/31 : LABEL version=0.0.0 08:00:48 Selecting previously unselected package libnorm1:amd64. 08:00:48 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:00:48 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:00:48 Selecting previously unselected package libpgm-5.2-0:amd64. 08:00:48 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:00:48 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:00:48 ---> Running in bb5253d47f60 08:00:48 Selecting previously unselected package libsodium23:amd64. 08:00:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:00:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:00:48 Selecting previously unselected package libzmq5:amd64. 08:00:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:00:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:00:48 Selecting previously unselected package libzmq3-dev:amd64. 08:00:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:00:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:00:49 Selecting previously unselected package pkg-config. 08:00:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:00:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:00:49 Removing intermediate container bb5253d47f60 08:00:49 ---> 9af7663f39d1 08:00:49 08:00:49 Selecting previously unselected package zip. 08:00:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:00:49 Unpacking zip (3.0-11build1) ... 08:00:49 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:00:49 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:00:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:00:49 Successfully built 9af7663f39d1 08:00:49 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:00:49 Setting up liberror-perl (0.17025-1) ... 08:00:49 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:00:49 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:00:49 No schema files found: doing nothing. 08:00:49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:00:49 Setting up zip (3.0-11build1) ... 08:00:49 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:00:49 Setting up libsodium23:amd64 (1.0.16-2) ... 08:00:49 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:00:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:00:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:00:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:00:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:00:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:00:50  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:00:50 $ docker stop --time=1 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f 08:00:52 $ docker rm -f 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f [Pipeline] // withDockerContainer [Pipeline] sh 08:00:52 + + dockergrep images docker 08:00:52 08:00:53 docker-security-bootstrapper-go-arm64 latest 9af7663f39d1 5 seconds ago 22.6MB 08:00:53 docker-core-metadata-go-arm64 latest 1c74ad94c20f 18 seconds ago 17.8MB 08:00:53 docker-security-secretstore-setup-go-arm64 latest 05763e37b12b 19 seconds ago 23.4MB 08:00:53 docker-security-proxy-setup-go-arm64 latest 5caf444b5bfc 23 seconds ago 23.2MB 08:00:53 docker-sys-mgmt-agent-go-arm64 latest 96bf087e7550 2 minutes ago 300MB 08:00:53 docker-core-data-go-arm64 latest d316e5b1930c 3 minutes ago 21MB 08:00:53 docker-core-command-go-arm64 latest 5f64ef4097d5 3 minutes ago 16MB 08:00:53 docker-support-notifications-go-arm64 latest 9687989ab997 3 minutes ago 16.7MB 08:00:53 docker-support-scheduler-go-arm64 latest 57f1948972a6 3 minutes ago 16.1MB 08:00:53 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:00:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:00:56 git set to automatically installed. 08:00:56 git-man set to automatically installed. 08:00:56 libcurl3-gnutls set to automatically installed. 08:00:56 liberror-perl set to automatically installed. 08:00:56 libglib2.0-0 set to automatically installed. 08:00:56 libnghttp2-14 set to automatically installed. 08:00:56 libnorm1 set to automatically installed. 08:00:56 libpgm-5.2-0 set to automatically installed. 08:00:56 libpsl5 set to automatically installed. 08:00:56 librtmp1 set to automatically installed. 08:00:56 libsodium23 set to automatically installed. 08:00:56 libzmq3-dev set to automatically installed. 08:00:56 libzmq5 set to automatically installed. 08:00:56 pkg-config set to automatically installed. 08:00:56 zip set to automatically installed. 08:01:00 snapd is not logged in, snap install commands will use sudo 08:01:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:01:06 snap "core18" has no updates available 08:01:07 Pulling config-common 08:01:08 Pulling go-build-helper 08:01:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:01:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:01:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 08:01:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 08:01:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:01:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:01:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 08:01:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 08:01:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 08:01:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:01:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:01:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:01:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:01:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:01:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:01:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:01:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:01:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:01:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:01:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 08:01:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 08:01:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:01:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:01:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:01:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:01:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 08:01:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 08:01:30 Fetched 23.9 MB in 0s (0 B/s) 08:01:30 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:01:30 Fetched 96.5 kB in 0s (0 B/s) 08:01:30 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:01:30 Fetched 279 kB in 0s (0 B/s) 08:01:30 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:01:30 Fetched 122 kB in 0s (0 B/s) 08:01:30 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:01:30 Fetched 77.8 kB in 0s (0 B/s) 08:01:30 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:01:30 Fetched 8848 B in 0s (0 B/s) 08:01:30 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:01:30 Fetched 47.8 kB in 0s (0 B/s) 08:01:30 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:01:30 Fetched 45.6 kB in 0s (0 B/s) 08:01:30 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:01:30 Fetched 15.0 kB in 0s (0 B/s) 08:01:30 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:01:30 Fetched 214 kB in 0s (0 B/s) 08:01:30 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:01:30 Fetched 155 kB in 0s (0 B/s) 08:01:30 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:01:30 Fetched 50.6 kB in 0s (0 B/s) 08:01:30 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:01:30 Fetched 14.8 kB in 0s (0 B/s) 08:01:30 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:01:30 Fetched 41.8 kB in 0s (0 B/s) 08:01:30 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:01:30 Fetched 499 kB in 0s (0 B/s) 08:01:30 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:01:30 Fetched 111 kB in 0s (0 B/s) 08:01:30 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:01:30 Fetched 240 kB in 0s (0 B/s) 08:01:30 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:01:30 Fetched 29.3 kB in 0s (0 B/s) 08:01:30 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:01:30 Fetched 85.5 kB in 0s (0 B/s) 08:01:30 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:01:30 Fetched 24.5 kB in 0s (0 B/s) 08:01:30 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:01:30 Fetched 49.2 kB in 0s (0 B/s) 08:01:30 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:01:30 Fetched 54.2 kB in 0s (0 B/s) 08:01:30 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:01:30 Fetched 30.8 kB in 0s (0 B/s) 08:01:30 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:01:30 Fetched 17.0 kB in 0s (0 B/s) 08:01:30 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:01:30 Fetched 85.9 kB in 0s (0 B/s) 08:01:30 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:01:30 Fetched 8720 B in 0s (0 B/s) 08:01:30 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:01:30 Fetched 137 kB in 0s (0 B/s) 08:01:30 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:01:30 Fetched 119 kB in 0s (0 B/s) 08:01:30 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:01:30 Fetched 109 kB in 0s (0 B/s) 08:01:30 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:01:30 Fetched 11.1 kB in 0s (0 B/s) 08:01:30 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:01:30 Fetched 645 kB in 0s (0 B/s) 08:01:30 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:01:30 Fetched 41.3 kB in 0s (0 B/s) 08:01:30 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:01:30 Fetched 17.9 kB in 0s (0 B/s) 08:01:30 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:01:30 Fetched 368 kB in 0s (0 B/s) 08:01:30 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:01:30 Fetched 187 kB in 0s (0 B/s) 08:01:30 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:01:30 Fetched 175 kB in 0s (0 B/s) 08:01:30 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:01:32 Fetched 206 kB in 0s (0 B/s) 08:01:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:01:32 Fetched 1301 kB in 0s (0 B/s) 08:01:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:01:32 Fetched 36.2 kB in 0s (0 B/s) 08:01:32 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:01:32 Fetched 159 kB in 0s (0 B/s) 08:01:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:01:32 Fetched 107 kB in 0s (0 B/s) 08:01:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:01:32 Fetched 48.7 kB in 0s (0 B/s) 08:01:32 Pulling static-packages 08:01:33 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:01:33 Skipping pull go-build-helper (already ran) 08:01:33 Skipping pull static-packages (already ran) 08:01:33 Building go-build-helper 08:01:36 Building static-packages 08:01:38 Staging go-build-helper 08:01:39 Staging static-packages 08:01:40 Pulling go115 08:01:41 'edgex-go' has dependencies that need to be staged: go115 08:01:41 Skipping pull go115 (already ran) 08:01:41 Building go115 08:01:41 % Total % Received % Xferd Average Speed Time Time Time Current 08:01:41 Dload Upload Total Spent Left Speed 08:01:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.9M 0 0 26.8M 0 0:00:04 --:--:-- 0:00:04 26.8M 42 115M 42 48.5M 0 0 29.7M 0 0:00:03 0:00:01 0:00:02 29.7M 77 115M 77 89.1M 0 0 33.8M 0 0:00:03 0:00:02 0:00:01 33.8M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M 08:01:44 go1.15.2.linux-amd64.tar.gz: OK 08:01:49 Staging go115 08:01:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:01:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:01:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:01:55 Fetched 88.7 kB in 0s (0 B/s) 08:01:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:01:55 Fetched 224 kB in 0s (0 B/s) 08:01:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:01:55 Fetched 157 kB in 0s (0 B/s) 08:01:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:01:55 Fetched 221 kB in 0s (0 B/s) 08:01:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:01:55 Fetched 143 kB in 0s (0 B/s) 08:01:55 Pulling edgex-go 08:01:55 Pulling version 08:01:56 Building config-common 08:01:58 Skipping build go-build-helper (already ran) 08:01:58 Skipping build static-packages (already ran) 08:01:58 Skipping build go115 (already ran) 08:01:58 Building edgex-go 08:01:59 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 08:02:00 go: downloading github.com/gorilla/mux v1.8.0 08:02:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 08:02:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 08:02:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:02:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 08:02:00 go: downloading github.com/imdario/mergo v0.3.11 08:02:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:02:00 go: downloading github.com/pkg/errors v0.8.1 08:02:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 08:02:00 go: downloading github.com/google/uuid v1.2.0 08:02:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:02:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:02:00 go: downloading github.com/go-kit/kit v0.8.0 08:02:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:02:00 go: downloading github.com/pelletier/go-toml v1.2.0 08:02:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:02:00 go: downloading github.com/pebbe/zmq4 v1.2.2 08:02:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:02:00 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:02:00 go: downloading github.com/BurntSushi/toml v0.3.1 08:02:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:02:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:02:00 go: downloading github.com/hashicorp/consul/api v1.1.0 08:02:00 go: downloading github.com/x448/float16 v0.8.4 08:02:00 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:02:00 go: downloading github.com/go-playground/universal-translator v0.17.0 08:02:00 go: downloading github.com/leodido/go-urn v1.2.0 08:02:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:02:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:02:00 go: downloading github.com/mitchellh/copystructure v1.0.0 08:02:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:02:00 go: downloading github.com/hashicorp/serf v0.8.2 08:02:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:02:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:02:00 go: downloading github.com/go-playground/locales v0.13.0 08:02:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:02:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:02:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:02:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:02:07 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 08:02:07 go: downloading gopkg.in/yaml.v2 v2.4.0 08:02:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:02:12 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 08:02:13 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 08:02:13 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 08:02:13 go: downloading github.com/stretchr/testify v1.7.0 08:02:14 go: downloading github.com/davecgh/go-spew v1.1.1 08:02:14 go: downloading github.com/pmezard/go-difflib v1.0.0 08:02:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:02:16 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 08:02:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:02:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:02:17 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 08:02:18 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 08:02:18 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:02:19 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 08:02:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:02:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:02:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:02:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:02:21 go: downloading github.com/lib/pq v1.9.0 08:02:24 Building version 08:02:26 Staging config-common 08:02:26 Skipping stage go-build-helper (already ran) 08:02:26 Skipping stage static-packages (already ran) 08:02:26 Skipping stage go115 (already ran) 08:02:26 Staging edgex-go 08:02:27 Staging version 08:02:28 Priming config-common 08:02:29 Priming go-build-helper 08:02:30 Priming static-packages 08:02:32 Priming go115 08:02:33 Priming edgex-go 08:02:34 Priming version 08:02:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:02:39 provisioning config files... 08:02:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config7727103911160796350tmp [Pipeline] { [Pipeline] sh 08:02:39 + set +x 08:02:39 + curl -s https://codecov.io/bash 08:02:39 + bash -s -- 08:02:40 08:02:40 _____ _ 08:02:40 / ____| | | 08:02:40 | | ___ __| | ___ ___ _____ __ 08:02:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:02:40 | |___| (_) | (_| | __/ (_| (_) \ V / 08:02:40 \_____\___/ \__,_|\___|\___\___/ \_/ 08:02:40 Bash-20210129-7c25fce 08:02:40 08:02:40 08:02:40 ==> git version 2.24.3 found 08:02:40 ==> 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 08:02:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:02:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:02:40 ==> Jenkins CI detected. 08:02:40 project root: . 08:02:40 --> token set from env 08:02:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:02:40 ==> Running gcov in . (disable via -X gcov) 08:02:40 ==> Python coveragepy not found 08:02:40 ==> Searching for coverage reports in: 08:02:40 + . 08:02:40 -> Found 1 reports 08:02:40 ==> Detecting git/mercurial file structure 08:02:40 ==> Reading reports 08:02:40 + ./coverage.out bytes=585363 08:02:40 ==> Appending adjustments 08:02:40 https://docs.codecov.io/docs/fixing-reports 08:02:47 + Found adjustments 08:02:47 ==> Gzipping contents 08:02:47 88K /tmp/codecov.spQICH.gz 08:02:47 ==> Uploading reports 08:02:47 url: https://codecov.io 08:02:47 query: branch=PR-3113&commit=fd392bed0e6aa3df15982accdefbd664d19e588a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 08:02:47 -> Pinging Codecov 08:02:47 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=fd392bed0e6aa3df15982accdefbd664d19e588a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 08:02:47 -> Uploading to 08:02:47 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/fd392bed0e6aa3df15982accdefbd664d19e588a/ea7f69f5-aa58-4522-8417-f78094102dd2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T080247Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=29b4b93c8dfb97b05ad1e31f55e95690534ac66430d023ea3a4cc044b3d01a96 08:02:47 % Total % Received % Xferd Average Speed Time Time Time Current 08:02:47 Dload Upload Total Spent Left Speed 08:02:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88175 0 0 100 88175 0 146k --:--:-- --:--:-- --:--:-- 146k 08:02:48 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fd392bed0e6aa3df15982accdefbd664d19e588a [Pipeline] } 08:02:48 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 08:02:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:02:51 ---> package-listing.sh 08:02:51 ++ facter osfamily 08:02:51 ++ tr '[:upper:]' '[:lower:]' 08:02:51 + OS_FAMILY=redhat 08:02:51 + workspace=/w/workspace/edgex-go/12 08:02:51 + START_PACKAGES=/tmp/packages_start.txt 08:02:51 + END_PACKAGES=/tmp/packages_end.txt 08:02:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:02:51 + PACKAGES=/tmp/packages_start.txt 08:02:51 + '[' /w/workspace/edgex-go/12 ']' 08:02:51 + PACKAGES=/tmp/packages_end.txt 08:02:51 + case "${OS_FAMILY}" in 08:02:51 + rpm -qa 08:02:51 + sort 08:02:58 + '[' -f /tmp/packages_start.txt ']' 08:02:58 + '[' -f /tmp/packages_end.txt ']' 08:02:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:02:58 + '[' /w/workspace/edgex-go/12 ']' 08:02:58 + mkdir -p /w/workspace/edgex-go/12/archives/ 08:02:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 08:02:58 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:02:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:02:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:03:00 08:03:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:03:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:03:00 alpine: Pulling from edgex-lftools-log-publisher 08:03:00 df20fa9351a1: Pulling fs layer 08:03:00 36b3adc4ff6f: Pulling fs layer 08:03:00 8ad3a11d3b57: Pulling fs layer 08:03:00 46f8f816bc3b: Pulling fs layer 08:03:00 93b61091891f: Pulling fs layer 08:03:00 93b9cdb0e59b: Pulling fs layer 08:03:00 5e14af77c1be: Pulling fs layer 08:03:00 01666e4c0597: Pulling fs layer 08:03:00 aa168da1d23b: Pulling fs layer 08:03:00 93b61091891f: Waiting 08:03:00 93b9cdb0e59b: Waiting 08:03:00 46f8f816bc3b: Waiting 08:03:00 5e14af77c1be: Waiting 08:03:00 01666e4c0597: Waiting 08:03:00 aa168da1d23b: Waiting 08:03:01 36b3adc4ff6f: Download complete 08:03:01 46f8f816bc3b: Verifying Checksum 08:03:01 46f8f816bc3b: Download complete 08:03:01 df20fa9351a1: Download complete 08:03:01 93b9cdb0e59b: Verifying Checksum 08:03:01 93b9cdb0e59b: Download complete 08:03:01 5e14af77c1be: Verifying Checksum 08:03:01 5e14af77c1be: Download complete 08:03:01 01666e4c0597: Verifying Checksum 08:03:01 01666e4c0597: Download complete 08:03:01 93b61091891f: Verifying Checksum 08:03:01 93b61091891f: Download complete 08:03:02 df20fa9351a1: Pull complete 08:03:02 36b3adc4ff6f: Pull complete 08:03:02 8ad3a11d3b57: Verifying Checksum 08:03:02 8ad3a11d3b57: Download complete 08:03:06 8ad3a11d3b57: Pull complete 08:03:06 46f8f816bc3b: Pull complete 08:03:07 aa168da1d23b: Verifying Checksum 08:03:07 aa168da1d23b: Download complete 08:03:08 93b61091891f: Pull complete 08:03:08 93b9cdb0e59b: Pull complete 08:03:09 5e14af77c1be: Pull complete 08:03:09 01666e4c0597: Pull complete 08:03:32 aa168da1d23b: Pull complete 08:03:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:03:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:03:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:03:33 prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container 08:03:33 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:03:36 $ docker top b3af0712fc333436c298d1db3e5baa99368600473e0edf9b002fce01774934d4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:03:38 + mkdir -p /var/log/sa [Pipeline] sh 08:03:39 + ls /var/log/sa-host 08:03:39 + sadf -c /var/log/sa-host/sa05 08:03:39 file_magic: OK 08:03:39 HZ: Using current value: 100 08:03:39 file_header: OK 08:03:39 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 08:03:39 Statistics: 08:03:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:03:39 File successfully converted to sysstat format version 12.2.1 08:03:39 + sadf -c /var/log/sa-host/sa23 08:03:39 file_magic: OK 08:03:39 HZ: Using current value: 100 08:03:39 file_header: OK 08:03:39 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 08:03:39 Statistics: 08:03:39 Hnuu...uuuununununu... 08:03:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:03:39 provisioning config files... 08:03:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config737380504150929384tmp [Pipeline] { [Pipeline] echo 08:03:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:03:40 ---> create-netrc.sh [Pipeline] } 08:03:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:03:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:03:40 ---> python-tools-install.sh [Pipeline] echo 08:03:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:03:41 ---> sudo-logs.sh 08:03:41 Archiving 'sudo' log.. [Pipeline] echo 08:03:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:03:41 ---> job-cost.sh 08:03:41 lf-activate-venv: SKIPPING 08:03:41 INFO: No Stack... 08:03:42 INFO: Retrieving Pricing Info for: v1-standard-2 08:03:43 INFO: Archiving Costs [Pipeline] echo 08:03:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:03:44 ---> logs-deploy.sh 08:03:44 lf-activate-venv: SKIPPING 08:03:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/12 08:03:44 INFO: archiving workspace using pattern(s): 08:03:46 Archives upload complete. 08:03:46 INFO: archiving logs to Nexus 08:03:48 ---> uname -a: 08:03:48 Linux prd-centos7-docker-4c-2g-25225.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:03:48 08:03:48 08:03:48 ---> lscpu: 08:03:48 Architecture: x86_64 08:03:48 CPU op-mode(s): 32-bit, 64-bit 08:03:48 Byte Order: Little Endian 08:03:48 Address sizes: 40 bits physical, 48 bits virtual 08:03:48 CPU(s): 4 08:03:48 On-line CPU(s) list: 0-3 08:03:48 Thread(s) per core: 1 08:03:48 Core(s) per socket: 1 08:03:48 Socket(s): 4 08:03:48 NUMA node(s): 1 08:03:48 Vendor ID: GenuineIntel 08:03:48 CPU family: 6 08:03:48 Model: 44 08:03:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:03:48 Stepping: 1 08:03:48 CPU MHz: 2933.438 08:03:48 BogoMIPS: 5866.87 08:03:48 Virtualization: VT-x 08:03:48 Hypervisor vendor: KVM 08:03:48 Virtualization type: full 08:03:48 L1d cache: 128 KiB 08:03:48 L1i cache: 128 KiB 08:03:48 L2 cache: 16 MiB 08:03:48 L3 cache: 64 MiB 08:03:48 NUMA node0 CPU(s): 0-3 08:03:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:03:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:03:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:03:48 Vulnerability Meltdown: Mitigation; PTI 08:03:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:03:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:03:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:03:48 Vulnerability Srbds: Not affected 08:03:48 Vulnerability Tsx async abort: Not affected 08:03:48 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 08:03:48 08:03:48 08:03:48 ---> nproc: 08:03:48 4 08:03:48 08:03:48 08:03:48 ---> df -h: 08:03:48 Filesystem Size Used Available Use% Mounted on 08:03:48 overlay 50.0G 12.2G 37.8G 24% / 08:03:48 tmpfs 64.0M 0 64.0M 0% /dev 08:03:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:03:48 shm 64.0M 0 64.0M 0% /dev/shm 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/12 08:03:48 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/12@tmp 08:03:48 08:03:48 08:03:48 ---> free -m: 08:03:48 total used free shared buff/cache available 08:03:48 Mem: 1837 716 247 0 873 1037 08:03:48 Swap: 1023 60 963 08:03:48 08:03:48 08:03:48 ---> ip addr: 08:03:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:03:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:03:48 inet 127.0.0.1/8 scope host lo 08:03:48 valid_lft forever preferred_lft forever 08:03:48 inet6 ::1/128 scope host 08:03:48 valid_lft forever preferred_lft forever 08:03:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:03:48 link/ether fa:16:3e:72:0d:c9 brd ff:ff:ff:ff:ff:ff 08:03:48 inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 08:03:48 valid_lft 84844sec preferred_lft 84844sec 08:03:48 inet6 fe80::f816:3eff:fe72:dc9/64 scope link 08:03:48 valid_lft forever preferred_lft forever 08:03:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:03:48 link/ether 02:42:ed:2b:f5:cf brd ff:ff:ff:ff:ff:ff 08:03:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:03:48 valid_lft forever preferred_lft forever 08:03:48 inet6 fe80::42:edff:fe2b:f5cf/64 scope link 08:03:48 valid_lft forever preferred_lft forever 08:03:48 08:03:48 08:03:48 ---> sar -b -r -n DEV: 08:03:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 08:03:48 08:03:48 07:37:37 LINUX RESTART (4 CPU) 08:03:48 08:03:48 07:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:03:48 07:39:03 168.33 107.76 60.57 0.00 8438.58 36741.03 0.00 08:03:48 07:40:01 59.22 14.08 45.14 0.00 4901.68 8229.05 0.00 08:03:48 07:41:01 105.12 58.03 47.09 0.00 5090.98 25648.13 0.00 08:03:48 07:42:01 154.87 42.02 112.85 0.00 2178.25 24496.26 0.00 08:03:48 07:43:01 159.48 65.80 93.68 0.00 2288.22 13188.73 0.00 08:03:48 07:44:02 96.36 23.88 72.47 0.00 1008.68 8323.25 0.00 08:03:48 07:45:01 56.49 27.99 28.50 0.00 1200.07 1971.40 0.00 08:03:48 07:46:01 85.13 32.16 52.97 0.00 2232.44 3863.63 0.00 08:03:48 07:47:01 17.52 2.04 15.48 0.00 87.51 5537.44 0.00 08:03:48 07:48:03 145.29 25.74 119.54 0.00 7859.27 49030.98 0.00 08:03:48 07:49:04 878.06 738.41 139.65 0.00 81457.88 110081.37 0.00 08:03:48 07:50:04 1739.06 1533.24 205.82 0.00 96790.45 103593.73 0.00 08:03:48 07:51:02 1019.93 902.41 117.53 0.00 52221.41 55462.38 0.00 08:03:48 07:52:01 215.91 77.60 138.30 0.00 7709.74 20893.41 0.00 08:03:48 07:53:08 580.23 416.65 163.58 0.00 60751.37 102034.14 0.00 08:03:48 07:54:04 2217.69 2024.59 193.10 0.00 102128.57 112805.61 0.00 08:03:48 07:55:03 602.88 511.46 91.42 0.00 31304.35 33920.60 0.00 08:03:48 07:56:01 258.45 33.69 224.76 0.00 4141.05 38926.62 0.00 08:03:48 07:57:01 49.47 14.13 35.34 0.00 2894.11 1313.68 0.00 08:03:48 07:58:01 2.11 0.63 1.48 0.00 20.37 24.82 0.00 08:03:48 07:59:01 0.28 0.02 0.27 0.00 0.13 3.74 0.00 08:03:48 08:00:01 0.30 0.02 0.28 0.00 0.13 2.78 0.00 08:03:48 08:01:01 0.58 0.18 0.40 0.00 2.26 3.26 0.00 08:03:48 08:02:01 0.78 0.35 0.42 0.00 22.69 7.38 0.00 08:03:48 08:03:01 74.27 72.88 1.39 0.00 6381.54 49.15 0.00 08:03:48 Average: 343.81 265.35 78.46 0.00 19247.99 30420.63 0.00 08:03:48 08:03:48 07:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:03:48 07:39:03 76536 0 561340 29.83 2620 1241048 1084200 37.00 453304 1154460 85176 08:03:48 07:40:01 69868 0 662632 35.22 2620 1146424 1361172 46.45 545080 1060128 89852 08:03:48 07:41:01 83024 0 664648 35.32 2596 1131276 1575048 53.75 670100 913436 60568 08:03:48 07:42:01 70224 0 717964 38.16 1740 1091616 1525916 52.08 584572 963400 54464 08:03:48 07:43:01 68236 0 840296 44.66 1492 971520 1756524 59.95 696572 840780 59000 08:03:48 07:44:02 185436 0 821016 43.64 668 874424 1817340 62.02 692560 719756 30936 08:03:48 07:45:01 252916 0 797888 42.41 668 830072 1754176 59.87 599632 741612 52552 08:03:48 07:46:01 307352 0 734268 39.02 540 839384 1328112 45.33 585140 697868 27616 08:03:48 07:47:01 117516 0 784328 41.69 540 979160 1436784 49.04 661304 811724 108 08:03:48 07:48:03 87108 0 723984 38.48 212 1070240 1312436 44.79 703652 826744 23064 08:03:48 07:49:04 346068 0 730900 38.85 0 804576 1690736 57.70 594524 733140 84252 08:03:48 07:50:04 75408 0 843352 44.82 0 962784 2362388 80.62 756548 820204 60908 08:03:48 07:51:02 264296 0 1082384 57.53 0 534864 3601992 122.93 701416 646380 38956 08:03:48 07:52:01 402416 0 751364 39.93 0 727764 1696408 57.90 483424 747316 0 08:03:48 07:53:08 64680 0 787820 41.87 0 1029044 2147352 73.29 655400 949868 85948 08:03:48 07:54:04 70680 0 775856 41.24 0 1035008 2139096 73.00 697208 888536 55724 08:03:48 07:55:03 436336 0 821380 43.65 0 623828 2944908 100.50 510344 677584 66860 08:03:48 07:56:01 101640 0 683480 36.33 0 1096424 1375680 46.95 607320 919732 8 08:03:48 07:57:01 114928 0 636932 33.85 0 1129684 1212448 41.38 568508 950484 8 08:03:48 07:58:01 117044 0 634312 33.71 0 1130188 1185848 40.47 566520 950560 8 08:03:48 07:59:01 116516 0 634832 33.74 0 1130196 1198576 40.91 567152 949992 8 08:03:48 08:00:01 118736 0 632600 33.62 0 1130208 1174260 40.08 565772 949784 8 08:03:48 08:01:01 117796 0 633536 33.67 0 1130212 1177028 40.17 566392 949812 8 08:03:48 08:02:01 118268 0 632384 33.61 0 1130892 1174768 40.09 566128 950368 8 08:03:48 08:03:01 69156 0 677720 36.02 0 1134668 1443072 49.25 620088 939676 6276 08:03:48 Average: 154087 0 730689 38.83 548 996220 1659051 56.62 608746 870134 35293 08:03:48 08:03:48 07:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:03:48 07:39:03 eth0 351.93 213.16 1858.43 46.87 0.00 0.00 0.00 0.00 08:03:48 07:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:39:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:40:01 eth0 682.17 648.87 3450.84 110.34 0.00 0.00 0.00 0.00 08:03:48 07:40:01 vethf2267da 482.14 373.36 48.23 1588.67 0.00 0.00 0.00 0.00 08:03:48 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:40:01 docker0 482.14 373.22 41.64 1588.66 0.00 0.00 0.00 0.00 08:03:48 07:41:01 eth0 508.10 495.75 3946.03 51.00 0.00 0.00 0.00 0.00 08:03:48 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:41:01 docker0 238.45 207.76 21.92 1114.97 0.00 0.00 0.00 0.00 08:03:48 07:42:01 vethe4dcb23 95.14 119.62 8.83 463.98 0.00 0.00 0.00 0.00 08:03:48 07:42:01 eth0 219.77 168.44 842.12 21.24 0.00 0.00 0.00 0.00 08:03:48 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:42:01 docker0 153.21 194.81 10.57 824.79 0.00 0.00 0.00 0.00 08:03:48 07:43:01 eth0 25.26 19.90 28.80 10.28 0.00 0.00 0.00 0.00 08:03:48 07:43:01 veth8951596 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:43:01 docker0 0.60 1.31 0.05 4.31 0.00 0.00 0.00 0.00 08:03:48 07:44:02 eth0 25.89 19.89 16.59 33.00 0.00 0.00 0.00 0.00 08:03:48 07:44:02 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:45:01 eth0 22.52 17.26 16.20 9.16 0.00 0.00 0.00 0.00 08:03:48 07:45:01 veth8951596 2.16 2.16 0.17 0.17 0.00 0.00 0.00 0.00 08:03:48 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:45:01 docker0 2.16 2.16 0.14 0.17 0.00 0.00 0.00 0.00 08:03:48 07:46:01 eth0 11.15 7.92 9.88 5.39 0.00 0.00 0.00 0.00 08:03:48 07:46:01 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:47:01 eth0 24.97 18.64 19.93 10.66 0.00 0.00 0.00 0.00 08:03:48 07:47:01 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:48:03 eth0 186.79 165.31 1658.86 97.11 0.00 0.00 0.00 0.00 08:03:48 07:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:48:03 veth9c4b460 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:48:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:49:04 eth0 4.51 3.30 4.53 1.56 0.00 0.00 0.00 0.00 08:03:48 07:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:49:04 veth9c4b460 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:49:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:50:04 eth0 38.81 25.74 156.02 6.69 0.00 0.00 0.00 0.00 08:03:48 07:50:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:50:04 veth9c4b460 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:50:04 docker0 16.32 26.09 1.00 146.08 0.00 0.00 0.00 0.00 08:03:48 07:51:02 vethd7f4d2c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:51:02 veth1ab79e1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:51:02 veth1989452 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:51:02 veth776a158 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:52:01 eth0 2206.86 1869.68 12376.25 463.59 0.00 0.00 0.00 0.00 08:03:48 07:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:03:48 07:52:01 veth9c4b460 0.00 0.71 0.00 0.03 0.00 0.00 0.00 0.00 08:03:48 07:52:01 docker0 907.50 841.61 75.98 3842.05 0.00 0.00 0.00 0.00 08:03:48 07:53:08 eth0 20.80 16.02 17.12 8.59 0.00 0.00 0.00 0.00 08:03:48 07:53:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:53:08 veth9c4b460 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:53:08 docker0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:54:04 eth0 31.63 24.52 133.07 5.80 0.00 0.00 0.00 0.00 08:03:48 07:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:54:04 veth9c4b460 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:54:04 docker0 16.61 20.86 0.92 124.55 0.00 0.00 0.00 0.00 08:03:48 07:55:03 vethbdd2537 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:55:03 eth0 7.16 5.83 5.66 3.13 0.00 0.00 0.00 0.00 08:03:48 07:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:55:03 veth8e9085f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:03:48 07:56:01 eth0 242.75 170.27 1760.93 94.72 0.00 0.00 0.00 0.00 08:03:48 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:56:01 veth9c4b460 0.00 1.13 0.00 0.05 0.00 0.00 0.00 0.00 08:03:48 07:56:01 docker0 986.53 973.09 80.81 4511.86 0.00 0.00 0.00 0.00 08:03:48 07:57:01 eth0 41.56 29.68 78.95 11.56 0.00 0.00 0.00 0.00 08:03:48 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:57:01 docker0 11.48 16.04 1.12 58.71 0.00 0.00 0.00 0.00 08:03:48 07:58:01 eth0 1.55 0.32 0.37 0.14 0.00 0.00 0.00 0.00 08:03:48 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:59:01 eth0 5.69 5.94 0.73 23.66 0.00 0.00 0.00 0.00 08:03:48 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:00:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:03:48 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:03:48 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:02:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:03:01 eth0 41.20 32.09 129.70 38.35 0.00 0.00 0.00 0.00 08:03:48 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 Average: eth0 102.13 84.95 571.09 25.69 0.00 0.00 0.00 0.00 08:03:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:48 Average: docker0 38.78 38.44 3.18 177.59 0.00 0.00 0.00 0.00 08:03:48 08:03:48 08:03:48 ---> sar -P ALL: 08:03:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 08:03:48 08:03:48 07:37:37 LINUX RESTART (4 CPU) 08:03:48 08:03:48 07:38:01 CPU %user %nice %system %iowait %steal %idle 08:03:48 07:39:03 all 14.48 0.00 8.72 9.51 27.11 40.17 08:03:48 07:39:03 0 17.48 0.00 14.12 8.40 26.72 33.28 08:03:48 07:39:03 1 16.17 0.00 7.23 9.23 27.42 39.95 08:03:48 07:39:03 2 9.91 0.00 6.64 9.86 27.41 46.18 08:03:48 07:39:03 3 14.63 0.00 7.24 10.50 26.85 40.77 08:03:48 07:40:01 all 6.08 0.00 4.13 0.89 14.60 74.30 08:03:48 07:40:01 0 5.91 0.00 4.77 0.17 16.33 72.82 08:03:48 07:40:01 1 6.41 0.00 4.39 1.38 14.10 73.72 08:03:48 07:40:01 2 5.83 0.00 3.48 0.29 13.15 77.24 08:03:48 07:40:01 3 6.18 0.00 3.88 1.72 14.84 73.37 08:03:48 07:41:01 all 6.47 0.00 3.09 0.97 17.14 72.33 08:03:48 07:41:01 0 8.55 0.00 2.97 0.45 19.99 68.04 08:03:48 07:41:01 1 5.41 0.00 2.71 1.01 15.74 75.13 08:03:48 07:41:01 2 6.60 0.00 3.32 1.39 14.82 73.86 08:03:48 07:41:01 3 5.36 0.00 3.36 1.03 18.02 72.23 08:03:48 07:42:01 all 3.81 0.00 3.70 1.48 17.05 73.96 08:03:48 07:42:01 0 3.44 0.00 3.21 1.19 18.87 73.28 08:03:48 07:42:01 1 4.39 0.00 4.20 1.32 16.56 73.54 08:03:48 07:42:01 2 3.79 0.00 3.46 2.20 16.89 73.67 08:03:48 07:42:01 3 3.63 0.00 3.93 1.22 15.83 75.38 08:03:48 07:43:01 all 19.29 0.00 7.90 4.37 16.67 51.77 08:03:48 07:43:01 0 22.99 0.00 9.24 3.10 16.20 48.47 08:03:48 07:43:01 1 17.13 0.00 7.88 3.33 16.11 55.56 08:03:48 07:43:01 2 18.80 0.00 7.71 6.27 16.03 51.19 08:03:48 07:43:01 3 18.25 0.00 6.78 4.83 18.31 51.83 08:03:48 07:44:02 all 36.56 0.00 12.26 1.68 29.61 19.89 08:03:48 07:44:02 0 36.15 0.00 12.83 1.88 28.84 20.31 08:03:48 07:44:02 1 38.86 0.00 12.09 1.47 29.47 18.11 08:03:48 07:44:02 2 33.69 0.00 11.08 2.23 30.94 22.06 08:03:48 07:44:02 3 37.65 0.00 13.11 1.12 29.15 18.97 08:03:48 07:45:01 all 26.08 0.00 10.74 1.17 33.11 28.89 08:03:48 07:45:01 0 22.17 0.00 8.56 1.08 35.83 32.37 08:03:48 07:45:01 1 34.94 0.00 13.92 1.13 29.96 20.05 08:03:48 07:45:01 2 23.19 0.00 9.70 1.03 34.12 31.95 08:03:48 07:45:01 3 24.84 0.00 11.11 1.44 32.19 30.42 08:03:48 07:46:01 all 23.49 0.00 11.89 3.27 31.43 29.93 08:03:48 07:46:01 0 21.07 0.00 10.74 1.03 31.21 35.94 08:03:48 07:46:01 1 26.52 0.00 13.46 5.24 30.43 24.35 08:03:48 07:46:01 2 22.62 0.00 11.79 3.44 31.79 30.36 08:03:48 07:46:01 3 23.82 0.00 11.61 3.43 32.27 28.87 08:03:48 07:47:01 all 14.94 0.00 9.32 0.18 33.71 41.86 08:03:48 07:47:01 0 13.91 0.00 8.51 0.39 34.40 42.79 08:03:48 07:47:01 1 14.11 0.00 8.84 0.08 34.23 42.74 08:03:48 07:47:01 2 17.02 0.00 10.22 0.17 32.95 39.64 08:03:48 07:47:01 3 14.81 0.00 9.75 0.05 33.22 42.18 08:03:48 07:48:03 all 4.52 0.00 5.66 2.52 28.38 58.91 08:03:48 07:48:03 0 3.60 0.00 5.22 3.41 30.96 56.81 08:03:48 07:48:03 1 5.45 0.00 5.68 2.56 27.58 58.73 08:03:48 07:48:03 2 3.45 0.00 5.21 1.85 27.09 62.40 08:03:48 07:48:03 3 5.60 0.00 6.56 2.27 27.86 57.70 08:03:48 07:49:04 all 9.36 0.00 8.62 12.72 40.63 28.66 08:03:48 07:49:04 0 9.05 0.00 7.78 12.60 40.05 30.52 08:03:48 07:49:04 1 9.14 0.00 9.16 12.06 41.66 27.98 08:03:48 07:49:04 2 9.72 0.00 8.25 14.16 40.26 27.61 08:03:48 07:49:04 3 9.56 0.00 9.33 12.06 40.55 28.50 08:03:48 08:03:48 07:49:04 CPU %user %nice %system %iowait %steal %idle 08:03:48 07:50:04 all 6.62 0.00 10.40 25.94 32.44 24.60 08:03:48 07:50:04 0 6.96 0.00 10.69 27.34 32.29 22.72 08:03:48 07:50:04 1 6.87 0.00 9.86 25.38 31.72 26.17 08:03:48 07:50:04 2 6.35 0.00 10.71 25.14 32.34 25.46 08:03:48 07:50:04 3 6.31 0.00 10.34 25.93 33.40 24.02 08:03:48 07:51:02 all 26.68 0.00 10.77 16.28 29.48 16.79 08:03:48 07:51:02 0 23.37 0.00 10.18 16.80 32.78 16.87 08:03:48 07:51:02 1 29.76 0.00 11.24 16.68 25.71 16.60 08:03:48 07:51:02 2 29.95 0.00 11.46 16.69 26.73 15.18 08:03:48 07:51:02 3 23.55 0.00 10.20 14.93 32.77 18.55 08:03:48 07:52:01 all 44.11 0.00 12.23 7.20 22.73 13.74 08:03:48 07:52:01 0 43.93 0.00 12.35 9.35 23.00 11.37 08:03:48 07:52:01 1 43.32 0.00 12.61 6.55 23.10 14.43 08:03:48 07:52:01 2 45.44 0.00 12.94 5.95 21.43 14.24 08:03:48 07:52:01 3 43.77 0.00 11.05 6.96 23.36 14.86 08:03:48 07:53:08 all 7.76 0.00 8.26 11.80 40.54 31.64 08:03:48 07:53:08 0 7.36 0.00 8.42 11.66 40.93 31.63 08:03:48 07:53:08 1 7.66 0.00 8.56 11.78 41.16 30.83 08:03:48 07:53:08 2 7.80 0.00 8.00 12.17 39.45 32.57 08:03:48 07:53:08 3 8.22 0.00 8.03 11.60 40.62 31.53 08:03:48 07:54:04 all 8.05 0.00 9.85 22.80 29.03 30.28 08:03:48 07:54:04 0 7.94 0.00 9.32 20.37 29.30 33.06 08:03:48 07:54:04 1 7.84 0.00 9.59 24.12 28.27 30.18 08:03:48 07:54:04 2 7.57 0.00 10.34 24.03 28.53 29.53 08:03:48 07:54:04 3 8.83 0.00 10.13 22.69 30.03 28.31 08:03:48 07:55:03 all 37.76 0.00 10.59 9.52 29.25 12.88 08:03:48 07:55:03 0 39.20 0.00 9.90 8.38 27.47 15.05 08:03:48 07:55:03 1 39.75 0.00 10.92 8.46 27.45 13.42 08:03:48 07:55:03 2 35.37 0.00 10.24 11.36 31.63 11.40 08:03:48 07:55:03 3 36.79 0.00 11.29 9.83 30.37 11.72 08:03:48 07:56:01 all 15.77 0.00 11.59 9.83 24.04 38.78 08:03:48 07:56:01 0 16.12 0.00 11.64 8.77 25.32 38.15 08:03:48 07:56:01 1 14.72 0.00 10.74 11.07 24.08 39.39 08:03:48 07:56:01 2 16.40 0.00 12.60 11.05 22.70 37.25 08:03:48 07:56:01 3 15.85 0.00 11.39 8.40 24.06 40.30 08:03:48 07:57:01 all 4.61 0.00 2.35 1.23 4.63 87.19 08:03:48 07:57:01 0 3.41 0.00 2.11 2.73 5.49 86.26 08:03:48 07:57:01 1 4.66 0.00 2.61 0.37 3.90 88.46 08:03:48 07:57:01 2 6.43 0.00 2.54 0.78 4.74 85.51 08:03:48 07:57:01 3 3.93 0.00 2.15 1.02 4.38 88.51 08:03:48 07:58:01 all 0.15 0.00 0.05 0.04 0.50 99.26 08:03:48 07:58:01 0 0.03 0.00 0.05 0.00 0.56 99.35 08:03:48 07:58:01 1 0.03 0.00 0.07 0.02 0.22 99.67 08:03:48 07:58:01 2 0.23 0.00 0.05 0.10 0.48 99.14 08:03:48 07:58:01 3 0.28 0.00 0.03 0.05 0.73 98.90 08:03:48 07:59:01 all 0.14 0.00 0.17 0.00 1.23 98.46 08:03:48 07:59:01 0 0.08 0.00 0.15 0.00 0.85 98.92 08:03:48 07:59:01 1 0.15 0.00 0.18 0.00 0.99 98.67 08:03:48 07:59:01 2 0.26 0.00 0.18 0.00 1.61 97.95 08:03:48 07:59:01 3 0.07 0.00 0.18 0.00 1.47 98.28 08:03:48 08:00:01 all 0.02 0.00 0.05 0.00 0.53 99.41 08:03:48 08:00:01 0 0.00 0.00 0.05 0.00 0.15 99.80 08:03:48 08:00:01 1 0.02 0.00 0.03 0.00 0.70 99.25 08:03:48 08:00:01 2 0.02 0.00 0.05 0.00 0.52 99.42 08:03:48 08:00:01 3 0.03 0.00 0.05 0.00 0.75 99.17 08:03:48 08:03:48 08:00:01 CPU %user %nice %system %iowait %steal %idle 08:03:48 08:01:01 all 0.03 0.00 0.09 0.03 1.25 98.60 08:03:48 08:01:01 0 0.02 0.00 0.12 0.00 0.68 99.19 08:03:48 08:01:01 1 0.03 0.00 0.07 0.13 1.70 98.07 08:03:48 08:01:01 2 0.05 0.00 0.08 0.00 0.88 98.99 08:03:48 08:01:01 3 0.02 0.00 0.10 0.00 1.74 98.14 08:03:48 08:02:01 all 0.01 0.00 0.03 0.08 0.31 99.57 08:03:48 08:02:01 0 0.00 0.00 0.02 0.00 0.07 99.92 08:03:48 08:02:01 1 0.00 0.00 0.03 0.20 0.46 99.31 08:03:48 08:02:01 2 0.03 0.00 0.05 0.10 0.59 99.23 08:03:48 08:02:01 3 0.02 0.00 0.03 0.00 0.12 99.83 08:03:48 08:03:01 all 1.92 0.00 1.36 2.39 4.07 90.27 08:03:48 08:03:01 0 3.06 0.00 1.79 1.36 4.27 89.51 08:03:48 08:03:01 1 1.13 0.00 1.20 0.62 3.82 93.23 08:03:48 08:03:01 2 2.25 0.00 1.35 4.00 4.38 88.02 08:03:48 08:03:01 3 1.25 0.00 1.10 3.56 3.81 90.29 08:03:48 Average: all 12.01 0.00 6.39 5.77 20.31 55.52 08:03:48 Average: 0 11.90 0.00 6.44 5.53 20.92 55.21 08:03:48 Average: 1 12.54 0.00 6.49 5.70 19.79 55.47 08:03:48 Average: 2 11.79 0.00 6.29 6.11 20.00 55.81 08:03:48 Average: 3 11.82 0.00 6.34 5.72 20.52 55.60 08:03:48 08:03:48 08:03:48