Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 rather than e6008164d5483cb3bc228551234e5525a4d149b3 Obtained Jenkinsfile from 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-18360 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 Merge succeeded, producing b026b923cce910104345e4fc88c032ad4f5ee240 Checking out Revision b026b923cce910104345e4fc88c032ad4f5ee240 (PR-2966) > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b026b923cce910104345e4fc88c032ad4f5ee240 # timeout=10 Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:07 ========================================================= 00:31:07 EdgeX Global Pipelines Version Info 00:31:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:10 ------------------- 00:31:10 stable info: 00:31:10 ------------------- 00:31:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:10 Message: update stable to v1.0.173 00:31:10 ------------------- 00:31:10 experimental info: 00:31:10 ------------------- 00:31:10 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:10 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b026b92 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:14 provisioning config files... 00:31:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config244658950363219283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:14 ---> docker-login.sh 00:31:14 nexus3.edgexfoundry.org:10001 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 nexus3.edgexfoundry.org:10002 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 nexus3.edgexfoundry.org:10003 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 nexus3.edgexfoundry.org:10004 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 docker.io 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:17 Configure a credential helper to remove this warning. See 00:31:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:17 00:31:17 Login Succeeded 00:31:17 ---> docker-login.sh ends [Pipeline] } 00:31:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/core-command/Dockerfile 00:31:17 + echo core-command,cmd/core-command/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/core-data/Dockerfile 00:31:17 + echo core-data,cmd/core-data/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/core-metadata/Dockerfile 00:31:17 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/support-notifications/Dockerfile 00:31:17 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/support-scheduler/Dockerfile 00:31:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ cut -d/ -f2 00:31:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:17 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 00:31:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 latest: Pulling from edgex-devops/git-semver 00:31:19 31603596830f: Pulling fs layer 00:31:19 2a8b12db71e7: Pulling fs layer 00:31:19 6ca5941a6612: Pulling fs layer 00:31:19 ecc8261a40a4: Pulling fs layer 00:31:19 ecc8261a40a4: Waiting 00:31:19 2a8b12db71e7: Verifying Checksum 00:31:19 2a8b12db71e7: Download complete 00:31:20 31603596830f: Verifying Checksum 00:31:20 31603596830f: Download complete 00:31:21 ecc8261a40a4: Verifying Checksum 00:31:21 ecc8261a40a4: Download complete 00:31:21 31603596830f: Pull complete 00:31:21 6ca5941a6612: Verifying Checksum 00:31:21 6ca5941a6612: Download complete 00:31:21 2a8b12db71e7: Pull complete 00:31:23 6ca5941a6612: Pull complete 00:31:23 ecc8261a40a4: Pull complete 00:31:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:23 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:31:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:10004/edgex-devops/git-semver:latest cat 00:31:26 $ docker top 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:26 [ssh-agent] Looking for ssh-agent implementation... 00:31:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:27 $ docker exec 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent 00:31:28 SSH_AUTH_SOCK=/tmp/ssh-72bR7ayJdQo3/agent.12 00:31:28 SSH_AGENT_PID=17 00:31:28 Running ssh-add (command line suppressed) 00:31:28 Identity added: /w/workspace/edgex-go/9@tmp/private_key_923306692436336376.key (/w/workspace/edgex-go/9@tmp/private_key_923306692436336376.key) 00:31:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:29 + git tag --points-at HEAD [Pipeline] } 00:31:29 $ docker exec --env ******** --env ******** 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent -k 00:31:29 unset SSH_AUTH_SOCK; 00:31:29 unset SSH_AGENT_PID; 00:31:29 echo Agent pid 17 killed; 00:31:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:29 [ssh-agent] Looking for ssh-agent implementation... 00:31:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:29 $ docker exec 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent 00:31:30 SSH_AUTH_SOCK=/tmp/ssh-yYfksMhfwVjr/agent.47 00:31:30 SSH_AGENT_PID=53 00:31:30 Running ssh-add (command line suppressed) 00:31:30 Identity added: /w/workspace/edgex-go/9@tmp/private_key_8506613094248981520.key (/w/workspace/edgex-go/9@tmp/private_key_8506613094248981520.key) 00:31:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:30 + git semver init 00:31:30 # -> Open(): unable to determine branch for HEAD 00:31:30 # $GIT_DIR = /w/workspace/edgex-go/9/.git 00:31:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 00:31:30 # $SEMVER_REMOTE_NAME = origin 00:31:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:30 # $SEMVER_USER_NAME = edgex-jenkins 00:31:30 # $SEMVER_BRANCH = PR-2966 00:31:30 # $SEMVER_TEMP = /tmp/semver-888256394 00:31:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:10 # '/tmp/semver-888256394' -> '/w/workspace/edgex-go/9/.semver' 00:32:11 # -> Force: false 00:32:11 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 00:32:11 $ docker exec --env ******** --env ******** 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb ssh-agent -k 00:32:12 unset SSH_AUTH_SOCK; 00:32:12 unset SSH_AGENT_PID; 00:32:12 echo Agent pid 53 killed; 00:32:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:12 + git semver [Pipeline] } 00:32:12 $ docker stop --time=1 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb 00:32:14 $ docker rm -f 4da63f0813e61f2e262d30af0847253e1082ca59ab7de6c85ae7b577efbf5afb [Pipeline] // withDockerContainer [Pipeline] sh 00:32:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:16 Stashed 1 file(s) [Pipeline] echo 00:32:16 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:17 + sudo service docker restart 00:32:17 + true 00:32:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:18 ========================================================= 00:32:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:24 Sending build context to Docker daemon 326.3MB 00:32:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:24 Step 2/6 : FROM ${BASE} 00:32:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:24 188c0c94c7c5: Pulling fs layer 00:32:24 0ef7d3d256c8: Pulling fs layer 00:32:24 de9db76c5a1d: Pulling fs layer 00:32:24 bca2f99d35d6: Pulling fs layer 00:32:24 93359f2a8cfa: Pulling fs layer 00:32:24 7c6f9722023f: Pulling fs layer 00:32:24 a35cf1a2eb13: Pulling fs layer 00:32:24 7c6f9722023f: Waiting 00:32:24 a35cf1a2eb13: Waiting 00:32:24 93359f2a8cfa: Waiting 00:32:24 bca2f99d35d6: Waiting 00:32:24 de9db76c5a1d: Verifying Checksum 00:32:24 de9db76c5a1d: Download complete 00:32:24 0ef7d3d256c8: Verifying Checksum 00:32:24 0ef7d3d256c8: Download complete 00:32:24 93359f2a8cfa: Verifying Checksum 00:32:24 7c6f9722023f: Verifying Checksum 00:32:24 7c6f9722023f: Download complete 00:32:24 188c0c94c7c5: Verifying Checksum 00:32:24 188c0c94c7c5: Download complete 00:32:25 188c0c94c7c5: Pull complete 00:32:26 0ef7d3d256c8: Pull complete 00:32:26 de9db76c5a1d: Pull complete 00:32:27 a35cf1a2eb13: Verifying Checksum 00:32:27 a35cf1a2eb13: Download complete 00:32:29 bca2f99d35d6: Verifying Checksum 00:32:29 bca2f99d35d6: Download complete 00:32:31 Still waiting to schedule task 00:32:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:39 bca2f99d35d6: Pull complete 00:32:39 93359f2a8cfa: Pull complete 00:32:39 7c6f9722023f: Pull complete 00:32:45 a35cf1a2eb13: Pull complete 00:32:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:45 ---> a62c8e92a672 00:32:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:45 ---> Running in baf1c44bc6ca 00:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:47 (1/12) Installing libmagic (5.38-r0) 00:32:47 (2/12) Installing file (5.38-r0) 00:32:47 (3/12) Installing libc-dev (0.7.2-r3) 00:32:47 (4/12) Installing g++ (9.3.0-r2) 00:32:55 (5/12) Installing fortify-headers (1.1-r0) 00:32:55 (6/12) Installing patch (2.7.6-r6) 00:32:55 (7/12) Installing build-base (0.5-r2) 00:32:55 (8/12) Installing libsodium (1.0.18-r0) 00:32:55 (9/12) Installing pkgconf (1.7.2-r0) 00:32:55 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:55 (11/12) Installing libzmq (4.3.3-r0) 00:32:55 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:55 Executing busybox-1.31.1-r19.trigger 00:32:55 OK: 233 MiB in 51 packages 00:33:00 Removing intermediate container baf1c44bc6ca 00:33:00 ---> 3bdde3d3f592 00:33:00 Step 4/6 : WORKDIR /edgex-go 00:33:00 ---> Running in 0de685e15894 00:33:00 Removing intermediate container 0de685e15894 00:33:00 ---> b34158f8cb66 00:33:00 Step 5/6 : COPY go.mod . 00:33:01 ---> 6dd777aa9722 00:33:01 Step 6/6 : RUN go mod download 00:33:01 ---> Running in 120caf9c8627 00:33:24 Removing intermediate container 120caf9c8627 00:33:24 ---> 77ac2cab0d7e 00:33:24 Successfully built 77ac2cab0d7e 00:33:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:25 + docker inspect -f . ci-base-image-x86_64 00:33:25 . [Pipeline] withDockerContainer 00:33:25 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:33:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:27 $ docker top d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:27 + go version 00:33:27 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:27 $ docker stop --time=1 d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 00:33:29 $ docker rm -f d4dc9c35c84580edf8564ff5478fed42b625ffdeb8b81a4f1ef48de54d3eefe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:30 + docker inspect -f . ci-base-image-x86_64 00:33:30 . [Pipeline] withDockerContainer 00:33:30 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:33: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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:31 $ docker top acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:32 ========================================================= 00:33:32 [edgeXBuildGoParallel] Running Tests and Build... 00:33:32 ========================================================= [Pipeline] sh 00:33:32 + make test 00:33:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:47 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 46.6% of statements 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.297s coverage: 27.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 75.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.9% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.638s coverage: 28.6% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.190s coverage: 86.7% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.869s coverage: 93.8% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.124s coverage: 0.1% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.093s coverage: 84.2% of statements 00:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.4% of statements 00:34:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.469s coverage: 63.5% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.303s coverage: 37.0% of statements 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.674s coverage: 84.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.145s coverage: 100.0% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.299s coverage: 47.1% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.257s coverage: 29.1% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.134s coverage: 99.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.088s coverage: 32.1% of statements 00:35:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.050s coverage: 100.0% of statements 00:35:06 GO111MODULE=on go vet ./... 00:35:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18367 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 00:35:16 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:35:21 using credential edgex-jenkins-ssh 00:35:21 Cloning the remote Git repository 00:35:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git init /w/workspace/edgex-go/9 # timeout=10 00:35:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git --version # timeout=10 00:35:21 > git --version # 'git version 2.17.1' 00:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:41 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 00:35:42 Merge succeeded, producing b86ead23f552519b1741f4908b0cdc19d9cf583a 00:35:42 Checking out Revision b86ead23f552519b1741f4908b0cdc19d9cf583a (PR-2966) 00:35:41 > git config core.sparsecheckout # timeout=10 00:35:41 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 00:35:41 > git remote # timeout=10 00:35:41 > git config --get remote.origin.url # timeout=10 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 00:35:42 > git rev-parse HEAD^{commit} # timeout=10 00:35:42 > git config core.sparsecheckout # timeout=10 00:35:42 > git checkout -f b86ead23f552519b1741f4908b0cdc19d9cf583a # timeout=10 00:35:46 Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" 00:35:46 > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 00:35:46 gofmt -l . 00:35:46 [ "`gofmt -l .`" = "" ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:47 ./bin/test-go-mod-tidy.sh 00:35:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:48 + + sudotrue service 00:35:48 docker restart 00:35:48 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:50 provisioning config files... 00:35:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config7836095506872197521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:51 ---> docker-login.sh 00:35:51 nexus3.edgexfoundry.org:10001 [Pipeline] sh 00:35:51 + ls -al . 00:35:51 total 636 00:35:51 drwxrwxr-x 10 1001 1001 4096 Jan 5 00:35 . 00:35:51 drwxr-xr-x 4 root root 28 Jan 5 00:33 .. 00:35:51 -rw-rw-r-- 1 1001 1001 11 Jan 5 00:31 .dockerignore 00:35:51 drwxrwxr-x 8 1001 1001 179 Jan 5 00:31 .git 00:35:51 drwxrwxr-x 3 1001 1001 125 Jan 5 00:31 .github 00:35:51 -rw-rw-r-- 1 1001 1001 824 Jan 5 00:31 .gitignore 00:35:51 drwx------ 3 1001 1001 47 Jan 5 00:32 .semver 00:35:51 -rw-rw-r-- 1 1001 1001 166 Jan 5 00:31 .sonarcloud.properties 00:35:51 -rw-rw-r-- 1 1001 1001 3804 Jan 5 00:31 CONTRIBUTING.md 00:35:51 -rw-rw-r-- 1 1001 1001 931 Jan 5 00:31 Dockerfile.build 00:35:51 -rw-rw-r-- 1 1001 1001 863 Jan 5 00:31 Jenkinsfile 00:35:51 -rw-rw-r-- 1 1001 1001 10775 Jan 5 00:31 LICENSE 00:35:51 -rw-rw-r-- 1 1001 1001 5750 Jan 5 00:31 Makefile 00:35:51 -rw-rw-r-- 1 1001 1001 6511 Jan 5 00:31 README.md 00:35:51 -rw-rw-r-- 1 1001 1001 6744 Jan 5 00:31 SECURITY.md 00:35:51 -rw-rw-r-- 1 1001 1001 5 Jan 5 00:32 VERSION 00:35:51 -rw-rw-r-- 1 1001 1001 4131 Jan 5 00:31 ZMQWindows.md 00:35:51 drwxrwxr-x 2 1001 1001 117 Jan 5 00:31 bin 00:35:51 drwxrwxr-x 14 1001 1001 4096 Jan 5 00:31 cmd 00:35:51 -rw-r--r-- 1 root root 538204 Jan 5 00:35 coverage.out 00:35:51 -rw-r--r-- 1 root root 979 Jan 5 00:35 go.mod 00:35:51 -rw-r--r-- 1 root root 18934 Jan 5 00:35 go.sum 00:35:51 drwxrwxr-x 8 1001 1001 127 Jan 5 00:31 internal 00:35:51 drwxrwxr-x 4 1001 1001 26 Jan 5 00:31 openapi 00:35:51 drwxrwxr-x 4 1001 1001 71 Jan 5 00:31 snap 00:35:51 -rw-rw-r-- 1 1001 1001 168 Jan 5 00:31 version.go [Pipeline] sh 00:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:52 + '[' -e coverage.out ] 00:35:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:52 Configure a credential helper to remove this warning. See 00:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:52 00:35:52 Login Succeeded 00:35:52 nexus3.edgexfoundry.org:10002 00:35:52 Stashed 1 file(s) [Pipeline] sh 00:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:52 + make build 00:35: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 00:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:52 Configure a credential helper to remove this warning. See 00:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:52 00:35:52 Login Succeeded 00:35:52 nexus3.edgexfoundry.org:10003 00:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:53 Configure a credential helper to remove this warning. See 00:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:53 00:35:53 Login Succeeded 00:35:53 nexus3.edgexfoundry.org:10004 00:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:53 Configure a credential helper to remove this warning. See 00:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:53 00:35:53 Login Succeeded 00:35:53 docker.io 00:35:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:54 Configure a credential helper to remove this warning. See 00:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:54 00:35:54 Login Succeeded 00:35:54 ---> docker-login.sh ends [Pipeline] } 00:35:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:55 ========================================================= 00:35:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:58 Sending build context to Docker daemon 165.4MB 00:35:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:58 Step 2/6 : FROM ${BASE} 00:35:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:58 5f621e34cdf4: Pulling fs layer 00:35:58 a4357932f1b6: Pulling fs layer 00:35:58 18c013af1878: Pulling fs layer 00:35:58 00ac8860ef70: Pulling fs layer 00:35:58 63d7cb157983: Pulling fs layer 00:35:58 b116817d02f9: Pulling fs layer 00:35:58 745a02a5169b: Pulling fs layer 00:35:58 b116817d02f9: Waiting 00:35:58 00ac8860ef70: Waiting 00:35:58 745a02a5169b: Waiting 00:35:58 63d7cb157983: Waiting 00:35:58 18c013af1878: Verifying Checksum 00:35:58 18c013af1878: Download complete 00:35:58 a4357932f1b6: Verifying Checksum 00:35:58 a4357932f1b6: Download complete 00:35:58 63d7cb157983: Download complete 00:35:58 b116817d02f9: Verifying Checksum 00:35:58 b116817d02f9: Download complete 00:35:58 5f621e34cdf4: Verifying Checksum 00:35:58 5f621e34cdf4: Download complete 00:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:58 5f621e34cdf4: Pull complete 00:35:59 a4357932f1b6: Pull complete 00:35:59 18c013af1878: Pull complete 00:36:00 745a02a5169b: Download complete 00:36:02 00ac8860ef70: Verifying Checksum 00:36:02 00ac8860ef70: Download complete 00:36:12 00ac8860ef70: Pull complete 00:36:12 63d7cb157983: Pull complete 00:36:12 b116817d02f9: Pull complete 00:36:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:16 745a02a5169b: Pull complete 00:36:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:16 ---> b7e6874047d6 00:36:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:19 ---> Running in 04d2b76bad89 00:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:22 (1/12) Installing libmagic (5.38-r0) 00:36:22 (2/12) Installing file (5.38-r0) 00:36:22 (3/12) Installing libc-dev (0.7.2-r3) 00:36:22 (4/12) Installing g++ (9.3.0-r2) 00:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:34 (5/12) Installing fortify-headers (1.1-r0) 00:36:34 (6/12) Installing patch (2.7.6-r6) 00:36:35 (7/12) Installing build-base (0.5-r2) 00:36:35 (8/12) Installing libsodium (1.0.18-r0) 00:36:35 (9/12) Installing pkgconf (1.7.2-r0) 00:36:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:35 (11/12) Installing libzmq (4.3.3-r0) 00:36:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:35 Executing busybox-1.31.1-r19.trigger 00:36:35 OK: 217 MiB in 51 packages [Pipeline] } 00:36:36 $ docker stop --time=1 acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 00:36:38 $ docker rm -f acbcf4fdf572fa03fedd91ccb10b663e75d8f32b5c15f431c0c9548fe88d6224 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:36:40 Removing intermediate container 04d2b76bad89 00:36:40 ---> 9a4667f18ca6 00:36:40 Step 4/6 : WORKDIR /edgex-go 00:36:40 ---> Running in 492282271c1f 00:36:40 Removing intermediate container 492282271c1f 00:36:40 ---> b7f986d57135 00:36:40 Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 00:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:40 00:36:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:40 ---> 5a27f1ee4610 00:36:40 Step 6/6 : RUN go mod download 00:36:40 ---> Running in 9973e5951e00 00:36:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:41 latest: Pulling from edgex-devops/edgex-compose 00:36:41 cbdbe7a5bc2a: Pulling fs layer 00:36:41 ca9280d653b3: Pulling fs layer 00:36:41 7e9c9ca2126c: Pulling fs layer 00:36:41 cbdbe7a5bc2a: Download complete 00:36:42 ca9280d653b3: Verifying Checksum 00:36:42 ca9280d653b3: Download complete 00:36:42 cbdbe7a5bc2a: Pull complete 00:36:45 7e9c9ca2126c: Verifying Checksum 00:36:45 7e9c9ca2126c: Download complete 00:36:45 ca9280d653b3: Pull complete 00:36:54 7e9c9ca2126c: Pull complete 00:36:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:54 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:36:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:58 $ docker top 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:59 + docker-compose build --help 00:36:59 + grep parallel 00:37:00 --parallel Build images in parallel. [Pipeline] } 00:37:00 $ docker stop --time=1 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 00:37:02 $ docker rm -f 71446c9c2ab422467677c1b1d75fb21a87a55e5aa4c2895445b608a7944234c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:03 . [Pipeline] withDockerContainer 00:37:03 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:37:03 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:05 $ docker top 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:37:07 Removing intermediate container 9973e5951e00 00:37:07 ---> 64256ca9244b 00:37:07 Successfully built 64256ca9244b 00:37:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:07 Building docker-core-command-go ... 00:37:07 Building docker-core-data-go ... 00:37:07 Building docker-core-metadata-go ... 00:37:07 Building docker-security-bootstrap-redis-go ... 00:37:07 Building docker-security-proxy-setup-go ... 00:37:07 Building docker-security-secretstore-setup-go ... 00:37:07 Building docker-support-notifications-go ... 00:37:07 Building docker-support-scheduler-go ... 00:37:07 Building docker-sys-mgmt-agent-go ... 00:37:07 Building docker-security-proxy-setup-go 00:37:07 Building docker-core-metadata-go 00:37:07 Building docker-core-command-go 00:37:07 Building docker-support-scheduler-go 00:37:07 Building docker-sys-mgmt-agent-go 00:37:08 + docker inspect -f . ci-base-image-arm64 00:37:08 . [Pipeline] withDockerContainer 00:37:08 prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container 00:37:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:10 $ docker top 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:11 + go version 00:37:11 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:11 $ docker stop --time=1 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 00:37:13 $ docker rm -f 7e7ff3d82fd5926eb0530155481e4f7c8ecf5b21d86c2fbefdd7c37118696b53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:14 + docker inspect -f . ci-base-image-arm64 00:37:14 . [Pipeline] withDockerContainer 00:37:14 prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container 00:37:14 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:16 $ docker top d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:16 ========================================================= 00:37:16 [edgeXBuildGoParallel] Running Tests and Build... 00:37:16 ========================================================= [Pipeline] sh 00:37:17 + make test 00:37:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:44 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 77ac2cab0d7e 00:38:04 Step 3/21 : WORKDIR /edgex-go 00:38:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 77ac2cab0d7e 00:38:04 Step 3/22 : WORKDIR /edgex-go 00:38:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 77ac2cab0d7e 00:38:04 Step 3/26 : WORKDIR /edgex-go 00:38:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 77ac2cab0d7e 00:38:04 Step 3/21 : WORKDIR /edgex-go 00:38:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> 77ac2cab0d7e 00:38:04 Step 3/22 : WORKDIR /edgex-go 00:38:04 ---> Running in af6c9faa0da9 00:38:04 ---> Running in 6a0b4286b0e1 00:38:04 ---> Running in e37c821a9ad8 00:38:04 ---> Running in ae5a6648b7dc 00:38:04 ---> Running in 2ec7825f71f8 00:38:04 Removing intermediate container af6c9faa0da9 00:38:04 ---> f11dc72ce2f7 00:38:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 Removing intermediate container ae5a6648b7dc 00:38:04 ---> bfcfc396ca07 00:38:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 Removing intermediate container e37c821a9ad8 00:38:04 ---> 8a843d6de6fe 00:38:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 Removing intermediate container 2ec7825f71f8 00:38:04 ---> ddac98472491 00:38:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 Removing intermediate container 6a0b4286b0e1 00:38:04 ---> 10d51f117e34 00:38:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 ---> Running in 9bececa3d9d7 00:38:04 ---> Running in 86de2f4c765d 00:38:04 ---> Running in 3a4d56b01ecb 00:38:04 ---> Running in 478eb0337163 00:38:04 ---> Running in d65a403260f1 00:38:04 Removing intermediate container 86de2f4c765d 00:38:04 ---> c7ad9c766e97 00:38:04 Step 5/22 : RUN apk add --update --no-cache make git 00:38:04 Removing intermediate container 478eb0337163 00:38:04 ---> d576005e6c0b 00:38:04 Step 5/21 : RUN apk add --update --no-cache make git 00:38:04 Removing intermediate container 9bececa3d9d7 00:38:04 ---> 8ed65c0fd7f4 00:38:04 Step 5/22 : RUN apk add --update --no-cache make git 00:38:04 ---> Running in a0d47d4848a3 00:38:04 ---> Running in 5cfd8a73c04b 00:38:04 Removing intermediate container d65a403260f1 00:38:04 ---> 0154837bc648 00:38:04 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:04 ---> Running in 4b607045eebe 00:38:04 ---> Running in 20d988c21a7f 00:38:04 Removing intermediate container 3a4d56b01ecb 00:38:04 ---> caa6724e3f61 00:38:04 Step 5/21 : RUN apk add --update --no-cache make git 00:38:04 ---> Running in 85a64dca5247 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 OK: 233 MiB in 51 packages 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 OK: 233 MiB in 51 packages 00:38:07 OK: 233 MiB in 51 packages 00:38:08 OK: 233 MiB in 51 packages 00:38:08 Removing intermediate container a0d47d4848a3 00:38:08 ---> 42b5e550ea5e 00:38:08 Step 6/22 : COPY go.mod . 00:38:08 OK: 233 MiB in 51 packages 00:38:09 Removing intermediate container 5cfd8a73c04b 00:38:09 ---> 7286578696f5 00:38:09 Step 6/21 : COPY go.mod . 00:38:09 Removing intermediate container 4b607045eebe 00:38:09 ---> 0ef86d20f35c 00:38:09 Step 6/22 : COPY go.mod . 00:38:09 ---> 0c8d0d334185 00:38:09 Step 7/22 : RUN go mod download 00:38:09 Removing intermediate container 20d988c21a7f 00:38:09 ---> 778d6fd20bd8 00:38:09 Step 6/26 : COPY go.mod . 00:38:09 ---> Running in d509441d3d9e 00:38:10 ---> 2804689d7b5d 00:38:10 Step 7/21 : RUN go mod download 00:38:10 ---> Running in 5ea3bbb53dfe 00:38:10 ---> cd5136809805 00:38:10 Step 7/22 : RUN go mod download 00:38:10 Removing intermediate container 85a64dca5247 00:38:10 ---> 3d318bb86801 00:38:10 Step 6/21 : COPY go.mod . 00:38:10 ---> Running in 843923695eee 00:38:10 ---> 83c416f8b6a5 00:38:10 Step 7/26 : RUN go mod download 00:38:10 ---> Running in 200123c8b9de 00:38:11 ---> 43b6894e1604 00:38:11 Step 7/21 : RUN go mod download 00:38:11 ---> Running in ef5146386b17 00:38:14 Removing intermediate container ef5146386b17 00:38:14 ---> fc65698f092d 00:38:14 Step 8/21 : COPY . . 00:38:14 Removing intermediate container d509441d3d9e 00:38:14 ---> a669566b79d2 00:38:14 Step 8/22 : COPY . . 00:38:14 Removing intermediate container 843923695eee 00:38:14 ---> 10c1ff099673 00:38:14 Step 8/22 : COPY . . 00:38:14 Removing intermediate container 5ea3bbb53dfe 00:38:14 ---> 0cb4f0eb24f7 00:38:14 Step 8/21 : COPY . . 00:38:14 Removing intermediate container 200123c8b9de 00:38:14 ---> 6d1d4109ba7c 00:38:14 Step 8/26 : COPY . . 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.555s coverage: 75.7% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.738s coverage: 82.9% of statements 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:11 ---> 3074389458bb 00:39:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:11 ---> 6618528990af 00:39:11 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:11 ---> da9d268de7e0 00:39:11 Step 9/22 : RUN make cmd/core-command/core-command 00:39:11 ---> 333367b48997 00:39:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:11 ---> Running in 6bf04d23f103 00:39:11 ---> Running in 55f2fb127fce 00:39:11 ---> Running in a0eafa905e6f 00:39:11 ---> Running in 58622464d71b 00:39:11 ---> 63fdcb0a4806 00:39:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:11 ---> Running in 463b0159328c 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.301s coverage: 28.6% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.391s coverage: 97.5% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 93.8% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.8% of statements 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.4% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 63.5% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.107s coverage: 100.0% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.878s coverage: 55.9% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 37.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.649s coverage: 84.0% of statements 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.159s coverage: 100.0% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.265s coverage: 29.1% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:39:53 GO111MODULE=on go vet ./... 00:39:56 Removing intermediate container a0eafa905e6f 00:39:56 ---> 49964c5703eb 00:39:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:56 Removing intermediate container 6bf04d23f103 00:39:56 ---> 7bb967854520 00:39:56 00:39:56 Step 10/21 : FROM scratch 00:39:56 ---> 00:39:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:56 Removing intermediate container 58622464d71b 00:39:56 ---> c17c19c0d8e4 00:39:56 00:39:56 Step 10/22 : FROM scratch 00:39:56 ---> 00:39:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:56 ---> Running in 5725961a8a92 00:39:56 ---> Running in f80a47527cc8 00:39:56 ---> Running in b6a07b32c615 00:39:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:58 Removing intermediate container b6a07b32c615 00:39:58 ---> a64ab920f7aa 00:39:58 Step 12/22 : ENV APP_PORT=48082 00:39:58 Removing intermediate container f80a47527cc8 00:39:58 ---> fcb11111b54a 00:39:58 Step 12/21 : ENV APP_PORT=48085 00:39:59 ---> Running in 6eeaf028f245 00:39:59 ---> Running in 5f4698de0318 00:39:59 Removing intermediate container 463b0159328c 00:39:59 ---> f41f8bdd6211 00:39:59 00:39:59 Step 10/21 : FROM alpine:3.12 00:39:59 3.12: Pulling from library/alpine 00:40:00 Removing intermediate container 5f4698de0318 00:40:00 ---> 59669a30f8c3 00:40:00 Step 13/21 : EXPOSE $APP_PORT 00:40:00 Removing intermediate container 6eeaf028f245 00:40:00 ---> 437880bbf471 00:40:00 Step 13/22 : EXPOSE $APP_PORT 00:40:00 ---> Running in ee588ffa635c 00:40:00 ---> Running in 1ac0d3c2c9e3 00:40:01 Removing intermediate container ee588ffa635c 00:40:01 ---> 4c9dd45a9927 00:40:01 Step 14/22 : WORKDIR / 00:40:01 Removing intermediate container 1ac0d3c2c9e3 00:40:01 ---> bd1ad4621c49 00:40:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:40:02 Status: Downloaded newer image for alpine:3.12 00:40:02 ---> 389fef711851 00:40:02 Step 11/21 : RUN apk add --update --no-cache curl 00:40:03 ---> Running in 16bf564439dc 00:40:03 ---> Running in e218ca572f23 00:40:03 ---> bd7668bfaf97 00:40:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:03 Removing intermediate container 55f2fb127fce 00:40:03 ---> cfe3dba04fef 00:40:03 00:40:03 Step 10/22 : FROM scratch 00:40:03 ---> 00:40:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:03 ---> Using cache 00:40:03 ---> fcb11111b54a 00:40:03 Step 12/22 : ENV APP_PORT=48081 00:40:03 ---> Running in 5bb2b1656a86 00:40:03 Removing intermediate container 16bf564439dc 00:40:03 ---> 35b6f897f292 00:40:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:04 Removing intermediate container 5725961a8a92 00:40:04 ---> 9d0522e4cf5e 00:40:04 00:40:04 Step 11/26 : FROM docker:20.10.0 00:40:04 20.10.0: Pulling from library/docker 00:40:04 Removing intermediate container 5bb2b1656a86 00:40:04 ---> 940e49c7e772 00:40:04 Step 13/22 : EXPOSE $APP_PORT 00:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:05 ---> Running in 4e79988a0d7c 00:40:05 ---> 359c12e69cd0 00:40:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:05 ---> 673c0f9cb407 00:40:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:05 (1/4) Installing ca-certificates (20191127-r4) 00:40:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:05 (3/4) Installing libcurl (7.69.1-r3) 00:40:05 (4/4) Installing curl (7.69.1-r3) 00:40:05 Executing busybox-1.31.1-r19.trigger 00:40:05 Executing ca-certificates-20191127-r4.trigger 00:40:05 OK: 7 MiB in 18 packages 00:40:05 Removing intermediate container 4e79988a0d7c 00:40:05 ---> 63e91b0061d8 00:40:05 Step 14/22 : WORKDIR / 00:40:06 ---> Running in bd4b3739bbcc 00:40:06 ---> 8b71ed4f4a34 00:40:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:40:06 ---> 528f3762340a 00:40:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:06 ---> Running in f48d582e7447 00:40:06 Removing intermediate container bd4b3739bbcc 00:40:06 ---> 44e633947c33 00:40:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:07 Removing intermediate container f48d582e7447 00:40:07 ---> f98fed2db39e 00:40:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:07 ---> Running in 7dfbc53f66ec 00:40:07 ---> 9e0d1e6f7aef 00:40:07 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:07 ---> fd8c14015ef0 00:40:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:07 Removing intermediate container e218ca572f23 00:40:07 ---> 2cb893e120b9 00:40:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:08 ---> Running in 82c3bdd20493 00:40:08 Removing intermediate container 7dfbc53f66ec 00:40:08 ---> e45988616348 00:40:08 Step 19/21 : LABEL arch=x86_64 00:40:08 ---> Running in cd795e66fb2d 00:40:08 ---> Running in c9e8207fdb95 00:40:08 Removing intermediate container 82c3bdd20493 00:40:08 ---> 95d2cebdce5a 00:40:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ---> Running in 6c30fe18cb03 00:40:09 Removing intermediate container cd795e66fb2d 00:40:09 ---> cb1434879fab 00:40:09 Step 13/21 : WORKDIR /edgex 00:40:09 Removing intermediate container c9e8207fdb95 00:40:09 ---> c613175ba3ba 00:40:09 Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:40:09 ---> 532eba69daef 00:40:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:09 ---> Running in d2ca0f363b66 00:40:09 ---> Running in 05e3bed9e15b 00:40:09 Removing intermediate container 6c30fe18cb03 00:40:09 ---> 67822f7f606a 00:40:09 Step 20/22 : LABEL arch=x86_64 00:40:10 ---> Running in b450028a3379 00:40:10 Removing intermediate container 05e3bed9e15b 00:40:10 ---> acd52db958e7 00:40:10 Step 21/21 : LABEL version=0.0.0 00:40:10 Removing intermediate container d2ca0f363b66 00:40:10 ---> 9acb2c7e9cfe 00:40:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:10 ---> 00120e818f09 00:40:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:10 Removing intermediate container b450028a3379 00:40:10 ---> ed2c0cf1e915 00:40:10 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:40:10 ---> Running in ca66c73a42b5 00:40:10 ---> Running in 199fea008612 00:40:11 ---> Running in 1c1a433d1c53 00:40:11 ---> ea853ded19e1 00:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:11 Removing intermediate container ca66c73a42b5 00:40:11 ---> 5339dcab0802 00:40:11 00:40:11 Removing intermediate container 199fea008612 00:40:11 ---> 402678bf4f04 00:40:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:11 Removing intermediate container 1c1a433d1c53 00:40:11 ---> 2a40fd4fd0d4 00:40:11 Step 22/22 : LABEL version=0.0.0 00:40:11 Successfully built 5339dcab0802 00:40:11 ---> Running in b1cf0ae4e667 00:40:11 Successfully tagged docker-support-scheduler-go:latest 00:40:11 ---> Running in ae896d34e92f 00:40:11 Building docker-security-secretstore-setup-go 00:40:12  Building docker-support-scheduler-go ... done  ---> 8614cd40b2ff 00:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:12 Removing intermediate container b1cf0ae4e667 00:40:12 ---> f0f89409bb35 00:40:12 Step 20/22 : LABEL arch=x86_64 00:40:12 Removing intermediate container ae896d34e92f 00:40:12 ---> 6c444eb1f8b2 00:40:12 00:40:12 ---> Running in 598463c18e11 00:40:13 Successfully built 6c444eb1f8b2 00:40:13 Successfully tagged docker-core-command-go:latest 00:40:13 Building docker-core-data-go 00:40:13  Building docker-core-command-go ... done Removing intermediate container 598463c18e11 00:40:13 ---> 19642935126d 00:40:13 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:40:13 ---> 959b7cf60116 00:40:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:13 ---> Running in b572e4a1a0b4 00:40:13 ---> Running in 70b8abe30c90 00:40:15 Removing intermediate container b572e4a1a0b4 00:40:15 ---> e7c946d9c6e3 00:40:15 Step 22/22 : LABEL version=0.0.0 00:40:15 Removing intermediate container 70b8abe30c90 00:40:15 ---> 5b5488dd286e 00:40:15 Step 18/21 : CMD ["--init=true"] 00:40:16 ---> Running in 65d3a4c07bc2 00:40:16 ---> Running in df3207cce39e 00:40:16 Removing intermediate container df3207cce39e 00:40:16 ---> bfd35dffe11d 00:40:16 00:40:16 Removing intermediate container 65d3a4c07bc2 00:40:16 ---> 40ce53b2792a 00:40:16 Step 19/21 : LABEL arch=x86_64 00:40:17 Successfully built bfd35dffe11d 00:40:17 Successfully tagged docker-core-metadata-go:latest 00:40:17 Building docker-support-notifications-go 00:40:19  Building docker-core-metadata-go ... done  ---> Running in a843d9baeba5 00:40:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:19 Status: Downloaded newer image for docker:20.10.0 00:40:19 ---> aefe523efa57 00:40:19 Step 12/26 : RUN apk add --no-cache bash 00:40:20 ---> Running in 0d477206c6f7 00:40:20 Removing intermediate container a843d9baeba5 00:40:20 ---> d7c7274a70c8 00:40:20 Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:40:20 ---> Running in 774c913e59b3 00:40:21 Removing intermediate container 774c913e59b3 00:40:21 ---> 49b76b68c422 00:40:21 Step 21/21 : LABEL version=0.0.0 00:40:22 ---> Running in 0689fd228bf2 00:40:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:23 Removing intermediate container 0689fd228bf2 00:40:23 ---> 970053a0899e 00:40:23 00:40:23 (1/2) Installing readline (8.0.4-r0) 00:40:23 (2/2) Installing bash (5.0.17-r0) 00:40:23 Executing bash-5.0.17-r0.post-install 00:40:23 Executing busybox-1.31.1-r19.trigger 00:40:23 OK: 12 MiB in 22 packages 00:40:23 Successfully built 970053a0899e 00:40:23 Successfully tagged docker-security-proxy-setup-go:latest 00:40:23 Building docker-security-bootstrap-redis-go 00:40:25  Building docker-security-proxy-setup-go ... done Removing intermediate container 0d477206c6f7 00:40:25 ---> de3d38bfbbed 00:40:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:26 ---> Running in 19c3d72a2712 00:40:27 Removing intermediate container 19c3d72a2712 00:40:27 ---> e8cd3dbfec1d 00:40:27 Step 14/26 : ENV APP_PORT=48090 00:40:27 ---> Running in 2bb7881d4bc2 00:40:28 Removing intermediate container 2bb7881d4bc2 00:40:28 ---> 9ef7848825a6 00:40:28 Step 15/26 : EXPOSE $APP_PORT 00:40:29 ---> Running in 8a27628eb474 00:40:30 Removing intermediate container 8a27628eb474 00:40:30 ---> b44ec7620327 00:40:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:33 ---> 52d14f8e1ac1 00:40:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:34 ---> 6a99596a84e5 00:40:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:36 ---> 385d9a53e69e 00:40:36 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:36 ---> Running in b6474a5d176e 00:40:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:38 (1/33) Installing libbz2 (1.0.8-r1) 00:40:38 (2/33) Installing expat (2.2.9-r1) 00:40:38 (3/33) Installing libffi (3.3-r2) 00:40:38 (4/33) Installing gdbm (1.13-r1) 00:40:39 (5/33) Installing xz-libs (5.2.5-r0) 00:40:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:39 (7/33) Installing python3 (3.8.5-r0) 00:40:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:43 (11/33) Installing py3-six (1.15.0-r0) 00:40:44 (12/33) Installing py3-packaging (20.4-r0) 00:40:44 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:44 (15/33) Installing py3-idna (2.9-r0) 00:40:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:45 (18/33) Installing py3-requests (2.23.0-r0) 00:40:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:45 (24/33) Installing py3-distro (1.5.0-r1) 00:40:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:46 (29/33) Installing py3-progress (1.5-r0) 00:40:46 (30/33) Installing py3-toml (0.10.1-r0) 00:40:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:46 (33/33) Installing py3-pip (20.1.1-r0) 00:40:47 Executing busybox-1.31.1-r19.trigger 00:40:47 OK: 71 MiB in 55 packages 00:40:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:53 ---> 77ac2cab0d7e 00:40:53 Step 3/24 : WORKDIR /edgex-go 00:40:53 ---> Using cache 00:40:53 ---> 10d51f117e34 00:40:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:53 ---> Using cache 00:40:53 ---> 0154837bc648 00:40:53 Step 5/24 : RUN apk add --update --no-cache make git 00:40:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> 77ac2cab0d7e 00:40:54 Step 3/23 : WORKDIR /edgex-go 00:40:54 ---> Using cache 00:40:54 ---> 10d51f117e34 00:40:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 ---> Using cache 00:40:54 ---> 0154837bc648 00:40:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:55 ---> 77ac2cab0d7e 00:40:55 Step 3/24 : WORKDIR /edgex-go 00:40:55 ---> Using cache 00:40:55 ---> 10d51f117e34 00:40:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:55 ---> Using cache 00:40:55 ---> 0154837bc648 00:40:55 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:40:55 ---> Running in f95d146c3136 00:40:55 ---> Running in 4463b82dfcfa 00:40:55 ---> Running in 7a1e846d4a43 00:40:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:00 ---> 77ac2cab0d7e 00:41:00 Step 3/22 : WORKDIR /edgex-go 00:41:00 ---> Using cache 00:41:00 ---> 10d51f117e34 00:41:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:00 ---> Using cache 00:41:00 ---> 0154837bc648 00:41:00 Step 5/22 : RUN apk add --update --no-cache make git 00:41:01 OK: 233 MiB in 51 packages 00:41:01 OK: 233 MiB in 51 packages 00:41:01 OK: 233 MiB in 51 packages 00:41:01 gofmt -l . 00:41:02 ---> Running in b0eab6a15ae6 00:41:03 Removing intermediate container 7a1e846d4a43 00:41:03 ---> 392c94fbd145 00:41:03 Step 6/24 : COPY go.mod . 00:41:03 Removing intermediate container f95d146c3136 00:41:03 ---> abdae95a2535 00:41:03 Step 6/24 : COPY go.mod . 00:41:03 Removing intermediate container 4463b82dfcfa 00:41:03 ---> 13e00a1e5fc7 00:41:03 Step 6/23 : COPY go.mod . 00:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:04 [ "`gofmt -l .`" = "" ] 00:41:04 ---> b1c6d85567b3 00:41:04 Step 7/24 : RUN go mod download 00:41:04 ---> fec7d385c39e 00:41:04 Step 7/24 : RUN go mod download 00:41:04 ---> 212cf91e3039 00:41:04 Step 7/23 : RUN go mod download 00:41:04 ---> Running in 0b6716b47ff9 00:41:04 ---> Running in 4bbbcf41f733 00:41:04 ---> Running in c9a92936a58c 00:41:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:05 OK: 233 MiB in 51 packages 00:41:06 ./bin/test-go-mod-tidy.sh 00:41:07 ./bin/test-attribution-txt.sh 00:41:07 Removing intermediate container b0eab6a15ae6 00:41:07 ---> 38f3c5338617 00:41:07 Step 6/22 : COPY go.mod . 00:41:08 ---> b9aaeaa7533c 00:41:08 Step 7/22 : RUN go mod download 00:41:08 Removing intermediate container 0b6716b47ff9 00:41:08 ---> a28edf104410 00:41:08 Step 8/24 : COPY . . 00:41:08 ---> Running in 92a153606d2f 00:41:08 Removing intermediate container c9a92936a58c 00:41:08 ---> b3cbd7f14a86 00:41:08 Step 8/23 : COPY . . 00:41:09 Removing intermediate container 4bbbcf41f733 00:41:09 ---> 7dd8a83b65bd 00:41:09 Step 8/24 : COPY . . [Pipeline] sh 00:41:12 + ls -al . 00:41:12 total 664 00:41:12 drwxrwxr-x 9 1001 1001 4096 Jan 5 00:41 . 00:41:12 drwxr-xr-x 4 root root 4096 Jan 5 00:37 .. 00:41:12 -rw-rw-r-- 1 1001 1001 11 Jan 5 00:35 .dockerignore 00:41:12 drwxrwxr-x 8 1001 1001 4096 Jan 5 00:35 .git 00:41:12 drwxrwxr-x 3 1001 1001 4096 Jan 5 00:35 .github 00:41:12 -rw-rw-r-- 1 1001 1001 824 Jan 5 00:35 .gitignore 00:41:12 -rw-rw-r-- 1 1001 1001 166 Jan 5 00:35 .sonarcloud.properties 00:41:12 -rw-rw-r-- 1 1001 1001 3804 Jan 5 00:35 CONTRIBUTING.md 00:41:12 -rw-rw-r-- 1 1001 1001 931 Jan 5 00:35 Dockerfile.build 00:41:12 -rw-rw-r-- 1 1001 1001 863 Jan 5 00:35 Jenkinsfile 00:41:12 -rw-rw-r-- 1 1001 1001 10775 Jan 5 00:35 LICENSE 00:41:12 -rw-rw-r-- 1 1001 1001 5750 Jan 5 00:35 Makefile 00:41:12 -rw-rw-r-- 1 1001 1001 6511 Jan 5 00:35 README.md 00:41:12 -rw-rw-r-- 1 1001 1001 6744 Jan 5 00:35 SECURITY.md 00:41:12 -rw-rw-r-- 1 1001 1001 5 Jan 5 00:32 VERSION 00:41:12 -rw-rw-r-- 1 1001 1001 4131 Jan 5 00:35 ZMQWindows.md 00:41:12 drwxrwxr-x 2 1001 1001 4096 Jan 5 00:35 bin 00:41:12 drwxrwxr-x 14 1001 1001 4096 Jan 5 00:35 cmd 00:41:12 -rw-r--r-- 1 root root 538204 Jan 5 00:39 coverage.out 00:41:12 -rw-r--r-- 1 root root 979 Jan 5 00:41 go.mod 00:41:12 -rw-r--r-- 1 root root 18934 Jan 5 00:41 go.sum 00:41:12 drwxrwxr-x 8 1001 1001 4096 Jan 5 00:35 internal 00:41:12 drwxrwxr-x 4 1001 1001 4096 Jan 5 00:35 openapi 00:41:12 drwxrwxr-x 4 1001 1001 4096 Jan 5 00:35 snap 00:41:12 -rw-rw-r-- 1 1001 1001 168 Jan 5 00:35 version.go [Pipeline] sh 00:41:12 + '[' -e coverage.out ] 00:41:12 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:12 Warning: overwriting stash ‘coverage-report’ 00:41:13 Stashed 1 file(s) [Pipeline] sh 00:41:14 + make build 00:41:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:18 Removing intermediate container 92a153606d2f 00:41:18 ---> d1e1be01d04f 00:41:18 Step 8/22 : COPY . . 00:41:22 Removing intermediate container b6474a5d176e 00:41:22 ---> c82c9b5a2c42 00:41:22 Step 20/26 : RUN pip install docker-compose==1.23.2 00:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:26 ---> Running in af182ff3e28b 00:41:45 Collecting docker-compose==1.23.2 00:41:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:45 Collecting docopt<0.7,>=0.6.1 00:41:45 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:50 Collecting cached-property<2,>=1.2.0 00:41:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:50 Collecting dockerpty<0.5,>=0.4.1 00:41:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:53 Collecting docker<4.0,>=3.6.0 00:41:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:54 Collecting jsonschema<3,>=2.5.1 00:41:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:54 Collecting PyYAML<4,>=3.10 00:41:54 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:57 Collecting texttable<0.10,>=0.9.0 00:41:57 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:58 Collecting websocket-client<1.0,>=0.32.0 00:41:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:59 Collecting docker-pycreds>=0.4.0 00:41:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:59 Collecting idna<2.8,>=2.5 00:41:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:59 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:00 Collecting urllib3<1.25,>=1.21.1 00:42:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:42:00 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:42:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:42:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:42:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:42:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:42:01 ---> 93b4a516ad80 00:42:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:42:01 ---> 310a3d82f0a2 00:42:01 Step 9/23 : RUN make cmd/core-data/core-data 00:42:01 Installing collected packages: docopt, cached-property, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, texttable, docker-compose 00:42:01 Running setup.py install for docopt: started 00:42:01 ---> Running in 9715ba9bf03d 00:42:01 ---> Running in 6dea65ae357a 00:42:01 ---> 978045d6c013 00:42:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:42:02 ---> b325a70776c6 00:42:02 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:42:02 ---> Running in 1d7a07d47052 00:42:02 Running setup.py install for docopt: finished with status 'done' 00:42:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:02 ---> Running in fae091f215c7 00:42:02 Running setup.py install for dockerpty: started 00:42:03 Running setup.py install for dockerpty: finished with status 'done' 00:42:03 Attempting uninstall: idna 00:42:03 Found existing installation: idna 2.9 00:42:03 Uninstalling idna-2.9: 00:42:03 Successfully uninstalled idna-2.9 00:42:04 Attempting uninstall: urllib3 00:42:04 Found existing installation: urllib3 1.25.9 00:42:04 Uninstalling urllib3-1.25.9: 00:42: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 00:42: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 00:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:04 Successfully uninstalled urllib3-1.25.9 00:42:04 Attempting uninstall: requests 00:42:04 Found existing installation: requests 2.23.0 00:42:04 Uninstalling requests-2.23.0: 00:42:05 Successfully uninstalled requests-2.23.0 00:42:07 Running setup.py install for PyYAML: started 00:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:07 Running setup.py install for PyYAML: finished with status 'done' 00:42:07 Running setup.py install for texttable: started 00:42:08 Running setup.py install for texttable: finished with status 'done' 00:42:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:17 Removing intermediate container af182ff3e28b 00:42:17 ---> 2ae5e54c05fd 00:42:17 Step 21/26 : RUN apk --no-cache add curl 00:42:17 ---> Running in 713c41507ccb 00:42:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:42:18 (2/3) Installing libcurl (7.69.1-r3) 00:42:19 (3/3) Installing curl (7.69.1-r3) 00:42:19 Executing busybox-1.31.1-r19.trigger 00:42:19 OK: 72 MiB in 58 packages 00:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:21 Removing intermediate container 713c41507ccb 00:42:21 ---> 00e430cba88a 00:42:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:42:21 ---> Running in 595b444a5113 00:42:22 Removing intermediate container 595b444a5113 00:42:22 ---> 83889ed10774 00:42:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:22 ---> Running in 65e2bf81c1a7 00:42:23 Removing intermediate container 65e2bf81c1a7 00:42:23 ---> c17eba2be4bd 00:42:23 Step 24/26 : LABEL arch=x86_64 00:42:23 ---> Running in 04f49a5612cf 00:42:24 Removing intermediate container 04f49a5612cf 00:42:24 ---> a2af3273a162 00:42:24 Step 25/26 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:42:24 ---> Running in ab1eeccb0fcf 00:42:24 Removing intermediate container ab1eeccb0fcf 00:42:24 ---> c5dc465d1a4e 00:42:24 Step 26/26 : LABEL version=0.0.0 00:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:25 ---> Running in dffb3967c4d7 00:42:25 Removing intermediate container dffb3967c4d7 00:42:25 ---> ff0f826a5a92 00:42:25 00:42:26 Successfully built ff0f826a5a92 00:42:26 Successfully tagged docker-sys-mgmt-agent-go:latest 00:42:29 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 [Pipeline] } 00:42:32 $ docker stop --time=1 d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be 00:42:35 $ docker rm -f d23ebab40c672f82563823679a610d3b09fecb4d3e4e9050ddf0a5d9058759be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:37 00:42:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:38 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:38 29e5d40040c1: Pulling fs layer 00:42:38 1ce36da41761: Pulling fs layer 00:42:38 25b303627fd3: Pulling fs layer 00:42:38 29e5d40040c1: Verifying Checksum 00:42:38 29e5d40040c1: Download complete 00:42:39 29e5d40040c1: Pull complete 00:42:39 1ce36da41761: Verifying Checksum 00:42:39 1ce36da41761: Download complete 00:42:40 1ce36da41761: Pull complete 00:42:41 25b303627fd3: Verifying Checksum 00:42:41 25b303627fd3: Download complete 00:42:42  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:48 Removing intermediate container fae091f215c7 00:42:48 ---> d5e91c9a92a4 00:42:48 00:42:48 Step 10/22 : FROM alpine:3.12 00:42:48 ---> 389fef711851 00:42:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:49 ---> Running in 8bd6bb1bcaff 00:42:49 Removing intermediate container 9715ba9bf03d 00:42:49 ---> 5f357beafd2d 00:42:49 00:42:49 Step 10/24 : FROM scratch 00:42:49 ---> 00:42:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:51 25b303627fd3: Pull complete 00:42:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:51 (1/5) Installing ca-certificates (20191127-r4) 00:42:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:51 (3/5) Installing libcurl (7.69.1-r3) 00:42:51 (4/5) Installing curl (7.69.1-r3) 00:42:51 prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container 00:42:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:51 (5/5) Installing dumb-init (1.2.2-r1) 00:42:51 Executing busybox-1.31.1-r19.trigger 00:42:51 Executing ca-certificates-20191127-r4.trigger 00:42:51 OK: 7 MiB in 19 packages 00:42:51 ---> Running in ecfa7b1256e4 00:42:52 Removing intermediate container 1d7a07d47052 00:42:52 ---> 56cb9fc14536 00:42:52 00:42:52 Step 10/24 : FROM alpine:3.12 00:42:52 ---> 389fef711851 00:42:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:52 Removing intermediate container ecfa7b1256e4 00:42:52 ---> 9412c4b1d207 00:42:52 Step 12/24 : ENV APP_PORT=48060 00:42:52 ---> Running in aae31cb15104 00:42:52 ---> Running in 8937017d9ea2 00:42:53 Removing intermediate container 8937017d9ea2 00:42:53 ---> 1b6415893023 00:42:53 Step 13/24 : EXPOSE $APP_PORT 00:42:53 Removing intermediate container 8bd6bb1bcaff 00:42:53 ---> a0b4a2e98e2b 00:42:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:42:53 ---> Running in 42cada7c5a3c 00:42:53 ---> Running in a8e4f2cfbf1e 00:42:53 Removing intermediate container 42cada7c5a3c 00:42:53 ---> 7d92d77aa328 00:42:53 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:53 Removing intermediate container a8e4f2cfbf1e 00:42:53 ---> cb23d7e0aae7 00:42:53 Step 13/22 : WORKDIR / 00:42:54 (1/5) Installing ca-certificates (20191127-r4) 00:42:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:54 (3/5) Installing libcurl (7.69.1-r3) 00:42:54 (4/5) Installing curl (7.69.1-r3) 00:42:54 (5/5) Installing dumb-init (1.2.2-r1) 00:42:54 Executing busybox-1.31.1-r19.trigger 00:42:54 Executing ca-certificates-20191127-r4.trigger 00:42:54 OK: 7 MiB in 19 packages 00:42:55 $ docker top 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:56 ---> Running in d709f3ac2da7 00:42:56 ---> 5195c27027fb 00:42:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:42:56 + docker-compose build --help 00:42:56 + grep parallel 00:42:56 Removing intermediate container 6dea65ae357a 00:42:56 ---> d3ae1d84da1a 00:42:56 00:42:56 Step 10/23 : FROM alpine:3.12 00:42:56 ---> 389fef711851 00:42:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:57 ---> Running in ea3fc0c0c7dc 00:42:57 Removing intermediate container d709f3ac2da7 00:42:57 ---> 060fa721537c 00:42:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:42:57 ---> 4ef17cfb79b6 00:42:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:42:57 Removing intermediate container aae31cb15104 00:42:57 ---> 5eb9d3f7f542 00:42:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:57 Removing intermediate container ea3fc0c0c7dc 00:42:57 ---> 544dfae73c56 00:42:57 Step 12/23 : ENV APP_PORT=48080 00:42:57 ---> Running in 0927fbe12479 00:42:57 ---> b41058756825 00:42:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:42:57 ---> Running in a3a0c3339414 00:42:58 Removing intermediate container 0927fbe12479 00:42:58 ---> 3b119f559f57 00:42:58 Step 13/24 : WORKDIR / 00:42:58 Removing intermediate container a3a0c3339414 00:42:58 ---> 830ff1d9a6d1 00:42:58 Step 13/23 : EXPOSE $APP_PORT 00:42:58 ---> Running in d909ebfb4afe 00:42:58 ---> 8903fcbd2a2b 00:42:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:42:58 ---> Running in 0e45b0243fbe 00:42:58 ---> ce5a68edc6a7 00:42:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:42:59 Removing intermediate container d909ebfb4afe 00:42:59 ---> 6d27f2e22d7f 00:42:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:42:59 Removing intermediate container 0e45b0243fbe 00:42:59 ---> 11c5a882b643 00:42:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:59 ---> 319a6b65bdd0 00:42:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:59 ---> Running in 546764badb51 00:42:59 ---> 078f7e4b327c 00:42:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:42:59 ---> a58eba3d8a19 00:42:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:43:00 ---> 9d9811a03c97 00:43:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:43:00 ---> 3990081c29eb 00:43:00 Step 18/22 : RUN chmod +x entrypoint.sh 00:43:01 ---> Running in ac5aa3d5fc87 00:43:01 ---> c1dae4c9a295 00:43:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:43:01 ---> fa4e4e9c4750 00:43:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:43:01 ---> Running in b5d8696354e8 00:43:01 --parallel Build images in parallel. 00:43:02 ---> 2f055283d2b0 00:43:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:43:02 Removing intermediate container b5d8696354e8 00:43:02 ---> aa5b79c39fbe 00:43:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:02 ---> Running in 9e836331721c 00:43:02 Removing intermediate container 546764badb51 00:43:02 ---> b4a2d067d4f4 00:43:02 Step 15/23 : RUN apk add --update --no-cache zeromq [Pipeline] } 00:43:02 $ docker stop --time=1 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 00:43:02 ---> Running in 02b46a1b4abb 00:43:02 Removing intermediate container 9e836331721c 00:43:02 ---> 9267f915b180 00:43:02 Step 22/24 : LABEL arch=x86_64 00:43:02 ---> Running in a8fb552c354b 00:43:03 ---> 8efef084df6b 00:43:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:43:03 Removing intermediate container a8fb552c354b 00:43:03 ---> 60d2fb375d18 00:43:03 Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:43:03 Removing intermediate container ac5aa3d5fc87 00:43:03 ---> 7e4de0c1b48e 00:43:03 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:43:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:03 ---> Running in 4131be5e006a 00:43:03 ---> Running in ef9f8e1fd99b 00:43:03 ---> 21f13bec7b50 00:43:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:43:03 Removing intermediate container 4131be5e006a 00:43:03 ---> 894858296a53 00:43:03 Step 24/24 : LABEL version=0.0.0 00:43:03 Removing intermediate container ef9f8e1fd99b 00:43:03 ---> fd8b72e73ab0 00:43:03 Step 20/22 : LABEL arch=x86_64 00:43:04 ---> Running in 0a6fd9c43972 00:43:04 ---> Running in 59422f9556e7 00:43:04 $ docker rm -f 1623b771fc637f64dde0dd837e86952fb7569f44ef3c5a3c0e5c8cfef10cb148 00:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:04 ---> 99bbeccafafc 00:43:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:43:04 ---> Running in 0e39ee49c930 00:43:04 Removing intermediate container 0a6fd9c43972 00:43:04 ---> a762effb30a6 00:43:04 00:43:04 Removing intermediate container 59422f9556e7 00:43:04 ---> 6cba5254549a 00:43:04 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:05 ---> Running in fab9cb0377c6 00:43:05 Successfully built a762effb30a6 00:43:05 Successfully tagged docker-support-notifications-go:latest 00:43:05  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) 00:43:05 Removing intermediate container fab9cb0377c6 00:43:05 ---> b40a61526c53 00:43:05 Step 22/22 : LABEL version=0.0.0 00:43:05 (2/5) Installing libsodium (1.0.18-r0) 00:43:05 ---> Running in d1f0f7f859dd 00:43:05 (3/5) Installing libstdc++ (9.3.0-r2) 00:43:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:05 . [Pipeline] withDockerContainer 00:43:05 Removing intermediate container d1f0f7f859dd 00:43:05 ---> 796b3f844fe6 00:43:05 00:43:05 prd-ubuntu18.04-docker-arm64-4c-16g-18367 does not seem to be running inside a container 00:43:06 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:05 (4/5) Installing libzmq (4.3.3-r0) 00:43:05 Successfully built 796b3f844fe6 00:43:05 Successfully tagged docker-security-bootstrap-redis-go:latest 00:43:05  Building docker-security-bootstrap-redis-go ... done (5/5) Installing zeromq (4.3.3-r0) 00:43:06 Executing busybox-1.31.1-r19.trigger 00:43:06 OK: 8 MiB in 19 packages 00:43:06 Removing intermediate container 0e39ee49c930 00:43:06 ---> 62529841ba4b 00:43:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:43:06 ---> Running in 75f304c84cd9 00:43:06 Removing intermediate container 75f304c84cd9 00:43:06 ---> 06d89c43a2d3 00:43:06 Step 22/24 : LABEL arch=x86_64 00:43:06 ---> Running in b79f0f12012e 00:43:07 Removing intermediate container 02b46a1b4abb 00:43:07 ---> 25912f795f35 00:43:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:43:07 Removing intermediate container b79f0f12012e 00:43:07 ---> 24748dec3817 00:43:07 Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:43:07 $ docker top d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f -eo pid,comm 00:43:07 ---> Running in 2b39f26b3632 00:43:07 ---> b9a63508b407 00:43:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] { 00:43:07 Removing intermediate container 2b39f26b3632 00:43:07 ---> 23c6ce4339d7 00:43:07 Step 24/24 : LABEL version=0.0.0 00:43:07 ---> Running in 287113ba180a [Pipeline] sh 00:43:08 Removing intermediate container 287113ba180a 00:43:08 ---> 1b9473ddfe29 00:43:08 00:43:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:08 Successfully built 1b9473ddfe29 00:43:08 Successfully tagged docker-security-secretstore-setup-go:latest 00:43:08 ---> 8c84851bd176 00:43:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:43:09  Building docker-security-secretstore-setup-go ... done  ---> 63cf1d308b8f 00:43:09 Step 19/23 : ENTRYPOINT ["/core-data"] 00:43:09 ---> Running in a80424c77a17 00:43:09 Removing intermediate container a80424c77a17 00:43:09 ---> e90639dc72d6 00:43:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:09 ---> Running in ea7e06dd2f69 00:43:10 Removing intermediate container ea7e06dd2f69 00:43:10 ---> bc54f6319ecd 00:43:10 Step 21/23 : LABEL arch=x86_64 00:43:10 ---> Running in 148e4c090815 00:43:10 Removing intermediate container 148e4c090815 00:43:10 ---> db774d564c22 00:43:10 Step 22/23 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:43:10 ---> Running in 22ef2006997b 00:43:11 Removing intermediate container 22ef2006997b 00:43:11 ---> 8e7be3af5305 00:43:11 Step 23/23 : LABEL version=0.0.0 00:43:11 ---> Running in a17c1c671d5c 00:43:11 Removing intermediate container a17c1c671d5c 00:43:11 ---> c666f12d3e75 00:43:11 00:43:11 Successfully built c666f12d3e75 00:43:11 Successfully tagged docker-core-data-go:latest 00:43:12  Building docker-core-data-go ... done  [Pipeline] } 00:43:12 $ docker stop --time=1 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a 00:43:13 Building docker-core-command-go ... 00:43:13 Building docker-core-data-go ... 00:43:13 Building docker-core-metadata-go ... 00:43:13 Building docker-security-bootstrap-redis-go ... 00:43:13 Building docker-security-proxy-setup-go ... 00:43:13 Building docker-security-secretstore-setup-go ... 00:43:13 Building docker-support-notifications-go ... 00:43:13 Building docker-support-scheduler-go ... 00:43:13 Building docker-sys-mgmt-agent-go ... 00:43:14 Building docker-core-data-go 00:43:14 Building docker-security-bootstrap-redis-go 00:43:14 Building docker-security-secretstore-setup-go 00:43:14 Building docker-security-proxy-setup-go 00:43:14 Building docker-core-metadata-go 00:43:14 $ docker rm -f 6723b1be8aa3ddce2fe742ff3da8ab1b95319c06e2bc860043b0404f9a50c56a [Pipeline] // withDockerContainer [Pipeline] sh 00:43:15 + docker images 00:43:15 + grep docker 00:43:15 docker-core-data-go latest c666f12d3e75 4 seconds ago 22.2MB 00:43:15 docker-security-secretstore-setup-go latest 1b9473ddfe29 8 seconds ago 24.6MB 00:43:15 docker-security-bootstrap-redis-go latest 796b3f844fe6 10 seconds ago 15.8MB 00:43:15 docker-support-notifications-go latest a762effb30a6 11 seconds ago 12MB 00:43:15 docker-sys-mgmt-agent-go latest ff0f826a5a92 50 seconds ago 313MB 00:43:15 docker-security-proxy-setup-go latest 970053a0899e 2 minutes ago 24.5MB 00:43:15 docker-core-metadata-go latest bfd35dffe11d 2 minutes ago 13MB 00:43:15 docker-core-command-go latest 6c444eb1f8b2 3 minutes ago 10.6MB 00:43:15 docker-support-scheduler-go latest 5339dcab0802 3 minutes ago 10.7MB 00:43:15 docker 20.10.0 aefe523efa57 3 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 00:43:16 Running on prd-ubuntu18.04-docker-8c-8g-18375 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 00:43:16 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:43:18 using credential edgex-jenkins-ssh 00:43:18 Cloning the remote Git repository 00:43:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:18 > git init /w/workspace/edgex-go/9 # timeout=10 00:43:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:19 > git --version # timeout=10 00:43:19 > git --version # 'git version 2.17.1' 00:43:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:36 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 00:43:36 Merge succeeded, producing a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 00:43:36 Checking out Revision a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 (PR-2966) 00:43:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:36 > git config core.sparsecheckout # timeout=10 00:43:36 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 00:43:36 > git remote # timeout=10 00:43:36 > git config --get remote.origin.url # timeout=10 00:43:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:36 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 00:43:36 > git rev-parse HEAD^{commit} # timeout=10 00:43:36 > git config core.sparsecheckout # timeout=10 00:43:36 > git checkout -f a5769ab0285ca395b79f8ea5d4a9ae05e6abbf55 # timeout=10 00:43:40 Commit message: "Merge commit '9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33' into HEAD" 00:43:40 > git rev-list --no-walk e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:41 + echo snap-build.sh 00:43:41 snap-build.sh 00:43:41 + SNAP_BASE_DIR=. 00:43:41 + '[' '!' -z /w/workspace/edgex-go/9 ']' 00:43:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 00:43:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 00:43:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 00:43:41 + cd /w/workspace/edgex-go/9 00:43:41 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:41 Reading package lists... 00:43:41 Building dependency tree... 00:43:41 Reading state information... 00:43:41 The following packages were automatically installed and are no longer required: 00:43:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:41 uidmap xdelta3 00:43:41 Use 'sudo apt autoremove' to remove them. 00:43:41 The following packages will be REMOVED: 00:43:41 lxd* lxd-client* 00:43:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:42 After this operation, 31.7 MB disk space will be freed. 00:43:43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:43 Removing lxd dnsmasq configuration 00:43:43 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:46 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:46 Processing triggers for ureadahead (0.100.0-21) ... 00:43:48 + sudo snap remove --purge lxd 00:43:48 snap "lxd" is not installed 00:43:48 + sudo groupadd --force --system lxd 00:43:48 ++ whoami 00:43:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:48 + newgrp - lxd 00:43:48 + sudo snap install lxd 00:43:56 2021-01-05T00:43:53Z INFO Waiting for automatic snapd restart... 00:44:11 lxd 4.9 from Canonical* installed 00:44:11 + sudo lxd init --auto 00:44:19 + sudo snap install --classic snapcraft 00:44:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:22 ---> 64256ca9244b 00:44:22 Step 3/24 : WORKDIR /edgex-go 00:44:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:23 ---> 64256ca9244b 00:44:23 Step 3/21 : WORKDIR /edgex-go 00:44:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:23 ---> 64256ca9244b 00:44:23 Step 3/22 : WORKDIR /edgex-go 00:44:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:23 00:44:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:23 ---> 64256ca9244b 00:44:23 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go 00:44:23 00:44:23 ---> 64256ca9244b 00:44:23 Step 3/22 : WORKDIR /edgex-go 00:44:27 ---> Running in 416058e4ae9e 00:44:27 ---> Running in c8e862d4387c 00:44:27 ---> Running in c366ce7c3747 00:44:27 ---> Running in a797746f3135 00:44:27 ---> Running in a831be67f6af 00:44:27 Removing intermediate container c8e862d4387c 00:44:27 ---> fccd53dc41d4 00:44:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:27 Removing intermediate container a831be67f6af 00:44:27 ---> 14808dc171c0 00:44:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:27 ---> Running in 430430fd0c11 00:44:27 Removing intermediate container 416058e4ae9e 00:44:27 ---> 39a9668a1809 00:44:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:27 Removing intermediate container c366ce7c3747 00:44:27 ---> 23de4e00c11a 00:44:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:27 snapcraft 4.4.4 from Canonical* installed 00:44:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:27 + patch --verbose -p1 00:44:27 Hmm... Looks like a unified diff to me... 00:44:27 The text leading up to this was: 00:44:27 -------------------------- 00:44:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:27 |From: Tony Espy 00:44:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:27 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:27 | 00:44:27 |This patch is used by the EdgeX CI pipeline builds to 00:44:27 |optimize the snap CI check run for pull requests. When 00:44:27 |applied, it essentially strips out everything (apps and 00:44:27 |parts) from the snapcraft.yaml file except those required 00:44:27 |to build edgex-go, as the whole idea of the CI check is to 00:44:27 |catch changes to edgex-go that break the snap build. 00:44:27 | 00:44:27 |In general, anyone updating snapcraft.yaml will also need 00:44:27 |to update this patch file, otherwise it may fail to apply, 00:44:27 |resulting in a failed snap build CI check in the associated 00:44:27 |pull request. 00:44:27 | 00:44:27 |Note - in addition to applying this patch, the pipeline also 00:44:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:27 |need to build the finally binary .snap file (and it won't 00:44:27 |work with the patch applied). This further reduces the build 00:44:27 |time. 00:44:27 |--- 00:44:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:27 | 00:44:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:27 |index 1e537489..faf42425 100644 00:44:27 |--- a/snap/snapcraft.yaml 00:44:27 |+++ b/snap/snapcraft.yaml 00:44:27 -------------------------- 00:44:27 patching file snap/snapcraft.yaml 00:44:27 Using Plan A... 00:44:27 Hunk #1 succeeded at 73. 00:44:27 Hunk #2 succeeded at 202. 00:44:27 Hunk #3 succeeded at 214. 00:44:27 Hunk #4 succeeded at 222. 00:44:27 Hunk #5 succeeded at 229. 00:44:27 Hunk #6 succeeded at 256. 00:44:27 Hunk #7 succeeded at 290. 00:44:27 Hunk #8 succeeded at 341. 00:44:27 Hmm... Ignoring the trailing garbage. 00:44:27 done 00:44:27 + sudo snapcraft prime --use-lxd 00:44:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:28 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:44:28 - README.md 00:44:28 00:44:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:28 Removing intermediate container a797746f3135 00:44:28 ---> 82bd8f0c6c65 00:44:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:28 ---> Running in 7ed252eb6c92 00:44:28 ---> Running in 772207c0611b 00:44:28 ---> Running in d5b16f3963d3 00:44:28 ---> Running in 5cf4360c738d 00:44:29 Launching a container. 00:44:31 Removing intermediate container 430430fd0c11 00:44:31 ---> 348b92998018 00:44:31 Step 5/22 : RUN apk add --update --no-cache make git 00:44:31 ---> Running in a3a061165de8 00:44:32 Removing intermediate container d5b16f3963d3 00:44:32 ---> e58da03d645f 00:44:32 Step 5/24 : RUN apk add --update --no-cache make git 00:44:32 Removing intermediate container 5cf4360c738d 00:44:32 ---> 11932b8fa615 00:44:32 Step 5/21 : RUN apk add --update --no-cache make git 00:44:32 ---> Running in 85261f5b198b 00:44:32 ---> Running in bdc91dfe8975 00:44:32 Removing intermediate container 772207c0611b 00:44:32 ---> d764e618c31c 00:44:32 Step 5/22 : RUN apk add --update --no-cache make git 00:44:33 Removing intermediate container 7ed252eb6c92 00:44:33 ---> 4389e394674d 00:44:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:33 ---> Running in 7ccb8343888d 00:44:33 ---> Running in f3911baaa026 00:44:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:35 OK: 217 MiB in 51 packages 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:36 OK: 217 MiB in 51 packages 00:44:36 OK: 217 MiB in 51 packages 00:44:36 Removing intermediate container a3a061165de8 00:44:36 ---> fdbe7f6ebc5b 00:44:36 Step 6/22 : COPY go.mod . 00:44:36 OK: 217 MiB in 51 packages 00:44:36 OK: 217 MiB in 51 packages 00:44:37 ---> b39c1bb54ca7 00:44:37 Step 7/22 : RUN go mod download 00:44:37 ---> Running in aca05f93cf5b 00:44:38 Removing intermediate container bdc91dfe8975 00:44:38 ---> e5085638f71d 00:44:38 Step 6/21 : COPY go.mod . 00:44:38 Removing intermediate container 85261f5b198b 00:44:38 ---> 6ef7dedb635d 00:44:38 Step 6/24 : COPY go.mod . 00:44:39 Removing intermediate container 7ccb8343888d 00:44:39 ---> d6863f3277db 00:44:39 Step 6/22 : COPY go.mod . 00:44:39 Removing intermediate container f3911baaa026 00:44:39 ---> e8d78b335d2b 00:44:39 Step 6/23 : COPY go.mod . 00:44:39 ---> 0a0a2e0f17aa 00:44:39 Step 7/21 : RUN go mod download 00:44:39 ---> Running in 46862c96ba5d 00:44:40 ---> 174f043e09b8 00:44:40 Step 7/24 : RUN go mod download 00:44:40 ---> 1a8dfec82bf1 00:44:40 Step 7/22 : RUN go mod download 00:44:40 ---> Running in 02a78f04451d 00:44:40 ---> Running in 77621919b571 00:44:40 ---> 480ae4241499 00:44:40 Step 7/23 : RUN go mod download 00:44:41 ---> Running in 0eb564e674fd 00:44:42 Removing intermediate container aca05f93cf5b 00:44:42 ---> 51ca9391f34c 00:44:42 Step 8/22 : COPY . . 00:44:43 Removing intermediate container 46862c96ba5d 00:44:43 ---> d2256cb9fb06 00:44:43 Step 8/21 : COPY . . 00:44:44 Waiting for container to be ready 00:44:44 To start your first instance, try: lxc launch ubuntu:18.04 00:44:44 00:44:45 Removing intermediate container 02a78f04451d 00:44:45 ---> f0d36069bde8 00:44:45 Step 8/24 : COPY . . 00:44:45 Removing intermediate container 77621919b571 00:44:45 ---> 845f4d4ea1aa 00:44:45 Step 8/22 : COPY . . 00:44:46 Removing intermediate container 0eb564e674fd 00:44:46 ---> 504bcf6c80c4 00:44:46 Step 8/23 : COPY . . 00:44:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:44:48 Waiting for network to be ready... 00:44:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:48 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 00:44:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:44:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:44:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:44:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:44:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:44:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:44:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:44:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 00:44:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 00:44:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:44:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:44:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 00:44:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 00:44:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:44:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:44:53 Fetched 23.6 MB in 5s (4569 kB/s) 00:44:54 Reading package lists... 00:44:54 Reading package lists... 00:44:54 Building dependency tree... 00:44:54 Reading state information... 00:44:54 The following additional packages will be installed: 00:44:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:54 Suggested packages: 00:44:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:54 Recommended packages: 00:44:54 gnupg libsasl2-modules 00:44:54 The following NEW packages will be installed: 00:44:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:54 The following packages will be upgraded: 00:44:54 gpg gpg-agent gpgconf libudev1 00:44:54 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:44:54 Need to get 3531 kB of archives. 00:44:54 After this operation, 13.3 MB of additional disk space will be used. 00:44:54 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:44:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:44:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:44:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:44:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:44:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 00:44:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 00:44:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:44:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:44:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:44:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:55 debconf: delaying package configuration, since apt-utils is not installed 00:44:55 Fetched 3531 kB in 1s (3493 kB/s) 00:44:55 (Reading database ... 12511 files and directories currently installed.) 00:44:55 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:44:56 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:56 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:44:56 Selecting previously unselected package udev. 00:44:56 (Reading database ... 12511 files and directories currently installed.) 00:44:56 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:44:56 Unpacking udev (237-3ubuntu10.43) ... 00:44:56 Selecting previously unselected package libfuse2:amd64. 00:44:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:56 Selecting previously unselected package fuse. 00:44:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:56 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:56 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:56 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:57 Selecting previously unselected package libksba8:amd64. 00:44:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:57 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:57 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:57 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:57 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:57 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:57 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:58 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:58 Selecting previously unselected package libsasl2-2:amd64. 00:44:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:58 Selecting previously unselected package libldap-common. 00:44:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:44:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:58 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:44:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:58 Selecting previously unselected package dirmngr. 00:44:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:58 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:44:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:58 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:58 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:58 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:58 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:44:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:58 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:58 Setting up udev (237-3ubuntu10.43) ... 00:44:59 invoke-rc.d: policy-rc.d denied execution of start. 00:44:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Processing triggers for systemd (237-3ubuntu10) ... 00:44:59 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:59 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:59 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:00 settings in the [Install] section, and DefaultInstance for template units). 00:45:00 This means they are not meant to be enabled using systemctl. 00:45:00 Possible reasons for having this kind of units are: 00:45:00 1) A unit may be statically enabled by being symlinked from another unit's 00:45:00 .wants/ or .requires/ directory. 00:45:00 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:00 a requirement dependency on it. 00:45:00 3) A unit may be started when needed via activation (socket, path, timer, 00:45:00 D-Bus, udev, scripted systemctl call, ...). 00:45:00 4) In case of template units, the unit is meant to be enabled with some 00:45:00 instance name specified. 00:45:01 Reading package lists... 00:45:01 Building dependency tree... 00:45:01 Reading state information... 00:45:01 The following additional packages will be installed: 00:45:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:01 Suggested packages: 00:45:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:01 systemd-container policykit-1 00:45:01 Recommended packages: 00:45:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:01 The following NEW packages will be installed: 00:45:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:01 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:01 python3.6-minimal snapd squashfs-tools sudo 00:45:01 The following packages will be upgraded: 00:45:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:01 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:45:01 Need to get 35.2 MB of archives. 00:45:01 After this operation, 141 MB of additional disk space will be used. 00:45:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:45:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:45:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:45:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:45:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:45:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:45:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:02 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:45:03 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:45:03 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:03 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:45:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:03 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:45:04 debconf: delaying package configuration, since apt-utils is not installed 00:45:04 Fetched 35.2 MB in 3s (13.2 MB/s) 00:45:04 (Reading database ... 12757 files and directories currently installed.) 00:45:04 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:45:04 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:45:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:05 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:45:05 (Reading database ... 12757 files and directories currently installed.) 00:45:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:06 (Reading database ... 12757 files and directories currently installed.) 00:45:06 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:06 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:06 Setting up apt (1.6.12ubuntu0.2) ... 00:45:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:07 (Reading database ... 12764 files and directories currently installed.) 00:45:07 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:07 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:07 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:07 Selecting previously unselected package libexpat1:amd64. 00:45:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:08 Selecting previously unselected package python3.6-minimal. 00:45:08 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:08 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:08 Checking for services that may need to be restarted...done. 00:45:08 Checking for services that may need to be restarted...done. 00:45:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:09 Selecting previously unselected package python3-minimal. 00:45:09 (Reading database ... 13012 files and directories currently installed.) 00:45:09 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:09 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:09 Selecting previously unselected package mime-support. 00:45:09 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:09 Unpacking mime-support (3.60ubuntu1) ... 00:45:09 Selecting previously unselected package libmpdec2:amd64. 00:45:09 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:09 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:09 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:09 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:09 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:09 Selecting previously unselected package python3.6. 00:45:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:09 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:09 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:10 Selecting previously unselected package python3. 00:45:10 (Reading database ... 13442 files and directories currently installed.) 00:45:10 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:10 Unpacking python3 (3.6.7-1~18.04) ... 00:45:10 Selecting previously unselected package multiarch-support. 00:45:10 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:10 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:10 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:10 Selecting previously unselected package liblzo2-2:amd64. 00:45:10 (Reading database ... 13479 files and directories currently installed.) 00:45:10 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:10 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:10 Selecting previously unselected package libbsd0:amd64. 00:45:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:10 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:10 Selecting previously unselected package sudo. 00:45:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:45:10 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:45:10 Selecting previously unselected package apparmor. 00:45:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:10 Selecting previously unselected package libedit2:amd64. 00:45:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:11 Selecting previously unselected package libkrb5support0:amd64. 00:45:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:11 Selecting previously unselected package libk5crypto3:amd64. 00:45:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:11 Selecting previously unselected package libkeyutils1:amd64. 00:45:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:11 Selecting previously unselected package libkrb5-3:amd64. 00:45:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:11 Selecting previously unselected package libssl1.0.0:amd64. 00:45:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:45:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:12 Selecting previously unselected package openssh-client. 00:45:12 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:12 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:13 Selecting previously unselected package squashfs-tools. 00:45:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:13 Selecting previously unselected package snapd. 00:45:13 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:13 Unpacking snapd (2.48+18.04) ... 00:45:13 ---> e12f4ac327bd 00:45:13 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:45:13 ---> 7c524e77ffa1 00:45:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:13 ---> Running in cfae742da82c 00:45:13 ---> c1ef897053a7 00:45:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:13 ---> a797c09f08da 00:45:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:13 ---> 89aeb2e4a0a2 00:45:13 Step 9/23 : RUN make cmd/core-data/core-data 00:45:13 ---> Running in ed2a123ff197 00:45:13 ---> Running in 6a2c97126644 00:45:13 ---> Running in a38c0c5111d5 00:45:13 ---> Running in ba32bdca2f41 00:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45: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 00:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:16 Setting up mime-support (3.60ubuntu1) ... 00:45:16 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:16 Setting up systemd (237-3ubuntu10.43) ... 00:45:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:17 Setting up python3 (3.6.7-1~18.04) ... 00:45:17 running python rtupdate hooks for python3.6... 00:45:17 running python post-rtupdate hooks for python3.6... 00:45:18 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:19 Setting up snapd (2.48+18.04) ... 00:45:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:20 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:21 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:21 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:21 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:21 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:45:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:21 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:24 Reading package lists... 00:45:24 Reading package lists... 00:45:25 Building dependency tree... 00:45:25 Reading state information... 00:45:25 Calculating upgrade... 00:45:25 The following packages will be upgraded: 00:45:25 advancecomp base-files bash binutils binutils-common 00:45:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:25 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:25 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:25 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:25 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:25 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:25 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:45:25 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:45:25 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:45:25 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:45:25 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:45:25 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:25 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:25 Need to get 63.5 MB of archives. 00:45:25 After this operation, 5200 kB of additional disk space will be used. 00:45:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:25 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:25 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:25 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:25 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:25 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:25 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:25 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:25 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:25 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:25 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:25 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:25 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:25 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:25 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:45:25 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:25 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:25 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:25 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:25 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:25 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:25 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:25 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:25 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:25 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:26 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:26 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:26 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:26 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:26 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:26 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:26 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 00:45:26 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:27 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:27 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:27 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:27 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:27 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:27 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:27 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:27 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:27 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:27 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:27 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:27 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:27 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:27 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:27 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:27 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:27 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:27 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:27 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:27 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:27 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:27 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:27 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:27 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:27 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:27 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:27 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:27 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:28 debconf: delaying package configuration, since apt-utils is not installed 00:45:28 Fetched 63.5 MB in 3s (23.4 MB/s) 00:45:28 (Reading database ... 13912 files and directories currently installed.) 00:45:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 00:45:29 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 00:45:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:30 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:30 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:30 (Reading database ... 13911 files and directories currently installed.) 00:45:30 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:31 (Reading database ... 13911 files and directories currently installed.) 00:45:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:31 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:31 (Reading database ... 13911 files and directories currently installed.) 00:45:31 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:31 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:32 (Reading database ... 13911 files and directories currently installed.) 00:45:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:32 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:33 Setting up base-files (10.1ubuntu2.10) ... 00:45:33 Installing new version of config file /etc/issue ... 00:45:33 Installing new version of config file /etc/issue.net ... 00:45:33 Installing new version of config file /etc/lsb-release ... 00:45:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:33 Removing obsolete conffile /etc/default/motd-news ... 00:45:33 (Reading database ... 13912 files and directories currently installed.) 00:45:33 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:33 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:33 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:33 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:45:33 (Reading database ... 13912 files and directories currently installed.) 00:45:33 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:34 (Reading database ... 13912 files and directories currently installed.) 00:45:34 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:34 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:34 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:34 (Reading database ... 13912 files and directories currently installed.) 00:45:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:34 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:34 (Reading database ... 13912 files and directories currently installed.) 00:45:34 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:34 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:34 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:35 (Reading database ... 13912 files and directories currently installed.) 00:45:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:35 (Reading database ... 13912 files and directories currently installed.) 00:45:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:35 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:35 Setting up grep (3.1-2build1) ... 00:45:35 (Reading database ... 13912 files and directories currently installed.) 00:45:35 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:35 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:35 Setting up login (1:4.5-1ubuntu2) ... 00:45:35 (Reading database ... 13912 files and directories currently installed.) 00:45:35 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:35 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:35 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:36 (Reading database ... 13912 files and directories currently installed.) 00:45:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:36 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:36 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:36 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:36 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:37 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:37 (Reading database ... 13912 files and directories currently installed.) 00:45:37 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:37 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:38 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:38 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:38 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:38 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:38 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:38 (Reading database ... 13912 files and directories currently installed.) 00:45:38 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:39 (Reading database ... 13912 files and directories currently installed.) 00:45:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:39 (Reading database ... 13912 files and directories currently installed.) 00:45:39 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:39 (Reading database ... 13912 files and directories currently installed.) 00:45:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:39 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:39 (Reading database ... 13912 files and directories currently installed.) 00:45:39 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:40 (Reading database ... 13912 files and directories currently installed.) 00:45:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:40 (Reading database ... 13912 files and directories currently installed.) 00:45:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:40 (Reading database ... 13912 files and directories currently installed.) 00:45:40 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:40 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:40 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:40 (Reading database ... 13912 files and directories currently installed.) 00:45:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:41 (Reading database ... 13912 files and directories currently installed.) 00:45:41 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:45:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:45:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:43 (Reading database ... 13914 files and directories currently installed.) 00:45:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:43 Setting up debconf (1.5.66ubuntu1) ... 00:45:43 (Reading database ... 13914 files and directories currently installed.) 00:45:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:43 (Reading database ... 13914 files and directories currently installed.) 00:45:43 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:43 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:43 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:43 (Reading database ... 13914 files and directories currently installed.) 00:45:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:44 (Reading database ... 13914 files and directories currently installed.) 00:45:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:45:44 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:44 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:44 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:44 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:44 (Reading database ... 13914 files and directories currently installed.) 00:45:44 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:44 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:45 (Reading database ... 13914 files and directories currently installed.) 00:45:45 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:45 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:45 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:45 (Reading database ... 13914 files and directories currently installed.) 00:45:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:45 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:45 (Reading database ... 13914 files and directories currently installed.) 00:45:45 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:45 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:45 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:45 (Reading database ... 13914 files and directories currently installed.) 00:45:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:46 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:46 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:46 (Reading database ... 13914 files and directories currently installed.) 00:45:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:46 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:46 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:46 (Reading database ... 13914 files and directories currently installed.) 00:45:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:46 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:47 (Reading database ... 13914 files and directories currently installed.) 00:45:47 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:47 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:47 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:47 (Reading database ... 13914 files and directories currently installed.) 00:45:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:47 (Reading database ... 13914 files and directories currently installed.) 00:45:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:47 (Reading database ... 13914 files and directories currently installed.) 00:45:47 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:48 (Reading database ... 13915 files and directories currently installed.) 00:45:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:48 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:48 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:48 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:48 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:45:48 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:45:48 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:45:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:50 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:45:50 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:45:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:52 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:52 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:52 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:52 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:52 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:52 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:52 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:53 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:53 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:54 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:54 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:57 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:45:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:57 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:45:57 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:45:57 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:45:57 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:57 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:45:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:45:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:45:58 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:45:58 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:45:58 00:45:58 Current default time zone: 'Etc/UTC' 00:45:58 Local time is now: Tue Jan 5 00:45:58 UTC 2021. 00:45:58 Universal Time is now: Tue Jan 5 00:45:58 UTC 2021. 00:45:58 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:45:58 00:45:58 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:45:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 00:45:58 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:45:58 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:45:58 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:45:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:58 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:58 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:58 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:59 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:59 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:45:59 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:01 Updating certificates in /etc/ssl/certs... 00:46:02 22 added, 17 removed; done. 00:46:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:02 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:46:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:02 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:46:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:02 Processing triggers for systemd (237-3ubuntu10.43) ... 00:46:03 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:03 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:03 Updating certificates in /etc/ssl/certs... 00:46:03 0 added, 0 removed; done. 00:46:03 Running hooks in /etc/ca-certificates/update.d... 00:46:03 done. 00:46:04 Reading package lists... 00:46:04 Building dependency tree... 00:46:04 Reading state information... 00:46:04 The following NEW packages will be installed: 00:46:04 apt-transport-https 00:46:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:04 Need to get 1696 B of archives. 00:46:04 After this operation, 153 kB of additional disk space will be used. 00:46:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:04 debconf: delaying package configuration, since apt-utils is not installed 00:46:04 Fetched 1696 B in 0s (26.8 kB/s) 00:46:04 Selecting previously unselected package apt-transport-https. 00:46:04 (Reading database ... 13929 files and directories currently installed.) 00:46:04 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:04 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:04 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:05 Waiting for network to be ready... 00:46:11 2021-01-05T00:46:08Z INFO Waiting for automatic snapd restart... 00:46:11 snapd 2.48.1 from Canonical* installed 00:46:12 "snapd" switched to the "latest/stable" channel 00:46:12 00:46:18 core18 20201210 from Canonical* installed 00:46:18 "core18" switched to the "latest/stable" channel 00:46:18 00:46:21 snapcraft 4.4.4 from Canonical* installed 00:46:21 "snapcraft" switched to the "latest/stable" channel 00:46:21 00:46:24 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:46:24 - README.md 00:46:24 00:46:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:32 Reading package lists... 00:46:32 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:46:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:39 Reading package lists... 00:46:39 Building dependency tree... 00:46:39 Reading state information... 00:46:39 Suggested packages: 00:46:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:39 Recommended packages: 00:46:39 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:39 The following NEW packages will be installed: 00:46:39 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:39 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:39 pkg-config zip 00:46:39 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:39 Need to get 7655 kB of archives. 00:46:39 After this operation, 43.7 MB of additional disk space will be used. 00:46:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:46:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:46:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:46:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:46:39 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:40 debconf: delaying package configuration, since apt-utils is not installed 00:46:40 Fetched 7655 kB in 1s (10.6 MB/s) 00:46:40 Selecting previously unselected package libglib2.0-0:amd64. 00:46:40 (Reading database ... 13933 files and directories currently installed.) 00:46:40 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:46:40 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:40 Selecting previously unselected package libpsl5:amd64. 00:46:40 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:40 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:40 Selecting previously unselected package libnghttp2-14:amd64. 00:46:40 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:40 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:40 Selecting previously unselected package librtmp1:amd64. 00:46:40 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:40 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:40 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:40 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:46:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:41 Selecting previously unselected package liberror-perl. 00:46:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:41 Unpacking liberror-perl (0.17025-1) ... 00:46:41 Selecting previously unselected package git-man. 00:46:41 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:41 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:41 Selecting previously unselected package git. 00:46:41 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:41 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:42 Selecting previously unselected package libnorm1:amd64. 00:46:42 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:42 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:42 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:42 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:42 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:42 Selecting previously unselected package libsodium23:amd64. 00:46:42 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:42 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:42 Selecting previously unselected package libzmq5:amd64. 00:46:42 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:42 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:42 Selecting previously unselected package libzmq3-dev:amd64. 00:46:42 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:42 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:42 Selecting previously unselected package pkg-config. 00:46:42 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:42 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:42 Selecting previously unselected package zip. 00:46:42 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:42 Unpacking zip (3.0-11build1) ... 00:46:42 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:42 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:43 Setting up liberror-perl (0.17025-1) ... 00:46:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:43 No schema files found: doing nothing. 00:46:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:43 Setting up zip (3.0-11build1) ... 00:46:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:43 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:43 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:43 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:43 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:43 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:51 git set to automatically installed. 00:46:51 git-man set to automatically installed. 00:46:51 libcurl3-gnutls set to automatically installed. 00:46:51 liberror-perl set to automatically installed. 00:46:51 libglib2.0-0 set to automatically installed. 00:46:51 libnghttp2-14 set to automatically installed. 00:46:51 libnorm1 set to automatically installed. 00:46:51 libpgm-5.2-0 set to automatically installed. 00:46:51 libpsl5 set to automatically installed. 00:46:51 librtmp1 set to automatically installed. 00:46:51 libsodium23 set to automatically installed. 00:46:51 libzmq3-dev set to automatically installed. 00:46:51 libzmq5 set to automatically installed. 00:46:51 pkg-config set to automatically installed. 00:46:51 zip set to automatically installed. 00:46:52 snapd is not logged in, snap install commands will use sudo 00:46:57 Removing intermediate container 6a2c97126644 00:46:57 ---> c001468dd60c 00:46:57 00:46:57 Step 10/22 : FROM alpine:3.12 00:46:57 Removing intermediate container a38c0c5111d5 00:46:57 ---> d4586d319abf 00:46:57 00:46:57 Step 10/24 : FROM alpine:3.12 00:46:57 3.12: Pulling from library/alpine 00:46:57 3.12: Pulling from library/alpine 00:46:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:59 snap "core18" has no updates available 00:46:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:59 Status: Image is up to date for alpine:3.12 00:46:59 ---> afeebe901d6b 00:46:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:59 Status: Downloaded newer image for alpine:3.12 00:46:59 ---> afeebe901d6b 00:46:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:59 Pulling config-common 00:47:00 ---> Running in d8ac45bda614 00:47:00 ---> Running in 0e00caa4bf90 00:47:00 Pulling go-build-helper 00:47:00 Removing intermediate container ed2a123ff197 00:47:00 ---> 78d715206e1c 00:47:00 00:47:00 Step 10/21 : FROM alpine:3.12 00:47:00 ---> afeebe901d6b 00:47:00 Step 11/21 : RUN apk add --update --no-cache curl 00:47:01 ---> Running in 8e046365b2fe 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:04 (1/5) Installing ca-certificates (20191127-r4) 00:47:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:05 (3/5) Installing libcurl (7.69.1-r3) 00:47:05 (4/5) Installing curl (7.69.1-r3) 00:47:05 (1/5) Installing ca-certificates (20191127-r4) 00:47:05 (5/5) Installing dumb-init (1.2.2-r1) 00:47:05 Executing busybox-1.31.1-r19.trigger 00:47:05 Executing ca-certificates-20191127-r4.trigger 00:47:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:05 (3/5) Installing libcurl (7.69.1-r3) 00:47:05 (4/5) Installing curl (7.69.1-r3) 00:47:05 (5/5) Installing dumb-init (1.2.2-r1) 00:47:05 Executing busybox-1.31.1-r19.trigger 00:47:05 Executing ca-certificates-20191127-r4.trigger 00:47:05 (1/4) Installing ca-certificates (20191127-r4) 00:47:05 OK: 7 MiB in 19 packages 00:47:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:05 (3/4) Installing libcurl (7.69.1-r3) 00:47:05 (4/4) Installing curl (7.69.1-r3) 00:47:05 Executing busybox-1.31.1-r19.trigger 00:47:05 Executing ca-certificates-20191127-r4.trigger 00:47:05 OK: 7 MiB in 19 packages 00:47:05 OK: 7 MiB in 18 packages 00:47:09 Removing intermediate container d8ac45bda614 00:47:09 ---> e9344223e153 00:47:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:09 ---> Running in c5afd9a34eb4 00:47:09 Removing intermediate container 8e046365b2fe 00:47:09 ---> e45a65dac76e 00:47:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:09 Removing intermediate container 0e00caa4bf90 00:47:09 ---> da8e52896bd2 00:47:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:09 ---> Running in 794cae977ce2 00:47:09 ---> Running in a865903cc1ea 00:47:10 Removing intermediate container c5afd9a34eb4 00:47:10 ---> 08e319a3ed7c 00:47:10 Step 13/22 : WORKDIR / 00:47:10 ---> Running in 891b4e7b7d72 00:47:10 Removing intermediate container 794cae977ce2 00:47:10 ---> 0a995f8fba1c 00:47:10 Step 13/21 : WORKDIR /edgex 00:47:11 ---> Running in 4c1f4303fd39 00:47:11 Removing intermediate container a865903cc1ea 00:47:11 ---> c0feecbbb970 00:47:11 Step 13/24 : WORKDIR / 00:47:11 ---> Running in b3483a82728c 00:47:11 Removing intermediate container 891b4e7b7d72 00:47:11 ---> b285a5003cb0 00:47:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:47:12 Removing intermediate container 4c1f4303fd39 00:47:12 ---> 0c5886a0617b 00:47:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:12 Removing intermediate container b3483a82728c 00:47:12 ---> 92f982803847 00:47:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:13 ---> 0c371276b881 00:47:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:13 ---> bd2fd4b9c22a 00:47:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:13 ---> ae5101df0bac 00:47:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:15 ---> becc276655c0 00:47:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:15 ---> 7de37344719d 00:47:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:15 ---> 8266ed2e0df3 00:47:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:17 ---> 6471988b1491 00:47:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:17 ---> fdb25a0ebbde 00:47:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:18 ---> bf2af1d66667 00:47:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:18 ---> Running in 1d2a9f6096b8 00:47:19 ---> 90c7bb86d5aa 00:47:19 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:19 ---> d32d38b578d5 00:47:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:19 Removing intermediate container 1d2a9f6096b8 00:47:19 ---> 91841d64e9f6 00:47:19 Step 18/21 : CMD ["--init=true"] 00:47:19 ---> Running in 9da334c8d387 00:47:19 ---> Running in b01953f2b532 00:47:21 Removing intermediate container b01953f2b532 00:47:21 ---> f2ac77d94152 00:47:21 Step 19/21 : LABEL arch=arm64 00:47:21 ---> Running in d78a3370f3e5 00:47:21 ---> 5973c064e222 00:47:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:22 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 00:47:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:47:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:47:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:47:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:47:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:47:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:47:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:47:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 00:47:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 00:47:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:47:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:47:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 00:47:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 00:47:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:47:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:47:22 Fetched 23.6 MB in 0s (0 B/s) 00:47:22 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:22 Fetched 96.5 kB in 0s (0 B/s) 00:47:22 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:22 Fetched 279 kB in 0s (0 B/s) 00:47:22 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:22 Fetched 122 kB in 0s (0 B/s) 00:47:22 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:22 Fetched 77.8 kB in 0s (0 B/s) 00:47:22 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:22 Fetched 8848 B in 0s (0 B/s) 00:47:22 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:22 Fetched 47.8 kB in 0s (0 B/s) 00:47:22 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:22 Fetched 45.6 kB in 0s (0 B/s) 00:47:22 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:47:22 Fetched 14.8 kB in 0s (0 B/s) 00:47:22 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:22 Fetched 214 kB in 0s (0 B/s) 00:47:22 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:22 Fetched 155 kB in 0s (0 B/s) 00:47:22 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:22 Fetched 50.6 kB in 0s (0 B/s) 00:47:22 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:22 Fetched 14.8 kB in 0s (0 B/s) 00:47:22 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:22 Fetched 41.8 kB in 0s (0 B/s) 00:47:22 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:22 Fetched 499 kB in 0s (0 B/s) 00:47:22 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:22 Fetched 111 kB in 0s (0 B/s) 00:47:22 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:22 Fetched 240 kB in 0s (0 B/s) 00:47:22 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:22 Fetched 29.3 kB in 0s (0 B/s) 00:47:22 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:22 Fetched 85.5 kB in 0s (0 B/s) 00:47:22 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:22 Fetched 24.5 kB in 0s (0 B/s) 00:47:22 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:47:22 Fetched 49.2 kB in 0s (0 B/s) 00:47:22 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:22 Fetched 54.2 kB in 0s (0 B/s) 00:47:22 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:22 Fetched 30.8 kB in 0s (0 B/s) 00:47:22 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:22 Fetched 17.0 kB in 0s (0 B/s) 00:47:22 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:22 Fetched 85.9 kB in 0s (0 B/s) 00:47:22 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:22 Fetched 8720 B in 0s (0 B/s) 00:47:22 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:22 Fetched 137 kB in 0s (0 B/s) 00:47:22 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:22 Fetched 119 kB in 0s (0 B/s) 00:47:22 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:22 Fetched 109 kB in 0s (0 B/s) 00:47:22 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:22 Fetched 11.1 kB in 0s (0 B/s) 00:47:22 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:22 Fetched 645 kB in 0s (0 B/s) 00:47:22 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:22 Fetched 41.3 kB in 0s (0 B/s) 00:47:22 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:22 Fetched 17.9 kB in 0s (0 B/s) 00:47:22 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:22 Fetched 368 kB in 0s (0 B/s) 00:47:22 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:47:22 Fetched 187 kB in 0s (0 B/s) 00:47:22 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:22 Fetched 175 kB in 0s (0 B/s) 00:47:22 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:23 Removing intermediate container d78a3370f3e5 00:47:23 ---> 676b55b5cd66 00:47:23 Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:47:23 ---> Running in 1b423ba3405a 00:47:23 ---> 8afab35cfd57 00:47:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:23 Removing intermediate container cfae742da82c 00:47:23 ---> afa37d1ef76a 00:47:23 00:47:23 Step 10/22 : FROM scratch 00:47:23 ---> 00:47:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:23 Removing intermediate container 9da334c8d387 00:47:23 ---> 6c8a68a30b14 00:47:23 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:23 ---> Running in 2b13d9b69222 00:47:23 ---> Running in de77280d9630 00:47:23 ---> Running in d77b5acee5bc 00:47:23 Removing intermediate container 1b423ba3405a 00:47:23 ---> 4a80f7b6b2da 00:47:23 Step 21/21 : LABEL version=0.0.0 00:47:24 ---> Running in ad065e802388 00:47:24 Removing intermediate container d77b5acee5bc 00:47:24 ---> 0f2b5b8b9f87 00:47:24 Step 12/22 : ENV APP_PORT=48081 00:47:24 ---> Running in ce274e2b485c 00:47:24 Removing intermediate container de77280d9630 00:47:24 ---> 256d82b4a0c1 00:47:24 Step 20/22 : LABEL arch=arm64 00:47:25 ---> Running in e44ca8533c50 00:47:25 Removing intermediate container ad065e802388 00:47:25 ---> 42d84a493cd6 00:47:25 00:47:25 Removing intermediate container ce274e2b485c 00:47:25 ---> c6f29627f3ef 00:47:25 Step 13/22 : EXPOSE $APP_PORT 00:47:25 ---> Running in 87ed4551f8fa 00:47:25 Removing intermediate container e44ca8533c50 00:47:25 ---> c0d06a207e18 00:47:25 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:47:25 Successfully built 42d84a493cd6 00:47:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:25  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:47:26 Fetched 206 kB in 0s (0 B/s) 00:47:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:26 Fetched 1301 kB in 0s (0 B/s) 00:47:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:26 Fetched 36.2 kB in 0s (0 B/s) 00:47:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:26 Fetched 159 kB in 0s (0 B/s) 00:47:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:26 Fetched 107 kB in 0s (0 B/s) 00:47:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:26 Fetched 48.7 kB in 0s (0 B/s) 00:47:26 Pulling static-packages 00:47:26 ---> Running in c4afce8c2014 00:47:26 Removing intermediate container 87ed4551f8fa 00:47:26 ---> e2ec80737c70 00:47:26 Step 14/22 : WORKDIR / 00:47:26 ---> Running in cc0305a6f4eb 00:47:27 Removing intermediate container c4afce8c2014 00:47:27 ---> 998f6e39804c 00:47:27 Step 22/22 : LABEL version=0.0.0 00:47:27 Removing intermediate container 2b13d9b69222 00:47:27 ---> 1f74cae806b3 00:47:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:27 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:47:27 Skipping pull go-build-helper (already ran) 00:47:27 Skipping pull static-packages (already ran) 00:47:27 Building go-build-helper 00:47:27 ---> Running in 2b4bcf480c4a 00:47:27 Removing intermediate container cc0305a6f4eb 00:47:27 ---> 9a802ef0d4bf 00:47:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:47:27 ---> Running in 377b7938824c 00:47:28 Removing intermediate container 2b4bcf480c4a 00:47:28 ---> 1defc50ce6e9 00:47:28 00:47:28 Successfully built 1defc50ce6e9 00:47:29 ---> cd699e79aa0e 00:47:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:29 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:47:29 Building docker-support-notifications-go 00:47:29 Removing intermediate container 377b7938824c 00:47:29 ---> 4cece70e4f9f 00:47:29  Building docker-security-bootstrap-redis-go ... done Step 22/24 : LABEL arch=arm64 00:47:29 ---> Running in 893d8914445e 00:47:30 Building static-packages 00:47:31 Removing intermediate container 893d8914445e 00:47:31 ---> b496fedc304d 00:47:31 Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:47:32 ---> a48257fdcb8d 00:47:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:32 ---> Running in 80488c4b4edd 00:47:32 Staging go-build-helper 00:47:33 Removing intermediate container ba32bdca2f41 00:47:33 ---> 48e1d1d1d84a 00:47:33 00:47:33 Step 10/23 : FROM alpine:3.12 00:47:33 ---> afeebe901d6b 00:47:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:33 Staging static-packages 00:47:33 Removing intermediate container 80488c4b4edd 00:47:33 ---> f976bab28929 00:47:33 Step 24/24 : LABEL version=0.0.0 00:47:34 ---> Running in 6afc0f026ab3 00:47:34 ---> 62dc9188dbb7 00:47:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:47:34 ---> Running in 75283a2cc557 00:47:34 Pulling go115 00:47:34 ---> Running in 0f6c8f6055c6 00:47:34 Removing intermediate container 6afc0f026ab3 00:47:34 ---> 46e3d16c6bae 00:47:34 Step 12/23 : ENV APP_PORT=48080 00:47:34 Removing intermediate container 75283a2cc557 00:47:34 ---> dda04cfd7f1b 00:47:34 00:47:34 ---> Running in 4212ad94230c 00:47:35 'edgex-go' has dependencies that need to be staged: go115 00:47:35 Skipping pull go115 (already ran) 00:47:35 Building go115 00:47:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:35 Dload Upload Total Spent Left Speed 00:47:35 Removing intermediate container 0f6c8f6055c6 00:47:35 ---> 878a0658149d 00:47:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:35 Successfully built dda04cfd7f1b 00:47:35 ---> Running in 7a5a81cd16ed 00:47:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:35 Building docker-sys-mgmt-agent-go 00:47:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4212ad94230c 00:47:35 ---> c4e4647548b6 00:47:35 Step 13/23 : EXPOSE $APP_PORT 00:47:35 ---> Running in 151278f97133 00:47:36 Removing intermediate container 7a5a81cd16ed 00:47:36 ---> a493923dafb5 00:47:36 Step 20/22 : LABEL arch=arm64 00:47:36 ---> Running in 3dc23436121f 00:47:36 Removing intermediate container 151278f97133 00:47:36 ---> 44c2326f62e3 00:47:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:36 ---> Running in acff45713337 00:47:36 Removing intermediate container 3dc23436121f 00:47:36 ---> b30f6ddf2dad 00:47:36 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:47:37 ---> Running in 0a9d45b130fe 00:47:37 Removing intermediate container 0a9d45b130fe 00:47:37 ---> 1513c46bf3ba 00:47:37 Step 22/22 : LABEL version=0.0.0 00:47:38 ---> Running in f564ce9660c3 00:47:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9695k 0 0 13.7M 0 0:00:08 --:--:-- 0:00:08 13.7M 31 115M 31 36.0M 0 0 21.4M 0 0:00:05 0:00:01 0:00:04 21.4M 50 115M 50 58.3M 0 0 21.7M 0 0:00:05 0:00:02 0:00:03 21.7M 73 115M 73 84.9M 0 0 22.9M 0 0:00:05 0:00:03 0:00:02 22.9M 100 115M 100 115M 0 0 25.5M 0 0:00:04 0:00:04 --:--:-- 25.5M 00:47:39 Removing intermediate container f564ce9660c3 00:47:39 ---> 20a9682b63a9 00:47:39 00:47:40 Successfully built 20a9682b63a9 00:47:40 go1.15.2.linux-amd64.tar.gz: OK 00:47:40 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:40  Building docker-core-metadata-go ... done Building docker-core-command-go 00:47:40 Removing intermediate container acff45713337 00:47:40 ---> fda1981fe5de 00:47:40 Step 15/23 : RUN apk add --update --no-cache zeromq 00:47:41 ---> Running in d7659435b33f 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 (1/5) Installing libgcc (9.3.0-r2) 00:47:44 (2/5) Installing libsodium (1.0.18-r0) 00:47:44 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:44 Staging go115 00:47:44 (4/5) Installing libzmq (4.3.3-r0) 00:47:44 (5/5) Installing zeromq (4.3.3-r0) 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 OK: 8 MiB in 19 packages 00:47:47 Removing intermediate container d7659435b33f 00:47:47 ---> 8aca51a265ea 00:47:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:49 ---> dd614f53ed98 00:47:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:49 Fetched 0 B in 0s (0 B/s) 00:47:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:49 Fetched 224 kB in 0s (0 B/s) 00:47:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:49 Fetched 157 kB in 0s (0 B/s) 00:47:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:49 Fetched 221 kB in 0s (0 B/s) 00:47:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:49 Fetched 143 kB in 0s (0 B/s) 00:47:49 Pulling edgex-go 00:47:50 Pulling version 00:47:51 Building config-common 00:47:52 ---> 81fb0de7e7b8 00:47:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:53 ---> 097ac32a059f 00:47:53 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:53 ---> Running in d8d2f48bcad2 00:47:53 Skipping build go-build-helper (already ran) 00:47:53 Skipping build static-packages (already ran) 00:47:53 Skipping build go115 (already ran) 00:47:53 Building edgex-go 00:47:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:54 Removing intermediate container d8d2f48bcad2 00:47:54 ---> 3e738022a7be 00:47:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:54 ---> Running in c6e994fa6ea3 00:47:55 go: downloading github.com/gorilla/mux v1.8.0 00:47:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 00:47:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 00:47:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:55 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 00:47:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:47:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:47:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:55 go: downloading github.com/pkg/errors v0.8.1 00:47:55 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:55 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:55 go: downloading github.com/imdario/mergo v0.3.11 00:47:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:55 go: downloading github.com/go-kit/kit v0.8.0 00:47:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:55 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:55 go: downloading github.com/google/uuid v1.1.3 00:47:55 Removing intermediate container c6e994fa6ea3 00:47:55 ---> 7371341a88fc 00:47:55 Step 21/23 : LABEL arch=arm64 00:47:55 go: downloading github.com/x448/float16 v0.8.4 00:47:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:55 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:55 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:55 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:55 go: downloading github.com/leodido/go-urn v1.2.0 00:47:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:55 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:55 go: downloading github.com/go-playground/locales v0.13.0 00:47:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:55 go: downloading github.com/hashicorp/serf v0.8.2 00:47:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:55 ---> Running in 93e8828e3274 00:47:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:56 Removing intermediate container 93e8828e3274 00:47:56 ---> 37d255eec302 00:47:56 Step 22/23 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:47:56 ---> Running in d799eb39054c 00:47:57 Removing intermediate container d799eb39054c 00:47:57 ---> 40501180a686 00:47:57 Step 23/23 : LABEL version=0.0.0 00:47:57 ---> Running in 8f58435b69a9 00:47:58 Removing intermediate container 8f58435b69a9 00:47:58 ---> d36b5c1ac4e8 00:47:58 00:47:58 Successfully built d36b5c1ac4e8 00:47:58 Successfully tagged docker-core-data-go-arm64:latest 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:11  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:11 ---> 64256ca9244b 00:48:11 Step 3/21 : WORKDIR /edgex-go 00:48:11 ---> Using cache 00:48:11 ---> 82bd8f0c6c65 00:48:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:11 ---> Using cache 00:48:11 ---> e58da03d645f 00:48:11 Step 5/21 : RUN apk add --update --no-cache make git 00:48:11 ---> Using cache 00:48:11 ---> 6ef7dedb635d 00:48:11 Step 6/21 : COPY go.mod . 00:48:11 ---> Using cache 00:48:11 ---> 174f043e09b8 00:48:11 Step 7/21 : RUN go mod download 00:48:11 ---> Using cache 00:48:11 ---> f0d36069bde8 00:48:11 Step 8/21 : COPY . . 00:48:11 ---> Using cache 00:48:11 ---> a797c09f08da 00:48:11 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:48:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:11 go: downloading github.com/stretchr/testify v1.6.1 00:48:11 go: downloading github.com/pmezard/go-difflib v1.0.0 00:48:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:48:11 go: downloading github.com/davecgh/go-spew v1.1.1 00:48:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:48:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:13 ---> 64256ca9244b 00:48:13 Step 3/24 : WORKDIR /edgex-go 00:48:13 ---> Using cache 00:48:13 ---> 82bd8f0c6c65 00:48:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:13 ---> Using cache 00:48:13 ---> e58da03d645f 00:48:13 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:14 ---> Running in 229ddde4378d 00:48:14 ---> Running in 16412bfd6ab1 00:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:48:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48: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 00:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:17 OK: 217 MiB in 51 packages 00:48:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:18 ---> 64256ca9244b 00:48:18 Step 3/26 : WORKDIR /edgex-go 00:48:18 ---> Using cache 00:48:18 ---> 82bd8f0c6c65 00:48:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:18 ---> Using cache 00:48:18 ---> e58da03d645f 00:48:18 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:20 Building version 00:48:20 ---> Running in eca041657c12 00:48:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 64256ca9244b 00:48:20 Step 3/22 : WORKDIR /edgex-go 00:48:20 ---> Using cache 00:48:20 ---> 82bd8f0c6c65 00:48:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 ---> Using cache 00:48:20 ---> e58da03d645f 00:48:20 Step 5/22 : RUN apk add --update --no-cache make git 00:48:20 ---> Using cache 00:48:20 ---> 6ef7dedb635d 00:48:20 Step 6/22 : COPY go.mod . 00:48:20 ---> Using cache 00:48:20 ---> 174f043e09b8 00:48:20 Step 7/22 : RUN go mod download 00:48:20 ---> Using cache 00:48:20 ---> f0d36069bde8 00:48:20 Step 8/22 : COPY . . 00:48:20 ---> Using cache 00:48:20 ---> a797c09f08da 00:48:20 Step 9/22 : RUN make cmd/core-command/core-command 00:48:21 ---> Running in 4372be69c7d8 00:48:21 Removing intermediate container 16412bfd6ab1 00:48:21 ---> 44ad349eda12 00:48:21 Step 6/24 : COPY go.mod . 00:48:22 Staging config-common 00:48:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:22 Skipping stage go-build-helper (already ran) 00:48:22 Skipping stage static-packages (already ran) 00:48:22 Skipping stage go115 (already ran) 00:48:22 Staging edgex-go 00:48:23 ---> 67f2bf0589b2 00:48:23 Step 7/24 : RUN go mod download 00:48:23 ---> Running in 4f8e592f6b6d 00:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:23 Staging version 00:48:24 OK: 217 MiB in 51 packages 00:48:24 Priming config-common 00:48:25 Priming go-build-helper 00:48:25 Removing intermediate container eca041657c12 00:48:25 ---> 12336a32c2b4 00:48:25 Step 6/26 : COPY go.mod . 00:48:26 Priming static-packages 00:48:26 ---> 321caf303631 00:48:26 Step 7/26 : RUN go mod download 00:48:27 ---> Running in 74bdfddb67aa 00:48:27 Removing intermediate container 4f8e592f6b6d 00:48:27 ---> 65cf5185c273 00:48:27 Step 8/24 : COPY . . 00:48:28 Priming go115 00:48:29 Priming edgex-go 00:48:30 Priming version 00:48:31 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] } 00:48:34 Removing intermediate container 74bdfddb67aa 00:48:34 ---> 844c5954fbf5 00:48:34 Step 8/26 : COPY . . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:52 ---> 0a3f1720dc97 00:48:52 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:52 ---> Running in 0001ec8eaa93 00:48:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:55 ---> bb4e116d1485 00:48:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:55 ---> Running in 5ceac119f88d 00:48:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:19 Removing intermediate container 229ddde4378d 00:49:19 ---> 56a9e09b9189 00:49:19 00:49:19 Step 10/21 : FROM scratch 00:49:19 ---> 00:49:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:19 ---> Using cache 00:49:19 ---> 0f2b5b8b9f87 00:49:19 Step 12/21 : ENV APP_PORT=48085 00:49:19 ---> Running in 2d8174411465 00:49:19 Removing intermediate container 2d8174411465 00:49:19 ---> d210f2698348 00:49:19 Step 13/21 : EXPOSE $APP_PORT 00:49:19 ---> Running in 92227780d892 00:49:19 Removing intermediate container 92227780d892 00:49:19 ---> 5c1f3298fb8f 00:49:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:20 ---> f23d3c7d1f7c 00:49:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:22 ---> a3db240d7647 00:49:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:23 ---> b760e597001b 00:49:23 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:24 ---> Running in 197896ad1486 00:49:24 Removing intermediate container 197896ad1486 00:49:24 ---> 4479f96d6f1a 00:49:24 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:24 ---> Running in 4ab33b5dff39 00:49:25 Removing intermediate container 4ab33b5dff39 00:49:25 ---> 1b0e9e27e75e 00:49:25 Step 19/21 : LABEL arch=arm64 00:49:26 ---> Running in edef8c993765 00:49:26 Removing intermediate container edef8c993765 00:49:26 ---> 84b4bbf0467e 00:49:26 Step 20/21 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:49:26 ---> Running in e65ef88b2ae4 00:49:27 Removing intermediate container e65ef88b2ae4 00:49:27 ---> 65c830b2727a 00:49:27 Step 21/21 : LABEL version=0.0.0 00:49:27 ---> Running in cf66d18997e5 00:49:28 Removing intermediate container cf66d18997e5 00:49:28 ---> bdacba6f6a6e 00:49:28 00:49:28 Successfully built bdacba6f6a6e 00:49:28 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:34  Building docker-support-scheduler-go ... done Removing intermediate container 4372be69c7d8 00:49:34 ---> 75f546d6f843 00:49:34 00:49:34 Step 10/22 : FROM scratch 00:49:34 ---> 00:49:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:34 ---> Using cache 00:49:34 ---> 0f2b5b8b9f87 00:49:34 Step 12/22 : ENV APP_PORT=48082 00:49:34 ---> Running in a90bc69810e6 00:49:34 Removing intermediate container a90bc69810e6 00:49:34 ---> 17e2303f1f86 00:49:34 Step 13/22 : EXPOSE $APP_PORT 00:49:34 ---> Running in 20abdf9a0d5b 00:49:35 Removing intermediate container 20abdf9a0d5b 00:49:35 ---> 497c85294395 00:49:35 Step 14/22 : WORKDIR / 00:49:35 ---> Running in 8f93de2946ec 00:49:36 Removing intermediate container 8f93de2946ec 00:49:36 ---> 91e4ad67ceb8 00:49:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:37 ---> 4a1724cf9771 00:49:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:39 ---> f6fa0b3ddb92 00:49:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:40 ---> c972b7aae39f 00:49:40 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:40 ---> Running in b62bd7e66fca 00:49:41 Removing intermediate container b62bd7e66fca 00:49:41 ---> 30c53014e489 00:49:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:41 ---> Running in 91779ff8ba38 00:49:42 Removing intermediate container 91779ff8ba38 00:49:42 ---> 10e01d9de17c 00:49:42 Step 20/22 : LABEL arch=arm64 00:49:42 ---> Running in a3c08e95837a 00:49:43 Removing intermediate container a3c08e95837a 00:49:43 ---> 65af6a7ed633 00:49:43 Step 21/22 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:49:43 ---> Running in f3c9f7b4f0ac 00:49:44 Removing intermediate container f3c9f7b4f0ac 00:49:44 ---> 2c04ea411120 00:49:44 Step 22/22 : LABEL version=0.0.0 00:49:44 ---> Running in be05c3ddc402 00:49:45 Removing intermediate container be05c3ddc402 00:49:45 ---> 5134950e9ae2 00:49:45 00:49:45 Successfully built 5134950e9ae2 00:49:45 Successfully tagged docker-core-command-go-arm64:latest 00:49:58  Building docker-core-command-go ... done Removing intermediate container 0001ec8eaa93 00:49:58 ---> 31a14e09718c 00:49:58 00:49:58 Step 10/24 : FROM scratch 00:49:58 ---> 00:49:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:58 Removing intermediate container 5ceac119f88d 00:49:58 ---> 8e3e991dcec7 00:49:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:58 ---> Running in 624ef68b7244 00:49:58 ---> Running in 46782dfb732d 00:49:58 Removing intermediate container 624ef68b7244 00:49:58 ---> d846841f1f90 00:49:58 Step 12/24 : ENV APP_PORT=48060 00:49:58 ---> Running in 5b297f126d9d 00:49:58 Removing intermediate container 5b297f126d9d 00:49:58 ---> 35b348821d6e 00:49:58 Step 13/24 : EXPOSE $APP_PORT 00:49:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:58 ---> Running in a85f71eb3cb5 00:49:59 Removing intermediate container a85f71eb3cb5 00:49:59 ---> 082e8fcbf23e 00:49:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:59 ---> 238ca922a781 00:49:59 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:50:01 ---> 935b199dd5dd 00:50:01 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:01 Removing intermediate container 46782dfb732d 00:50:01 ---> 7ca9a3b86679 00:50:01 00:50:01 Step 11/26 : FROM docker:20.10.0 00:50:01 20.10.0: Pulling from library/docker 00:50:02 ---> 2c308b24c4a6 00:50:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:50:03 ---> f7d2d089cf2c 00:50:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:05 ---> bda8bd014e5a 00:50:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:06 ---> 0119d3cf16d5 00:50:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:06 ---> Running in 99cbea686ed5 00:50:07 Removing intermediate container 99cbea686ed5 00:50:07 ---> 1845e947d5ed 00:50:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:07 ---> Running in 17eacbaa8f2a 00:50:08 Removing intermediate container 17eacbaa8f2a 00:50:08 ---> 723325916fb9 00:50:08 Step 22/24 : LABEL arch=arm64 00:50:08 ---> Running in 95cb4a671643 00:50:09 Removing intermediate container 95cb4a671643 00:50:09 ---> ac22fdb089c3 00:50:09 Step 23/24 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:50:09 ---> Running in cf1b8020e253 00:50:10 Removing intermediate container cf1b8020e253 00:50:10 ---> 6a61fc694e4e 00:50:10 Step 24/24 : LABEL version=0.0.0 00:50:10 ---> Running in ceb2ecbfcd09 00:50:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:10 Status: Downloaded newer image for docker:20.10.0 00:50:10 ---> eeaf43b92773 00:50:10 Step 12/26 : RUN apk add --no-cache bash 00:50:10 Removing intermediate container ceb2ecbfcd09 00:50:10 ---> c67d29f6a839 00:50:10 00:50:10 ---> Running in 4514daca70e9 00:50:11 Successfully built c67d29f6a839 00:50:11 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:11  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:12 (1/2) Installing readline (8.0.4-r0) 00:50:12 (2/2) Installing bash (5.0.17-r0) 00:50:12 Executing bash-5.0.17-r0.post-install 00:50:12 Executing busybox-1.31.1-r19.trigger 00:50:12 OK: 12 MiB in 22 packages 00:50:13 Removing intermediate container 4514daca70e9 00:50:13 ---> 6bff3aeda37b 00:50:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:13 ---> Running in 318037478b78 00:50:14 Removing intermediate container 318037478b78 00:50:14 ---> 5a82042547b6 00:50:14 Step 14/26 : ENV APP_PORT=48090 00:50:14 ---> Running in 84e59d1b392b 00:50:15 Removing intermediate container 84e59d1b392b 00:50:15 ---> 59237252524b 00:50:15 Step 15/26 : EXPOSE $APP_PORT 00:50:15 ---> Running in 4ba78794b768 00:50:15 Removing intermediate container 4ba78794b768 00:50:15 ---> 4f12723f2612 00:50:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:16 ---> 451bd6d721af 00:50:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:17 ---> d586dabf5da7 00:50:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:18 ---> 9004d5c899cf 00:50:18 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:18 ---> Running in 6dc9fa808afc 00:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:19 (1/33) Installing libbz2 (1.0.8-r1) 00:50:19 (2/33) Installing expat (2.2.9-r1) 00:50:19 (3/33) Installing libffi (3.3-r2) 00:50:19 (4/33) Installing gdbm (1.13-r1) 00:50:19 (5/33) Installing xz-libs (5.2.5-r0) 00:50:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:20 (7/33) Installing python3 (3.8.5-r0) 00:50:21 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:21 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:21 (11/33) Installing py3-six (1.15.0-r0) 00:50:21 (12/33) Installing py3-packaging (20.4-r0) 00:50:21 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:21 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:21 (15/33) Installing py3-idna (2.9-r0) 00:50:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:22 (18/33) Installing py3-requests (2.23.0-r0) 00:50:22 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:22 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:22 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:22 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:22 (24/33) Installing py3-distro (1.5.0-r1) 00:50:22 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:22 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:22 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:22 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:22 (29/33) Installing py3-progress (1.5-r0) 00:50:22 (30/33) Installing py3-toml (0.10.1-r0) 00:50:22 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:22 (33/33) Installing py3-pip (20.1.1-r0) 00:50:22 Executing busybox-1.31.1-r19.trigger 00:50:22 OK: 71 MiB in 55 packages 00:50:29 Removing intermediate container 6dc9fa808afc 00:50:29 ---> efe4aff6e5a2 00:50:29 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:29 ---> Running in 6a0ab301c5ca 00:50:33 Collecting docker-compose==1.23.2 00:50:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:33 Collecting cached-property<2,>=1.2.0 00:50:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:34 Collecting texttable<0.10,>=0.9.0 00:50:34 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:36 Collecting websocket-client<1.0,>=0.32.0 00:50:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:36 Collecting jsonschema<3,>=2.5.1 00:50:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:37 Collecting docker<4.0,>=3.6.0 00:50:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:38 Collecting dockerpty<0.5,>=0.4.1 00:50:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:41 Collecting PyYAML<4,>=3.10 00:50:41 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:44 Collecting docopt<0.7,>=0.6.1 00:50:44 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:46 Collecting docker-pycreds>=0.4.0 00:50:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:46 Collecting idna<2.8,>=2.5 00:50:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:47 Collecting urllib3<1.25,>=1.21.1 00:50:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:48 Installing collected packages: cached-property, texttable, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, docker-compose 00:50:48 Running setup.py install for texttable: started 00:50:50 Running setup.py install for texttable: finished with status 'done' 00:50:50 Attempting uninstall: idna 00:50:50 Found existing installation: idna 2.9 00:50:50 Uninstalling idna-2.9: 00:50:50 Successfully uninstalled idna-2.9 00:50:51 Attempting uninstall: urllib3 00:50:51 Found existing installation: urllib3 1.25.9 00:50:51 Uninstalling urllib3-1.25.9: 00:50:51 Successfully uninstalled urllib3-1.25.9 00:50:52 Attempting uninstall: requests 00:50:52 Found existing installation: requests 2.23.0 00:50:52 Uninstalling requests-2.23.0: 00:50:52 Successfully uninstalled requests-2.23.0 00:50:53 Running setup.py install for dockerpty: started 00:50:54 Running setup.py install for dockerpty: finished with status 'done' 00:50:54 Running setup.py install for PyYAML: started 00:50:56 Running setup.py install for PyYAML: finished with status 'done' 00:50:56 Running setup.py install for docopt: started 00:50:58 Running setup.py install for docopt: finished with status 'done' 00:50:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:51:03 Removing intermediate container 6a0ab301c5ca 00:51:03 ---> f4ea117f5943 00:51:03 Step 21/26 : RUN apk --no-cache add curl 00:51:03 ---> Running in 2fd2ca665bab 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:05 (2/3) Installing libcurl (7.69.1-r3) 00:51:05 (3/3) Installing curl (7.69.1-r3) 00:51:05 Executing busybox-1.31.1-r19.trigger 00:51:05 OK: 71 MiB in 58 packages 00:51:06 Removing intermediate container 2fd2ca665bab 00:51:06 ---> 5f38747b4c34 00:51:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:06 ---> Running in a63d8f7b203a 00:51:07 Removing intermediate container a63d8f7b203a 00:51:07 ---> ddb5f50b1dd8 00:51:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:07 ---> Running in b8eb61446f06 00:51:08 Removing intermediate container b8eb61446f06 00:51:08 ---> 8ef9edd8e2dc 00:51:08 Step 24/26 : LABEL arch=arm64 00:51:08 ---> Running in a010025f21ff 00:51:08 Removing intermediate container a010025f21ff 00:51:08 ---> 77a6f20d2c08 00:51:08 Step 25/26 : LABEL git_sha=b026b923cce910104345e4fc88c032ad4f5ee240 00:51:08 ---> Running in 4e9c7efcda95 00:51:09 Removing intermediate container 4e9c7efcda95 00:51:09 ---> e56dfef4fd82 00:51:09 Step 26/26 : LABEL version=0.0.0 00:51:09 ---> Running in 8b0242dd770a 00:51:09 Removing intermediate container 8b0242dd770a 00:51:09 ---> ddaae902081d 00:51:09 00:51:10 Successfully built ddaae902081d 00:51:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:10 $ docker stop --time=1 d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f 00:51:12 $ docker rm -f d6c6bc7df6aa44b7f3644005ffe05ed9e65c2bf6cc43aaaa42014a15f8c32d1f [Pipeline] // withDockerContainer [Pipeline] sh 00:51:13 + docker images 00:51:13 + grep docker 00:51:13 docker-sys-mgmt-agent-go-arm64 latest ddaae902081d 4 seconds ago 300MB 00:51:13 docker-support-notifications-go-arm64 latest c67d29f6a839 About a minute ago 11.4MB 00:51:13 docker-core-command-go-arm64 latest 5134950e9ae2 About a minute ago 9.98MB 00:51:13 docker-support-scheduler-go-arm64 latest bdacba6f6a6e About a minute ago 10MB 00:51:13 docker-core-data-go-arm64 latest d36b5c1ac4e8 3 minutes ago 20.9MB 00:51:13 docker-core-metadata-go-arm64 latest 20a9682b63a9 3 minutes ago 12.3MB 00:51:13 docker-security-secretstore-setup-go-arm64 latest dda04cfd7f1b 3 minutes ago 23.4MB 00:51:13 docker-security-bootstrap-redis-go-arm64 latest 1defc50ce6e9 3 minutes ago 15.1MB 00:51:13 docker-security-proxy-setup-go-arm64 latest 42d84a493cd6 3 minutes ago 23.3MB 00:51:13 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:51:15 provisioning config files... 00:51:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1159183636047393672tmp [Pipeline] { [Pipeline] sh 00:51:15 + set +x 00:51:15 + curl -s https://codecov.io/bash 00:51:15 + bash -s -- 00:51:16 00:51:16 _____ _ 00:51:16 / ____| | | 00:51:16 | | ___ __| | ___ ___ _____ __ 00:51:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:51:16 | |___| (_) | (_| | __/ (_| (_) \ V / 00:51:16 \_____\___/ \__,_|\___|\___\___/ \_/ 00:51:16 Bash-20201231-23d4836 00:51:16 00:51:16 00:51:16 ==> git version 2.24.3 found 00:51:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:51:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:51:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:51:16 ==> Jenkins CI detected. 00:51:16 project root: . 00:51:16 --> token set from env 00:51:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:51:16 ==> Running gcov in . (disable via -X gcov) 00:51:16 ==> Python coveragepy not found 00:51:16 ==> Searching for coverage reports in: 00:51:16 + . 00:51:16 -> Found 1 reports 00:51:16 ==> Detecting git/mercurial file structure 00:51:16 ==> Reading reports 00:51:16 + ./coverage.out bytes=538204 00:51:16 ==> Appending adjustments 00:51:16 https://docs.codecov.io/docs/fixing-reports 00:51:22 + Found adjustments 00:51:22 ==> Gzipping contents 00:51:22 84K /tmp/codecov.CzNdCi.gz 00:51:22 ==> Uploading reports 00:51:22 url: https://codecov.io 00:51:22 query: branch=PR-2966&commit=b026b923cce910104345e4fc88c032ad4f5ee240&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 00:51:22 -> Pinging Codecov 00:51:22 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=b026b923cce910104345e4fc88c032ad4f5ee240&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 00:51:22 -> Uploading to 00:51:22 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b026b923cce910104345e4fc88c032ad4f5ee240/3243d796-17f2-4299-91a2-99c4595dfacf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T005121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2c696b7c8bc0751c0e95011d3ca7f184d16dc70015e6e5872f7500dd6d029e7 00:51:22 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:22 Dload Upload Total Spent Left Speed 00:51:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81998 0 0 100 81998 0 164k --:--:-- --:--:-- --:--:-- 164k 100 81998 0 0 100 81998 0 163k --:--:-- --:--:-- --:--:-- 163k 00:51:22 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b026b923cce910104345e4fc88c032ad4f5ee240 [Pipeline] } 00:51:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:25 ---> package-listing.sh 00:51:25 ++ facter osfamily 00:51:25 ++ tr '[:upper:]' '[:lower:]' 00:51:26 + OS_FAMILY=redhat 00:51:26 + workspace=/w/workspace/edgex-go/9 00:51:26 + START_PACKAGES=/tmp/packages_start.txt 00:51:26 + END_PACKAGES=/tmp/packages_end.txt 00:51:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:26 + PACKAGES=/tmp/packages_start.txt 00:51:26 + '[' /w/workspace/edgex-go/9 ']' 00:51:26 + PACKAGES=/tmp/packages_end.txt 00:51:26 + case "${OS_FAMILY}" in 00:51:26 + rpm -qa 00:51:26 + sort 00:51:31 + '[' -f /tmp/packages_start.txt ']' 00:51:31 + '[' -f /tmp/packages_end.txt ']' 00:51:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:31 + '[' /w/workspace/edgex-go/9 ']' 00:51:31 + mkdir -p /w/workspace/edgex-go/9/archives/ 00:51:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 00:51:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:32 00:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:33 alpine: Pulling from edgex-lftools-log-publisher 00:51:33 df20fa9351a1: Pulling fs layer 00:51:33 36b3adc4ff6f: Pulling fs layer 00:51:33 8ad3a11d3b57: Pulling fs layer 00:51:33 46f8f816bc3b: Pulling fs layer 00:51:33 93b61091891f: Pulling fs layer 00:51:33 93b9cdb0e59b: Pulling fs layer 00:51:33 5e14af77c1be: Pulling fs layer 00:51:33 01666e4c0597: Pulling fs layer 00:51:33 aa168da1d23b: Pulling fs layer 00:51:33 93b9cdb0e59b: Waiting 00:51:33 46f8f816bc3b: Waiting 00:51:33 93b61091891f: Waiting 00:51:33 5e14af77c1be: Waiting 00:51:33 aa168da1d23b: Waiting 00:51:33 01666e4c0597: Waiting 00:51:33 36b3adc4ff6f: Verifying Checksum 00:51:33 36b3adc4ff6f: Download complete 00:51:33 46f8f816bc3b: Verifying Checksum 00:51:33 46f8f816bc3b: Download complete 00:51:33 df20fa9351a1: Verifying Checksum 00:51:33 93b9cdb0e59b: Verifying Checksum 00:51:33 93b9cdb0e59b: Download complete 00:51:33 5e14af77c1be: Verifying Checksum 00:51:33 5e14af77c1be: Download complete 00:51:33 01666e4c0597: Download complete 00:51:33 93b61091891f: Verifying Checksum 00:51:33 93b61091891f: Download complete 00:51:34 df20fa9351a1: Pull complete 00:51:34 8ad3a11d3b57: Verifying Checksum 00:51:34 8ad3a11d3b57: Download complete 00:51:34 36b3adc4ff6f: Pull complete 00:51:36 8ad3a11d3b57: Pull complete 00:51:36 46f8f816bc3b: Pull complete 00:51:37 93b61091891f: Pull complete 00:51:38 aa168da1d23b: Verifying Checksum 00:51:38 aa168da1d23b: Download complete 00:51:38 93b9cdb0e59b: Pull complete 00:51:39 5e14af77c1be: Pull complete 00:51:39 01666e4c0597: Pull complete 00:51:54 aa168da1d23b: Pull complete 00:51:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:55 prd-centos7-docker-4c-2g-18360 does not seem to be running inside a container 00:51:55 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-lftools-log-publisher:alpine cat 00:52:00 $ docker top d9d21f17870101fff9df187eab8df4da2f4f58bc4c7f16523086a3f3c917e661 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:01 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:02 + mkdir -p /var/log/sa [Pipeline] sh 00:52:03 + ls /var/log/sa-host 00:52:03 + sadf -c /var/log/sa-host/sa05 00:52:03 file_magic: OK 00:52:03 HZ: Using current value: 100 00:52:03 file_header: OK 00:52:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:03 Statistics: 00:52:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:03 File successfully converted to sysstat format version 12.2.1 00:52:03 + sadf -c /var/log/sa-host/sa23 00:52:03 file_magic: OK 00:52:03 HZ: Using current value: 100 00:52:03 file_header: OK 00:52:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:03 Statistics: 00:52:03 Hnuu...uuuununununu... 00:52:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:03 provisioning config files... 00:52:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config5370940924446250196tmp [Pipeline] { [Pipeline] echo 00:52:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:04 ---> create-netrc.sh [Pipeline] } 00:52:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:04 ---> python-tools-install.sh [Pipeline] echo 00:52:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:05 ---> sudo-logs.sh 00:52:05 Archiving 'sudo' log.. [Pipeline] echo 00:52:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:06 ---> job-cost.sh 00:52:06 lf-activate-venv: SKIPPING 00:52:06 INFO: No Stack... 00:52:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:07 INFO: Archiving Costs [Pipeline] echo 00:52:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:08 ---> logs-deploy.sh 00:52:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/9 00:52:08 INFO: archiving workspace using pattern(s): 00:52:11 Archives upload complete. 00:52:11 INFO: archiving logs to Nexus 00:52:12 ---> uname -a: 00:52:12 Linux prd-centos7-docker-4c-2g-18360.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:52:12 00:52:12 00:52:12 ---> lscpu: 00:52:12 Architecture: x86_64 00:52:12 CPU op-mode(s): 32-bit, 64-bit 00:52:12 Byte Order: Little Endian 00:52:12 Address sizes: 40 bits physical, 48 bits virtual 00:52:12 CPU(s): 4 00:52:12 On-line CPU(s) list: 0-3 00:52:12 Thread(s) per core: 1 00:52:12 Core(s) per socket: 1 00:52:12 Socket(s): 4 00:52:12 NUMA node(s): 1 00:52:12 Vendor ID: GenuineIntel 00:52:12 CPU family: 6 00:52:12 Model: 44 00:52:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:12 Stepping: 1 00:52:12 CPU MHz: 2933.438 00:52:12 BogoMIPS: 5866.87 00:52:12 Virtualization: VT-x 00:52:12 Hypervisor vendor: KVM 00:52:12 Virtualization type: full 00:52:12 L1d cache: 128 KiB 00:52:12 L1i cache: 128 KiB 00:52:12 L2 cache: 16 MiB 00:52:12 L3 cache: 64 MiB 00:52:12 NUMA node0 CPU(s): 0-3 00:52:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:12 Vulnerability Meltdown: Mitigation; PTI 00:52:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:12 Vulnerability Srbds: Not affected 00:52:12 Vulnerability Tsx async abort: Not affected 00:52:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:52:12 00:52:12 00:52:12 ---> nproc: 00:52:12 4 00:52:12 00:52:12 00:52:12 ---> df -h: 00:52:12 Filesystem Size Used Available Use% Mounted on 00:52:12 overlay 50.0G 12.4G 37.5G 25% / 00:52:12 tmpfs 64.0M 0 64.0M 0% /dev 00:52:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:12 shm 64.0M 0 64.0M 0% /dev/shm 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/9 00:52:12 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/9@tmp 00:52:12 00:52:12 00:52:12 ---> free -m: 00:52:12 total used free shared buff/cache available 00:52:12 Mem: 1837 647 152 0 1036 1108 00:52:12 Swap: 1023 112 911 00:52:12 00:52:12 00:52:12 ---> ip addr: 00:52:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:12 inet 127.0.0.1/8 scope host lo 00:52:12 valid_lft forever preferred_lft forever 00:52:12 inet6 ::1/128 scope host 00:52:12 valid_lft forever preferred_lft forever 00:52:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:12 link/ether fa:16:3e:47:94:33 brd ff:ff:ff:ff:ff:ff 00:52:12 inet 10.30.123.184/23 brd 10.30.123.255 scope global dynamic eth0 00:52:12 valid_lft 85064sec preferred_lft 85064sec 00:52:12 inet6 fe80::f816:3eff:fe47:9433/64 scope link 00:52:12 valid_lft forever preferred_lft forever 00:52:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:12 link/ether 02:42:56:e0:76:79 brd ff:ff:ff:ff:ff:ff 00:52:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:12 valid_lft forever preferred_lft forever 00:52:12 inet6 fe80::42:56ff:fee0:7679/64 scope link 00:52:12 valid_lft forever preferred_lft forever 00:52:12 00:52:12 00:52:12 ---> sar -b -r -n DEV: 00:52:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 00:52:12 00:52:12 00:29:44 LINUX RESTART (4 CPU) 00:52:12 00:52:12 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:12 00:32:01 62.46 18.45 44.01 0.00 4995.85 6965.98 0.00 00:52:12 00:33:01 223.98 97.44 126.54 0.00 6551.28 44285.61 0.00 00:52:12 00:34:02 194.52 77.55 116.98 0.00 2982.28 16052.84 0.00 00:52:12 00:35:01 83.19 25.71 57.48 0.00 1025.52 6381.41 0.00 00:52:12 00:36:01 119.37 59.92 59.44 0.00 3285.10 5012.41 0.00 00:52:12 00:37:01 84.58 9.43 75.14 0.00 575.84 21198.45 0.00 00:52:12 00:38:02 938.17 743.03 195.14 0.00 86660.51 144121.72 0.00 00:52:12 00:39:01 2578.92 2316.97 261.96 0.00 135335.08 147337.51 0.00 00:52:12 00:40:01 260.24 130.33 129.91 0.00 9850.36 21413.49 0.00 00:52:12 00:41:01 845.25 510.91 334.34 0.00 93597.69 137862.06 0.00 00:52:12 00:42:02 2280.97 1977.23 303.74 0.00 109785.32 120301.27 0.00 00:52:12 00:43:01 320.41 141.22 179.19 0.00 11980.02 21445.69 0.00 00:52:12 00:44:01 66.56 25.96 40.60 0.00 3306.51 3013.89 0.00 00:52:12 00:45:01 2.20 2.01 0.18 0.00 58.82 2.00 0.00 00:52:12 00:46:01 0.98 0.12 0.86 0.00 1.33 16.37 0.00 00:52:12 00:47:02 0.30 0.02 0.28 0.00 0.27 3.03 0.00 00:52:12 00:48:01 0.41 0.14 0.27 0.00 1.22 3.59 0.00 00:52:12 00:49:01 0.23 0.02 0.22 0.00 0.13 2.46 0.00 00:52:12 00:50:01 0.65 0.10 0.55 0.00 1.20 5.67 0.00 00:52:12 00:51:01 0.72 0.02 0.70 0.00 0.13 7.37 0.00 00:52:12 00:52:01 189.83 98.89 90.95 0.00 9169.17 18744.04 0.00 00:52:12 Average: 393.84 297.55 96.30 0.00 22906.14 34147.28 0.00 00:52:12 00:52:12 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:12 00:32:01 71568 0 746148 39.66 2620 1061208 1480576 50.53 635124 970364 18320 00:52:12 00:33:01 90732 0 745972 39.65 1536 1043304 2124824 72.52 617756 933048 52 00:52:12 00:34:02 86412 0 820752 43.62 1492 972888 1817876 62.04 664200 856364 10740 00:52:12 00:35:01 238996 0 743984 39.54 724 897840 1577764 53.85 635116 726796 66868 00:52:12 00:36:01 232568 0 753524 40.05 724 894728 1448280 49.43 624372 737728 44224 00:52:12 00:37:01 179104 0 708532 37.66 580 993328 1442644 49.24 571244 844096 52 00:52:12 00:38:02 328784 0 825168 43.86 0 727592 4143008 141.39 657992 675048 76 00:52:12 00:39:01 77652 0 803716 42.72 0 1000176 2356780 80.43 730720 845664 32224 00:52:12 00:40:01 461808 0 690276 36.69 0 729460 1566576 53.46 503784 668756 4952 00:52:12 00:41:01 352580 0 625768 33.26 0 903196 1609488 54.93 583976 719104 44 00:52:12 00:42:02 666808 0 620860 33.00 0 593876 1710964 58.39 358764 623072 60 00:52:12 00:43:01 491672 0 646304 34.35 0 743568 1992148 67.99 515008 617852 0 00:52:12 00:44:01 453588 0 559316 29.73 0 868640 1210280 41.30 503672 672444 8 00:52:12 00:45:01 455424 0 556352 29.57 0 869768 1176340 40.15 501392 673060 24 00:52:12 00:46:01 455700 0 556120 29.56 0 869724 1176428 40.15 501496 673072 12 00:52:12 00:47:02 455144 0 556672 29.59 0 869728 1176380 40.15 501192 673076 12 00:52:12 00:48:01 454944 0 556852 29.60 0 869748 1176560 40.15 501780 673116 12 00:52:12 00:49:01 455404 0 556392 29.57 0 869748 1176344 40.15 501444 673124 8 00:52:12 00:50:01 455316 0 556472 29.58 0 869756 1176428 40.15 501716 673152 8 00:52:12 00:51:01 455252 0 556528 29.58 0 869764 1176440 40.15 501552 673160 8 00:52:12 00:52:01 169872 0 650968 34.60 0 1060704 1657532 56.57 529700 885060 36 00:52:12 Average: 337587 0 658889 35.02 366 884702 1636841 55.86 554381 737484 8464 00:52:12 00:52:12 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:12 00:32:01 vethb8b2ece 998.77 707.13 90.46 2660.89 0.00 0.00 0.00 0.00 00:52:12 00:32:01 eth0 815.47 1082.10 3118.91 139.00 0.00 0.00 0.00 0.00 00:52:12 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:32:01 docker0 998.77 707.00 76.80 2660.88 0.00 0.00 0.00 0.00 00:52:12 00:33:01 veth7aa776c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:33:01 eth0 369.72 307.11 3201.13 74.94 0.00 0.00 0.00 0.00 00:52:12 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:33:01 vethbcbaf17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:34:02 vethd97c1aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:12 00:34:02 eth0 133.50 86.16 498.88 17.04 0.00 0.00 0.00 0.00 00:52:12 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:34:02 docker0 1123.27 887.06 85.33 3488.64 0.00 0.00 0.00 0.00 00:52:12 00:35:01 vethd97c1aa 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 00:52:12 00:35:01 eth0 35.31 25.39 22.94 46.13 0.00 0.00 0.00 0.00 00:52:12 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:35:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 00:52:12 00:36:01 vethd97c1aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:36:01 eth0 22.49 15.58 18.87 10.09 0.00 0.00 0.00 0.00 00:52:12 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:37:01 veth1a2b414 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:52:12 00:37:01 eth0 180.40 137.69 1693.45 63.45 0.00 0.00 0.00 0.00 00:52:12 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:38:02 veth2b677dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:38:02 veth3a80fb4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:38:02 veth209168e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:38:02 veth0cbf29d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:39:01 eth0 2377.63 2174.77 12088.80 460.90 0.00 0.00 0.00 0.00 00:52:12 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:12 00:39:01 docker0 1150.84 921.34 87.15 3672.48 0.00 0.00 0.00 0.00 00:52:12 00:39:01 vethb0057b8 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 00:52:12 00:40:01 vethd8c4b89 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:52:12 00:40:01 vethbb83929 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:52:12 00:40:01 eth0 17.87 13.68 57.25 5.95 0.00 0.00 0.00 0.00 00:52:12 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:41:01 vethf39e635 2.27 4.83 0.16 29.00 0.00 0.00 0.00 0.00 00:52:12 00:41:01 vethc3d4170 2.83 5.50 0.19 29.05 0.00 0.00 0.00 0.00 00:52:12 00:41:01 veth99177b5 5.50 2.83 29.05 0.19 0.00 0.00 0.00 0.00 00:52:12 00:41:01 eth0 230.47 153.46 1707.41 102.84 0.00 0.00 0.00 0.00 00:52:12 00:42:02 vethcba1a47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:42:02 veth3a67041 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:42:02 eth0 41.45 28.04 72.96 13.57 0.00 0.00 0.00 0.00 00:52:12 00:42:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:12 00:43:01 veth9c13a21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:43:01 eth0 68.52 50.72 145.01 88.60 0.00 0.00 0.00 0.00 00:52:12 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:43:01 veth8d44bc0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:44:01 eth0 22.00 12.35 57.03 6.48 0.00 0.00 0.00 0.00 00:52:12 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:44:01 docker0 1189.20 1018.64 89.37 4321.96 0.00 0.00 0.00 0.00 00:52:12 00:45:01 eth0 1.11 0.08 0.05 0.01 0.00 0.00 0.00 0.00 00:52:12 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:46:01 eth0 0.95 0.23 0.17 0.07 0.00 0.00 0.00 0.00 00:52:12 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:47:02 eth0 0.75 0.18 0.11 0.01 0.00 0.00 0.00 0.00 00:52:12 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:48:01 eth0 0.69 0.46 0.28 0.21 0.00 0.00 0.00 0.00 00:52:12 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:49:01 eth0 0.57 0.05 0.05 0.00 0.00 0.00 0.00 0.00 00:52:12 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:50:01 eth0 0.63 0.32 0.28 0.20 0.00 0.00 0.00 0.00 00:52:12 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:51:01 eth0 0.42 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:52:12 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:52:01 eth0 213.82 168.31 2179.01 48.96 0.00 0.00 0.00 0.00 00:52:12 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 Average: eth0 105.73 101.30 618.78 31.50 0.00 0.00 0.00 0.00 00:52:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:12 Average: docker0 56.72 48.58 4.26 206.13 0.00 0.00 0.00 0.00 00:52:12 00:52:12 00:52:12 ---> sar -P ALL: 00:52:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 00:52:12 00:52:12 00:29:44 LINUX RESTART (4 CPU) 00:52:12 00:52:12 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:52:12 00:32:01 all 5.64 0.00 3.38 1.13 13.46 76.40 00:52:12 00:32:01 0 7.32 0.00 4.44 1.36 14.29 72.59 00:52:12 00:32:01 1 4.89 0.00 2.50 0.87 13.28 78.47 00:52:12 00:32:01 2 5.07 0.00 2.99 0.91 13.06 77.98 00:52:12 00:32:01 3 5.33 0.00 3.61 1.38 13.23 76.44 00:52:12 00:33:01 all 8.64 0.00 6.05 1.88 13.40 70.03 00:52:12 00:33:01 0 13.00 0.00 7.18 1.23 13.67 64.92 00:52:12 00:33:01 1 8.98 0.00 5.78 1.35 12.95 70.94 00:52:12 00:33:01 2 5.48 0.00 4.81 2.62 13.67 73.42 00:52:12 00:33:01 3 7.22 0.00 6.47 2.30 13.29 70.72 00:52:12 00:34:02 all 21.35 0.00 9.41 3.82 16.10 49.33 00:52:12 00:34:02 0 22.00 0.00 10.03 4.48 16.74 46.75 00:52:12 00:34:02 1 20.16 0.00 9.50 3.52 16.43 50.38 00:52:12 00:34:02 2 20.03 0.00 8.06 4.40 16.00 51.51 00:52:12 00:34:02 3 23.32 0.00 10.10 2.81 15.19 48.58 00:52:12 00:35:01 all 45.31 0.00 13.80 2.61 21.97 16.30 00:52:12 00:35:01 0 45.81 0.00 13.88 2.36 21.56 16.39 00:52:12 00:35:01 1 47.07 0.00 14.09 2.08 22.90 13.85 00:52:12 00:35:01 2 43.47 0.00 14.15 3.27 21.62 17.48 00:52:12 00:35:01 3 44.98 0.00 13.08 2.71 21.81 17.40 00:52:12 00:36:01 all 36.50 0.00 14.96 3.01 16.81 28.72 00:52:12 00:36:01 0 36.12 0.00 15.37 3.48 16.56 28.47 00:52:12 00:36:01 1 37.43 0.00 15.04 4.12 17.83 25.59 00:52:12 00:36:01 2 37.88 0.00 14.99 1.44 16.37 29.33 00:52:12 00:36:01 3 34.52 0.00 14.44 3.01 16.47 31.57 00:52:12 00:37:01 all 15.12 0.00 9.48 1.34 20.61 53.45 00:52:12 00:37:01 0 15.06 0.00 9.36 3.57 21.30 50.71 00:52:12 00:37:01 1 17.92 0.00 9.87 1.31 20.15 50.76 00:52:12 00:37:01 2 14.05 0.00 8.68 0.21 20.62 56.45 00:52:12 00:37:01 3 13.46 0.00 10.01 0.29 20.36 55.88 00:52:12 00:38:02 all 13.69 0.00 15.10 6.36 28.55 36.31 00:52:12 00:38:02 0 13.48 0.00 14.29 6.73 27.96 37.54 00:52:12 00:38:02 1 13.67 0.00 15.67 4.94 28.85 36.88 00:52:12 00:38:02 2 14.16 0.00 15.66 7.51 27.94 34.72 00:52:12 00:38:02 3 13.45 0.00 14.79 6.25 29.45 36.06 00:52:12 00:39:01 all 14.17 0.00 18.26 20.92 24.18 22.48 00:52:12 00:39:01 0 14.55 0.00 16.84 22.33 24.46 21.82 00:52:12 00:39:01 1 14.02 0.00 18.84 18.69 23.36 25.08 00:52:12 00:39:01 2 14.21 0.00 18.75 21.70 23.82 21.52 00:52:12 00:39:01 3 13.87 0.00 18.63 20.91 25.06 21.53 00:52:12 00:40:01 all 59.32 0.00 15.55 6.55 10.63 7.95 00:52:12 00:40:01 0 59.51 0.00 14.84 8.11 10.89 6.66 00:52:12 00:40:01 1 60.68 0.00 14.59 6.05 10.57 8.10 00:52:12 00:40:01 2 58.22 0.00 16.03 6.41 10.92 8.43 00:52:12 00:40:01 3 58.85 0.00 16.79 5.59 10.12 8.65 00:52:12 00:41:01 all 17.85 0.00 20.51 10.45 26.07 25.11 00:52:12 00:41:01 0 16.64 0.00 19.68 10.20 26.93 26.55 00:52:12 00:41:01 1 16.60 0.00 19.51 10.56 25.96 27.37 00:52:12 00:41:01 2 18.18 0.00 19.49 12.10 25.71 24.52 00:52:12 00:41:01 3 20.11 0.00 23.51 8.91 25.66 21.82 00:52:12 00:42:02 all 13.72 0.00 18.06 24.44 23.25 20.53 00:52:12 00:42:02 0 13.86 0.00 15.89 22.98 23.77 23.51 00:52:12 00:42:02 1 13.09 0.00 18.69 25.31 22.76 20.16 00:52:12 00:42:02 2 13.37 0.00 18.55 25.55 22.59 19.94 00:52:12 00:42:02 3 14.58 0.00 19.20 23.95 23.89 18.39 00:52:12 00:52:12 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:52:12 00:43:01 all 52.00 0.00 15.84 7.28 14.04 10.84 00:52:12 00:43:01 0 52.11 0.00 16.54 7.36 13.41 10.59 00:52:12 00:43:01 1 50.60 0.00 16.03 7.82 15.11 10.44 00:52:12 00:43:01 2 51.00 0.00 14.49 6.80 14.45 13.26 00:52:12 00:43:01 3 54.34 0.00 16.32 7.16 13.17 9.02 00:52:12 00:44:01 all 1.52 0.00 2.49 1.18 3.78 91.03 00:52:12 00:44:01 0 1.25 0.00 2.16 0.32 4.05 92.23 00:52:12 00:44:01 1 1.57 0.00 2.72 1.35 3.77 90.59 00:52:12 00:44:01 2 1.74 0.00 2.49 1.71 3.79 90.27 00:52:12 00:44:01 3 1.53 0.00 2.59 1.36 3.51 91.01 00:52:12 00:45:01 all 0.10 0.00 0.07 0.03 0.27 99.52 00:52:12 00:45:01 0 0.03 0.00 0.08 0.03 0.27 99.58 00:52:12 00:45:01 1 0.00 0.00 0.08 0.00 0.22 99.70 00:52:12 00:45:01 2 0.37 0.00 0.07 0.08 0.30 99.19 00:52:12 00:45:01 3 0.02 0.00 0.05 0.00 0.32 99.62 00:52:12 00:46:01 all 0.12 0.00 0.22 0.00 0.83 98.83 00:52:12 00:46:01 0 0.02 0.00 0.12 0.00 0.66 99.20 00:52:12 00:46:01 1 0.05 0.00 0.17 0.00 0.99 98.79 00:52:12 00:46:01 2 0.35 0.00 0.32 0.02 0.81 98.51 00:52:12 00:46:01 3 0.05 0.00 0.28 0.00 0.86 98.81 00:52:12 00:47:02 all 0.08 0.00 0.03 0.00 0.34 99.54 00:52:12 00:47:02 0 0.02 0.00 0.02 0.00 0.10 99.87 00:52:12 00:47:02 1 0.02 0.00 0.05 0.02 0.60 99.32 00:52:12 00:47:02 2 0.27 0.00 0.03 0.00 0.47 99.24 00:52:12 00:47:02 3 0.03 0.00 0.02 0.00 0.20 99.75 00:52:12 00:48:01 all 0.13 0.00 0.11 0.00 0.42 99.34 00:52:12 00:48:01 0 0.05 0.00 0.08 0.00 0.34 99.53 00:52:12 00:48:01 1 0.07 0.00 0.10 0.00 0.67 99.16 00:52:12 00:48:01 2 0.34 0.00 0.10 0.00 0.30 99.26 00:52:12 00:48:01 3 0.05 0.00 0.17 0.00 0.37 99.41 00:52:12 00:49:01 all 0.13 0.00 0.03 0.00 0.17 99.67 00:52:12 00:49:01 0 0.02 0.00 0.02 0.00 0.03 99.93 00:52:12 00:49:01 1 0.02 0.00 0.03 0.00 0.20 99.75 00:52:12 00:49:01 2 0.47 0.00 0.05 0.00 0.35 99.14 00:52:12 00:49:01 3 0.02 0.00 0.02 0.00 0.10 99.87 00:52:12 00:50:01 all 0.11 0.00 0.03 0.00 0.36 99.50 00:52:12 00:50:01 0 0.03 0.00 0.05 0.00 0.46 99.45 00:52:12 00:50:01 1 0.05 0.00 0.02 0.02 0.20 99.72 00:52:12 00:50:01 2 0.33 0.00 0.02 0.00 0.30 99.35 00:52:12 00:50:01 3 0.03 0.00 0.03 0.00 0.47 99.47 00:52:12 00:51:01 all 0.11 0.00 0.04 0.00 0.40 99.44 00:52:12 00:51:01 0 0.00 0.00 0.03 0.00 0.27 99.70 00:52:12 00:51:01 1 0.40 0.00 0.02 0.02 0.55 99.02 00:52:12 00:51:01 2 0.02 0.00 0.05 0.00 0.27 99.67 00:52:12 00:51:01 3 0.03 0.00 0.07 0.00 0.53 99.37 00:52:12 00:52:01 all 5.04 0.00 5.21 3.64 12.68 73.43 00:52:12 00:52:01 0 3.73 0.00 4.67 2.42 12.96 76.22 00:52:12 00:52:01 1 5.11 0.00 4.67 6.19 12.62 71.41 00:52:12 00:52:01 2 5.17 0.00 5.88 2.68 12.29 73.98 00:52:12 00:52:01 3 6.16 0.00 5.62 3.27 12.86 72.08 00:52:12 Average: all 13.81 0.00 7.72 4.35 11.57 62.55 00:52:12 Average: 0 14.03 0.00 7.61 4.50 11.72 62.14 00:52:12 Average: 1 13.86 0.00 7.69 4.34 11.64 62.46 00:52:12 Average: 2 13.54 0.00 7.59 4.48 11.46 62.93 00:52:12 Average: 3 13.79 0.00 7.99 4.09 11.47 62.65 00:52:12 00:52:12 00:52:12