Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23573 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing c457aee85ca4fd5905f0370025df399fa9a3fbc1 Checking out Revision c457aee85ca4fd5905f0370025df399fa9a3fbc1 (PR-3034) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c457aee85ca4fd5905f0370025df399fa9a3fbc1 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:35:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:35:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:35:29 ========================================================= 00:35:29 EdgeX Global Pipelines Version Info 00:35:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 00:35:32 ------------------- 00:35:32 stable info: 00:35:32 ------------------- 00:35:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:35:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:35:32 Message: update stable to v1.0.179 00:35:33 ------------------- 00:35:33 experimental info: 00:35:33 ------------------- 00:35:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:35:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:35:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:35:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:35:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:35:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:35:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:35:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c457aee85ca4fd5905f0370025df399fa9a3fbc1 [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c457aee [Pipeline] echo 00:35:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:36 provisioning config files... 00:35:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3185660723515255314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:37 ---> docker-login.sh 00:35:37 nexus3.edgexfoundry.org:10001 00:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:38 Configure a credential helper to remove this warning. See 00:35:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:38 00:35:38 Login Succeeded 00:35:38 nexus3.edgexfoundry.org:10002 00:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:39 Configure a credential helper to remove this warning. See 00:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:39 00:35:39 Login Succeeded 00:35:39 nexus3.edgexfoundry.org:10003 00:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:39 Configure a credential helper to remove this warning. See 00:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:39 00:35:39 Login Succeeded 00:35:39 nexus3.edgexfoundry.org:10004 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 docker.io 00:35:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:42 Configure a credential helper to remove this warning. See 00:35:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:42 00:35:42 Login Succeeded 00:35:42 ---> docker-login.sh ends [Pipeline] } 00:35:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:35:43 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/core-command/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo core-command,cmd/core-command/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/core-data/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo core-data,cmd/core-data/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ cut -d/ -f2 00:35:43 ++ dirname cmd/core-metadata/Dockerfile 00:35:43 + echo core-metadata,cmd/core-metadata/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/security-bootstrapper/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/security-proxy-setup/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/support-notifications/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo support-notifications,cmd/support-notifications/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ cut -d/ -f2 00:35:43 ++ dirname cmd/support-scheduler/Dockerfile 00:35:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:35:43 + for file in '`ls cmd/**/Dockerfile`' 00:35:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:35:43 ++ cut -d/ -f2 00:35:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:35:43 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:44 00:35:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:35:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:45 latest: Pulling from edgex-devops/git-semver 00:35:45 31603596830f: Pulling fs layer 00:35:45 2a8b12db71e7: Pulling fs layer 00:35:45 6ca5941a6612: Pulling fs layer 00:35:45 ecc8261a40a4: Pulling fs layer 00:35:45 ecc8261a40a4: Waiting 00:35:45 2a8b12db71e7: Download complete 00:35:46 31603596830f: Verifying Checksum 00:35:46 31603596830f: Download complete 00:35:46 ecc8261a40a4: Verifying Checksum 00:35:46 ecc8261a40a4: Download complete 00:35:47 6ca5941a6612: Verifying Checksum 00:35:47 6ca5941a6612: Download complete 00:35:48 31603596830f: Pull complete 00:35:48 2a8b12db71e7: Pull complete 00:35:49 6ca5941a6612: Pull complete 00:35:50 ecc8261a40a4: Pull complete 00:35:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:35:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:35:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:35:50 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 00:35:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:35:53 $ docker top 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:35:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:35:53 [ssh-agent] Looking for ssh-agent implementation... 00:35:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:35:54 $ docker exec 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent 00:35:55 SSH_AUTH_SOCK=/tmp/ssh-4IIKtK6D5zvq/agent.12 00:35:55 SSH_AGENT_PID=17 00:35:55 Running ssh-add (command line suppressed) 00:35:55 Identity added: /w/workspace/edgex-go/11@tmp/private_key_8651648074843376179.key (/w/workspace/edgex-go/11@tmp/private_key_8651648074843376179.key) 00:35:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:35:56 + git tag --points-at HEAD [Pipeline] } 00:35:56 $ docker exec --env ******** --env ******** 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent -k 00:35:56 unset SSH_AUTH_SOCK; 00:35:56 unset SSH_AGENT_PID; 00:35:56 echo Agent pid 17 killed; 00:35:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:35:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:35:57 [ssh-agent] Looking for ssh-agent implementation... 00:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:35:58 $ docker exec 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent 00:35:58 SSH_AUTH_SOCK=/tmp/ssh-xzepCLgMsWK6/agent.45 00:35:58 SSH_AGENT_PID=50 00:35:58 Running ssh-add (command line suppressed) 00:35:58 Identity added: /w/workspace/edgex-go/11@tmp/private_key_303927173256751033.key (/w/workspace/edgex-go/11@tmp/private_key_303927173256751033.key) 00:35:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:35:59 + git semver init 00:35:59 # -> Open(): unable to determine branch for HEAD 00:35:59 # $GIT_DIR = /w/workspace/edgex-go/11/.git 00:35:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 00:35:59 # $SEMVER_REMOTE_NAME = origin 00:35:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:35:59 # $SEMVER_USER_NAME = edgex-jenkins 00:35:59 # $SEMVER_BRANCH = PR-3034 00:35:59 # $SEMVER_TEMP = /tmp/semver-866646438 00:35:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:37:08 # '/tmp/semver-866646438' -> '/w/workspace/edgex-go/11/.semver' 00:37:08 # -> Force: false 00:37:08 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 00:37:08 $ docker exec --env ******** --env ******** 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent -k 00:37:09 unset SSH_AUTH_SOCK; 00:37:09 unset SSH_AGENT_PID; 00:37:09 echo Agent pid 50 killed; 00:37:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:37:10 + git semver [Pipeline] } 00:37:10 $ docker stop --time=1 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 00:37:12 $ docker rm -f 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 [Pipeline] // withDockerContainer [Pipeline] sh 00:37:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:37:15 Stashed 1 file(s) [Pipeline] echo 00:37:15 [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:37:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:37:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:17 + sudo service docker restart 00:37:17 + true 00:37:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:37:18 ========================================================= 00:37:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:37:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37: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:37:29 Sending build context to Docker daemon 327.2MB 00:37:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:29 Step 2/6 : FROM ${BASE} 00:37:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:37:29 188c0c94c7c5: Pulling fs layer 00:37:29 0ef7d3d256c8: Pulling fs layer 00:37:29 de9db76c5a1d: Pulling fs layer 00:37:29 bca2f99d35d6: Pulling fs layer 00:37:29 93359f2a8cfa: Pulling fs layer 00:37:29 7c6f9722023f: Pulling fs layer 00:37:29 a35cf1a2eb13: Pulling fs layer 00:37:29 bca2f99d35d6: Waiting 00:37:29 93359f2a8cfa: Waiting 00:37:29 7c6f9722023f: Waiting 00:37:29 a35cf1a2eb13: Waiting 00:37:29 de9db76c5a1d: Verifying Checksum 00:37:29 de9db76c5a1d: Download complete 00:37:29 0ef7d3d256c8: Verifying Checksum 00:37:29 0ef7d3d256c8: Download complete 00:37:29 93359f2a8cfa: Verifying Checksum 00:37:29 93359f2a8cfa: Download complete 00:37:29 7c6f9722023f: Verifying Checksum 00:37:29 7c6f9722023f: Download complete 00:37:29 188c0c94c7c5: Verifying Checksum 00:37:29 188c0c94c7c5: Download complete 00:37:30 Still waiting to schedule task 00:37:30 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:37:31 188c0c94c7c5: Pull complete 00:37:31 0ef7d3d256c8: Pull complete 00:37:31 de9db76c5a1d: Pull complete 00:37:40 a35cf1a2eb13: Verifying Checksum 00:37:40 a35cf1a2eb13: Download complete 00:37:41 bca2f99d35d6: Verifying Checksum 00:37:41 bca2f99d35d6: Download complete 00:37:56 bca2f99d35d6: Pull complete 00:37:57 93359f2a8cfa: Pull complete 00:37:57 7c6f9722023f: Pull complete 00:38:07 a35cf1a2eb13: Pull complete 00:38:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:38:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:38:07 ---> a62c8e92a672 00:38:07 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:38:07 ---> Running in b6ae1dcef0e4 00:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 (1/12) Installing libmagic (5.38-r0) 00:38:10 (2/12) Installing file (5.38-r0) 00:38:10 (3/12) Installing libc-dev (0.7.2-r3) 00:38:10 (4/12) Installing g++ (9.3.0-r2) 00:38:15 (5/12) Installing fortify-headers (1.1-r0) 00:38:15 (6/12) Installing patch (2.7.6-r6) 00:38:15 (7/12) Installing build-base (0.5-r2) 00:38:15 (8/12) Installing libsodium (1.0.18-r0) 00:38:15 (9/12) Installing pkgconf (1.7.2-r0) 00:38:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:15 (11/12) Installing libzmq (4.3.3-r0) 00:38:15 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:15 Executing busybox-1.31.1-r19.trigger 00:38:15 OK: 233 MiB in 51 packages 00:38:21 Removing intermediate container b6ae1dcef0e4 00:38:21 ---> df7dd74cf9b3 00:38:21 Step 4/6 : WORKDIR /edgex-go 00:38:21 ---> Running in 457b28dea695 00:38:21 Removing intermediate container 457b28dea695 00:38:21 ---> 47870f36d2c8 00:38:21 Step 5/6 : COPY go.mod . 00:38:22 ---> bd4148d98d67 00:38:22 Step 6/6 : RUN go mod download 00:38:22 ---> Running in c89d522001e1 00:39:01 Removing intermediate container c89d522001e1 00:39:01 ---> 7021f2cd70d5 00:39:01 Successfully built 7021f2cd70d5 00:39:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:39:02 + docker inspect -f . ci-base-image-x86_64 00:39:02 . [Pipeline] withDockerContainer 00:39:02 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 00:39:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:39:04 $ docker top f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:06 + go version 00:39:06 go version go1.15.5 linux/amd64 [Pipeline] } 00:39:06 $ docker stop --time=1 f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf 00:39:08 $ docker rm -f f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:09 + docker inspect -f . ci-base-image-x86_64 00:39:09 . [Pipeline] withDockerContainer 00:39:10 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 00:39:10 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:39:11 $ docker top f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:12 ========================================================= 00:39:12 [edgeXBuildGoParallel] Running Tests and Build... 00:39:12 ========================================================= [Pipeline] sh 00:39:13 + make test 00:39:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:40 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23583 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:40:36 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:40:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:43 using credential edgex-jenkins-ssh 00:40:43 Cloning the remote Git repository 00:40:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:43 > git init /w/workspace/edgex-go/11 # timeout=10 00:40:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:43 > git --version # timeout=10 00:40:43 > git --version # 'git version 2.17.1' 00:40:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.8% of statements 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.645s coverage: 27.1% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.111s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.398s coverage: 65.8% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.311s coverage: 82.3% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:09 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:41:10 Merge succeeded, producing 935afc26c64b564c126742442a4244913fe49f36 00:41:10 Checking out Revision 935afc26c64b564c126742442a4244913fe49f36 (PR-3034) 00:41:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:09 > git config core.sparsecheckout # timeout=10 00:41:09 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:41:09 > git remote # timeout=10 00:41:09 > git config --get remote.origin.url # timeout=10 00:41:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:09 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:41:10 > git rev-parse HEAD^{commit} # timeout=10 00:41:10 > git config core.sparsecheckout # timeout=10 00:41:10 > git checkout -f 935afc26c64b564c126742442a4244913fe49f36 # timeout=10 00:41:15 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:41:15 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:41:15 > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 00:41:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:41:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:41:17 + sudo service docker restart 00:41:17 + true 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.875s coverage: 28.6% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.666s coverage: 86.7% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.737s coverage: 97.5% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:41:20 provisioning config files... 00:41:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6662560023190670306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:20 ---> docker-login.sh 00:41:20 nexus3.edgexfoundry.org:10001 00:41:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:22 Configure a credential helper to remove this warning. See 00:41:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:22 00:41:22 Login Succeeded 00:41:22 nexus3.edgexfoundry.org:10002 00:41:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:22 Configure a credential helper to remove this warning. See 00:41:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:22 00:41:22 Login Succeeded 00:41:22 nexus3.edgexfoundry.org:10003 00:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:23 Configure a credential helper to remove this warning. See 00:41:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:23 00:41:23 Login Succeeded 00:41:23 nexus3.edgexfoundry.org:10004 00:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:23 Configure a credential helper to remove this warning. See 00:41:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:23 00:41:23 Login Succeeded 00:41:24 docker.io 00:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:41:24 Configure a credential helper to remove this warning. See 00:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:41:24 00:41:24 Login Succeeded 00:41:24 ---> docker-login.sh ends [Pipeline] } 00:41:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:41:25 ========================================================= 00:41:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:41:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:41:25 + 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:41:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.077s coverage: 92.8% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 43.8% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.402s coverage: 79.5% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.128s coverage: 96.3% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 00:41:28 Sending build context to Docker daemon 165.9MB 00:41:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:41:28 Step 2/6 : FROM ${BASE} 00:41:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:41:28 5f621e34cdf4: Pulling fs layer 00:41:28 a4357932f1b6: Pulling fs layer 00:41:28 18c013af1878: Pulling fs layer 00:41:28 00ac8860ef70: Pulling fs layer 00:41:28 63d7cb157983: Pulling fs layer 00:41:28 b116817d02f9: Pulling fs layer 00:41:28 745a02a5169b: Pulling fs layer 00:41:28 00ac8860ef70: Waiting 00:41:28 63d7cb157983: Waiting 00:41:28 b116817d02f9: Waiting 00:41:28 745a02a5169b: Waiting 00:41:28 18c013af1878: Download complete 00:41:28 a4357932f1b6: Verifying Checksum 00:41:28 a4357932f1b6: Download complete 00:41:28 63d7cb157983: Verifying Checksum 00:41:28 63d7cb157983: Download complete 00:41:28 b116817d02f9: Verifying Checksum 00:41:28 b116817d02f9: Download complete 00:41:28 5f621e34cdf4: Verifying Checksum 00:41:28 5f621e34cdf4: Download complete 00:41:29 5f621e34cdf4: Pull complete 00:41:30 a4357932f1b6: Pull complete 00:41:30 18c013af1878: Pull complete 00:41:31 745a02a5169b: Verifying Checksum 00:41:31 745a02a5169b: Download complete 00:41:32 00ac8860ef70: Verifying Checksum 00:41:32 00ac8860ef70: Download complete 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.186s coverage: 87.2% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.105s coverage: 84.2% of statements 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.516s coverage: 91.4% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.511s coverage: 63.5% of statements 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.365s coverage: 100.0% of statements 00:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.302s coverage: 91.3% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.202s coverage: 73.7% of statements 00:41:45 00ac8860ef70: Pull complete 00:41:45 63d7cb157983: Pull complete 00:41:45 b116817d02f9: Pull complete 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.162s coverage: 100.0% of statements 00:41:48 745a02a5169b: Pull complete 00:41:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:41:48 ---> b7e6874047d6 00:41:48 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:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.380s coverage: 68.9% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.455s coverage: 84.0% of statements 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 00:41:52 ---> Running in 0b1e7cc4d0a7 00:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:57 (1/12) Installing libmagic (5.38-r0) 00:41:58 (2/12) Installing file (5.38-r0) 00:41:58 (3/12) Installing libc-dev (0.7.2-r3) 00:41:58 (4/12) Installing g++ (9.3.0-r2) 00:41:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.678s coverage: 47.1% of statements 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.296s coverage: 100.0% of statements 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.166s coverage: 100.0% of statements 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.692s coverage: 29.1% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.271s coverage: 99.0% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.162s coverage: 100.0% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.163s coverage: 87.9% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.138s coverage: 100.0% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 00:42:05 GO111MODULE=on go vet ./... 00:42:16 (5/12) Installing fortify-headers (1.1-r0) 00:42:16 (6/12) Installing patch (2.7.6-r6) 00:42:16 (7/12) Installing build-base (0.5-r2) 00:42:16 (8/12) Installing libsodium (1.0.18-r0) 00:42:16 (9/12) Installing pkgconf (1.7.2-r0) 00:42:16 (10/12) Installing libsodium-dev (1.0.18-r0) 00:42:16 (11/12) Installing libzmq (4.3.3-r0) 00:42:16 (12/12) Installing zeromq-dev (4.3.3-r0) 00:42:16 Executing busybox-1.31.1-r19.trigger 00:42:16 OK: 217 MiB in 51 packages 00:42:20 Removing intermediate container 0b1e7cc4d0a7 00:42:20 ---> 9f54a810b4f6 00:42:20 Step 4/6 : WORKDIR /edgex-go 00:42:20 ---> Running in ceb07faea5da 00:42:20 Removing intermediate container ceb07faea5da 00:42:20 ---> dd41dc28256b 00:42:20 Step 5/6 : COPY go.mod . 00:42:20 ---> 77c201a904d5 00:42:20 Step 6/6 : RUN go mod download 00:42:20 ---> Running in 057f02cd5ec6 00:42:47 Removing intermediate container 057f02cd5ec6 00:42:47 ---> c5e1602aaa63 00:42:48 Successfully built c5e1602aaa63 00:42:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:48 + docker inspect -f . ci-base-image-arm64 00:42:48 . [Pipeline] withDockerContainer 00:42:48 prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container 00:42:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:42:50 $ docker top d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:51 + go version 00:42:51 go version go1.15.5 linux/arm64 [Pipeline] } 00:42:51 $ docker stop --time=1 d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 00:42:53 $ docker rm -f d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:54 + docker inspect -f . ci-base-image-arm64 00:42:54 . [Pipeline] withDockerContainer 00:42:54 prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container 00:42:54 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:42:56 $ docker top f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:42:56 ========================================================= 00:42:56 [edgeXBuildGoParallel] Running Tests and Build... 00:42:56 ========================================================= [Pipeline] sh 00:42:57 + make test 00:42:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:43:14 gofmt -l . 00:43:14 [ "`gofmt -l .`" = "" ] 00:43:15 ./bin/test-go-mod-tidy.sh 00:43:17 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:19 + ls -al . 00:43:19 total 668 00:43:19 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:43 . 00:43:19 drwxr-xr-x 4 root root 30 Jan 28 00:39 .. 00:43:19 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:35 .dockerignore 00:43:19 drwxrwxr-x 8 1001 1001 179 Jan 28 00:35 .git 00:43:19 drwxrwxr-x 3 1001 1001 125 Jan 28 00:35 .github 00:43:19 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:35 .gitignore 00:43:19 drwx------ 3 1001 1001 60 Jan 28 00:37 .semver 00:43:19 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:35 .sonarcloud.properties 00:43:19 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:35 Attribution.txt 00:43:19 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:35 CONTRIBUTING.md 00:43:19 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:35 Dockerfile.build 00:43:19 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:35 Jenkinsfile 00:43:19 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:35 LICENSE 00:43:19 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:35 Makefile 00:43:19 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:35 README.md 00:43:19 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:35 SECURITY.md 00:43:19 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION 00:43:19 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:35 ZMQWindows.md 00:43:19 drwxrwxr-x 2 1001 1001 117 Jan 28 00:35 bin 00:43:19 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:35 cmd 00:43:19 -rw-r--r-- 1 root root 564700 Jan 28 00:42 coverage.out 00:43:19 -rw-r--r-- 1 root root 1053 Jan 28 00:43 go.mod 00:43:19 -rw-r--r-- 1 root root 19080 Jan 28 00:43 go.sum 00:43:19 drwxrwxr-x 8 1001 1001 127 Jan 28 00:35 internal 00:43:19 drwxrwxr-x 4 1001 1001 26 Jan 28 00:35 openapi 00:43:19 drwxrwxr-x 4 1001 1001 71 Jan 28 00:35 snap 00:43:19 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:35 version.go [Pipeline] sh 00:43:20 + '[' -e coverage.out ] 00:43:20 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:20 Stashed 1 file(s) [Pipeline] sh 00:43:21 + make build 00:43:21 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:43:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:43:32 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:44:02 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:44: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:44: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:44: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:44: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:44:20 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:44:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:44:24 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:44:28 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:44:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:44:31 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:44:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:44:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:44:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:44:35 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:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:44:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 00:44:45 $ docker stop --time=1 f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f 00:44:49 $ docker rm -f f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f 00:44:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:44:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:44:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:52 00:44:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:44:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:53 latest: Pulling from edgex-devops/edgex-compose 00:44:53 cbdbe7a5bc2a: Pulling fs layer 00:44:53 ca9280d653b3: Pulling fs layer 00:44:53 7e9c9ca2126c: Pulling fs layer 00:44:54 cbdbe7a5bc2a: Verifying Checksum 00:44:54 cbdbe7a5bc2a: Download complete 00:44:55 cbdbe7a5bc2a: Pull complete 00:44:55 ca9280d653b3: Verifying Checksum 00:44:55 ca9280d653b3: Download complete 00:44:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 46.8% of statements 00:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:44:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:45:00 ca9280d653b3: Pull complete 00:45:01 7e9c9ca2126c: Verifying Checksum 00:45:01 7e9c9ca2126c: Download complete 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.688s coverage: 27.1% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.100s coverage: 100.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 65.8% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:45:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:45:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.260s coverage: 28.6% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:45:16 7e9c9ca2126c: Pull complete 00:45:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:45:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:45:17 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 00:45:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:45:19 $ docker top 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:19 + docker-compose build --help 00:45:19 + grep parallel 00:45:22 --parallel Build images in parallel. [Pipeline] } 00:45:22 $ docker stop --time=1 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b 00:45:24 $ docker rm -f 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.440s coverage: 92.8% of statements 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:45:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.095s coverage: 79.5% of statements 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements 00:45:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [Pipeline] isUnix [Pipeline] sh 00:45:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:45:25 . [Pipeline] withDockerContainer 00:45:25 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 00:45:25 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:45:27 $ docker top abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:30 Building docker-core-command-go ... 00:45:30 Building docker-core-data-go ... 00:45:30 Building docker-core-metadata-go ... 00:45:30 Building docker-security-bootstrapper-go ... 00:45:30 Building docker-security-proxy-setup-go ... 00:45:30 Building docker-security-secretstore-setup-go ... 00:45:30 Building docker-support-notifications-go ... 00:45:30 Building docker-support-scheduler-go ... 00:45:30 Building docker-sys-mgmt-agent-go ... 00:45:30 Building docker-security-proxy-setup-go 00:45:30 Building docker-core-metadata-go 00:45:30 Building docker-support-scheduler-go 00:45:30 Building docker-sys-mgmt-agent-go 00:45:30 Building docker-core-data-go 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 00:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 00:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:45:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.683s coverage: 63.5% of statements 00:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:45:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:45:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.133s coverage: 91.3% of statements 00:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements 00:45:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 00:45:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:45:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.894s coverage: 68.9% of statements 00:45:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:45:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:45:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:45:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:45:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:45:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.752s coverage: 84.0% of statements 00:45:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 00:45:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.1% of statements 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:45:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:45:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 00:45:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.235s coverage: 29.1% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:45:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:45:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 00:46:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 00:46:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:46:01 GO111MODULE=on go vet ./... 00:47:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 7021f2cd70d5 00:47:09 Step 3/22 : WORKDIR /edgex-go 00:47:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 7021f2cd70d5 00:47:09 Step 3/23 : WORKDIR /edgex-go 00:47:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 7021f2cd70d5 00:47:09 Step 3/26 : WORKDIR /edgex-go 00:47:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 7021f2cd70d5 00:47:09 Step 3/23 : WORKDIR /edgex-go 00:47:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 7021f2cd70d5 00:47:09 Step 3/21 : WORKDIR /edgex-go 00:47:09 ---> Running in 2c959ef51779 00:47:09 ---> Running in 299eac9675c7 00:47:09 ---> Running in 1a9100823b82 00:47:09 ---> Running in b2ede3c6315c 00:47:09 ---> Running in 0ed37d201fd3 00:47:09 Removing intermediate container 2c959ef51779 00:47:09 ---> fed53275ba0c 00:47:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 Removing intermediate container 299eac9675c7 00:47:09 ---> 32a3a02408ab 00:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 Removing intermediate container 1a9100823b82 00:47:09 ---> f645d7331aaa 00:47:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 Removing intermediate container 0ed37d201fd3 00:47:09 ---> c76c3d36609f 00:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 Removing intermediate container b2ede3c6315c 00:47:09 ---> e83fd5d8eb7f 00:47:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Running in 44abe19c8e14 00:47:09 ---> Running in 3d12c527c26d 00:47:09 ---> Running in c2ba065c8b81 00:47:09 ---> Running in 86181578bdc4 00:47:09 ---> Running in 7b1bb76f4c56 00:47:09 Removing intermediate container 7b1bb76f4c56 00:47:09 ---> e1612f6518f5 00:47:09 Step 5/21 : RUN apk add --update --no-cache make git 00:47:09 Removing intermediate container c2ba065c8b81 00:47:09 ---> 41603d984632 00:47:09 Step 5/22 : RUN apk add --update --no-cache make git 00:47:09 Removing intermediate container 3d12c527c26d 00:47:09 ---> ad9815d8e397 00:47:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:09 ---> Running in c64524bc62c7 00:47:09 Removing intermediate container 44abe19c8e14 00:47:09 ---> 6fd0e0cb4035 00:47:09 ---> Running in 16bfc73c2a9b 00:47:09 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:09 ---> Running in 2087921f7656 00:47:09 ---> Running in 86975d501ceb 00:47:09 Removing intermediate container 86181578bdc4 00:47:09 ---> 5693d882a4b9 00:47:09 Step 5/23 : RUN apk add --update --no-cache make git 00:47:09 ---> Running in 9cfd73bf2ff9 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:12 OK: 233 MiB in 51 packages 00:47:12 OK: 233 MiB in 51 packages 00:47:12 OK: 233 MiB in 51 packages 00:47:12 OK: 233 MiB in 51 packages 00:47:13 OK: 233 MiB in 51 packages 00:47:14 Removing intermediate container c64524bc62c7 00:47:14 ---> 84ada7b478f4 00:47:14 Step 6/21 : COPY go.mod . 00:47:14 Removing intermediate container 16bfc73c2a9b 00:47:14 ---> 50cfc7f19974 00:47:14 Step 6/22 : COPY go.mod . 00:47:14 Removing intermediate container 2087921f7656 00:47:14 ---> 3cb6c80528fa 00:47:14 Step 6/23 : COPY go.mod . 00:47:14 Removing intermediate container 9cfd73bf2ff9 00:47:14 ---> e27b538e5ac5 00:47:14 Step 6/23 : COPY go.mod . 00:47:14 Removing intermediate container 86975d501ceb 00:47:14 ---> 447f6c34a9ea 00:47:14 Step 6/26 : COPY go.mod . 00:47:15 ---> ed18b2ca6220 00:47:15 Step 7/22 : RUN go mod download 00:47:15 ---> 7d2843e87971 00:47:15 Step 7/21 : RUN go mod download 00:47:15 ---> 3a9573cf7bbc 00:47:15 Step 7/23 : RUN go mod download 00:47:15 ---> Running in cdf2b0cd8df8 00:47:15 ---> Running in 88d4b6f0499e 00:47:15 ---> b612eb085e22 00:47:15 Step 7/26 : RUN go mod download 00:47:15 ---> Running in e2ed64431258 00:47:15 ---> 00249eb24a76 00:47:15 Step 7/23 : RUN go mod download 00:47:16 ---> Running in 1146be15e630 00:47:16 ---> Running in 34746d75d40d 00:47:23 Removing intermediate container cdf2b0cd8df8 00:47:23 ---> 7a3011993d6f 00:47:23 Step 8/22 : COPY . . 00:47:23 Removing intermediate container 88d4b6f0499e 00:47:23 ---> 5de5ad3b0b31 00:47:23 Step 8/21 : COPY . . 00:47:23 Removing intermediate container e2ed64431258 00:47:23 ---> 3c04c0cf0c2b 00:47:23 Step 8/23 : COPY . . 00:47:23 Removing intermediate container 1146be15e630 00:47:23 ---> a19225eae994 00:47:23 Step 8/26 : COPY . . 00:47:23 gofmt -l . 00:47:23 [ "`gofmt -l .`" = "" ] 00:47:23 ./bin/test-go-mod-tidy.sh 00:47:23 ./bin/test-attribution-txt.sh [Pipeline] sh 00:47:23 Removing intermediate container 34746d75d40d 00:47:23 ---> c429a7ec125a 00:47:23 Step 8/23 : COPY . . 00:47:24 + ls -al . 00:47:24 total 696 00:47:24 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:47 . 00:47:24 drwxr-xr-x 4 root root 4096 Jan 28 00:42 .. 00:47:24 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:41 .dockerignore 00:47:24 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 .git 00:47:24 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:41 .github 00:47:24 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:41 .gitignore 00:47:24 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:41 .sonarcloud.properties 00:47:24 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:41 Attribution.txt 00:47:24 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:41 CONTRIBUTING.md 00:47:24 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:41 Dockerfile.build 00:47:24 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:41 Jenkinsfile 00:47:24 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:41 LICENSE 00:47:24 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:41 Makefile 00:47:24 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:41 README.md 00:47:24 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:41 SECURITY.md 00:47:24 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION 00:47:24 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:41 ZMQWindows.md 00:47:24 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:41 bin 00:47:24 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:41 cmd 00:47:24 -rw-r--r-- 1 root root 564700 Jan 28 00:46 coverage.out 00:47:24 -rw-r--r-- 1 root root 1053 Jan 28 00:47 go.mod 00:47:24 -rw-r--r-- 1 root root 19080 Jan 28 00:47 go.sum 00:47:24 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 internal 00:47:24 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 openapi 00:47:24 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 snap 00:47:24 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:41 version.go [Pipeline] sh 00:47:25 + '[' -e coverage.out ] 00:47:25 + chown 1001:1001 coverage.out [Pipeline] stash 00:47:25 Warning: overwriting stash ‘coverage-report’ 00:47:26 Stashed 1 file(s) [Pipeline] sh 00:47:27 + make build 00:47:27 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:37 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:47:59 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:03 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:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:10 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:15 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:19 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:23 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:27 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:30 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:35 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:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:48:44 $ docker stop --time=1 f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 00:48:47 $ docker rm -f f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:48:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:49 00:48:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:48:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:48:49 latest: Pulling from edgex-devops/edgex-compose-arm64 00:48:49 29e5d40040c1: Pulling fs layer 00:48:49 1ce36da41761: Pulling fs layer 00:48:49 25b303627fd3: Pulling fs layer 00:48:50 29e5d40040c1: Verifying Checksum 00:48:50 29e5d40040c1: Download complete 00:48:50 1ce36da41761: Verifying Checksum 00:48:50 1ce36da41761: Download complete 00:48:50 29e5d40040c1: Pull complete 00:48:52 1ce36da41761: Pull complete 00:48:52 25b303627fd3: Verifying Checksum 00:48:52 25b303627fd3: Download complete 00:49:01 ---> e49193c47a1a 00:49:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:01 ---> ff734800d074 00:49:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:01 ---> 0bd3b64da2b7 00:49:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:01 ---> 88505db534ef 00:49:01 Step 9/23 : RUN make cmd/core-data/core-data 00:49:01 ---> 44e9a33612d8 00:49:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:01 ---> Running in 59d2c3e41303 00:49:01 ---> Running in 933d2e5bcdfd 00:49:01 ---> Running in d8fc6cb1a1a8 00:49:01 ---> Running in f5cb753f1d0d 00:49:01 ---> Running in 822f96516a5c 00:49:01 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:49:01 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:49:01 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:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:01 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:02 25b303627fd3: Pull complete 00:49:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:49:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:49:03 prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container 00:49:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:49:06 $ docker top 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:07 + docker-compose build --help 00:49:07 + grep parallel 00:49:11 --parallel Build images in parallel. [Pipeline] } 00:49:11 $ docker stop --time=1 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f 00:49:13 $ docker rm -f 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:49:14 . [Pipeline] withDockerContainer 00:49:14 prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container 00:49:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:49:16 $ docker top ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:49:21 Building docker-core-command-go ... 00:49:21 Building docker-core-data-go ... 00:49:21 Building docker-core-metadata-go ... 00:49:21 Building docker-security-bootstrapper-go ... 00:49:21 Building docker-security-proxy-setup-go ... 00:49:21 Building docker-security-secretstore-setup-go ... 00:49:21 Building docker-support-notifications-go ... 00:49:21 Building docker-support-scheduler-go ... 00:49:21 Building docker-sys-mgmt-agent-go ... 00:49:21 Building docker-support-notifications-go 00:49:21 Building docker-core-metadata-go 00:49:21 Building docker-security-secretstore-setup-go 00:49:21 Building docker-security-proxy-setup-go 00:49:21 Building docker-security-bootstrapper-go 00:49:49 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:50:03 Removing intermediate container f5cb753f1d0d 00:50:03 ---> 443e0e3da43c 00:50:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:03 Removing intermediate container d8fc6cb1a1a8 00:50:03 ---> 8050cfa1c21d 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 3.12: Pulling from library/alpine 00:50:03 ---> Running in 6a97a9c2dd6d 00:50:05 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:50:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:06 Status: Downloaded newer image for alpine:3.12 00:50:06 ---> 389fef711851 00:50:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:07 ---> Running in 92c524326bf4 00:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:09 (1/1) Installing dumb-init (1.2.2-r1) 00:50:09 Executing busybox-1.31.1-r19.trigger 00:50:09 OK: 6 MiB in 15 packages 00:50:14 Removing intermediate container 6a97a9c2dd6d 00:50:14 ---> 4574313b6819 00:50:14 00:50:14 Step 11/26 : FROM docker:20.10.0 00:50:14 20.10.0: Pulling from library/docker 00:50:14 Removing intermediate container 59d2c3e41303 00:50:14 ---> 0d733479a7d4 00:50:14 00:50:14 Step 10/21 : FROM alpine:3.12 00:50:14 ---> 389fef711851 00:50:14 Step 11/21 : RUN apk add --update --no-cache curl 00:50:14 Removing intermediate container 822f96516a5c 00:50:14 ---> 0a1adcff5587 00:50:14 00:50:14 Step 10/23 : FROM alpine:3.12 00:50:14 ---> 389fef711851 00:50:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:14 ---> Using cache 00:50:14 ---> 3ce23fc44d3c 00:50:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:14 Removing intermediate container 92c524326bf4 00:50:14 ---> 3ce23fc44d3c 00:50:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:14 ---> Running in 156340f0fb7f 00:50:14 ---> Running in a207865853ba 00:50:14 Removing intermediate container 933d2e5bcdfd 00:50:14 ---> 7c69a72e8340 00:50:14 00:50:14 Step 10/23 : FROM alpine:3.12 00:50:14 ---> 389fef711851 00:50:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:14 ---> Running in 6d1db50499a8 00:50:14 ---> Running in 92f753ac7d1f 00:50:14 Removing intermediate container a207865853ba 00:50:14 ---> 358927d62ed8 00:50:14 Step 13/23 : ENV APP_PORT=48081 00:50:16 ---> Running in 8de21b4d7309 00:50:16 Removing intermediate container 6d1db50499a8 00:50:16 ---> d3b4a07c570a 00:50:16 Step 12/23 : ENV APP_PORT=48080 00:50:16 Removing intermediate container 92f753ac7d1f 00:50:16 ---> f770a3fa0400 00:50:16 Step 13/22 : ENV APP_PORT=48085 00:50:16 ---> Running in 6c85f7a918d4 00:50:16 ---> Running in 9ab41ec2001b 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:17 Removing intermediate container 8de21b4d7309 00:50:17 ---> aba69a3e5463 00:50:17 Step 14/23 : EXPOSE $APP_PORT 00:50:17 Removing intermediate container 6c85f7a918d4 00:50:17 ---> 8e444c505491 00:50:17 Step 13/23 : EXPOSE $APP_PORT 00:50:17 ---> Running in c8c591d33a01 00:50:17 (1/4) Installing ca-certificates (20191127-r4) 00:50:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:17 (3/4) Installing libcurl (7.69.1-r3) 00:50:17 (4/4) Installing curl (7.69.1-r3) 00:50:17 Executing busybox-1.31.1-r19.trigger 00:50:17 Executing ca-certificates-20191127-r4.trigger 00:50:17 Removing intermediate container 9ab41ec2001b 00:50:17 ---> 0195528074eb 00:50:17 Step 14/22 : EXPOSE $APP_PORT 00:50:17 OK: 7 MiB in 18 packages 00:50:17 ---> Running in 361296db7642 00:50:18 ---> Running in 8ca87bb73d01 00:50:18 Removing intermediate container c8c591d33a01 00:50:18 ---> 72d4d1079ca2 00:50:18 Step 15/23 : WORKDIR / 00:50:18 ---> Running in 393139e96644 00:50:19 Removing intermediate container 361296db7642 00:50:19 ---> 66c435769b0a 00:50:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:19 Removing intermediate container 8ca87bb73d01 00:50:19 ---> e663257535d7 00:50:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:19 ---> Running in 8e3eb9e12fe3 00:50:19 Removing intermediate container 393139e96644 00:50:19 ---> f45dfcd72f41 00:50:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:19 ---> ba808a41dc93 00:50:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:19 Removing intermediate container 156340f0fb7f 00:50:19 ---> d0dd3257bb59 00:50:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:20 ---> Running in 2293b3958332 00:50:20 ---> a3ee8d22079a 00:50:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:21 Removing intermediate container 2293b3958332 00:50:21 ---> ba568486e73a 00:50:21 Step 13/21 : WORKDIR /edgex 00:50:21 ---> 70b22a8961ee 00:50:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:22 ---> Running in a9b79146f3a4 00:50:23 ---> c270401ee305 00:50:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:23 ---> 10d32b17060a 00:50:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:24 Removing intermediate container a9b79146f3a4 00:50:24 ---> 99a4b5edb00f 00:50:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:24 ---> Running in ab396263b6b7 00:50:24 Removing intermediate container 8e3eb9e12fe3 00:50:24 ---> 2a03b8f5d04c 00:50:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:24 ---> b61d6e087a73 00:50:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:25 ---> Running in a65b1aa3521d 00:50:25 ---> dbf348d69d43 00:50:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:25 ---> Running in 9cc60e4c1342 00:50:25 Removing intermediate container ab396263b6b7 00:50:25 ---> b21239ae5d5e 00:50:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:26 ---> Running in 6aef937f26d0 00:50:26 Removing intermediate container 9cc60e4c1342 00:50:26 ---> 341e54f2c3fe 00:50:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:26 ---> Running in c1e90719e252 00:50:26 Removing intermediate container 6aef937f26d0 00:50:26 ---> 3ec27ab9d080 00:50:26 Step 20/22 : LABEL arch=x86_64 00:50:26 ---> 1f627ebb72b1 00:50:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:26 ---> Running in 9a4ea86c772c 00:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:27 Removing intermediate container c1e90719e252 00:50:27 ---> 06cbc9777626 00:50:27 Step 21/23 : LABEL arch=x86_64 00:50:27 Removing intermediate container 9a4ea86c772c 00:50:27 ---> 1a38950bb95a 00:50:27 Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:50:27 ---> Running in 0338d2537457 00:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:27 ---> Running in def05361de9c 00:50:27 ---> 1558ced25984 00:50:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:27 Removing intermediate container 0338d2537457 00:50:27 ---> 5d0989ec78d2 00:50:27 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:50:28 ---> Running in ef7a1a3d0295 00:50:28 ---> Running in 5b15f311caa5 00:50:28 (1/6) Installing dumb-init (1.2.2-r1) 00:50:28 (2/6) Installing libgcc (9.3.0-r2) 00:50:28 Removing intermediate container def05361de9c 00:50:28 ---> adf5617e721c 00:50:28 Step 22/22 : LABEL version=0.0.0 00:50:28 (3/6) Installing libsodium (1.0.18-r0) 00:50:28 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:28 ---> Running in 6e4d439dec2d 00:50:28 Removing intermediate container 5b15f311caa5 00:50:28 ---> 7d5bd985d277 00:50:28 Step 23/23 : LABEL version=0.0.0 00:50:28 Removing intermediate container ef7a1a3d0295 00:50:28 ---> bf07f33a321c 00:50:28 Step 18/21 : CMD ["--init=true"] 00:50:28 (5/6) Installing libzmq (4.3.3-r0) 00:50:28 (6/6) Installing zeromq (4.3.3-r0) 00:50:28 Executing busybox-1.31.1-r19.trigger 00:50:28 OK: 8 MiB in 20 packages 00:50:29 ---> Running in 36540ede2fcf 00:50:29 ---> Running in 051b36da14b1 00:50:29 Removing intermediate container 6e4d439dec2d 00:50:29 ---> 39645834e263 00:50:29 00:50:30 Removing intermediate container 36540ede2fcf 00:50:30 ---> f5dbc8af8537 00:50:30 00:50:30 Removing intermediate container 051b36da14b1 00:50:30 ---> d262edae13a2 00:50:30 Step 19/21 : LABEL arch=x86_64 00:50:30 ---> Running in 7ea56ef2bcbc 00:50:30 Successfully built 39645834e263 00:50:30 Successfully tagged docker-support-scheduler-go:latest 00:50:30 Building docker-core-command-go 00:50:30  Building docker-support-scheduler-go ... done Successfully built f5dbc8af8537 00:50:30 Successfully tagged docker-core-metadata-go:latest 00:50:31 Building docker-support-notifications-go 00:50:31  Building docker-core-metadata-go ... done Removing intermediate container a65b1aa3521d 00:50:31 ---> 3508991f6d1e 00:50:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:31 Removing intermediate container 7ea56ef2bcbc 00:50:31 ---> b9fedfc65462 00:50:31 Step 20/21 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:50:31 ---> Running in 9edd9095278b 00:50:31 ---> 50e286054fed 00:50:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:31 Removing intermediate container 9edd9095278b 00:50:31 ---> 53236f5c66c9 00:50:31 Step 21/21 : LABEL version=0.0.0 00:50:31 ---> Running in 0433ae37cd39 00:50:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:33 Removing intermediate container 0433ae37cd39 00:50:33 ---> a8ffc205a745 00:50:33 00:50:33 Status: Downloaded newer image for docker:20.10.0 00:50:33 ---> aefe523efa57 00:50:33 Step 12/26 : RUN apk add --no-cache bash 00:50:35 Successfully built a8ffc205a745 00:50:35 Successfully tagged docker-security-proxy-setup-go:latest 00:50:35  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:50:36 ---> cee1c2774dc8 00:50:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:36 ---> Running in e85210065ced 00:50:38 ---> 581427b643fc 00:50:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:39 (1/2) Installing readline (8.0.4-r0) 00:50:39 (2/2) Installing bash (5.0.17-r0) 00:50:39 Executing bash-5.0.17-r0.post-install 00:50:39 Executing busybox-1.31.1-r19.trigger 00:50:39 OK: 12 MiB in 22 packages 00:50:39 ---> Running in e3dc2c181946 00:50:41 Removing intermediate container e3dc2c181946 00:50:41 ---> 43a9e178e79b 00:50:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:41 ---> Running in f7465f3edfd3 00:50:42 Removing intermediate container f7465f3edfd3 00:50:42 ---> 09420c2c89fc 00:50:42 Step 21/23 : LABEL arch=x86_64 00:50:43 Removing intermediate container e85210065ced 00:50:43 ---> 45d854f9e302 00:50:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> c5e1602aaa63 00:50:43 Step 3/21 : WORKDIR /edgex-go 00:50:43 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> c5e1602aaa63 00:50:43 Step 3/34 : WORKDIR /edgex-go 00:50:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> c5e1602aaa63 00:50:43 Step 3/23 : WORKDIR /edgex-go 00:50:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> c5e1602aaa63 00:50:43 Step 3/24 : WORKDIR /edgex-go 00:50:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> c5e1602aaa63 00:50:43 Step 3/22 : WORKDIR /edgex-go 00:50:43 ---> Running in 863cd8623639 00:50:43 ---> Running in 99ac5db84aff 00:50:43 ---> Running in 2ce2d023bf7e 00:50:43 ---> Running in 259f13f766c7 00:50:43 ---> Running in 68de5e923902 00:50:43 Removing intermediate container 99ac5db84aff 00:50:43 ---> 71fc35417620 00:50:43 Removing intermediate container 2ce2d023bf7e 00:50:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 7c2bb0c66160 00:50:43 00:50:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:43 Removing intermediate container 259f13f766c7 00:50:43 ---> 7be66cd3610d 00:50:43 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:43 Removing intermediate container 863cd8623639 00:50:43 ---> fa1c543f511c 00:50:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:43 Removing intermediate container 68de5e923902 00:50:43 ---> ac1d072b456f 00:50:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:43 ---> Running in 25b3ed64d54e 00:50:43 ---> Running in 7f6d8aca62d6 00:50:43 ---> Running in d55394f94b36 00:50:43 ---> Running in d1756cd28db2 00:50:43 ---> Running in 5875c9e5751d 00:50:43 Removing intermediate container 7f6d8aca62d6 00:50:43 ---> d6d91c800221 00:50:43 Step 5/23 : RUN apk add --update --no-cache make git 00:50:43 ---> Running in b14e91a16e49 00:50:43 Removing intermediate container d55394f94b36 00:50:43 ---> 9852862a378b 00:50:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:43 Removing intermediate container 5875c9e5751d 00:50:43 ---> 3adee30233dc 00:50:43 Step 5/21 : RUN apk add --update --no-cache make git 00:50:43 ---> Running in 069eb032df5f 00:50:43 Removing intermediate container 25b3ed64d54e 00:50:43 ---> c2c8963662a8 00:50:43 Step 5/24 : RUN apk add --update --no-cache make git 00:50:43 ---> Running in 24d90ec8053b 00:50:43 Removing intermediate container d1756cd28db2 00:50:43 ---> 036a5d9cc628 00:50:43 Step 5/34 : RUN apk add --update --no-cache make git 00:50:43 ---> Running in 40f6fb7c690b 00:50:43 ---> Running in 36ac30d4d9f6 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 OK: 217 MiB in 51 packages 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 ---> Running in 9e3bb3f76173 00:50:43 OK: 217 MiB in 51 packages 00:50:43 OK: 217 MiB in 51 packages 00:50:43 OK: 217 MiB in 51 packages 00:50:44 ---> Running in 6de5b3caecd9 00:50:44 Removing intermediate container b14e91a16e49 00:50:44 ---> 293fca29c699 00:50:44 Step 6/23 : COPY go.mod . 00:50:44 OK: 217 MiB in 51 packages 00:50:44 Removing intermediate container 9e3bb3f76173 00:50:44 ---> 7bf9ababf189 00:50:44 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:50:45 ---> fb7729370dc0 00:50:45 Step 7/23 : RUN go mod download 00:50:45 Removing intermediate container 6de5b3caecd9 00:50:45 ---> 154b668b2570 00:50:45 Step 14/26 : ENV APP_PORT=48090 00:50:45 Removing intermediate container 069eb032df5f 00:50:45 ---> 51ff7a19057c 00:50:45 Step 6/22 : COPY go.mod . 00:50:45 ---> Running in 0cf76ef5c815 00:50:45 ---> Running in b9e1604bde64 00:50:45 ---> Running in 7dea16734a26 00:50:45 Removing intermediate container 24d90ec8053b 00:50:45 ---> 04339f8d4107 00:50:45 Step 6/21 : COPY go.mod . 00:50:45 Removing intermediate container 40f6fb7c690b 00:50:45 ---> 94d443a19222 00:50:45 Step 6/24 : COPY go.mod . 00:50:46 Removing intermediate container 36ac30d4d9f6 00:50:46 ---> f34ee2ee6871 00:50:46 Step 6/34 : COPY go.mod . 00:50:46 Removing intermediate container b9e1604bde64 00:50:46 ---> 47031be57420 00:50:46 Step 23/23 : LABEL version=0.0.0 00:50:46 Removing intermediate container 7dea16734a26 00:50:46 ---> ada504f94eb8 00:50:46 Step 15/26 : EXPOSE $APP_PORT 00:50:46 ---> Running in 299cb664ef2d 00:50:46 ---> Running in a7798455793d 00:50:46 ---> c3025ad82145 00:50:46 Step 7/22 : RUN go mod download 00:50:46 ---> d67b32ff9aac 00:50:46 Step 7/21 : RUN go mod download 00:50:46 ---> Running in f035d163eb91 00:50:46 Removing intermediate container 299cb664ef2d 00:50:46 ---> fcb9c495ac01 00:50:46 00:50:46 Removing intermediate container a7798455793d 00:50:46 ---> dec692e7014d 00:50:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:46 ---> 1f0d94867b9a 00:50:46 Step 7/24 : RUN go mod download 00:50:46 ---> Running in c9366e6a4cb3 00:50:47 ---> 6a813e1a73c7 00:50:47 Step 7/34 : RUN go mod download 00:50:47 ---> Running in 3361eed520ca 00:50:47 Successfully built fcb9c495ac01 00:50:47 Successfully tagged docker-core-data-go:latest 00:50:47  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 00:50:47 ---> Running in 050a4ab1bdb4 00:50:48 ---> 8b092deeed6a 00:50:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:50 ---> 831e6f9b9b70 00:50:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:50 Removing intermediate container 0cf76ef5c815 00:50:50 ---> 25bbf6252c06 00:50:50 Step 8/23 : COPY . . 00:50:51 Removing intermediate container f035d163eb91 00:50:51 ---> a650954b7a68 00:50:51 Step 8/22 : COPY . . 00:50:52 Removing intermediate container c9366e6a4cb3 00:50:52 ---> f948de7db74a 00:50:52 Step 8/21 : COPY . . 00:50:53 ---> 7cc70c53c87d 00:50:53 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:53 Removing intermediate container 050a4ab1bdb4 00:50:53 ---> 0987ece2a13c 00:50:53 Step 8/34 : COPY . . 00:50:53 Removing intermediate container 3361eed520ca 00:50:53 ---> 3ba57e2287f7 00:50:53 Step 8/24 : COPY . . 00:50:54 ---> Running in 1d11f2d9b686 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:00 (1/33) Installing libbz2 (1.0.8-r1) 00:51:00 (2/33) Installing expat (2.2.9-r1) 00:51:00 (3/33) Installing libffi (3.3-r2) 00:51:00 (4/33) Installing gdbm (1.13-r1) 00:51:00 (5/33) Installing xz-libs (5.2.5-r0) 00:51:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:00 (7/33) Installing python3 (3.8.5-r0) 00:51:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:07 (11/33) Installing py3-six (1.15.0-r0) 00:51:07 (12/33) Installing py3-packaging (20.4-r0) 00:51:07 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:07 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:08 (15/33) Installing py3-idna (2.9-r0) 00:51:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:09 (18/33) Installing py3-requests (2.23.0-r0) 00:51:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:09 (24/33) Installing py3-distro (1.5.0-r1) 00:51:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:09 (29/33) Installing py3-progress (1.5-r0) 00:51:09 (30/33) Installing py3-toml (0.10.1-r0) 00:51:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:10 (33/33) Installing py3-pip (20.1.1-r0) 00:51:11 Executing busybox-1.31.1-r19.trigger 00:51:11 OK: 71 MiB in 55 packages 00:51:20 ---> c5d60584918a 00:51:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:20 ---> b2a49d941a56 00:51:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:20 ---> e444b7ac3683 00:51:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:20 ---> d34179aebfef 00:51:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:20 ---> d341d53beed5 00:51:20 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:51:20 ---> Running in 3b5641dd9419 00:51:20 ---> Running in a4bc944d7a94 00:51:20 ---> Running in 409e0e618373 00:51:20 ---> Running in 288360e4ab90 00:51:20 ---> Running in ca6c25404ed9 00:51:20 Removing intermediate container ca6c25404ed9 00:51:20 ---> 00edb6d824ff 00:51:20 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:51:20 ---> Running in ae830773b630 00:51:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:20 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:51:20 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:51:20 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:51:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:30 ---> 7021f2cd70d5 00:51:30 Step 3/22 : WORKDIR /edgex-go 00:51:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:30 ---> 7021f2cd70d5 00:51:30 Step 3/23 : WORKDIR /edgex-go 00:51:30 ---> Using cache 00:51:30 ---> e83fd5d8eb7f 00:51:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:30 ---> Using cache 00:51:30 ---> e83fd5d8eb7f 00:51:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:30 ---> Using cache 00:51:30 ---> e1612f6518f5 00:51:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:51:30 ---> Using cache 00:51:30 ---> e1612f6518f5 00:51:30 Step 5/23 : RUN apk add --update --no-cache make git 00:51:30 ---> Using cache 00:51:30 ---> 84ada7b478f4 00:51:30 Step 6/23 : COPY go.mod . 00:51:30 ---> Using cache 00:51:30 ---> 7d2843e87971 00:51:30 Step 7/23 : RUN go mod download 00:51:30 ---> Using cache 00:51:30 ---> 5de5ad3b0b31 00:51:30 Step 8/23 : COPY . . 00:51:30 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:30 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:51:30 ---> 7021f2cd70d5 00:51:30 Step 3/34 : WORKDIR /edgex-go 00:51:30 ---> Using cache 00:51:30 ---> e83fd5d8eb7f 00:51:30 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:30 ---> Using cache 00:51:30 ---> e1612f6518f5 00:51:30 Step 5/34 : RUN apk add --update --no-cache make git 00:51:30 ---> Using cache 00:51:30 ---> 84ada7b478f4 00:51:30 Step 6/34 : COPY go.mod . 00:51:30 ---> Using cache 00:51:30 ---> 7d2843e87971 00:51:30 Step 7/34 : RUN go mod download 00:51:30 ---> Using cache 00:51:30 ---> 5de5ad3b0b31 00:51:30 Step 8/34 : COPY . . 00:51:30 ---> Using cache 00:51:30 ---> ff734800d074 00:51:30 Step 9/23 : RUN make cmd/core-command/core-command 00:51:30 ---> Using cache 00:51:30 ---> ff734800d074 00:51:30 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:51:30 ---> Running in 5da2944420a7 00:51:30 ---> Running in 70a176acdbba 00:51:30 ---> Running in 10b2912ef5ff 00:51:33 Removing intermediate container 70a176acdbba 00:51:33 ---> 24eaa150acf8 00:51:33 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:51:34 ---> Running in d280506e41bf 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:38 OK: 233 MiB in 51 packages 00:51:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:41 ---> 7021f2cd70d5 00:51:41 Step 3/24 : WORKDIR /edgex-go 00:51:41 ---> Using cache 00:51:41 ---> e83fd5d8eb7f 00:51:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:41 ---> Using cache 00:51:41 ---> e1612f6518f5 00:51:41 Step 5/24 : RUN apk add --update --no-cache make git 00:51:41 ---> Using cache 00:51:41 ---> 84ada7b478f4 00:51:41 Step 6/24 : COPY go.mod . 00:51:41 ---> Using cache 00:51:41 ---> 7d2843e87971 00:51:41 Step 7/24 : RUN go mod download 00:51:41 ---> Using cache 00:51:41 ---> 5de5ad3b0b31 00:51:41 Step 8/24 : COPY . . 00:51:41 ---> Using cache 00:51:41 ---> ff734800d074 00:51:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:42 Removing intermediate container 10b2912ef5ff 00:51:42 ---> af23c2001db5 00:51:42 Step 6/22 : COPY go.mod . 00:51:42 ---> Running in 4b1332264917 00:51:44 ---> 876e949cebf2 00:51:44 Step 7/22 : RUN go mod download 00:51:44 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:51:44 ---> Running in 604b0a00e251 00:51:52 Removing intermediate container 604b0a00e251 00:51:52 ---> 30e8c7c7f2df 00:51:52 Step 8/22 : COPY . . 00:52:15 Removing intermediate container 1d11f2d9b686 00:52:15 ---> 12e6998a109a 00:52:15 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:16 ---> Running in 750fc12fca39 00:52:21 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:52:21 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:52:37 Removing intermediate container 5da2944420a7 00:52:37 ---> 8e0c647e77bd 00:52:37 00:52:37 Step 10/23 : FROM alpine:3.12 00:52:37 ---> 389fef711851 00:52:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:37 ---> Using cache 00:52:37 ---> 3ce23fc44d3c 00:52:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:37 ---> Using cache 00:52:37 ---> f770a3fa0400 00:52:37 Step 13/23 : ENV APP_PORT=48082 00:52:37 ---> Running in 3e0d446ec217 00:52:38 Collecting docker-compose==1.23.2 00:52:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:39 + mkdir -p /tmp/build/dist/linux 00:52:39 + cd /tmp/build/dist/linux 00:52:39 + git clone https://github.com/jwilder/dockerize.git . 00:52:39 Cloning into '.'... 00:52:39 Collecting websocket-client<1.0,>=0.32.0 00:52:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:40 Collecting dockerpty<0.5,>=0.4.1 00:52:40 Removing intermediate container 3e0d446ec217 00:52:40 ---> bc4050b2da8c 00:52:40 Step 14/23 : EXPOSE $APP_PORT 00:52:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:41 ---> Running in bc87ea60e9ba 00:52:41 + go get github.com/robfig/glock 00:52:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:42 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:52:42 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:52:43 Removing intermediate container bc87ea60e9ba 00:52:43 ---> b0dc577938fb 00:52:43 Step 15/23 : WORKDIR / 00:52:44 ---> Running in 922e37852ee3 00:52:45 Collecting PyYAML<4,>=3.10 00:52:45 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:45 Removing intermediate container 922e37852ee3 00:52:45 ---> fc0262ee3f4e 00:52:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:46 Removing intermediate container 4b1332264917 00:52:46 ---> ab01075d9dd3 00:52:46 00:52:46 Step 10/24 : FROM alpine:3.12 00:52:46 ---> 389fef711851 00:52:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:47 ---> 297728c6b232 00:52:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:47 ---> Running in fb1d6ed3c4e9 00:52:47 Collecting jsonschema<3,>=2.5.1 00:52:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:48 Collecting texttable<0.10,>=0.9.0 00:52:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:48 ---> a20aa5651e6f 00:52:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:52:49 ---> Running in 36f4b8534912 00:52:49 ---> c89fe5b8f85b 00:52:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:49 Collecting docker<4.0,>=3.6.0 00:52:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:50 Collecting cached-property<2,>=1.2.0 00:52:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:50 Collecting docopt<0.7,>=0.6.1 00:52:50 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:50 ---> 70a20aa7dac2 00:52:50 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:50 (1/5) Installing ca-certificates (20191127-r4) 00:52:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:51 (3/5) Installing libcurl (7.69.1-r3) 00:52:51 (4/5) Installing curl (7.69.1-r3) 00:52:51 (5/5) Installing dumb-init (1.2.2-r1) 00:52:51 Executing busybox-1.31.1-r19.trigger 00:52:51 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:52:51 ---> Running in 4ac0ac0192b5 00:52:51 Executing ca-certificates-20191127-r4.trigger 00:52:51 OK: 7 MiB in 19 packages 00:52:52 Removing intermediate container 4ac0ac0192b5 00:52:52 ---> d23ff1ebb65b 00:52:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:52 Collecting idna<2.8,>=2.5 00:52:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:52 ---> Running in 31bb7319dd14 00:52:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:52:52 Collecting urllib3<1.25,>=1.21.1 00:52:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:53 Collecting docker-pycreds>=0.4.0 00:52:53 Removing intermediate container 31bb7319dd14 00:52:53 ---> f587bd658574 00:52:53 Step 21/23 : LABEL arch=x86_64 00:52:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:53 ---> Running in 01c7e8d38042 00:52:53 Installing collected packages: websocket-client, dockerpty, PyYAML, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, cached-property, docopt, docker-compose 00:52:55 Removing intermediate container 288360e4ab90 00:52:55 ---> 74d6ad498640 00:52:55 00:52:55 Step 10/24 : FROM alpine:3.12 00:52:55 3.12: Pulling from library/alpine 00:52:55 Removing intermediate container 409e0e618373 00:52:55 ---> a82369ed5993 00:52:55 00:52:55 Step 10/21 : FROM alpine:3.12 00:52:55 3.12: Pulling from library/alpine 00:52:55 Removing intermediate container 3b5641dd9419 00:52:55 ---> c1e620c95b59 00:52:55 00:52:55 Step 10/22 : FROM alpine:3.12 00:52:55 3.12: Pulling from library/alpine 00:52:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:55 Status: Downloaded newer image for alpine:3.12 00:52:55 ---> afeebe901d6b 00:52:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:55 Status: Image is up to date for alpine:3.12 00:52:55 ---> afeebe901d6b 00:52:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:55 Status: Downloaded newer image for alpine:3.12 00:52:55 ---> afeebe901d6b 00:52:55 Step 11/21 : RUN apk add --update --no-cache curl 00:52:55 Running setup.py install for dockerpty: started 00:52:55 Removing intermediate container 01c7e8d38042 00:52:55 ---> 02b4d0407a53 00:52:55 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:52:55 ---> Running in 8bb9b3c949f9 00:52:55 ---> Running in a21a0a04c2eb 00:52:55 ---> Running in 6b6ab7f26f47 00:52:56 Removing intermediate container fb1d6ed3c4e9 00:52:56 ---> 00134efc753f 00:52:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:56 ---> Running in 9a153117f8a9 00:52:56 ---> Running in 03b845a1d07e 00:52:57 Removing intermediate container 03b845a1d07e 00:52:57 ---> 1b575731ffee 00:52:57 Step 13/24 : WORKDIR / 00:52:57 Running setup.py install for dockerpty: finished with status 'done' 00:52:57 Running setup.py install for PyYAML: started 00:52:58 Removing intermediate container 9a153117f8a9 00:52:58 ---> a784f487afee 00:52:58 Step 23/23 : LABEL version=0.0.0 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:59 (1/5) Installing ca-certificates (20191127-r4) 00:52:59 (1/2) Installing ca-certificates (20191127-r4) 00:52:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:59 (3/5) Installing libcurl (7.69.1-r3) 00:52:59 (2/2) Installing dumb-init (1.2.2-r1) 00:52:59 (4/5) Installing curl (7.69.1-r3) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 (5/5) Installing dumb-init (1.2.2-r1) 00:52:59 Executing ca-certificates-20191127-r4.trigger 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 Executing ca-certificates-20191127-r4.trigger 00:52:59 (1/4) Installing ca-certificates (20191127-r4) 00:52:59 + mkdir -p /tmp/build/dist/linux 00:52:59 + cd /tmp/build/dist/linux 00:52:59 + git clone https://github.com/jwilder/dockerize.git . 00:52:59 Cloning into '.'... 00:52:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:59 (3/4) Installing libcurl (7.69.1-r3) 00:52:59 (4/4) Installing curl (7.69.1-r3) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 Executing ca-certificates-20191127-r4.trigger 00:52:59 OK: 6 MiB in 16 packages 00:52:59 OK: 7 MiB in 19 packages 00:52:59 Running setup.py install for PyYAML: finished with status 'done' 00:52:59 Attempting uninstall: idna 00:52:59 Found existing installation: idna 2.9 00:52:59 OK: 7 MiB in 18 packages 00:53:00 Uninstalling idna-2.9: 00:53:00 + go get github.com/robfig/glock 00:53:00 Successfully uninstalled idna-2.9 00:53:00 ---> Running in 65916cdedccc 00:53:00 ---> Running in e41f966cb782 00:53:01 Attempting uninstall: urllib3 00:53:01 Found existing installation: urllib3 1.25.9 00:53:01 Uninstalling urllib3-1.25.9: 00:53:01 Removing intermediate container 65916cdedccc 00:53:01 ---> e5d7d44ac992 00:53:01 00:53:01 Removing intermediate container e41f966cb782 00:53:01 ---> 2c99fad73def 00:53:01 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:53:01 Successfully uninstalled urllib3-1.25.9 00:53:02 Attempting uninstall: requests 00:53:02 Found existing installation: requests 2.23.0 00:53:02 Uninstalling requests-2.23.0: 00:53:02 Successfully built e5d7d44ac992 00:53:02 Successfully tagged docker-core-command-go:latest 00:53:02  Building docker-core-command-go ... done  Successfully uninstalled requests-2.23.0 00:53:03 ---> 6a7777856e2f 00:53:03 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:53:03 Removing intermediate container a21a0a04c2eb 00:53:03 ---> c169f1b5adea 00:53:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:03 Removing intermediate container 6b6ab7f26f47 00:53:03 ---> 1bd388eebab5 00:53:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:03 ---> Running in 01b4a16a26ae 00:53:03 Removing intermediate container 8bb9b3c949f9 00:53:03 ---> 42274ac9b5ad 00:53:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:03 ---> Running in 3343beb790dd 00:53:03 ---> Running in 4b3d41414fed 00:53:03 Removing intermediate container 01b4a16a26ae 00:53:03 ---> 9803d422d556 00:53:03 Step 13/22 : ENV APP_PORT=48060 00:53:03 Running setup.py install for texttable: started 00:53:04 ---> Running in 03ee38adfa87 00:53:04 Removing intermediate container 3343beb790dd 00:53:04 ---> 393404eb89f4 00:53:04 Step 13/21 : WORKDIR /edgex 00:53:04 Removing intermediate container 4b3d41414fed 00:53:04 ---> 145af8e70b95 00:53:04 Step 13/24 : WORKDIR / 00:53:04 ---> Running in f5a19b3b594c 00:53:04 ---> b9762ee1df8b 00:53:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:53:04 ---> Running in ade0c4e77bff 00:53:04 Removing intermediate container 03ee38adfa87 00:53:04 ---> d9902ac23919 00:53:04 Step 14/22 : EXPOSE $APP_PORT 00:53:04 + glock sync -n 00:53:04  Running setup.py install for texttable: finished with status 'done' 00:53:05 ---> Running in 261d4a9e0378 00:53:05 Removing intermediate container f5a19b3b594c 00:53:05 ---> 51feb1020711 00:53:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:53:05 Removing intermediate container ade0c4e77bff 00:53:05 ---> 1e0b5c751aea 00:53:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:53:05 ---> 512ca620e883 00:53:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:53:06 Removing intermediate container 261d4a9e0378 00:53:06 ---> c15e03decb8f 00:53:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:06 Running setup.py install for docopt: started 00:53:06 ---> 96d5ee0fe0aa 00:53:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:53:06 ---> d67d76de8d5d 00:53:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:53:07 Running setup.py install for docopt: finished with status 'done' 00:53:08 ---> 8e7d598e9476 00:53:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:08 ---> d20f41decd3a 00:53:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:53:08 ---> 175e01e8411f 00:53:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:53:08 ---> a2598aeba89d 00:53:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:53: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:53:10 ---> 9298190b763f 00:53:10 ---> 1f2810029752 00:53:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:53:10 ---> 4503f2c6cf60 00:53:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:53:11 ---> Running in d59105575514 00:53:11 ---> 6efccb255c8a 00:53:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53:12 ---> a41a7e2abc01 00:53:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:12 Removing intermediate container d59105575514 00:53:12 ---> 23f71f70e560 00:53:12 Step 18/21 : CMD ["--init=true"] 00:53:12 ---> Running in 1051eb35894e 00:53:12 ---> Running in 78390fa4126a 00:53:13 ---> f5661ff23af3 00:53:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:53:13 ---> 438069d9c076 00:53:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:53:13 Removing intermediate container 1051eb35894e 00:53:13 ---> 9f9d9570676d 00:53:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:13 ---> Running in 962fe374c5b3 00:53:13 Removing intermediate container a4bc944d7a94 00:53:13 ---> a16a6af50678 00:53:13 00:53:13 Step 10/23 : FROM alpine:3.12 00:53:13 ---> afeebe901d6b 00:53:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:13 Removing intermediate container 78390fa4126a 00:53:13 ---> 2c4b08d53187 00:53:13 Step 19/21 : LABEL arch=arm64 00:53:13 ---> Running in bd720fd6d6ee 00:53:14 ---> Running in f92290490905 00:53:14 ---> Running in c641f139dfcb 00:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:15 ---> 2b61c3739ef6 00:53:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53:15 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:53:15 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:53:15 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:15 Removing intermediate container bd720fd6d6ee 00:53:15 ---> 1ff228d675ab 00:53:15 Step 20/22 : LABEL arch=arm64 00:53:15 Removing intermediate container c641f139dfcb 00:53:15 ---> 3bb2f3b6e33e 00:53:15 Step 20/21 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:16 ---> Running in 7764c72b28a9 00:53:16 ---> Running in c166cfa90be0 00:53:16 (1/1) Installing dumb-init (1.2.2-r1) 00:53:16 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:53:16 + git describe '--abbrev=0' --tags 00:53:16 + TAG=v0.6.1 00:53:16 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:53:16 + apk --print-arch 00:53:16 + arch=x86_64 00:53:16 + echo 'building [dockerize] for amd64 ... ' 00:53:16 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:53:16 building [dockerize] for amd64 ... 00:53:16 Removing intermediate container 750fc12fca39 00:53:16 ---> abb736ffc540 00:53:16 Step 21/26 : RUN apk --no-cache add curl 00:53:16 Executing busybox-1.31.1-r19.trigger 00:53:16 OK: 5 MiB in 15 packages 00:53:17 ---> 6fecc76b67ab 00:53:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:53:17 Removing intermediate container 7764c72b28a9 00:53:17 ---> 43a1ef3d1d0c 00:53:17 Step 21/21 : LABEL version=0.0.0 00:53:17 Removing intermediate container c166cfa90be0 00:53:17 ---> 28dd89ea8b45 00:53:17 Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:17 ---> Running in cc417d43c0e0 00:53:17 ---> Running in c4d6b45c4e83 00:53:17 ---> Running in 487f836df294 00:53:17 ---> Running in 4b09b8602119 00:53:18 Removing intermediate container c4d6b45c4e83 00:53:18 ---> 4403316c4c54 00:53:18 00:53:18 Removing intermediate container 962fe374c5b3 00:53:18 ---> ee7fbf305ce3 00:53:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:19 Removing intermediate container 487f836df294 00:53:19 ---> ac1bb65e57bb 00:53:19 Step 22/22 : LABEL version=0.0.0 00:53:19 Removing intermediate container f92290490905 00:53:19 ---> 8dedfa768234 00:53:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:19 ---> Running in 84ffab42856b 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:19 ---> Running in c7eb2f12fd91 00:53:19 Successfully built 4403316c4c54 00:53:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:53:19  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:53:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:19 (2/3) Installing libcurl (7.69.1-r3) 00:53:19 (3/3) Installing curl (7.69.1-r3) 00:53:19 Removing intermediate container 84ffab42856b 00:53:19 ---> 77fc90038a11 00:53:19 Step 22/24 : LABEL arch=x86_64 00:53:19 Executing busybox-1.31.1-r19.trigger 00:53:19 ---> Running in 3c20a9e35af1 00:53:20 OK: 72 MiB in 58 packages 00:53:20 ---> Running in 73d7d090a312 00:53:20 Removing intermediate container c7eb2f12fd91 00:53:20 ---> 8b1d91426d3b 00:53:20 00:53:20 Removing intermediate container 3c20a9e35af1 00:53:20 ---> 0ec3b3c08196 00:53:20 Step 13/23 : ENV APP_PORT=48081 00:53:20 Successfully built 8b1d91426d3b 00:53:20 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:20 Building docker-core-command-go 00:53:21  Building docker-support-notifications-go ... done  ---> Running in fe47512e9cd7 00:53:21 Removing intermediate container cc417d43c0e0 00:53:21 ---> ec66cee04da9 00:53:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:53:21 ---> Running in 3499fbc87cb8 00:53:21 Removing intermediate container fe47512e9cd7 00:53:21 ---> b5875206ce94 00:53:21 Step 14/23 : EXPOSE $APP_PORT 00:53:22 Removing intermediate container 73d7d090a312 00:53:22 ---> 172e28bcc97f 00:53:22 Step 23/24 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:22 ---> Running in 2d1cd4dd6401 00:53:22 + glock sync -n 00:53:22  ---> Running in c2cd5bfb82e4 00:53:22 Removing intermediate container 2d1cd4dd6401 00:53:22 ---> 9fa718c25f21 00:53:22 Step 24/24 : LABEL version=0.0.0 00:53:23 ---> Running in a463f4fd91a1 00:53:23 Removing intermediate container 4b09b8602119 00:53:23 ---> 3071ec2b8409 00:53:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:23 Removing intermediate container 3499fbc87cb8 00:53:23 ---> ccd49eedfb02 00:53:23 Step 22/24 : LABEL arch=arm64 00:53:23 ---> Running in cedc8e185de1 00:53:23 Removing intermediate container a463f4fd91a1 00:53:23 ---> 6486a71043b7 00:53:23 00:53:24 Removing intermediate container c2cd5bfb82e4 00:53:24 ---> a8af180dec0e 00:53:24 Step 15/23 : WORKDIR / 00:53:25 ---> Running in e9af93eec33c 00:53:25 ---> Running in 0afc8931ecfb 00:53:25 Removing intermediate container e9af93eec33c 00:53:25 ---> bd3d503c3f8b 00:53:25 Step 23/24 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:25 Removing intermediate container cedc8e185de1 00:53:25 ---> abf993e2716f 00:53:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:25 Successfully built 6486a71043b7 00:53:26 Removing intermediate container 0afc8931ecfb 00:53:26 ---> 6108a796d142 00:53:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:26 Successfully tagged docker-security-secretstore-setup-go:latest 00:53:26 ---> Running in cce4dc0635fe 00:53:27  Building docker-security-secretstore-setup-go ... done  ---> Running in a78d38fe6e15 00:53:27 Removing intermediate container cce4dc0635fe 00:53:27 ---> a3f9cf304a20 00:53:27 Step 24/24 : LABEL version=0.0.0 00:53:27 Removing intermediate container 36f4b8534912 00:53:27 ---> 461a1d24be68 00:53:27 00:53:27 Step 10/22 : FROM alpine:3.12 00:53:27 ---> 389fef711851 00:53:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:53:27 ---> Running in 9afac4f025c8 00:53:27 Removing intermediate container a78d38fe6e15 00:53:27 ---> 0d27deb96c7e 00:53:27 Step 24/26 : LABEL arch=x86_64 00:53:28 ---> 5302f61bbeec 00:53:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:28 ---> Running in 5aa7233d4c84 00:53:28 ---> Running in 456aa8d18246 00:53:29 Removing intermediate container 5aa7233d4c84 00:53:29 ---> d15a19036134 00:53:29 Step 25/26 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:29 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:53:29 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:53:29 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:53:29 Removing intermediate container 456aa8d18246 00:53:29 ---> ce5c8cad767b 00:53:29 00:53:29 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:53:29 + git describe '--abbrev=0' --tags 00:53:29 + TAG=v0.6.1 00:53:29 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:53:29 + apk --print-arch 00:53:29 building [dockerize] for arm64 ... 00:53:29 + arch=aarch64 00:53:29 + echo 'building [dockerize] for arm64 ... ' 00:53:29 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:53:30 Successfully built ce5c8cad767b 00:53:30 ---> 433b9ac019ad 00:53:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:30 ---> Running in 85247fc497ed 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:53:30  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:31 ---> 5e8059434ae3 00:53:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:31 ---> Running in e639ae85bf5f 00:53:31 Removing intermediate container 85247fc497ed 00:53:31 ---> 9eea87b30973 00:53:31 Step 26/26 : LABEL version=0.0.0 00:53:31 (1/2) Installing ca-certificates (20191127-r4) 00:53:31 (2/2) Installing dumb-init (1.2.2-r1) 00:53:31 Executing busybox-1.31.1-r19.trigger 00:53:31 Executing ca-certificates-20191127-r4.trigger 00:53:31 ---> Running in 468b1f17b98a 00:53:32 Removing intermediate container e639ae85bf5f 00:53:32 ---> 0a47b8a7b479 00:53:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:32 OK: 6 MiB in 16 packages 00:53:32 ---> Running in ff031443e169 00:53:32 Removing intermediate container 468b1f17b98a 00:53:32 ---> 3c75c3430db6 00:53:32 00:53:32 Removing intermediate container ff031443e169 00:53:32 ---> dbf7ef38bdc5 00:53:32 Step 21/23 : LABEL arch=arm64 00:53:32 ---> Running in b9496eca98c2 00:53:33 Successfully built 3c75c3430db6 00:53:33 Successfully tagged docker-sys-mgmt-agent-go:latest 00:53:33 Removing intermediate container b9496eca98c2 00:53:33 ---> 6d5023ab121d 00:53:33 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:34 ---> Running in d93600092971 00:53:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9afac4f025c8 00:53:34 ---> ae70bd27df56 00:53:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:35 ---> Running in 305e406bc8b4 00:53:35 + date 00:53:35 Thu Jan 28 00:53:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:53:35 + echo 'Thu Jan 28 00:53:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:53:35 Removing intermediate container d93600092971 00:53:35 ---> c41d27148bde 00:53:35 Step 23/23 : LABEL version=0.0.0 00:53:35 ---> Running in fa68b0f651b7 00:53:35 Removing intermediate container 305e406bc8b4 00:53:35 ---> af5b70306e2d 00:53:35 Step 13/22 : ENV APP_PORT=48060 00:53:35 ---> Running in 2878c3008066 00:53:36 Removing intermediate container 2878c3008066 00:53:36 ---> fa9c41bf1ab5 00:53:36 Step 14/22 : EXPOSE $APP_PORT 00:53:36 ---> Running in 048133bd92f2 00:53:37 Removing intermediate container fa68b0f651b7 00:53:37 ---> e846707a6399 00:53:37 00:53:37 Successfully built e846707a6399 00:53:37 Removing intermediate container 048133bd92f2 00:53:37 ---> 960519b9028c 00:53:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:37 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:37  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:53:39 ---> 89e09bb7c489 00:53:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:41 ---> 97c3997fe497 00:53:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:42 ---> 4cb29baa0494 00:53:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:43 ---> Running in b0d8c91609b2 00:53:44 Removing intermediate container b0d8c91609b2 00:53:44 ---> b720b40f524f 00:53:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:44 ---> Running in e1731a8fe596 00:53:45 Removing intermediate container e1731a8fe596 00:53:45 ---> ce3a4ac85196 00:53:45 Step 20/22 : LABEL arch=x86_64 00:53:46 Removing intermediate container ae830773b630 00:53:46 ---> a13881f60232 00:53:46 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:53:46 ---> Running in 42c029d3950b 00:53:47 Removing intermediate container 42c029d3950b 00:53:47 ---> 98297b0592ed 00:53:47 Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:53:47 ---> Running in 57a47bc0a1ce 00:53:47 Removing intermediate container 57a47bc0a1ce 00:53:47 ---> 1e5b9eccb26c 00:53:47 Step 22/22 : LABEL version=0.0.0 00:53:47 ---> Running in 9f3209e293be 00:53:47 ---> Running in 0796955fdd7a 00:53:48 Removing intermediate container 0796955fdd7a 00:53:48 ---> 0c6c951963dc 00:53:48 00:53:48 Successfully built 0c6c951963dc 00:53:49 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:53:49 statically linked 00:53:49 Successfully tagged docker-support-notifications-go:latest 00:53:51 Removing intermediate container 9f3209e293be 00:53:51 ---> cd0537a18dac 00:53:51 00:53:51 Step 12/34 : FROM alpine:3.12 00:53:51 ---> afeebe901d6b 00:53:51 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:53:51 ---> Running in 8b3c48272e0e 00:53:52 Removing intermediate container 8b3c48272e0e 00:53:52 ---> 3474f2fb2942 00:53:52 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:53:52 ---> Running in 30c49a17dbe2 00:53:53  Building docker-support-notifications-go ... done + date 00:53:53 + echo 'Thu Jan 28 00:53:52 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:53:53 Thu Jan 28 00:53:52 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:54 (1/3) Installing dumb-init (1.2.2-r1) 00:53:54 (2/3) Installing openssl (1.1.1i-r0) 00:53:54 (3/3) Installing su-exec (0.2-r1) 00:53:54 Executing busybox-1.31.1-r19.trigger 00:53:54 OK: 6 MiB in 17 packages 00:53:58 Removing intermediate container 30c49a17dbe2 00:53:58 ---> 7c7bfe66080b 00:53:58 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:53:58 ---> Running in 44249b93dcf4 00:53:59 Removing intermediate container 44249b93dcf4 00:53:59 ---> d4e7c7fb4645 00:53:59 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:53:59 ---> Running in f752e346bb3e 00:53:59 Removing intermediate container f752e346bb3e 00:53:59 ---> 372eff652746 00:53:59 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:54:00 ---> Running in b7f47c4e7152 00:54:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:54:01 ---> c5e1602aaa63 00:54:01 Step 3/26 : WORKDIR /edgex-go 00:54:01 ---> Using cache 00:54:01 ---> ac1d072b456f 00:54:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:01 ---> Using cache 00:54:01 ---> 3adee30233dc 00:54:01 Step 5/26 : RUN apk add --update --no-cache make bash git 00:54:02 ---> Running in fab9c795c60b 00:54:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:03 ---> c5e1602aaa63 00:54:03 Step 3/23 : WORKDIR /edgex-go 00:54:03 ---> Using cache 00:54:03 ---> ac1d072b456f 00:54:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:03 ---> Using cache 00:54:03 ---> 3adee30233dc 00:54:03 Step 5/23 : RUN apk add --update --no-cache make git 00:54:03 ---> Using cache 00:54:03 ---> 04339f8d4107 00:54:03 Step 6/23 : COPY go.mod . 00:54:03 ---> Using cache 00:54:03 ---> d67b32ff9aac 00:54:03 Step 7/23 : RUN go mod download 00:54:03 ---> Using cache 00:54:03 ---> f948de7db74a 00:54:03 Step 8/23 : COPY . . 00:54:03 ---> Using cache 00:54:03 ---> e444b7ac3683 00:54:03 Step 9/23 : RUN make cmd/core-command/core-command 00:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:04 Removing intermediate container b7f47c4e7152 00:54:04 ---> fce9d585f821 00:54:04 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:54:04 ---> Running in 83a353b955f0 00:54:04 ---> Running in 269bb9b0a57f 00:54:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:05 OK: 217 MiB in 51 packages 00:54:06 Removing intermediate container 269bb9b0a57f 00:54:06 ---> 5d6efda4fb59 00:54:06 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:54:07 Removing intermediate container fab9c795c60b 00:54:07 ---> 8e1256b2af8e 00:54:07 Step 6/26 : COPY go.mod . 00:54:09 ---> fa711714f769 00:54:09 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:54:09 ---> 551a0f2efeb8 00:54:09 Step 7/26 : RUN go mod download 00:54:10 ---> Running in 1d2470a0cd22 00:54:10 ---> 1e4347baca61 00:54:10 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:54:11 ---> Running in 822a650209d3 00:54:12 Removing intermediate container d280506e41bf 00:54:12 ---> 1293dfda98eb 00:54:12 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:54:12 ---> Running in 9f6e9a6e412c 00:54:12 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:54:12 statically linked 00:54:12 Removing intermediate container 9f6e9a6e412c 00:54:12 ---> b54ef570caf9 00:54:12 00:54:12 Step 12/34 : FROM alpine:3.12 00:54:12 ---> 389fef711851 00:54:12 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:54:12 ---> Running in f43666696f9c 00:54:12 Removing intermediate container f43666696f9c 00:54:12 ---> 44b3a9581cf6 00:54:12 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:54:12 ---> Running in 60a699027b9f 00:54:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:13 (1/3) Installing dumb-init (1.2.2-r1) 00:54:13 (2/3) Installing openssl (1.1.1i-r0) 00:54:13 (3/3) Installing su-exec (0.2-r1) 00:54:13 Executing busybox-1.31.1-r19.trigger 00:54:13 OK: 6 MiB in 17 packages 00:54:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:14 ---> c5e1602aaa63 00:54:14 Step 3/23 : WORKDIR /edgex-go 00:54:14 ---> Using cache 00:54:14 ---> ac1d072b456f 00:54:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:14 ---> Using cache 00:54:14 ---> 3adee30233dc 00:54:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:54:15 Removing intermediate container 60a699027b9f 00:54:15 ---> e712ec3f76ef 00:54:15 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:54:15 ---> Running in f7ee1c471125 00:54:15 Removing intermediate container f7ee1c471125 00:54:15 ---> 92f84ad2927b 00:54:15 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:54:16 ---> Running in 791d4c4f4a29 00:54:16 ---> Running in 5fa6e38b5806 00:54:16 Removing intermediate container 791d4c4f4a29 00:54:16 ---> 0caa3fc302fd 00:54:16 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:54:16 ---> Running in fc38c3b37fc7 00:54:17 Removing intermediate container 822a650209d3 00:54:17 ---> 1e2416611a06 00:54:17 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:17 Removing intermediate container 1d2470a0cd22 00:54:17 ---> fb1615aed5dd 00:54:17 Step 8/26 : COPY . . 00:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:19 ---> c5e1602aaa63 00:54:19 Step 3/22 : WORKDIR /edgex-go 00:54:19 ---> Using cache 00:54:19 ---> ac1d072b456f 00:54:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:19 ---> Using cache 00:54:19 ---> 3adee30233dc 00:54:19 Step 5/22 : RUN apk add --update --no-cache make git 00:54:19 ---> Using cache 00:54:19 ---> 04339f8d4107 00:54:19 Step 6/22 : COPY go.mod . 00:54:19 ---> Using cache 00:54:19 ---> d67b32ff9aac 00:54:19 Step 7/22 : RUN go mod download 00:54:19 ---> Using cache 00:54:19 ---> f948de7db74a 00:54:19 Step 8/22 : COPY . . 00:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:19 ---> 8bc045539848 00:54:19 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:54:19 Removing intermediate container fc38c3b37fc7 00:54:19 ---> 35cf6ab3510d 00:54:19 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:54:19 ---> Using cache 00:54:19 ---> e444b7ac3683 00:54:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:54:19 ---> Running in 392c5eff2ec3 00:54:20 ---> Running in 46eb8b492bf0 00:54:20 OK: 217 MiB in 51 packages 00:54:20 Removing intermediate container 392c5eff2ec3 00:54:20 ---> e2ebc6e2bd50 00:54:20 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:54:22 ---> bf73e49d8bf2 00:54:22 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:54:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:54:22 ---> df22d55ef67e 00:54:22 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:54:22 Removing intermediate container 5fa6e38b5806 00:54:22 ---> 5b1db463d2e9 00:54:22 Step 6/23 : COPY go.mod . 00:54:23 ---> 0bdf2a20b6a6 00:54:23 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:54:23 ---> Running in 23bbab7388b5 00:54:24 ---> 34e64e2a2207 00:54:24 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:54:24 ---> 09b820fafcf7 00:54:24 Step 7/23 : RUN go mod download 00:54:25 ---> Running in 4c1dd996195f 00:54:27 Removing intermediate container 23bbab7388b5 00:54:27 ---> 3271b827518b 00:54:27 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:27 ---> 4a7306050ccf 00:54:27 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:54:28 ---> 32ed586adcea 00:54:28 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:54:29 ---> 15a507d3a8a2 00:54:29 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:54:29 ---> 2ca63e0e395a 00:54:29 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:54:30 Removing intermediate container 4c1dd996195f 00:54:30 ---> 0ec919a5efeb 00:54:30 Step 8/23 : COPY . . 00:54:30 ---> 91af057bf196 00:54:30 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:54:30 ---> Running in 4af6d6b81ef9 00:54:31 Removing intermediate container 4af6d6b81ef9 00:54:31 ---> eabd6afbbd19 00:54:31 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:54:31 ---> bd97d78b346f 00:54:31 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:54:32 ---> db042913176b 00:54:32 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:54:32 ---> Running in 0f361460601d 00:54:33 Removing intermediate container 0f361460601d 00:54:33 ---> 8bbd0dee8425 00:54:33 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:54:33 ---> 75143f500113 00:54:33 Step 29/34 : RUN chmod +x /entrypoint.sh 00:54:34 ---> 9f54a4ba0324 00:54:34 Step 29/34 : RUN chmod +x /entrypoint.sh 00:54:34 ---> Running in fa05abb3a781 00:54:34 ---> Running in a69ffb323476 00:54:36 Removing intermediate container fa05abb3a781 00:54:36 ---> 6bc50a583e8e 00:54:36 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:54:36 ---> Running in b7a112607bcc 00:54:37 Removing intermediate container b7a112607bcc 00:54:37 ---> 4851904c55bd 00:54:37 Step 31/34 : CMD ["gate"] 00:54:37 ---> Running in fad255da821f 00:54:38 Removing intermediate container fad255da821f 00:54:38 ---> 275ed6e2a1fd 00:54:38 Step 32/34 : LABEL arch=x86_64 00:54:38 ---> Running in c9c61ecd6e11 00:54:38 Removing intermediate container c9c61ecd6e11 00:54:38 ---> bc62da9e6623 00:54:38 Step 33/34 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:54:39 ---> Running in 066e63d9e9a7 00:54:39 Removing intermediate container 066e63d9e9a7 00:54:39 ---> 5843bda8cd4c 00:54:39 Step 34/34 : LABEL version=0.0.0 00:54:39 ---> Running in f1683879950f 00:54:40 Removing intermediate container a69ffb323476 00:54:40 ---> 32f2e4e88728 00:54:40 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:54:40 Removing intermediate container f1683879950f 00:54:40 ---> a08a9b4be027 00:54:40 00:54:40 Successfully built a08a9b4be027 00:54:40 Successfully tagged docker-security-bootstrapper-go:latest 00:54:41  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:54:41 $ docker stop --time=1 abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 00:54:42 ---> Running in f8e46ad3db78 00:54:43 Removing intermediate container f8e46ad3db78 00:54:43 ---> 95c6bbac210b 00:54:43 Step 31/34 : CMD ["gate"] 00:54:44 $ docker rm -f abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 [Pipeline] // withDockerContainer [Pipeline] sh 00:54:45 ---> Running in a84c6ad5037b 00:54:45 + docker images 00:54:45 + grep docker 00:54:45 docker-security-bootstrapper-go latest a08a9b4be027 5 seconds ago 33.5MB 00:54:45 docker-support-notifications-go latest 0c6c951963dc 57 seconds ago 16.9MB 00:54:45 docker-sys-mgmt-agent-go latest 3c75c3430db6 About a minute ago 313MB 00:54:45 docker-security-secretstore-setup-go latest 6486a71043b7 About a minute ago 24.6MB 00:54:45 docker-core-command-go latest e5d7d44ac992 About a minute ago 16.3MB 00:54:45 docker-core-data-go latest fcb9c495ac01 3 minutes ago 22.3MB 00:54:45 docker-security-proxy-setup-go latest a8ffc205a745 4 minutes ago 24.4MB 00:54:45 docker-core-metadata-go latest f5dbc8af8537 4 minutes ago 18.8MB 00:54:45 docker-support-scheduler-go latest 39645834e263 4 minutes ago 16.4MB 00:54:45 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 00:54:46 Removing intermediate container a84c6ad5037b 00:54:46 ---> 01f6f179d878 00:54:46 Step 32/34 : LABEL arch=arm64 [Pipeline] node 00:54:47 ---> Running in 1ff201ffa676 00:54:48 Removing intermediate container 1ff201ffa676 00:54:48 ---> 9fcd7d93da7c 00:54:48 Step 33/34 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:54:49 ---> 9be23e057f00 00:54:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:49 ---> Running in afd601948ed0 00:54:50 ---> Running in 48682755554e 00:54:51 Removing intermediate container 48682755554e 00:54:51 ---> 9ca04f3c24cb 00:54:51 Step 34/34 : LABEL version=0.0.0 00:54:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:54:53 ---> Running in b596e2e5b29f 00:54:54 Removing intermediate container b596e2e5b29f 00:54:54 ---> fdb93c05c368 00:54:54 00:54:55 Successfully built fdb93c05c368 00:54:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:55:01  Building docker-security-bootstrapper-go ... done  ---> cf1e8630c064 00:55:01 Step 9/23 : RUN make cmd/core-data/core-data 00:55:01 ---> Running in df7336633a15 00:55:01 Still waiting to schedule task 00:55:01 ‘prd-ubuntu18.04-docker-8c-8g-23598’ is offline 00:55:03 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:55:11 Removing intermediate container 83a353b955f0 00:55:11 ---> fa4e3ce69d46 00:55:11 00:55:11 Step 10/23 : FROM alpine:3.12 00:55:11 ---> afeebe901d6b 00:55:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:55:11 ---> Using cache 00:55:11 ---> 8dedfa768234 00:55:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:11 ---> Using cache 00:55:11 ---> 0ec3b3c08196 00:55:11 Step 13/23 : ENV APP_PORT=48082 00:55:11 ---> Running in 5f07314a964d 00:55:12 Removing intermediate container 5f07314a964d 00:55:12 ---> 5e37f08054fb 00:55:12 Step 14/23 : EXPOSE $APP_PORT 00:55:12 ---> Running in f175ed27e9fd 00:55:13 Removing intermediate container f175ed27e9fd 00:55:13 ---> 8c7d4b6543f4 00:55:13 Step 15/23 : WORKDIR / 00:55:13 ---> Running in 66f3d41cbbb1 00:55:13 Removing intermediate container 66f3d41cbbb1 00:55:13 ---> bbab89451f20 00:55:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:15 ---> a4f25922c321 00:55:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:16 ---> 80d44bc6f605 00:55:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:17 ---> 39a5c598bc7b 00:55:17 Step 19/23 : ENTRYPOINT ["/core-command"] 00:55:18 ---> Running in 819f18c6beab 00:55:18 Removing intermediate container 819f18c6beab 00:55:18 ---> 045b761f8137 00:55:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:18 ---> Running in 6618b7f38826 00:55:19 Removing intermediate container 6618b7f38826 00:55:19 ---> 44701db07d40 00:55:19 Step 21/23 : LABEL arch=arm64 00:55:19 ---> Running in 4a945b056728 00:55:20 Removing intermediate container 4a945b056728 00:55:20 ---> f144a486fd88 00:55:20 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:55:20 ---> Running in f0b2b69bd45d 00:55:21 Removing intermediate container f0b2b69bd45d 00:55:21 ---> a10f0aad0cdc 00:55:21 Step 23/23 : LABEL version=0.0.0 00:55:21 ---> Running in 6594096d02b1 00:55:21 Removing intermediate container 6594096d02b1 00:55:21 ---> 471e5f309825 00:55:21 00:55:22 Successfully built 471e5f309825 00:55:22 Successfully tagged docker-core-command-go-arm64:latest 00:55:37  Building docker-core-command-go ... done Removing intermediate container 46eb8b492bf0 00:55:37 ---> c81a56cbd557 00:55:37 00:55:37 Step 10/22 : FROM alpine:3.12 00:55:37 ---> afeebe901d6b 00:55:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:55:37 ---> Using cache 00:55:37 ---> 8dedfa768234 00:55:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:37 ---> Using cache 00:55:37 ---> 0ec3b3c08196 00:55:37 Step 13/22 : ENV APP_PORT=48085 00:55:37 ---> Running in 2db73ef73231 00:55:37 Removing intermediate container 2db73ef73231 00:55:37 ---> 12110b8f4178 00:55:37 Step 14/22 : EXPOSE $APP_PORT 00:55:37 ---> Running in 367b0320c286 00:55:37 Removing intermediate container 367b0320c286 00:55:37 ---> 14678e837f15 00:55:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:38 ---> 0ec994ada598 00:55:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:55:40 ---> 6a0ba95e1c2f 00:55:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:55:41 ---> 6595d7982a0b 00:55:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:55:41 ---> Running in 08b875662ce5 00:55:41 Removing intermediate container 08b875662ce5 00:55:41 ---> 76771501e356 00:55:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:41 ---> Running in bbd887ed13a3 00:55:42 Removing intermediate container bbd887ed13a3 00:55:42 ---> 86cf0ea69d8a 00:55:42 Step 20/22 : LABEL arch=arm64 00:55:42 ---> Running in d7cc383fe3b2 00:55:43 Removing intermediate container d7cc383fe3b2 00:55:43 ---> 3f49a2446309 00:55:43 Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:55:43 ---> Running in 2331b79778dc 00:55:44 Removing intermediate container 2331b79778dc 00:55:44 ---> e32585833b36 00:55:44 Step 22/22 : LABEL version=0.0.0 00:55:44 ---> Running in 552ee6a5c1eb 00:55:45 Removing intermediate container 552ee6a5c1eb 00:55:45 ---> ac1eaf7bdcdc 00:55:45 00:55:45 Successfully built ac1eaf7bdcdc 00:55:45 Successfully tagged docker-support-scheduler-go-arm64:latest 00:55:53 Running on prd-ubuntu18.04-docker-8c-8g-23615 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:55:53 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:55:56 using credential edgex-jenkins-ssh 00:55:56 Cloning the remote Git repository 00:55:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:55:56 > git init /w/workspace/edgex-go/11 # timeout=10 00:55:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:55:56 > git --version # timeout=10 00:55:56 > git --version # 'git version 2.17.1' 00:55:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:58  Building docker-support-scheduler-go ... done Removing intermediate container afd601948ed0 00:55:58 ---> 1a87762e8502 00:55:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:58 ---> Running in 19a40034a6f5 00:55:59 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:56:02 Removing intermediate container 19a40034a6f5 00:56:02 ---> 276e16ec12d9 00:56:02 00:56:02 Step 11/26 : FROM docker:20.10.0 00:56:02 20.10.0: Pulling from library/docker 00:56:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:04 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:56:04 Merge succeeded, producing 17b8577bc60e79c6ce225a7917ac5874b6a6b29d 00:56:04 Checking out Revision 17b8577bc60e79c6ce225a7917ac5874b6a6b29d (PR-3034) 00:56:04 > git config core.sparsecheckout # timeout=10 00:56:04 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:56:04 > git remote # timeout=10 00:56:04 > git config --get remote.origin.url # timeout=10 00:56:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:04 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:56:04 > git rev-parse HEAD^{commit} # timeout=10 00:56:04 > git config core.sparsecheckout # timeout=10 00:56:04 > git checkout -f 17b8577bc60e79c6ce225a7917ac5874b6a6b29d # timeout=10 00:56:07 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:56:07 First time build. Skipping changelog. 00:56:07 > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:08 + echo snap-build.sh 00:56:08 snap-build.sh 00:56:08 + SNAP_BASE_DIR=. 00:56:08 + '[' '!' -z /w/workspace/edgex-go/11 ']' 00:56:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 00:56:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 00:56:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 00:56:08 + cd /w/workspace/edgex-go/11 00:56:08 + sudo apt-get remove -qy --purge lxd lxd-client 00:56:08 Reading package lists... 00:56:08 Building dependency tree... 00:56:08 Reading state information... 00:56:09 The following packages were automatically installed and are no longer required: 00:56:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:56:09 uidmap xdelta3 00:56:09 Use 'sudo apt autoremove' to remove them. 00:56:09 The following packages will be REMOVED: 00:56:09 lxd* lxd-client* 00:56:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:56:09 After this operation, 31.7 MB disk space will be freed. 00:56:10 (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:56:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:56:11 Status: Downloaded newer image for docker:20.10.0 00:56:11 ---> eeaf43b92773 00:56:11 Step 12/26 : RUN apk add --no-cache bash 00:56:11 Removing lxd dnsmasq configuration 00:56:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:56:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:56:11 ---> Running in f4eb2eb84f34 00:56:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:56:12 (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:56:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:13 (1/2) Installing readline (8.0.4-r0) 00:56:13 (2/2) Installing bash (5.0.17-r0) 00:56:14 Executing bash-5.0.17-r0.post-install 00:56:14 Executing busybox-1.31.1-r19.trigger 00:56:14 OK: 12 MiB in 22 packages 00:56:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:56:14 Processing triggers for ureadahead (0.100.0-21) ... 00:56:14 Removing intermediate container df7336633a15 00:56:14 ---> 33acb1655da6 00:56:14 00:56:14 Step 10/23 : FROM alpine:3.12 00:56:14 ---> afeebe901d6b 00:56:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:14 ---> Running in 1f5e81d970f2 00:56:15 + sudo snap remove --purge lxd 00:56:15 Removing intermediate container 1f5e81d970f2 00:56:15 ---> 840ebf7add41 00:56:15 Step 12/23 : ENV APP_PORT=48080 00:56:15 Removing intermediate container f4eb2eb84f34 00:56:15 ---> 19217d5c7fd6 00:56:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:56:15 snap "lxd" is not installed 00:56:15 + sudo groupadd --force --system lxd 00:56:15 ++ whoami 00:56:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:56:15 + newgrp - lxd 00:56:15 + sudo snap install lxd 00:56:15 ---> Running in 985faf7d7b5b 00:56:15 ---> Running in 9ab2858782c2 00:56:15 Removing intermediate container 985faf7d7b5b 00:56:15 ---> 4b4b5dc4a2b2 00:56:15 Step 13/23 : EXPOSE $APP_PORT 00:56:16 Removing intermediate container 9ab2858782c2 00:56:16 ---> 857e4d363189 00:56:16 Step 14/26 : ENV APP_PORT=48090 00:56:16 ---> Running in f4d023834af5 00:56:16 ---> Running in 3a55858b489c 00:56:16 Removing intermediate container f4d023834af5 00:56:16 ---> 99edd2b8f0bc 00:56:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:16 Removing intermediate container 3a55858b489c 00:56:16 ---> 0d683a94742b 00:56:16 Step 15/26 : EXPOSE $APP_PORT 00:56:16 ---> Running in 383906a28b94 00:56:16 ---> Running in 7e4903306231 00:56:17 Removing intermediate container 7e4903306231 00:56:17 ---> c8e66c2f5b0c 00:56:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:18 ---> 58f8dc3c1555 00:56:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:19 ---> a4bcbee15857 00:56:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:19 Removing intermediate container 383906a28b94 00:56:19 ---> b97f26329784 00:56:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:56:19 ---> Running in 7664cee7adf5 00:56:20 ---> ee7b59f8ea87 00:56:20 Step 19/26 : RUN apk --no-cache add py3-pip 00:56:20 ---> Running in 2112798c44bd 00:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:22 (1/33) Installing libbz2 (1.0.8-r1) 00:56:22 (2/33) Installing expat (2.2.9-r1) 00:56:22 (3/33) Installing libffi (3.3-r2) 00:56:22 (4/33) Installing gdbm (1.13-r1) 00:56:22 (5/33) Installing xz-libs (5.2.5-r0) 00:56:22 (6/33) Installing sqlite-libs (3.32.1-r0) 00:56:22 (7/33) Installing python3 (3.8.5-r0) 00:56:23 2021-01-28T00:56:20Z INFO Waiting for automatic snapd restart... 00:56:24 (1/6) Installing dumb-init (1.2.2-r1) 00:56:24 (2/6) Installing libgcc (9.3.0-r2) 00:56:24 (3/6) Installing libsodium (1.0.18-r0) 00:56:25 (4/6) Installing libstdc++ (9.3.0-r2) 00:56:26 (8/33) Installing py3-appdirs (1.4.4-r1) 00:56:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:56:26 (10/33) Installing py3-parsing (2.4.7-r0) 00:56:26 (5/6) Installing libzmq (4.3.3-r0) 00:56:26 (11/33) Installing py3-six (1.15.0-r0) 00:56:26 (12/33) Installing py3-packaging (20.4-r0) 00:56:26 (13/33) Installing py3-setuptools (47.0.0-r0) 00:56:26 (14/33) Installing py3-chardet (3.0.4-r4) 00:56:26 (15/33) Installing py3-idna (2.9-r0) 00:56:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:56:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:56:26 (18/33) Installing py3-requests (2.23.0-r0) 00:56:26 (6/6) Installing zeromq (4.3.3-r0) 00:56:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:56:27 (20/33) Installing py3-lockfile (0.12.2-r3) 00:56:27 Executing busybox-1.31.1-r19.trigger 00:56:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:56:27 OK: 8 MiB in 20 packages 00:56:27 (22/33) Installing py3-colorama (0.4.3-r0) 00:56:27 (23/33) Installing py3-distlib (0.3.0-r0) 00:56:27 (24/33) Installing py3-distro (1.5.0-r1) 00:56:27 (25/33) Installing py3-webencodings (0.5.1-r3) 00:56:27 (26/33) Installing py3-html5lib (1.0.1-r4) 00:56:27 (27/33) Installing py3-pytoml (0.1.21-r0) 00:56:27 (28/33) Installing py3-pep517 (0.8.2-r0) 00:56:27 (29/33) Installing py3-progress (1.5-r0) 00:56:27 (30/33) Installing py3-toml (0.10.1-r0) 00:56:27 (31/33) Installing py3-retrying (1.3.3-r0) 00:56:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:56:27 (33/33) Installing py3-pip (20.1.1-r0) 00:56:27 Executing busybox-1.31.1-r19.trigger 00:56:27 OK: 71 MiB in 55 packages 00:56:29 Removing intermediate container 7664cee7adf5 00:56:29 ---> 2a1be25a2892 00:56:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:30 ---> 7b13e55974ea 00:56:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:56:32 ---> d65cf7becdf9 00:56:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:33 ---> 5f96dfd83d34 00:56:33 Step 19/23 : ENTRYPOINT ["/core-data"] 00:56:33 ---> Running in 022c0a528c9b 00:56:34 Removing intermediate container 022c0a528c9b 00:56:34 ---> 4fed885479c3 00:56:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:34 Removing intermediate container 2112798c44bd 00:56:34 ---> a291f8e79aa6 00:56:34 Step 20/26 : RUN pip install docker-compose==1.23.2 00:56:34 ---> Running in a1564ec0110e 00:56:34 ---> Running in 36b53e471110 00:56:34 Removing intermediate container a1564ec0110e 00:56:34 ---> 4487b48e15f8 00:56:34 Step 21/23 : LABEL arch=arm64 00:56:35 ---> Running in 1ad0f2f80c2d 00:56:35 Removing intermediate container 1ad0f2f80c2d 00:56:35 ---> 7d0113e0413e 00:56:35 Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:56:35 ---> Running in 0664a6b30a95 00:56:36 Removing intermediate container 0664a6b30a95 00:56:36 ---> 8d08ca6ef770 00:56:36 Step 23/23 : LABEL version=0.0.0 00:56:36 ---> Running in ee56327bd585 00:56:36 Removing intermediate container ee56327bd585 00:56:36 ---> cbbb45b27609 00:56:36 00:56:37 Successfully built cbbb45b27609 00:56:37 Successfully tagged docker-core-data-go-arm64:latest 00:56:38 lxd 4.10 from Canonical* installed 00:56:38 + sudo lxd init --auto 00:56:41  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:56:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:56:42 Collecting jsonschema<3,>=2.5.1 00:56:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:56:43 Collecting docker<4.0,>=3.6.0 00:56:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:44 Collecting websocket-client<1.0,>=0.32.0 00:56:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:56:45 Collecting texttable<0.10,>=0.9.0 00:56:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:56:46 + sudo snap install --classic snapcraft 00:56:48 Collecting PyYAML<4,>=3.10 00:56:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:56:53 snapcraft 4.4.4 from Canonical* installed 00:56:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:56:53 + patch --verbose -p1 00:56:53 Hmm... Looks like a unified diff to me... 00:56:53 The text leading up to this was: 00:56:53 -------------------------- 00:56:53 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:56:53 |From: Tony Espy 00:56:53 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:56:53 |Subject: [PATCH] optimize snap build for pipeline CI check 00:56:53 | 00:56:53 |This patch is used by the EdgeX CI pipeline builds to 00:56:53 |optimize the snap CI check run for pull requests. When 00:56:53 |applied, it essentially strips out everything (apps and 00:56:53 |parts) from the snapcraft.yaml file except those required 00:56:53 |to build edgex-go, as the whole idea of the CI check is to 00:56:53 |catch changes to edgex-go that break the snap build. 00:56:53 | 00:56:53 |In general, anyone updating snapcraft.yaml will also need 00:56:53 |to update this patch file, otherwise it may fail to apply, 00:56:53 |resulting in a failed snap build CI check in the associated 00:56:53 |pull request. 00:56:53 | 00:56:53 |Note - in addition to applying this patch, the pipeline also 00:56:53 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:56:53 |need to build the finally binary .snap file (and it won't 00:56:53 |work with the patch applied). This further reduces the build 00:56:53 |time. 00:56:53 |--- 00:56:53 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:56:53 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:56:53 | 00:56:53 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:56:53 |index 1e537489..faf42425 100644 00:56:53 |--- a/snap/snapcraft.yaml 00:56:53 |+++ b/snap/snapcraft.yaml 00:56:53 -------------------------- 00:56:53 patching file snap/snapcraft.yaml 00:56:53 Using Plan A... 00:56:53 Hunk #1 succeeded at 73. 00:56:53 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:56:53 Hunk #3 succeeded at 214 (offset -1 lines). 00:56:53 Hunk #4 succeeded at 222 (offset -1 lines). 00:56:53 Hunk #5 succeeded at 229 (offset -1 lines). 00:56:53 Hunk #6 succeeded at 256 (offset -1 lines). 00:56:53 Hunk #7 succeeded at 290 (offset -1 lines). 00:56:53 Hunk #8 succeeded at 342. 00:56:53 Hmm... Ignoring the trailing garbage. 00:56:53 done 00:56:53 + sudo snapcraft prime --use-lxd 00:56:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:56:54 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:56:54 - README.md 00:56:54 - snapcraft.yaml.orig 00:56:54 00:56:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:56:55 Launching a container. 00:56:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:55 Collecting dockerpty<0.5,>=0.4.1 00:56:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:58 Collecting cached-property<2,>=1.2.0 00:56:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:56:58 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:56:58 Collecting docopt<0.7,>=0.6.1 00:56:58 Downloading docopt-0.6.2.tar.gz (25 kB) 00:57:02 Collecting docker-pycreds>=0.4.0 00:57:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:57:02 Collecting idna<2.8,>=2.5 00:57:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:57:02 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:57:02 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:57:03 Collecting urllib3<1.25,>=1.21.1 00:57:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:57:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:57:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:57:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:57:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:57:05 Installing collected packages: jsonschema, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, dockerpty, cached-property, docopt, docker-compose 00:57:05 Attempting uninstall: idna 00:57:05 Found existing installation: idna 2.9 00:57:05 Uninstalling idna-2.9: 00:57:05 Successfully uninstalled idna-2.9 00:57:06 Attempting uninstall: urllib3 00:57:06 Found existing installation: urllib3 1.25.9 00:57:06 Uninstalling urllib3-1.25.9: 00:57:06 Successfully uninstalled urllib3-1.25.9 00:57:07 Waiting for container to be ready 00:57:07 Attempting uninstall: requests 00:57:07 Found existing installation: requests 2.23.0 00:57:07 Uninstalling requests-2.23.0: 00:57:07 To start your first instance, try: lxc launch ubuntu:18.04 00:57:07 00:57:07 Successfully uninstalled requests-2.23.0 00:57:10 Running setup.py install for texttable: started 00:57:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:57:11 Waiting for network to be ready... 00:57:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:57:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:57:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:57:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:57:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:57:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:57:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:57:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:57:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:57:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:57:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:57:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:57:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:57:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:57:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:57:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:57:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:57:13 Running setup.py install for texttable: finished with status 'done' 00:57:13 Running setup.py install for PyYAML: started 00:57:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:57:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:57:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:57:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:57:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:57:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:57:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:57:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:57:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:57:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:57:16 Running setup.py install for PyYAML: finished with status 'done' 00:57:16 Running setup.py install for dockerpty: started 00:57:16 Fetched 23.8 MB in 4s (5530 kB/s) 00:57:17 Reading package lists... 00:57:17 Reading package lists... 00:57:17 Building dependency tree... 00:57:17 Reading state information... 00:57:17 The following additional packages will be installed: 00:57:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:57:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:57:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:57:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:57:17 Suggested packages: 00:57:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:57:17 Recommended packages: 00:57:17 gnupg libsasl2-modules 00:57:17 The following NEW packages will be installed: 00:57:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:57:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:57:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:57:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:57:17 The following packages will be upgraded: 00:57:17 gpg gpg-agent gpgconf libudev1 00:57:17 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:57:17 Need to get 3533 kB of archives. 00:57:17 After this operation, 13.3 MB of additional disk space will be used. 00:57:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:57:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:57:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:57:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:57:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:57:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:57:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:57:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:57:18 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:57:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:57:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:57:18 Running setup.py install for dockerpty: finished with status 'done' 00:57:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:57:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:57:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:57:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:57:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:57:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:57:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:57:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:57:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:57:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:57:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:57:18 Running setup.py install for docopt: started 00:57:18 debconf: delaying package configuration, since apt-utils is not installed 00:57:18 Fetched 3533 kB in 1s (3483 kB/s) 00:57:18 (Reading database ... 12511 files and directories currently installed.) 00:57:18 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:57:18 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:18 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:57:18 Selecting previously unselected package udev. 00:57:18 (Reading database ... 12511 files and directories currently installed.) 00:57:18 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:57:18 Unpacking udev (237-3ubuntu10.44) ... 00:57:19 Selecting previously unselected package libfuse2:amd64. 00:57:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:57:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:57:19 Selecting previously unselected package fuse. 00:57:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:57:19 Unpacking fuse (2.9.7-1ubuntu1) ... 00:57:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:19 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:19 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:19 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:19 Selecting previously unselected package libksba8:amd64. 00:57:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:57:19 Unpacking libksba8:amd64 (1.3.5-2) ... 00:57:20 Selecting previously unselected package libroken18-heimdal:amd64. 00:57:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:57:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:57:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:57:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libwind0-heimdal:amd64. 00:57:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:57:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:57:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:57:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:57:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:20 Selecting previously unselected package libsasl2-modules-db:amd64. 00:57:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:57:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:20 Selecting previously unselected package libsasl2-2:amd64. 00:57:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:57:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:21 Selecting previously unselected package libldap-common. 00:57:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:57:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:57:21 Selecting previously unselected package libldap-2.4-2:amd64. 00:57:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:57:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:57:21 Running setup.py install for docopt: finished with status 'done' 00:57:21 Selecting previously unselected package dirmngr. 00:57:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:21 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:57:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:57:21 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:57:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:57:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:21 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:57:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:21 Setting up libksba8:amd64 (1.3.5-2) ... 00:57:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:21 Setting up udev (237-3ubuntu10.44) ... 00:57:22 invoke-rc.d: policy-rc.d denied execution of start. 00:57:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Processing triggers for systemd (237-3ubuntu10) ... 00:57:22 Setting up fuse (2.9.7-1ubuntu1) ... 00:57:22 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:57:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:57:22 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:57:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:22 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:57:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:57:23 settings in the [Install] section, and DefaultInstance for template units). 00:57:23 This means they are not meant to be enabled using systemctl. 00:57:23 Possible reasons for having this kind of units are: 00:57:23 1) A unit may be statically enabled by being symlinked from another unit's 00:57:23 .wants/ or .requires/ directory. 00:57:23 2) A unit's purpose may be to act as a helper for some other unit which has 00:57:23 a requirement dependency on it. 00:57:23 3) A unit may be started when needed via activation (socket, path, timer, 00:57:23 D-Bus, udev, scripted systemctl call, ...). 00:57:23 4) In case of template units, the unit is meant to be enabled with some 00:57:23 instance name specified. 00:57:23 Reading package lists... 00:57:23 Building dependency tree... 00:57:23 Reading state information... 00:57:23 The following additional packages will be installed: 00:57:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:57:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:57:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:57:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:57:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:57:23 Suggested packages: 00:57:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:57:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:57:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:57:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:57:23 systemd-container policykit-1 00:57:23 Recommended packages: 00:57:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:57:23 The following NEW packages will be installed: 00:57:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:57:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:57:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:57:23 multiarch-support openssh-client python3 python3-minimal python3.6 00:57:23 python3.6-minimal snapd squashfs-tools sudo 00:57:23 The following packages will be upgraded: 00:57:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:57:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:57:23 Need to get 35.2 MB of archives. 00:57:23 After this operation, 141 MB of additional disk space will be used. 00:57:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:57:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:57:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:57:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:57:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:57:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:57:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:57:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:57:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:57:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:57:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:57:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:57:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:57:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:57:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:57:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:57:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:57:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:57:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:57:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:57:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:57:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:57:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:57:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:57:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:57:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:57:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:57:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:57:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:57:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:57:26 debconf: delaying package configuration, since apt-utils is not installed 00:57:26 Fetched 35.2 MB in 3s (13.8 MB/s) 00:57:26 (Reading database ... 12757 files and directories currently installed.) 00:57:26 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:57:26 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:57:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:27 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:57:27 (Reading database ... 12757 files and directories currently installed.) 00:57:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:57:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:57:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:57:27 (Reading database ... 12757 files and directories currently installed.) 00:57:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:57:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:57:28 Setting up apt (1.6.12ubuntu0.2) ... 00:57:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:57:28 Removing intermediate container 36b53e471110 00:57:28 ---> 7dbcdfbff60a 00:57:28 Step 21/26 : RUN apk --no-cache add curl 00:57:28 ---> Running in 99088a51dc87 00:57:28 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:57:28 (Reading database ... 12764 files and directories currently installed.) 00:57:28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:57:28 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:57:28 Selecting previously unselected package libpython3.6-minimal:amd64. 00:57:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:57:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:57:28 Selecting previously unselected package libexpat1:amd64. 00:57:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:57:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:57:28 Selecting previously unselected package python3.6-minimal. 00:57:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:57:29 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:57:29 Checking for services that may need to be restarted...done. 00:57:29 Checking for services that may need to be restarted...done. 00:57:29 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:57:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:57:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:57:29 (2/3) Installing libcurl (7.69.1-r3) 00:57:29 (3/3) Installing curl (7.69.1-r3) 00:57:29 Executing busybox-1.31.1-r19.trigger 00:57:29 OK: 71 MiB in 58 packages 00:57:30 Selecting previously unselected package python3-minimal. 00:57:30 (Reading database ... 13012 files and directories currently installed.) 00:57:30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:57:30 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:57:30 Selecting previously unselected package mime-support. 00:57:30 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:57:30 Unpacking mime-support (3.60ubuntu1) ... 00:57:30 Selecting previously unselected package libmpdec2:amd64. 00:57:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:57:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:57:30 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:57:30 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:30 Selecting previously unselected package python3.6. 00:57:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:57:30 Selecting previously unselected package libpython3-stdlib:amd64. 00:57:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:57:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:57:30 Setting up python3-minimal (3.6.7-1~18.04) ... 00:57:31 Selecting previously unselected package python3. 00:57:31 (Reading database ... 13442 files and directories currently installed.) 00:57:31 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:57:31 Unpacking python3 (3.6.7-1~18.04) ... 00:57:31 Selecting previously unselected package multiarch-support. 00:57:31 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:57:31 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:57:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:57:31 Selecting previously unselected package liblzo2-2:amd64. 00:57:31 (Reading database ... 13479 files and directories currently installed.) 00:57:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:57:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:57:31 Selecting previously unselected package libbsd0:amd64. 00:57:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:57:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:57:31 Selecting previously unselected package sudo. 00:57:31 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:57:31 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:57:31 Selecting previously unselected package apparmor. 00:57:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:57:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:57:31 Removing intermediate container 99088a51dc87 00:57:31 ---> c5085cd5409a 00:57:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:57:31 ---> Running in fd24d9e93cb8 00:57:31 Selecting previously unselected package libedit2:amd64. 00:57:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:57:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:57:31 Selecting previously unselected package libkrb5support0:amd64. 00:57:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:57:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:57:31 Selecting previously unselected package libk5crypto3:amd64. 00:57:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:57:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:57:32 Selecting previously unselected package libkeyutils1:amd64. 00:57:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:57:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:57:32 Selecting previously unselected package libkrb5-3:amd64. 00:57:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:57:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:57:32 Removing intermediate container fd24d9e93cb8 00:57:32 ---> 3091d7b17ec1 00:57:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:32 ---> Running in 4a9707748b7c 00:57:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:57:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:57:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:57:32 Selecting previously unselected package libssl1.0.0:amd64. 00:57:32 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:57:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:57:32 Selecting previously unselected package openssh-client. 00:57:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:57:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:57:32 Selecting previously unselected package squashfs-tools. 00:57:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:57:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:57:32 Selecting previously unselected package snapd. 00:57:32 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:57:32 Unpacking snapd (2.48+18.04) ... 00:57:33 Removing intermediate container 4a9707748b7c 00:57:33 ---> 1d58e230b96e 00:57:33 Step 24/26 : LABEL arch=arm64 00:57:33 ---> Running in f356fc0a5547 00:57:33 Removing intermediate container f356fc0a5547 00:57:33 ---> 909eaed94014 00:57:33 Step 25/26 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 00:57:34 ---> Running in 2d0e56828122 00:57:34 Removing intermediate container 2d0e56828122 00:57:34 ---> 01ffbe74f3c5 00:57:34 Step 26/26 : LABEL version=0.0.0 00:57:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:57:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:57:34 Setting up mime-support (3.60ubuntu1) ... 00:57:34 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:57:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:57:35 ---> Running in bb1b843f7a29 00:57:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:57:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:35 Setting up systemd (237-3ubuntu10.44) ... 00:57:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:57:35 Removing intermediate container bb1b843f7a29 00:57:35 ---> c315fd63b3e9 00:57:35 00:57:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:57:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:57:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:57:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:57:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:57:36 Successfully built c315fd63b3e9 00:57:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:57:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:57:36 $ docker stop --time=1 ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 00:57:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:57:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:57:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:57:36 Setting up python3 (3.6.7-1~18.04) ... 00:57:36 running python rtupdate hooks for python3.6... 00:57:36 running python post-rtupdate hooks for python3.6... 00:57:36 Setting up apparmor (2.12-4ubuntu5.1) ... 00:57:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:57:38 $ docker rm -f ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 00:57:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:57:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:57:39 Setting up snapd (2.48+18.04) ... [Pipeline] // withDockerContainer [Pipeline] sh 00:57:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:57:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:57:39 + + grepdocker docker images 00:57:39 00:57:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:57:39 docker-sys-mgmt-agent-go-arm64 latest c315fd63b3e9 4 seconds ago 300MB 00:57:39 docker-core-data-go-arm64 latest cbbb45b27609 About a minute ago 21MB 00:57:39 docker-support-scheduler-go-arm64 latest ac1eaf7bdcdc About a minute ago 15.5MB 00:57:39 docker-core-command-go-arm64 latest 471e5f309825 2 minutes ago 15.4MB 00:57:39 docker-security-bootstrapper-go-arm64 latest fdb93c05c368 2 minutes ago 31.9MB 00:57:39 docker-core-metadata-go-arm64 latest e846707a6399 4 minutes ago 17.7MB 00:57:39 docker-security-secretstore-setup-go-arm64 latest ce5c8cad767b 4 minutes ago 23.4MB 00:57:39 docker-support-notifications-go-arm64 latest 8b1d91426d3b 4 minutes ago 16MB 00:57:39 docker-security-proxy-setup-go-arm64 latest 4403316c4c54 4 minutes ago 23.2MB 00:57:39 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 00:57:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:57:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:57:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:57:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 00:57:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:57:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 00:57:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:41 /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:57:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:41 Processing triggers for systemd (237-3ubuntu10.44) ... 00:57:42 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:57:42 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:57:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:57:43 Reading package lists... 00:57:43 Reading package lists... 00:57:43 Building dependency tree... 00:57:43 Reading state information... 00:57:43 Calculating upgrade... 00:57:43 The following packages will be upgraded: 00:57:43 advancecomp base-files bash binutils binutils-common 00:57:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:57:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:57:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:57:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:57:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:57:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:57:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:57:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:57:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:57:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:57:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:57:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:57:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:57:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:57:43 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:57:43 Need to get 63.8 MB of archives. 00:57:43 After this operation, 5205 kB of additional disk space will be used. 00:57:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:57:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:57:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:57:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:57:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:57:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:57:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:57:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:57:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:57:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:57:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:57:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:57:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:57:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:57:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:57:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:57:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:57:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:57:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:57:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:57:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:57:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:57:44 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:57:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:57:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:57:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:57:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:57:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:57:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:57:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:57:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:57:44 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:57:44 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:57:44 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:57:44 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:57:44 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:57:44 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:57:44 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:57:44 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:57:44 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:57:44 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:57:44 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:57:44 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:57:44 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:57:44 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:57:44 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:57:44 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:57:44 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:57:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:57:44 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:57:44 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:57:44 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:57:44 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:57:44 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:57:44 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:57:44 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:57:44 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:57:44 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:57:44 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:57:44 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:57:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:57:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:57:45 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:57:45 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:57:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:57:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:57:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:57:45 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:57:45 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:57:45 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:57:45 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:57:45 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:57:45 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:57:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:57:45 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:57:45 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:57:45 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:57:45 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:57:45 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:57:45 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:57:45 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:57:45 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:57:45 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:57:45 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:57:45 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:57:45 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:57:45 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:57:45 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:57:45 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:57:45 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:57:45 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:57:45 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:57:45 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:57:45 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:57:45 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:57:45 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:57:45 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:57:45 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:57:45 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:57:46 debconf: delaying package configuration, since apt-utils is not installed 00:57:46 Fetched 63.8 MB in 2s (33.9 MB/s) 00:57:46 (Reading database ... 13912 files and directories currently installed.) 00:57:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:57:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:57:46 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:57:46 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:57:46 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:57:46 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:57:47 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:47 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:47 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:48 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:48 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:48 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:57:48 (Reading database ... 13911 files and directories currently installed.) 00:57:48 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:48 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:57:48 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:57:49 (Reading database ... 13911 files and directories currently installed.) 00:57:49 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:49 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:49 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:57:49 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:57:49 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:57:49 (Reading database ... 13911 files and directories currently installed.) 00:57:49 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:57:49 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:57:50 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:57:50 (Reading database ... 13911 files and directories currently installed.) 00:57:50 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:57:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:57:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:57:50 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:57:50 Setting up base-files (10.1ubuntu2.10) ... 00:57:50 Installing new version of config file /etc/issue ... 00:57:50 Installing new version of config file /etc/issue.net ... 00:57:50 Installing new version of config file /etc/lsb-release ... 00:57:50 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:57:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:57:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:57:51 Removing obsolete conffile /etc/default/motd-news ... 00:57:51 (Reading database ... 13912 files and directories currently installed.) 00:57:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:57:51 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:57:51 Setting up bash (4.4.18-2ubuntu1.2) ... 00:57:51 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:57:51 (Reading database ... 13912 files and directories currently installed.) 00:57:51 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:57:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:57:51 (Reading database ... 13912 files and directories currently installed.) 00:57:51 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:57:51 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:57:52 Setting up tar (1.29b-2ubuntu0.2) ... 00:57:52 (Reading database ... 13912 files and directories currently installed.) 00:57:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:57:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:57:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:57:52 (Reading database ... 13912 files and directories currently installed.) 00:57:52 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:57:52 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:57:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:57:52 (Reading database ... 13912 files and directories currently installed.) 00:57:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:57:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:57:53 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:57:53 (Reading database ... 13912 files and directories currently installed.) 00:57:53 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:57:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:57:53 Setting up grep (3.1-2build1) ... 00:57:53 (Reading database ... 13912 files and directories currently installed.) 00:57:53 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:57:53 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:57:53 Setting up login (1:4.5-1ubuntu2) ... 00:57:53 (Reading database ... 13912 files and directories currently installed.) 00:57:53 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:57:53 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:57:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:57:53 (Reading database ... 13912 files and directories currently installed.) 00:57:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:57:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:57:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:57:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:57:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:57:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:57:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:57:55 (Reading database ... 13912 files and directories currently installed.) 00:57:55 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:57:55 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:57:56 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:57:56 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:57:56 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:57:56 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:57:56 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:57:56 (Reading database ... 13912 files and directories currently installed.) 00:57:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:57:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:57:56 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:57:56 (Reading database ... 13912 files and directories currently installed.) 00:57:56 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:57:56 (Reading database ... 13912 files and directories currently installed.) 00:57:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:57:57 (Reading database ... 13912 files and directories currently installed.) 00:57:57 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:57 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:57:57 (Reading database ... 13912 files and directories currently installed.) 00:57:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:57 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:57:57 (Reading database ... 13912 files and directories currently installed.) 00:57:57 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:57:57 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:57:57 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:57:57 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:57:57 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:57:58 (Reading database ... 13912 files and directories currently installed.) 00:57:58 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:57:58 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:57:58 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:57:58 (Reading database ... 13912 files and directories currently installed.) 00:57:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:58 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:57:58 (Reading database ... 13912 files and directories currently installed.) 00:57:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:58 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:57:58 (Reading database ... 13912 files and directories currently installed.) 00:57:58 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:57:58 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:57:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:57:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:57:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:57:59 (Reading database ... 13912 files and directories currently installed.) 00:57:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:57:59 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:57:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:58:00 (Reading database ... 13912 files and directories currently installed.) 00:58:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:58:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:58:00 (Reading database ... 13914 files and directories currently installed.) 00:58:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:58:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:58:00 Setting up debconf (1.5.66ubuntu1) ... 00:58:00 (Reading database ... 13914 files and directories currently installed.) 00:58:00 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:58:00 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:58:00 (Reading database ... 13914 files and directories currently installed.) 00:58:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:58:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:58:01 (Reading database ... 13914 files and directories currently installed.) 00:58:01 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:01 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:01 (Reading database ... 13914 files and directories currently installed.) 00:58:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:01 (Reading database ... 13914 files and directories currently installed.) 00:58:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:01 (Reading database ... 13914 files and directories currently installed.) 00:58:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:02 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:58:02 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:02 (Reading database ... 13914 files and directories currently installed.) 00:58:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:58:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:58:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:58:02 (Reading database ... 13914 files and directories currently installed.) 00:58:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:58:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:03 (Reading database ... 13914 files and directories currently installed.) 00:58:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:03 (Reading database ... 13914 files and directories currently installed.) 00:58:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:58:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:58:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:58:03 (Reading database ... 13914 files and directories currently installed.) 00:58:03 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:58:03 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:58:03 Setting up passwd (1:4.5-1ubuntu2) ... 00:58:04 (Reading database ... 13914 files and directories currently installed.) 00:58:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:58:04 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:58:04 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:58:04 (Reading database ... 13914 files and directories currently installed.) 00:58:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:58:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:58:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:58:04 (Reading database ... 13914 files and directories currently installed.) 00:58:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:58:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:58:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:58:04 (Reading database ... 13914 files and directories currently installed.) 00:58:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:58:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:58:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:58:05 (Reading database ... 13914 files and directories currently installed.) 00:58:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:58:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:58:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:58:05 (Reading database ... 13914 files and directories currently installed.) 00:58:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:58:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:58:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:58:05 (Reading database ... 13914 files and directories currently installed.) 00:58:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:58:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:58:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:58:05 (Reading database ... 13915 files and directories currently installed.) 00:58:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:58:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:58:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:58:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:58:06 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:58:06 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:58:06 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:58:06 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:58:06 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:58:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:58:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:58:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:58:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:58:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:58:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:58:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:58:07 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:58:07 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:58:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:58:07 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:58:07 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:58:07 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:58:07 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:58:07 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:58:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:58:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:58:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:58:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:58:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:09 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:09 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:09 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:10 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:10 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:10 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:12 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:12 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:13 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:13 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:14 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:14 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:14 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:58:14 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:58:15 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:15 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:58:15 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:58:15 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:58:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:58:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:58:16 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:58:16 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:58:16 00:58:16 Current default time zone: 'Etc/UTC' 00:58:16 Local time is now: Thu Jan 28 00:58:16 UTC 2021. 00:58:16 Universal Time is now: Thu Jan 28 00:58:16 UTC 2021. 00:58:16 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:58:16 00:58:16 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:58:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:58:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:58:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:58:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:58:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:58:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:58:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:58:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:58:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:58:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:58:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:17 Setting up patch (2.7.6-2ubuntu1.1) ... 00:58:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:58:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:58:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:58:17 Installing new version of config file /etc/ssl/openssl.cnf ... 00:58:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:58:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:58:17 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:58:19 Updating certificates in /etc/ssl/certs... 00:58:19 22 added, 17 removed; done. 00:58:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:58:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:58:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:58:19 Setting up pkgbinarymangler (138.18.04.1) ... 00:58:20 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:58:20 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up perl (5.26.1-6ubuntu0.5) ... 00:58:20 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:58:20 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:58:20 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:58:20 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:58:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:58:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:58:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:58:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:58:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:58:20 Processing triggers for systemd (237-3ubuntu10.44) ... 00:58:21 Processing triggers for mime-support (3.60ubuntu1) ... 00:58:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:58:21 Updating certificates in /etc/ssl/certs... 00:58:21 0 added, 0 removed; done. 00:58:21 Running hooks in /etc/ca-certificates/update.d... 00:58:21 done. 00:58:21 Reading package lists... 00:58:22 Building dependency tree... 00:58:22 Reading state information... 00:58:22 The following NEW packages will be installed: 00:58:22 apt-transport-https 00:58:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:58:22 Need to get 1696 B of archives. 00:58:22 After this operation, 153 kB of additional disk space will be used. 00:58:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:58:22 debconf: delaying package configuration, since apt-utils is not installed 00:58:22 Fetched 1696 B in 0s (27.0 kB/s) 00:58:22 Selecting previously unselected package apt-transport-https. 00:58:22 (Reading database ... 13929 files and directories currently installed.) 00:58:22 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:58:22 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:58:22 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:58:22 Waiting for network to be ready... 00:58:28 2021-01-28T00:58:25Z INFO Waiting for automatic snapd restart... 00:58:28 snapd 2.48.2 from Canonical* installed 00:58:29 "snapd" switched to the "latest/stable" channel 00:58:29 00:58:32 core18 20201210 from Canonical* installed 00:58:32 "core18" switched to the "latest/stable" channel 00:58:32 00:58:36 snapcraft 4.4.4 from Canonical* installed 00:58:36 "snapcraft" switched to the "latest/stable" channel 00:58:36 00:58:39 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:58:39 - README.md 00:58:39 - snapcraft.yaml.orig 00:58:39 00:58:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:58:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:58:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:58:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:58:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:58:47 Reading package lists... 00:58:47 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:58:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:58:54 Reading package lists... 00:58:54 Building dependency tree... 00:58:54 Reading state information... 00:58:54 Suggested packages: 00:58:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:58:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:58:54 Recommended packages: 00:58:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:58:54 The following NEW packages will be installed: 00:58:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:58:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:58:54 pkg-config zip 00:58:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:58:54 Need to get 7655 kB of archives. 00:58:54 After this operation, 43.7 MB of additional disk space will be used. 00:58:54 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:58:54 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:58:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:58:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:58:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:58:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:58:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:58:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:58:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:58:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:58:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:58:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:58:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:58:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:58:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:58:55 debconf: delaying package configuration, since apt-utils is not installed 00:58:55 Fetched 7655 kB in 1s (9033 kB/s) 00:58:55 Selecting previously unselected package libglib2.0-0:amd64. 00:58:55 (Reading database ... 13933 files and directories currently installed.) 00:58:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:58:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:58:55 Selecting previously unselected package libpsl5:amd64. 00:58:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:58:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:58:56 Selecting previously unselected package libnghttp2-14:amd64. 00:58:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:58:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:58:56 Selecting previously unselected package librtmp1:amd64. 00:58:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:58:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:58:56 Selecting previously unselected package libcurl3-gnutls:amd64. 00:58:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:58:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:58:56 Selecting previously unselected package liberror-perl. 00:58:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:58:56 Unpacking liberror-perl (0.17025-1) ... 00:58:56 Selecting previously unselected package git-man. 00:58:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:58:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:58:57 Selecting previously unselected package git. 00:58:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:58:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:58:57 Selecting previously unselected package libnorm1:amd64. 00:58:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:58:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:58:57 Selecting previously unselected package libpgm-5.2-0:amd64. 00:58:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:58:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:58:57 Selecting previously unselected package libsodium23:amd64. 00:58:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:58:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:58:57 Selecting previously unselected package libzmq5:amd64. 00:58:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:58:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:58:58 Selecting previously unselected package libzmq3-dev:amd64. 00:58:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:58:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:58:58 Selecting previously unselected package pkg-config. 00:58:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:58:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:58:58 Selecting previously unselected package zip. 00:58:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:58:58 Unpacking zip (3.0-11build1) ... 00:58:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:58:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:58:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:58:58 Setting up liberror-perl (0.17025-1) ... 00:58:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:58:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:58:58 No schema files found: doing nothing. 00:58:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:58:58 Setting up zip (3.0-11build1) ... 00:58:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:58:58 Setting up libsodium23:amd64 (1.0.16-2) ... 00:58:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:58:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:58:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:58:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:58:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:58:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:59:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:05 git set to automatically installed. 00:59:05 git-man set to automatically installed. 00:59:05 libcurl3-gnutls set to automatically installed. 00:59:05 liberror-perl set to automatically installed. 00:59:05 libglib2.0-0 set to automatically installed. 00:59:05 libnghttp2-14 set to automatically installed. 00:59:05 libnorm1 set to automatically installed. 00:59:05 libpgm-5.2-0 set to automatically installed. 00:59:05 libpsl5 set to automatically installed. 00:59:05 librtmp1 set to automatically installed. 00:59:05 libsodium23 set to automatically installed. 00:59:05 libzmq3-dev set to automatically installed. 00:59:05 libzmq5 set to automatically installed. 00:59:05 pkg-config set to automatically installed. 00:59:05 zip set to automatically installed. 00:59:07 snapd is not logged in, snap install commands will use sudo 00:59:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:14 snap "core18" has no updates available 00:59:15 Pulling config-common 00:59:16 Pulling go-build-helper 00:59:43 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:59:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:59:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:59:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:59:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:59:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:59:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:59:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:59:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:59:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:59:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:59:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:59:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:59:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:59:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:59:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:59:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:59:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:59:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:59:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:59:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:59:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:59:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:59:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:59:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:59:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:59:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:59:43 Fetched 23.8 MB in 0s (0 B/s) 00:59:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:59:43 Fetched 96.5 kB in 0s (0 B/s) 00:59:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:59:43 Fetched 279 kB in 0s (0 B/s) 00:59:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:59:43 Fetched 122 kB in 0s (0 B/s) 00:59:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:59:43 Fetched 77.8 kB in 0s (0 B/s) 00:59:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:59:43 Fetched 8848 B in 0s (0 B/s) 00:59:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:59:43 Fetched 47.8 kB in 0s (0 B/s) 00:59:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:59:43 Fetched 45.6 kB in 0s (0 B/s) 00:59:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:59:43 Fetched 15.0 kB in 0s (0 B/s) 00:59:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:59:43 Fetched 214 kB in 0s (0 B/s) 00:59:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:59:43 Fetched 155 kB in 0s (0 B/s) 00:59:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:59:43 Fetched 50.6 kB in 0s (0 B/s) 00:59:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:59:43 Fetched 14.8 kB in 0s (0 B/s) 00:59:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:59:43 Fetched 41.8 kB in 0s (0 B/s) 00:59:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:59:43 Fetched 499 kB in 0s (0 B/s) 00:59:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:59:43 Fetched 111 kB in 0s (0 B/s) 00:59:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:59:43 Fetched 240 kB in 0s (0 B/s) 00:59:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:59:43 Fetched 29.3 kB in 0s (0 B/s) 00:59:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:59:43 Fetched 85.5 kB in 0s (0 B/s) 00:59:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:59:43 Fetched 24.5 kB in 0s (0 B/s) 00:59:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:59:43 Fetched 49.2 kB in 0s (0 B/s) 00:59:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:59:43 Fetched 54.2 kB in 0s (0 B/s) 00:59:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:59:43 Fetched 30.8 kB in 0s (0 B/s) 00:59:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:59:43 Fetched 17.0 kB in 0s (0 B/s) 00:59:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:59:43 Fetched 85.9 kB in 0s (0 B/s) 00:59:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:59:43 Fetched 8720 B in 0s (0 B/s) 00:59:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:59:43 Fetched 137 kB in 0s (0 B/s) 00:59:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:59:43 Fetched 119 kB in 0s (0 B/s) 00:59:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:59:43 Fetched 109 kB in 0s (0 B/s) 00:59:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:59:43 Fetched 11.1 kB in 0s (0 B/s) 00:59:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:59:43 Fetched 645 kB in 0s (0 B/s) 00:59:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:59:43 Fetched 41.3 kB in 0s (0 B/s) 00:59:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:59:43 Fetched 17.9 kB in 0s (0 B/s) 00:59:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:59:43 Fetched 368 kB in 0s (0 B/s) 00:59:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:59:43 Fetched 187 kB in 0s (0 B/s) 00:59:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:59:43 Fetched 175 kB in 0s (0 B/s) 00:59:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:59:43 Fetched 206 kB in 0s (0 B/s) 00:59:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:59:43 Fetched 1301 kB in 0s (0 B/s) 00:59:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:59:43 Fetched 36.2 kB in 0s (0 B/s) 00:59:43 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:59:43 Fetched 159 kB in 0s (0 B/s) 00:59:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:59:43 Fetched 107 kB in 0s (0 B/s) 00:59:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:59:43 Fetched 48.7 kB in 0s (0 B/s) 00:59:43 Pulling static-packages 00:59:43 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:59:43 Skipping pull go-build-helper (already ran) 00:59:43 Skipping pull static-packages (already ran) 00:59:43 Building go-build-helper 00:59:47 Building static-packages 00:59:49 Staging go-build-helper 00:59:49 Staging static-packages 00:59:51 Pulling go115 00:59:51 'edgex-go' has dependencies that need to be staged: go115 00:59:51 Skipping pull go115 (already ran) 00:59:51 Building go115 00:59:51 % Total % Received % Xferd Average Speed Time Time Time Current 00:59:51 Dload Upload Total Spent Left Speed 00:59:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 115M 32 37.4M 0 0 34.5M 0 0:00:03 0:00:01 0:00:02 34.4M 85 115M 85 99.2M 0 0 47.8M 0 0:00:02 0:00:02 --:--:-- 47.8M 100 115M 100 115M 0 0 48.8M 0 0:00:02 0:00:02 --:--:-- 48.8M 00:59:54 go1.15.2.linux-amd64.tar.gz: OK 00:59:59 Staging go115 01:00:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:00:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:00:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:00:11 Fetched 0 B in 0s (0 B/s) 01:00:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:00:11 Fetched 224 kB in 0s (0 B/s) 01:00:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:00:11 Fetched 157 kB in 6s (0 B/s) 01:00:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:00:11 Fetched 221 kB in 0s (0 B/s) 01:00:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:00:11 Fetched 143 kB in 0s (0 B/s) 01:00:11 Pulling edgex-go 01:00:12 Pulling version 01:00:13 Building config-common 01:00:15 Skipping build go-build-helper (already ran) 01:00:15 Skipping build static-packages (already ran) 01:00:15 Skipping build go115 (already ran) 01:00:15 Building edgex-go 01:00:15 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 01:00:16 go: downloading github.com/gorilla/mux v1.8.0 01:00:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 01:00:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:00:16 go: downloading github.com/google/uuid v1.2.0 01:00:16 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:00:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:00:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:00:16 go: downloading github.com/pelletier/go-toml v1.2.0 01:00:16 go: downloading github.com/go-kit/kit v0.8.0 01:00:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:00:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:00:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:00:16 go: downloading github.com/imdario/mergo v0.3.11 01:00:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:00:16 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:00:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:00:16 go: downloading github.com/BurntSushi/toml v0.3.1 01:00:16 go: downloading gopkg.in/yaml.v2 v2.4.0 01:00:16 go: downloading github.com/pkg/errors v0.8.1 01:00:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:00:16 go: downloading github.com/hashicorp/consul/api v1.1.0 01:00:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:00:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:00:16 go: downloading github.com/pebbe/zmq4 v1.2.2 01:00:16 go: downloading github.com/x448/float16 v0.8.4 01:00:16 go: downloading github.com/leodido/go-urn v1.2.0 01:00:16 go: downloading github.com/go-playground/universal-translator v0.17.0 01:00:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:00:16 go: downloading github.com/mitchellh/copystructure v1.0.0 01:00:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:00:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:00:17 go: downloading github.com/hashicorp/serf v0.8.2 01:00:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:00:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:00:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:00:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:00:17 go: downloading github.com/go-playground/locales v0.13.0 01:00:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:00:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:00:17 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:00:28 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 01:00:29 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 01:00:30 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 01:00:30 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 01:00:30 go: downloading github.com/stretchr/testify v1.6.1 01:00:30 go: downloading github.com/pmezard/go-difflib v1.0.0 01:00:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:00:30 go: downloading github.com/davecgh/go-spew v1.1.1 01:00:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:00:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:00:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:00:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:00:34 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 01:00:34 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:00:35 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 01:00:36 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 01:00:37 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 01:00:37 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:00:38 go: downloading github.com/lib/pq v1.9.0 01:00:41 Building version 01:00:43 Staging config-common 01:00:43 Skipping stage go-build-helper (already ran) 01:00:43 Skipping stage static-packages (already ran) 01:00:43 Skipping stage go115 (already ran) 01:00:43 Staging edgex-go 01:00:44 Staging version 01:00:45 Priming config-common 01:00:46 Priming go-build-helper 01:00:47 Priming static-packages 01:00:50 Priming go115 01:00:50 Priming edgex-go 01:00:51 Priming version 01:00:53 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:00:56 provisioning config files... 01:00:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config7168908996391992262tmp [Pipeline] { [Pipeline] sh 01:00:56 + set +x 01:00:56 + bash -s -- 01:00:56 + curl -s https://codecov.io/bash 01:00:57 01:00:57 _____ _ 01:00:57 / ____| | | 01:00:57 | | ___ __| | ___ ___ _____ __ 01:00:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:00:57 | |___| (_) | (_| | __/ (_| (_) \ V / 01:00:57 \_____\___/ \__,_|\___|\___\___/ \_/ 01:00:57 Bash-20210128-d4071a2 01:00:57 01:00:57 01:00:57 ==> git version 2.24.3 found 01:00:57 ==> 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 01:00:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:00:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:00:57 ==> Jenkins CI detected. 01:00:57 project root: . 01:00:57 --> token set from env 01:00:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:00:57 ==> Running gcov in . (disable via -X gcov) 01:00:57 ==> Python coveragepy not found 01:00:57 ==> Searching for coverage reports in: 01:00:57 + . 01:00:57 -> Found 1 reports 01:00:57 ==> Detecting git/mercurial file structure 01:00:57 ==> Reading reports 01:00:57 + ./coverage.out bytes=564700 01:00:57 ==> Appending adjustments 01:00:57 https://docs.codecov.io/docs/fixing-reports 01:01:08 + Found adjustments 01:01:08 ==> Gzipping contents 01:01:08 84K /tmp/codecov.Ndw3Is.gz 01:01:08 ==> Uploading reports 01:01:08 url: https://codecov.io 01:01:08 query: branch=PR-3034&commit=c457aee85ca4fd5905f0370025df399fa9a3fbc1&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 01:01:08 -> Pinging Codecov 01:01:08 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3034&commit=c457aee85ca4fd5905f0370025df399fa9a3fbc1&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 01:01:08 -> Uploading to 01:01:08 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/c457aee85ca4fd5905f0370025df399fa9a3fbc1/70eaa32c-16ca-4c05-a61d-b08a3035c276.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T010107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=973578629e200df747b96c30a979aa3e2b82396469f729d0a22ec7aef807eaf1 01:01:08 % Total % Received % Xferd Average Speed Time Time Time Current 01:01:08 Dload Upload Total Spent Left Speed 01:01:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85569 0 0 100 85569 0 153k --:--:-- --:--:-- --:--:-- 154k 01:01:08 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c457aee85ca4fd5905f0370025df399fa9a3fbc1 [Pipeline] } 01:01:08 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 01:01:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:01:11 ---> package-listing.sh 01:01:11 ++ facter osfamily 01:01:11 ++ tr '[:upper:]' '[:lower:]' 01:01:12 + OS_FAMILY=redhat 01:01:12 + workspace=/w/workspace/edgex-go/11 01:01:12 + START_PACKAGES=/tmp/packages_start.txt 01:01:12 + END_PACKAGES=/tmp/packages_end.txt 01:01:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:01:12 + PACKAGES=/tmp/packages_start.txt 01:01:12 + '[' /w/workspace/edgex-go/11 ']' 01:01:12 + PACKAGES=/tmp/packages_end.txt 01:01:12 + case "${OS_FAMILY}" in 01:01:12 + rpm -qa 01:01:12 + sort 01:01:17 + '[' -f /tmp/packages_start.txt ']' 01:01:17 + '[' -f /tmp/packages_end.txt ']' 01:01:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:01:17 + '[' /w/workspace/edgex-go/11 ']' 01:01:17 + mkdir -p /w/workspace/edgex-go/11/archives/ 01:01:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 01:01:17 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:01:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:01:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:18 01:01:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:01:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:19 alpine: Pulling from edgex-lftools-log-publisher 01:01:19 df20fa9351a1: Pulling fs layer 01:01:19 36b3adc4ff6f: Pulling fs layer 01:01:19 8ad3a11d3b57: Pulling fs layer 01:01:19 46f8f816bc3b: Pulling fs layer 01:01:19 93b61091891f: Pulling fs layer 01:01:19 93b9cdb0e59b: Pulling fs layer 01:01:19 5e14af77c1be: Pulling fs layer 01:01:19 01666e4c0597: Pulling fs layer 01:01:19 aa168da1d23b: Pulling fs layer 01:01:19 46f8f816bc3b: Waiting 01:01:19 93b61091891f: Waiting 01:01:19 93b9cdb0e59b: Waiting 01:01:19 5e14af77c1be: Waiting 01:01:19 01666e4c0597: Waiting 01:01:19 aa168da1d23b: Waiting 01:01:19 36b3adc4ff6f: Verifying Checksum 01:01:19 36b3adc4ff6f: Download complete 01:01:19 46f8f816bc3b: Verifying Checksum 01:01:19 46f8f816bc3b: Download complete 01:01:19 df20fa9351a1: Verifying Checksum 01:01:19 df20fa9351a1: Download complete 01:01:19 93b9cdb0e59b: Verifying Checksum 01:01:19 93b9cdb0e59b: Download complete 01:01:19 5e14af77c1be: Download complete 01:01:19 01666e4c0597: Verifying Checksum 01:01:19 01666e4c0597: Download complete 01:01:19 93b61091891f: Verifying Checksum 01:01:19 93b61091891f: Download complete 01:01:20 df20fa9351a1: Pull complete 01:01:20 8ad3a11d3b57: Verifying Checksum 01:01:20 8ad3a11d3b57: Download complete 01:01:20 36b3adc4ff6f: Pull complete 01:01:23 8ad3a11d3b57: Pull complete 01:01:23 46f8f816bc3b: Pull complete 01:01:25 aa168da1d23b: Verifying Checksum 01:01:25 aa168da1d23b: Download complete 01:01:26 93b61091891f: Pull complete 01:01:27 93b9cdb0e59b: Pull complete 01:01:27 5e14af77c1be: Pull complete 01:01:28 01666e4c0597: Pull complete 01:01:43 aa168da1d23b: Pull complete 01:01:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:01:44 prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container 01:01:44 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:01:48 $ docker top 74699220aa16b449ab411dc73c035b14add5c7c86604fd89a44a9cd02d52d07f -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:49 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:50 + mkdir -p /var/log/sa [Pipeline] sh 01:01:50 + ls /var/log/sa-host 01:01:50 + sadf -c /var/log/sa-host/sa23 01:01:50 file_magic: OK 01:01:50 HZ: Using current value: 100 01:01:50 file_header: OK 01:01:50 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 01:01:50 Statistics: 01:01:50 Hnuu...uuuununununu... 01:01:50 File successfully converted to sysstat format version 12.2.1 01:01:50 + sadf -c /var/log/sa-host/sa28 01:01:50 file_magic: OK 01:01:50 HZ: Using current value: 100 01:01:50 file_header: OK 01:01:50 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 01:01:50 Statistics: 01:01:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:01:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:50 provisioning config files... 01:01:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config1585564999852592392tmp [Pipeline] { [Pipeline] echo 01:01:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:51 ---> create-netrc.sh [Pipeline] } 01:01:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:52 ---> python-tools-install.sh [Pipeline] echo 01:01:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:52 ---> sudo-logs.sh 01:01:52 Archiving 'sudo' log.. [Pipeline] echo 01:01:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:53 ---> job-cost.sh 01:01:53 lf-activate-venv: SKIPPING 01:01:53 INFO: No Stack... 01:01:54 INFO: Retrieving Pricing Info for: v1-standard-2 01:01:55 INFO: Archiving Costs [Pipeline] echo 01:01:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:01:55 ---> logs-deploy.sh 01:01:55 lf-activate-venv: SKIPPING 01:01:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/11 01:01:55 INFO: archiving workspace using pattern(s): 01:01:58 Archives upload complete. 01:01:58 INFO: archiving logs to Nexus 01:02:01 ---> uname -a: 01:02:01 Linux prd-centos7-docker-4c-2g-23573.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:02:01 01:02:01 01:02:01 ---> lscpu: 01:02:01 Architecture: x86_64 01:02:01 CPU op-mode(s): 32-bit, 64-bit 01:02:01 Byte Order: Little Endian 01:02:01 Address sizes: 40 bits physical, 48 bits virtual 01:02:01 CPU(s): 4 01:02:01 On-line CPU(s) list: 0-3 01:02:01 Thread(s) per core: 1 01:02:01 Core(s) per socket: 1 01:02:01 Socket(s): 4 01:02:01 NUMA node(s): 1 01:02:01 Vendor ID: GenuineIntel 01:02:01 CPU family: 6 01:02:01 Model: 44 01:02:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:02:01 Stepping: 1 01:02:01 CPU MHz: 2933.438 01:02:01 BogoMIPS: 5866.87 01:02:01 Virtualization: VT-x 01:02:01 Hypervisor vendor: KVM 01:02:01 Virtualization type: full 01:02:01 L1d cache: 128 KiB 01:02:01 L1i cache: 128 KiB 01:02:01 L2 cache: 16 MiB 01:02:01 L3 cache: 64 MiB 01:02:01 NUMA node0 CPU(s): 0-3 01:02:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:02:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:02:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:02:01 Vulnerability Meltdown: Mitigation; PTI 01:02:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:02:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:02:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:02:01 Vulnerability Srbds: Not affected 01:02:01 Vulnerability Tsx async abort: Not affected 01:02:01 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 01:02:01 01:02:01 01:02:01 ---> nproc: 01:02:01 4 01:02:01 01:02:01 01:02:01 ---> df -h: 01:02:01 Filesystem Size Used Available Use% Mounted on 01:02:01 overlay 50.0G 11.4G 38.6G 23% / 01:02:01 tmpfs 64.0M 0 64.0M 0% /dev 01:02:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:02:01 shm 64.0M 0 64.0M 0% /dev/shm 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/11@tmp 01:02:01 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/11 01:02:01 01:02:01 01:02:01 ---> free -m: 01:02:01 total used free shared buff/cache available 01:02:01 Mem: 1837 719 136 0 981 1034 01:02:01 Swap: 1023 76 947 01:02:01 01:02:01 01:02:01 ---> ip addr: 01:02:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:02:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:02:01 inet 127.0.0.1/8 scope host lo 01:02:01 valid_lft forever preferred_lft forever 01:02:01 inet6 ::1/128 scope host 01:02:01 valid_lft forever preferred_lft forever 01:02:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:02:01 link/ether fa:16:3e:6e:fd:82 brd ff:ff:ff:ff:ff:ff 01:02:01 inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 01:02:01 valid_lft 84696sec preferred_lft 84696sec 01:02:01 inet6 fe80::f816:3eff:fe6e:fd82/64 scope link 01:02:01 valid_lft forever preferred_lft forever 01:02:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:02:01 link/ether 02:42:8d:dd:ba:d3 brd ff:ff:ff:ff:ff:ff 01:02:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:02:01 valid_lft forever preferred_lft forever 01:02:01 inet6 fe80::42:8dff:fedd:bad3/64 scope link 01:02:01 valid_lft forever preferred_lft forever 01:02:01 01:02:01 01:02:01 ---> sar -b -r -n DEV: 01:02:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:02:01 01:02:01 00:33:20 LINUX RESTART (4 CPU) 01:02:01 01:02:01 00:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:02:01 00:35:01 121.41 73.68 47.73 0.00 4767.90 36494.29 0.00 01:02:01 00:36:02 54.13 12.54 41.59 0.00 4642.92 7707.83 0.00 01:02:01 00:37:01 15.38 6.70 8.68 0.00 332.59 3734.41 0.00 01:02:01 00:38:01 148.61 60.02 88.59 0.00 4848.71 34067.90 0.00 01:02:01 00:39:01 197.09 46.64 150.46 0.00 2471.51 23735.57 0.00 01:02:01 00:40:02 103.81 67.93 35.88 0.00 2281.27 3519.59 0.00 01:02:01 00:41:01 79.32 25.94 53.38 0.00 1081.91 5831.19 0.00 01:02:01 00:42:02 35.23 4.57 30.66 0.00 161.01 3898.97 0.00 01:02:01 00:43:01 97.25 52.59 44.66 0.00 1792.90 4290.66 0.00 01:02:01 00:44:01 44.51 26.91 17.59 0.00 1782.99 1051.77 0.00 01:02:01 00:45:02 28.79 6.34 22.45 0.00 285.70 8284.52 0.00 01:02:01 00:46:04 227.64 77.37 150.27 0.00 25170.36 86721.13 0.00 01:02:01 00:47:02 747.42 635.53 111.89 0.00 67566.52 73719.12 0.00 01:02:01 00:48:09 1352.83 1180.41 172.42 0.00 80157.21 81353.26 0.00 01:02:01 00:49:02 1242.00 1115.22 126.77 0.00 65442.59 68832.01 0.00 01:02:01 00:50:01 180.60 105.37 75.23 0.00 10879.68 15539.34 0.00 01:02:01 00:51:04 407.42 148.05 259.37 0.00 48147.54 93129.10 0.00 01:02:01 00:52:03 774.52 587.18 187.34 0.00 64820.77 61183.37 0.00 01:02:01 00:53:02 770.40 573.26 197.15 0.00 33366.92 39827.19 0.00 01:02:01 00:54:01 156.29 15.08 141.21 0.00 948.53 12652.55 0.00 01:02:01 00:55:01 95.41 20.08 75.33 0.00 3358.11 14443.92 0.00 01:02:01 00:56:01 1.50 0.07 1.43 0.00 1.46 24.41 0.00 01:02:01 00:57:01 0.27 0.03 0.23 0.00 0.67 2.43 0.00 01:02:01 00:58:02 0.30 0.00 0.30 0.00 0.00 3.86 0.00 01:02:01 00:59:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 01:02:01 01:00:01 0.25 0.00 0.25 0.00 0.00 3.24 0.00 01:02:01 01:01:01 9.79 9.54 0.25 0.00 831.99 20.46 0.00 01:02:01 Average: 254.54 178.54 76.00 0.00 15776.61 25366.34 0.00 01:02:01 01:02:01 00:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:02:01 00:35:01 65052 0 564036 29.98 2620 1249836 1058880 36.14 427404 1192372 55684 01:02:01 00:36:02 122004 0 642288 34.14 2620 1114632 1349576 46.06 487120 1068492 10340 01:02:01 00:37:01 79864 0 825104 43.85 2620 973956 1567700 53.50 653404 945728 49704 01:02:01 00:38:01 79692 0 717888 38.15 2524 1081440 1525204 52.05 627764 934136 95612 01:02:01 00:39:01 351308 0 688108 36.57 1248 840880 1106204 37.75 413028 834004 16 01:02:01 00:40:02 171312 0 778312 41.37 1076 930844 1738060 59.32 598364 838544 40388 01:02:01 00:41:01 52352 0 934708 49.68 716 893768 1908896 65.15 768084 777620 39436 01:02:01 00:42:02 274996 0 830832 44.16 492 775224 1676532 57.22 673024 652136 43916 01:02:01 00:43:01 283316 0 818364 43.49 492 779372 1746120 59.59 640272 671148 24880 01:02:01 00:44:01 270880 0 774928 41.19 492 835244 1432532 48.89 596840 725644 56000 01:02:01 00:45:02 196092 0 772568 41.06 492 912392 1608068 54.88 595748 820444 94604 01:02:01 00:46:04 69308 0 862324 45.83 0 949912 2297516 78.41 727048 857744 78136 01:02:01 00:47:02 512548 0 689720 36.66 0 679276 1368492 46.70 489204 669512 64 01:02:01 00:48:09 77720 0 872788 46.39 0 931036 2346136 80.07 743660 824128 87828 01:02:01 00:49:02 109880 0 1121196 59.59 0 650468 4431432 151.24 827928 680440 8508 01:02:01 00:50:01 260592 0 898088 47.73 0 722864 2282044 77.88 619604 736436 3672 01:02:01 00:51:04 68240 0 803344 42.70 0 1009960 2142256 73.11 726088 861472 67848 01:02:01 00:52:03 66600 0 944876 50.22 0 870068 2926692 99.88 659996 893216 75848 01:02:01 00:53:02 189840 0 836980 44.48 0 854724 2171156 74.10 684792 738076 4300 01:02:01 00:54:01 163764 0 728860 38.74 0 988920 1557568 53.16 645884 810100 84436 01:02:01 00:55:01 216760 0 653024 34.71 0 1011760 1269132 43.31 551968 854664 20 01:02:01 00:56:01 220860 0 648912 34.49 0 1011772 1214192 41.44 549952 854120 12 01:02:01 00:57:01 221972 0 647808 34.43 0 1011764 1202884 41.05 549304 854028 8 01:02:01 00:58:02 221928 0 647824 34.43 0 1011792 1200852 40.98 549336 854044 8 01:02:01 00:59:01 222912 0 646776 34.37 0 1011856 1193632 40.74 549020 853828 24 01:02:01 01:00:01 223284 0 646452 34.36 0 1011808 1188540 40.56 548760 853764 12 01:02:01 01:01:01 190612 0 655368 34.83 0 1035564 1196344 40.83 557040 874036 656 01:02:01 Average: 184581 0 764869 40.65 570 931523 1729876 59.04 609653 834440 34147 01:02:01 01:02:01 00:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:02:01 00:35:01 eth0 293.64 194.85 1442.49 44.51 0.00 0.00 0.00 0.00 01:02:01 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:36:02 eth0 447.96 280.70 2399.62 54.73 0.00 0.00 0.00 0.00 01:02:01 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:36:02 vethd13d175 72.29 50.81 9.45 179.88 0.00 0.00 0.00 0.00 01:02:01 00:36:02 docker0 72.29 50.70 8.47 179.87 0.00 0.00 0.00 0.00 01:02:01 00:37:01 eth0 660.67 817.33 2522.54 97.98 0.00 0.00 0.00 0.00 01:02:01 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:37:01 vethd13d175 809.78 639.13 74.47 2517.14 0.00 0.00 0.00 0.00 01:02:01 00:37:01 docker0 809.78 639.11 63.40 2517.14 0.00 0.00 0.00 0.00 01:02:01 00:38:01 eth0 352.36 311.23 2834.72 31.57 0.00 0.00 0.00 0.00 01:02:01 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:38:01 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:39:01 eth0 184.68 99.85 862.23 14.48 0.00 0.00 0.00 0.00 01:02:01 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:39:01 docker0 88.10 165.91 6.45 849.55 0.00 0.00 0.00 0.00 01:02:01 00:40:02 vethe8d0fb8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:40:02 eth0 24.69 19.84 25.73 10.05 0.00 0.00 0.00 0.00 01:02:01 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:41:01 vethe8d0fb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:41:01 eth0 29.00 26.48 14.37 74.75 0.00 0.00 0.00 0.00 01:02:01 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:42:02 vethe8d0fb8 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 01:02:01 00:42:02 eth0 24.57 19.00 18.61 10.45 0.00 0.00 0.00 0.00 01:02:01 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:42:02 docker0 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 01:02:01 00:43:01 vethe8d0fb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:43:01 eth0 9.01 6.56 6.77 3.78 0.00 0.00 0.00 0.00 01:02:01 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:44:01 vethe8d0fb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:44:01 eth0 20.62 16.14 15.66 14.69 0.00 0.00 0.00 0.00 01:02:01 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:45:02 eth0 192.62 143.10 1686.73 78.90 0.00 0.00 0.00 0.00 01:02:01 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:46:04 eth0 28.33 24.48 24.89 34.09 0.00 0.00 0.00 0.00 01:02:01 00:46:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:46:04 veth9fb849d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:46:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:47:02 eth0 6.76 6.35 1.83 27.66 0.00 0.00 0.00 0.00 01:02:01 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:47:02 veth9fb849d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:48:09 eth0 38.93 19.59 143.01 7.18 0.00 0.00 0.00 0.00 01:02:01 00:48:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:48:09 veth9fb849d 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:48:09 docker0 9.54 22.23 0.53 131.13 0.00 0.00 0.00 0.00 01:02:01 00:49:02 vethcacc4c1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:49:02 eth0 3.88 1.83 2.28 1.31 0.00 0.00 0.00 0.00 01:02:01 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:49:02 vethb53792d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:50:01 eth0 10.99 7.64 8.00 4.27 0.00 0.00 0.00 0.00 01:02:01 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:50:01 vethb53792d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:50:01 veth806d461 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:51:04 vethbc36bc0 11.36 41.69 0.75 245.13 0.00 0.00 0.00 0.00 01:02:01 00:51:04 eth0 223.97 150.95 1633.47 90.54 0.00 0.00 0.00 0.00 01:02:01 00:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:51:04 veth9fb849d 0.00 0.72 0.00 0.03 0.00 0.00 0.00 0.00 01:02:01 00:52:03 veth2f6bbd5 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:52:03 veth0138334 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:02:01 00:52:03 eth0 37.60 22.94 100.78 11.37 0.00 0.00 0.00 0.00 01:02:01 00:52:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:53:02 veth9c5db54 3.16 5.16 0.47 20.87 0.00 0.00 0.00 0.00 01:02:01 00:53:02 eth0 182.35 59.67 739.78 72.79 0.00 0.00 0.00 0.00 01:02:01 00:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:53:02 veth9fb849d 0.00 0.94 0.00 0.04 0.00 0.00 0.00 0.00 01:02:01 00:54:01 eth0 109.16 49.83 348.15 19.24 0.00 0.00 0.00 0.00 01:02:01 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:54:01 veth9fb849d 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:54:01 docker0 1059.23 1174.72 83.88 5236.95 0.00 0.00 0.00 0.00 01:02:01 00:55:01 eth0 47.54 32.93 58.56 70.26 0.00 0.00 0.00 0.00 01:02:01 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:55:01 docker0 1.96 5.02 0.11 34.09 0.00 0.00 0.00 0.00 01:02:01 00:56:01 eth0 3.08 0.70 0.73 0.37 0.00 0.00 0.00 0.00 01:02:01 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:57:01 eth0 2.71 0.75 0.69 0.41 0.00 0.00 0.00 0.00 01:02:01 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:58:02 eth0 1.25 0.60 0.57 0.43 0.00 0.00 0.00 0.00 01:02:01 00:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:59:01 eth0 1.59 0.52 0.62 0.40 0.00 0.00 0.00 0.00 01:02:01 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 01:00:01 eth0 1.18 0.40 0.46 0.26 0.00 0.00 0.00 0.00 01:02:01 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 01:01:01 eth0 6.39 4.65 6.57 2.32 0.00 0.00 0.00 0.00 01:02:01 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 Average: eth0 109.35 85.94 554.72 28.94 0.00 0.00 0.00 0.00 01:02:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:01 Average: docker0 38.74 43.07 3.07 192.44 0.00 0.00 0.00 0.00 01:02:01 01:02:01 01:02:01 ---> sar -P ALL: 01:02:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:02:01 01:02:01 00:33:20 LINUX RESTART (4 CPU) 01:02:01 01:02:01 00:34:01 CPU %user %nice %system %iowait %steal %idle 01:02:01 00:35:01 all 11.77 0.00 7.08 6.73 31.82 42.59 01:02:01 00:35:01 0 12.61 0.00 7.82 8.13 33.21 38.23 01:02:01 00:35:01 1 11.15 0.00 9.25 5.89 30.99 42.72 01:02:01 00:35:01 2 12.15 0.00 5.59 7.30 32.28 42.68 01:02:01 00:35:01 3 11.19 0.00 5.67 5.60 30.82 46.72 01:02:01 00:36:02 all 5.09 0.00 3.28 0.94 19.26 71.43 01:02:01 00:36:02 0 5.14 0.00 3.56 0.20 20.81 70.29 01:02:01 00:36:02 1 4.31 0.00 2.89 0.78 18.76 73.26 01:02:01 00:36:02 2 4.39 0.00 3.18 1.34 18.20 72.88 01:02:01 00:36:02 3 6.54 0.00 3.51 1.44 19.28 69.24 01:02:01 00:37:01 all 5.25 0.00 1.49 0.08 20.90 72.28 01:02:01 00:37:01 0 5.49 0.00 1.84 0.15 26.73 65.80 01:02:01 00:37:01 1 6.11 0.00 1.72 0.02 20.91 71.24 01:02:01 00:37:01 2 6.73 0.00 1.51 0.10 18.09 73.57 01:02:01 00:37:01 3 2.74 0.00 0.90 0.08 17.98 78.30 01:02:01 00:38:01 all 3.68 0.00 3.75 1.14 27.70 63.75 01:02:01 00:38:01 0 3.77 0.00 3.61 0.32 28.89 63.42 01:02:01 00:38:01 1 2.71 0.00 3.32 1.12 26.87 65.98 01:02:01 00:38:01 2 4.76 0.00 3.62 0.76 27.83 63.02 01:02:01 00:38:01 3 3.50 0.00 4.46 2.35 27.22 62.48 01:02:01 00:39:01 all 3.99 0.00 4.51 3.83 28.67 59.00 01:02:01 00:39:01 0 3.91 0.00 4.02 3.20 29.81 59.06 01:02:01 00:39:01 1 3.50 0.00 4.52 3.24 29.05 59.70 01:02:01 00:39:01 2 4.27 0.00 4.82 6.39 27.87 56.65 01:02:01 00:39:01 3 4.30 0.00 4.69 2.50 27.90 60.60 01:02:01 00:40:02 all 16.85 0.00 6.94 4.96 35.01 36.24 01:02:01 00:40:02 0 16.64 0.00 7.10 3.71 34.54 38.01 01:02:01 00:40:02 1 16.30 0.00 7.32 6.29 34.91 35.17 01:02:01 00:40:02 2 17.05 0.00 6.96 5.72 34.30 35.97 01:02:01 00:40:02 3 17.41 0.00 6.37 4.10 36.31 35.81 01:02:01 00:41:01 all 23.94 0.00 8.56 1.42 47.05 19.04 01:02:01 00:41:01 0 24.12 0.00 9.75 1.36 47.17 17.60 01:02:01 00:41:01 1 18.94 0.00 7.16 1.56 48.52 23.81 01:02:01 00:41:01 2 28.46 0.00 8.22 1.88 45.88 15.56 01:02:01 00:41:01 3 24.67 0.00 9.25 0.85 46.48 18.76 01:02:01 00:42:02 all 22.82 0.00 7.98 1.34 48.13 19.73 01:02:01 00:42:02 0 24.63 0.00 9.27 1.30 47.73 17.07 01:02:01 00:42:02 1 20.03 0.00 7.66 2.02 49.27 21.02 01:02:01 00:42:02 2 26.32 0.00 8.26 1.45 47.80 16.17 01:02:01 00:42:02 3 20.61 0.00 6.82 0.60 47.66 24.30 01:02:01 00:43:01 all 26.70 0.00 12.89 4.15 37.36 18.90 01:02:01 00:43:01 0 29.13 0.00 14.27 3.16 36.51 16.93 01:02:01 00:43:01 1 23.28 0.00 11.96 5.55 38.79 20.43 01:02:01 00:43:01 2 29.96 0.00 13.33 4.14 36.03 16.54 01:02:01 00:43:01 3 24.62 0.00 12.06 3.72 38.03 21.57 01:02:01 00:44:01 all 13.01 0.00 8.36 0.85 41.31 36.46 01:02:01 00:44:01 0 12.40 0.00 8.07 0.86 41.93 36.73 01:02:01 00:44:01 1 13.32 0.00 8.93 0.95 40.00 36.80 01:02:01 00:44:01 2 13.81 0.00 8.84 0.95 40.49 35.91 01:02:01 00:44:01 3 12.54 0.00 7.62 0.64 42.78 36.41 01:02:01 00:45:02 all 6.84 0.00 5.74 0.39 34.79 52.25 01:02:01 00:45:02 0 6.16 0.00 5.84 0.23 37.21 50.56 01:02:01 00:45:02 1 6.20 0.00 5.47 0.14 33.93 54.27 01:02:01 00:45:02 2 6.89 0.00 5.81 0.69 33.87 52.75 01:02:01 00:45:02 3 8.15 0.00 5.84 0.49 34.15 51.36 01:02:01 01:02:01 00:45:02 CPU %user %nice %system %iowait %steal %idle 01:02:01 00:46:04 all 5.03 0.00 6.28 9.44 38.49 40.77 01:02:01 00:46:04 0 3.79 0.00 5.68 9.05 38.68 42.80 01:02:01 00:46:04 1 5.58 0.00 6.68 9.67 37.40 40.66 01:02:01 00:46:04 2 5.97 0.00 6.43 9.12 38.92 39.55 01:02:01 00:46:04 3 4.79 0.00 6.33 9.92 38.98 39.98 01:02:01 00:47:02 all 9.25 0.00 7.33 6.90 48.58 27.95 01:02:01 00:47:02 0 8.28 0.00 7.27 5.10 48.49 30.85 01:02:01 00:47:02 1 9.39 0.00 8.20 6.32 50.23 25.86 01:02:01 00:47:02 2 9.18 0.00 6.62 7.88 47.79 28.53 01:02:01 00:47:02 3 10.17 0.00 7.23 8.34 47.80 26.46 01:02:01 00:48:09 all 5.36 0.00 9.34 25.50 36.04 23.75 01:02:01 00:48:09 0 5.17 0.00 8.14 23.94 36.36 26.39 01:02:01 00:48:09 1 5.97 0.00 11.39 27.86 36.37 18.41 01:02:01 00:48:09 2 5.22 0.00 8.47 26.77 35.02 24.52 01:02:01 00:48:09 3 5.12 0.00 9.45 23.55 36.42 25.46 01:02:01 00:49:02 all 12.28 0.00 8.70 21.77 38.40 18.85 01:02:01 00:49:02 0 11.68 0.00 8.54 22.28 39.77 17.73 01:02:01 00:49:02 1 12.18 0.00 8.58 22.62 38.17 18.45 01:02:01 00:49:02 2 13.28 0.00 8.34 23.42 37.27 17.68 01:02:01 00:49:02 3 11.96 0.00 9.36 18.69 38.38 21.61 01:02:01 00:50:01 all 58.72 0.00 12.17 1.43 26.44 1.23 01:02:01 00:50:01 0 55.70 0.00 12.23 1.99 28.66 1.41 01:02:01 00:50:01 1 62.17 0.00 12.67 1.35 22.41 1.40 01:02:01 00:50:01 2 56.24 0.00 10.95 1.03 30.74 1.05 01:02:01 00:50:01 3 60.61 0.00 12.80 1.36 24.20 1.04 01:02:01 00:51:04 all 10.91 0.00 12.44 12.70 39.05 24.90 01:02:01 00:51:04 0 10.42 0.00 11.75 12.58 38.84 26.40 01:02:01 00:51:04 1 11.49 0.00 13.26 13.36 38.94 22.95 01:02:01 00:51:04 2 11.28 0.00 12.04 12.98 38.97 24.72 01:02:01 00:51:04 3 10.46 0.00 12.72 11.86 39.45 25.52 01:02:01 00:52:03 all 21.76 0.00 11.30 11.45 39.35 16.14 01:02:01 00:52:03 0 20.91 0.00 10.34 13.60 39.77 15.38 01:02:01 00:52:03 1 21.46 0.00 11.70 11.42 38.87 16.55 01:02:01 00:52:03 2 23.51 0.00 11.96 11.22 38.61 14.70 01:02:01 00:52:03 3 21.19 0.00 11.23 9.53 40.13 17.92 01:02:01 00:53:02 all 30.46 0.00 12.73 16.05 31.46 9.30 01:02:01 00:53:02 0 29.80 0.00 13.97 16.03 30.75 9.44 01:02:01 00:53:02 1 30.85 0.00 11.75 16.29 32.99 8.12 01:02:01 00:53:02 2 30.12 0.00 11.97 16.13 30.73 11.05 01:02:01 00:53:02 3 31.11 0.00 13.22 15.75 31.38 8.54 01:02:01 00:54:01 all 23.82 0.00 11.60 4.18 37.58 22.82 01:02:01 00:54:01 0 21.60 0.00 10.72 4.01 38.79 24.88 01:02:01 00:54:01 1 25.37 0.00 12.69 3.75 37.32 20.87 01:02:01 00:54:01 2 24.80 0.00 11.88 5.66 36.99 20.68 01:02:01 00:54:01 3 23.64 0.00 11.17 3.29 37.18 24.72 01:02:01 00:55:01 all 2.11 0.00 4.91 3.29 19.82 69.87 01:02:01 00:55:01 0 1.91 0.00 4.46 4.20 20.69 68.74 01:02:01 00:55:01 1 1.83 0.00 4.69 3.94 19.31 70.24 01:02:01 00:55:01 2 2.12 0.00 4.22 2.46 19.79 71.42 01:02:01 00:55:01 3 2.60 0.00 6.28 2.55 19.50 69.07 01:02:01 00:56:01 all 0.09 0.00 0.07 0.00 0.64 99.19 01:02:01 00:56:01 0 0.13 0.00 0.08 0.00 0.50 99.29 01:02:01 00:56:01 1 0.20 0.00 0.05 0.02 0.71 99.02 01:02:01 00:56:01 2 0.02 0.00 0.08 0.00 0.75 99.16 01:02:01 00:56:01 3 0.02 0.00 0.07 0.00 0.61 99.30 01:02:01 01:02:01 00:56:01 CPU %user %nice %system %iowait %steal %idle 01:02:01 00:57:01 all 0.12 0.00 0.24 0.00 0.86 98.77 01:02:01 00:57:01 0 0.13 0.00 0.40 0.00 0.88 98.59 01:02:01 00:57:01 1 0.27 0.00 0.10 0.00 0.70 98.94 01:02:01 00:57:01 2 0.05 0.00 0.18 0.00 1.03 98.74 01:02:01 00:57:01 3 0.05 0.00 0.30 0.00 0.85 98.80 01:02:01 00:58:02 all 0.12 0.00 0.05 0.00 0.48 99.36 01:02:01 00:58:02 0 0.03 0.00 0.05 0.00 0.41 99.50 01:02:01 00:58:02 1 0.02 0.00 0.05 0.00 0.18 99.75 01:02:01 00:58:02 2 0.03 0.00 0.03 0.00 0.23 99.70 01:02:01 00:58:02 3 0.38 0.00 0.05 0.00 1.09 98.48 01:02:01 00:59:01 all 0.12 0.00 0.06 0.00 0.45 99.37 01:02:01 00:59:01 0 0.02 0.00 0.10 0.00 0.29 99.59 01:02:01 00:59:01 1 0.03 0.00 0.07 0.00 0.15 99.75 01:02:01 00:59:01 2 0.03 0.00 0.05 0.00 0.66 99.26 01:02:01 00:59:01 3 0.39 0.00 0.03 0.00 0.69 98.89 01:02:01 01:00:01 all 0.11 0.00 0.04 0.00 0.74 99.11 01:02:01 01:00:01 0 0.03 0.00 0.02 0.00 0.53 99.42 01:02:01 01:00:01 1 0.07 0.00 0.03 0.00 0.97 98.93 01:02:01 01:00:01 2 0.35 0.00 0.08 0.00 1.12 98.45 01:02:01 01:00:01 3 0.00 0.00 0.03 0.00 0.31 99.65 01:02:01 01:01:01 all 0.53 0.00 0.50 0.43 4.79 93.74 01:02:01 01:01:01 0 0.70 0.00 0.54 0.54 4.04 94.19 01:02:01 01:01:01 1 0.38 0.00 0.45 0.27 4.69 94.21 01:02:01 01:01:01 2 0.24 0.00 0.36 0.25 5.95 93.19 01:02:01 01:01:01 3 0.83 0.00 0.67 0.67 4.46 93.38 01:02:01 Average: all 11.08 0.00 6.11 5.21 27.25 50.35 01:02:01 Average: 0 10.84 0.00 6.14 5.11 27.93 49.97 01:02:01 Average: 1 10.82 0.00 6.27 5.36 27.18 50.38 01:02:01 Average: 2 11.62 0.00 5.93 5.57 26.87 50.01 01:02:01 Average: 3 11.04 0.00 6.09 4.80 27.03 51.04 01:02:01 01:02:01 01:02:01