Pull request #3241 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 29b7741412918b380152c0207621d70cd23b397e+dd3c5304426daa1a06e165d92e5378a7e6535b25 (8dc48f228992ebdf7598ecc008e7df38efc2ceff) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29194 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:32:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:32:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:32:19 ========================================================= 18:32:19 EdgeX Global Pipelines Version Info 18:32:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5543a87abda8a32e6a3739b80bcaf02b7dc71047 # timeout=10 18:32:20 ------------------- 18:32:20 stable info: 18:32:20 ------------------- 18:32:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:32:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:32:20 Message: update stable to v1.0.184 18:32:21 ------------------- 18:32:21 experimental info: 18:32:21 ------------------- 18:32:21 Commited By: **** collab-it+edgex@linuxfoundation.org 18:32:21 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:32:21 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:32:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:32:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29b7741412918b380152c0207621d70cd23b397e [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29b7741 [Pipeline] echo 18:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:24 provisioning config files... 18:32:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6530725833037250517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:25 ---> docker-login.sh 18:32:25 nexus3.edgexfoundry.org:10001 18:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:25 Configure a credential helper to remove this warning. See 18:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:25 18:32:25 Login Succeeded 18:32:25 nexus3.edgexfoundry.org:10002 18:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:25 Configure a credential helper to remove this warning. See 18:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:25 18:32:25 Login Succeeded 18:32:25 nexus3.edgexfoundry.org:10003 18:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:25 Configure a credential helper to remove this warning. See 18:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:25 18:32:25 Login Succeeded 18:32:25 nexus3.edgexfoundry.org:10004 18:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:26 Configure a credential helper to remove this warning. See 18:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:26 18:32:26 Login Succeeded 18:32:26 docker.io 18:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:26 Configure a credential helper to remove this warning. See 18:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:26 18:32:26 Login Succeeded 18:32:26 ---> docker-login.sh ends [Pipeline] } 18:32:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:27 ++ 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 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/core-command/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo core-command,cmd/core-command/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ cut -d/ -f2 18:32:27 ++ dirname cmd/core-data/Dockerfile 18:32:27 + echo core-data,cmd/core-data/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/core-metadata/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo core-metadata,cmd/core-metadata/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/security-bootstrapper/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/security-proxy-setup/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/support-notifications/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo support-notifications,cmd/support-notifications/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/support-scheduler/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:32:27 + for file in '`ls cmd/**/Dockerfile`' 18:32:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:32:27 ++ cut -d/ -f2 18:32:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:32:27 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 18:32:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:28 18:32:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:32:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:29 latest: Pulling from edgex-devops/git-semver 18:32:29 31603596830f: Pulling fs layer 18:32:29 2a8b12db71e7: Pulling fs layer 18:32:29 6ca5941a6612: Pulling fs layer 18:32:29 ecc8261a40a4: Pulling fs layer 18:32:29 ecc8261a40a4: Waiting 18:32:29 2a8b12db71e7: Download complete 18:32:29 31603596830f: Verifying Checksum 18:32:29 31603596830f: Download complete 18:32:29 ecc8261a40a4: Verifying Checksum 18:32:29 ecc8261a40a4: Download complete 18:32:29 6ca5941a6612: Verifying Checksum 18:32:29 6ca5941a6612: Download complete 18:32:29 31603596830f: Pull complete 18:32:30 2a8b12db71e7: Pull complete 18:32:31 6ca5941a6612: Pull complete 18:32:31 ecc8261a40a4: Pull complete 18:32:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:32:31 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:32:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:32:33 $ docker top e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:34 [ssh-agent] Looking for ssh-agent implementation... 18:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:34 $ docker exec e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent 18:32:34 SSH_AUTH_SOCK=/tmp/ssh-XXqtXs8H7OU3/agent.12 18:32:34 SSH_AGENT_PID=17 18:32:34 Running ssh-add (command line suppressed) 18:32:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_408927506321772509.key (/w/workspace/edgex-go/2@tmp/private_key_408927506321772509.key) 18:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:35 + git tag --points-at HEAD [Pipeline] } 18:32:35 $ docker exec --env ******** --env ******** e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent -k 18:32:35 unset SSH_AUTH_SOCK; 18:32:35 unset SSH_AGENT_PID; 18:32:35 echo Agent pid 17 killed; 18:32:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:32:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:35 [ssh-agent] Looking for ssh-agent implementation... 18:32:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:35 $ docker exec e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent 18:32:35 SSH_AUTH_SOCK=/tmp/ssh-dOCUuuXIqDpY/agent.45 18:32:35 SSH_AGENT_PID=51 18:32:35 Running ssh-add (command line suppressed) 18:32:35 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7260347836763085294.key (/w/workspace/edgex-go/2@tmp/private_key_7260347836763085294.key) 18:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:36 + git semver init 18:32:36 # -> Open(): unable to determine branch for HEAD 18:32:36 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:32:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:32:36 # $SEMVER_REMOTE_NAME = origin 18:32:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:36 # $SEMVER_USER_NAME = edgex-jenkins 18:32:36 # $SEMVER_BRANCH = PR-3241 18:32:36 # $SEMVER_TEMP = /tmp/semver-994279057 18:32:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:32:58 # '/tmp/semver-994279057' -> '/w/workspace/edgex-go/2/.semver' 18:32:58 # -> Force: false 18:32:58 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 18:32:58 $ docker exec --env ******** --env ******** e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 ssh-agent -k 18:32:58 unset SSH_AUTH_SOCK; 18:32:58 unset SSH_AGENT_PID; 18:32:58 echo Agent pid 51 killed; 18:32:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:59 + git semver [Pipeline] } 18:32:59 $ docker stop --time=1 e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 18:33:01 $ docker rm -f e8cd73048959e904bad9e5d566193b3b0ce94bc773654e76fdd9784b1879e6d1 [Pipeline] // withDockerContainer [Pipeline] sh 18:33:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:33:02 Stashed 1 file(s) [Pipeline] echo 18:33:02 [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 18:33:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:33:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:33:03 + sudo service docker restart 18:33:03 + true 18:33:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:33:04 ========================================================= 18:33:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:33:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:33:04 + 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 . 18:33:09 Sending build context to Docker daemon 328.4MB 18:33:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:33:09 Step 2/6 : FROM ${BASE} 18:33:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:33:09 188c0c94c7c5: Pulling fs layer 18:33:09 0ef7d3d256c8: Pulling fs layer 18:33:09 de9db76c5a1d: Pulling fs layer 18:33:09 bca2f99d35d6: Pulling fs layer 18:33:09 93359f2a8cfa: Pulling fs layer 18:33:09 7c6f9722023f: Pulling fs layer 18:33:09 a35cf1a2eb13: Pulling fs layer 18:33:09 bca2f99d35d6: Waiting 18:33:09 93359f2a8cfa: Waiting 18:33:09 a35cf1a2eb13: Waiting 18:33:09 7c6f9722023f: Waiting 18:33:09 0ef7d3d256c8: Verifying Checksum 18:33:09 0ef7d3d256c8: Download complete 18:33:09 de9db76c5a1d: Verifying Checksum 18:33:09 de9db76c5a1d: Download complete 18:33:09 93359f2a8cfa: Verifying Checksum 18:33:09 93359f2a8cfa: Download complete 18:33:09 7c6f9722023f: Verifying Checksum 18:33:09 7c6f9722023f: Download complete 18:33:09 188c0c94c7c5: Verifying Checksum 18:33:09 188c0c94c7c5: Download complete 18:33:09 188c0c94c7c5: Pull complete 18:33:09 0ef7d3d256c8: Pull complete 18:33:09 de9db76c5a1d: Pull complete 18:33:10 a35cf1a2eb13: Verifying Checksum 18:33:10 a35cf1a2eb13: Download complete 18:33:11 bca2f99d35d6: Verifying Checksum 18:33:11 bca2f99d35d6: Download complete 18:33:17 bca2f99d35d6: Pull complete 18:33:17 93359f2a8cfa: Pull complete 18:33:17 7c6f9722023f: Pull complete 18:33:17 Still waiting to schedule task 18:33:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:33:21 a35cf1a2eb13: Pull complete 18:33:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:33:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:33:21 ---> a62c8e92a672 18:33:21 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:33:21 ---> Running in 66780ce22be6 18:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:23 (1/12) Installing libmagic (5.38-r0) 18:33:23 (2/12) Installing file (5.38-r0) 18:33:23 (3/12) Installing libc-dev (0.7.2-r3) 18:33:24 (4/12) Installing g++ (9.3.0-r2) 18:33:29 (5/12) Installing fortify-headers (1.1-r0) 18:33:29 (6/12) Installing patch (2.7.6-r6) 18:33:29 (7/12) Installing build-base (0.5-r2) 18:33:29 (8/12) Installing libsodium (1.0.18-r0) 18:33:29 (9/12) Installing pkgconf (1.7.2-r0) 18:33:29 (10/12) Installing libsodium-dev (1.0.18-r0) 18:33:29 (11/12) Installing libzmq (4.3.3-r0) 18:33:29 (12/12) Installing zeromq-dev (4.3.3-r0) 18:33:29 Executing busybox-1.31.1-r19.trigger 18:33:29 OK: 233 MiB in 51 packages 18:33:33 Removing intermediate container 66780ce22be6 18:33:33 ---> 9f1d77c32da1 18:33:33 Step 4/6 : WORKDIR /edgex-go 18:33:33 ---> Running in 1185e2eed425 18:33:33 Removing intermediate container 1185e2eed425 18:33:33 ---> 7c2f75b9c1b0 18:33:33 Step 5/6 : COPY go.mod . 18:33:33 ---> 4bc1d810815d 18:33:33 Step 6/6 : RUN go mod download 18:33:33 ---> Running in cb7478bc9b90 18:33:55 Removing intermediate container cb7478bc9b90 18:33:55 ---> 04aeb39603d7 18:33:55 Successfully built 04aeb39603d7 18:33:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:33:56 + docker inspect -f . ci-base-image-x86_64 18:33:56 . [Pipeline] withDockerContainer 18:33:56 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:57 $ docker top 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:57 + go version 18:33:57 go version go1.15.5 linux/amd64 [Pipeline] } 18:33:58 $ docker stop --time=1 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 18:33:59 $ docker rm -f 93c2b528da03cdaedf0269ad857dde35d688d4c91e4f8c4a4dc700e35310be48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:34:00 + docker inspect -f . ci-base-image-x86_64 18:34:00 . [Pipeline] withDockerContainer 18:34:00 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:34:00 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:34:01 $ docker top 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d -eo pid,comm [Pipeline] { [Pipeline] echo 18:34:01 ========================================================= 18:34:01 [edgeXBuildGoParallel] Running Tests and Build... 18:34:01 ========================================================= [Pipeline] sh 18:34:01 + make test 18:34:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:34:11 ? github.com/edgexfoundry/edgex-go [no test files] 18:34:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements 18:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.464s coverage: 28.6% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.493s coverage: 92.8% of statements 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 18:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 18:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 18:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.098s coverage: 81.4% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.6% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 69.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.782s coverage: 29.1% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.6% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:35:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 18:35:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:35:17 GO111MODULE=on go vet ./... 18:35:44 gofmt -l . 18:35:44 [ "`gofmt -l .`" = "" ] 18:35:45 ./bin/test-go-mod-tidy.sh 18:35:45 ./bin/test-attribution-txt.sh [Pipeline] sh 18:35:47 + ls -al . 18:35:47 total 736 18:35:47 drwxrwxr-x 10 1001 1001 4096 Mar 9 18:35 . 18:35:47 drwxr-xr-x 4 root root 28 Mar 9 18:34 .. 18:35:47 -rw-rw-r-- 1 1001 1001 11 Mar 9 18:32 .dockerignore 18:35:47 drwxrwxr-x 8 1001 1001 179 Mar 9 18:32 .git 18:35:47 drwxrwxr-x 3 1001 1001 125 Mar 9 18:32 .github 18:35:47 -rw-rw-r-- 1 1001 1001 818 Mar 9 18:32 .gitignore 18:35:47 drwx------ 3 1001 1001 60 Mar 9 18:32 .semver 18:35:47 -rw-rw-r-- 1 1001 1001 166 Mar 9 18:32 .sonarcloud.properties 18:35:47 -rw-rw-r-- 1 1001 1001 8607 Mar 9 18:32 Attribution.txt 18:35:47 -rw-rw-r-- 1 1001 1001 3804 Mar 9 18:32 CONTRIBUTING.md 18:35:47 -rw-rw-r-- 1 1001 1001 931 Mar 9 18:32 Dockerfile.build 18:35:47 -rw-rw-r-- 1 1001 1001 863 Mar 9 18:32 Jenkinsfile 18:35:47 -rw-rw-r-- 1 1001 1001 10775 Mar 9 18:32 LICENSE 18:35:47 -rw-rw-r-- 1 1001 1001 5774 Mar 9 18:32 Makefile 18:35:47 -rw-rw-r-- 1 1001 1001 6548 Mar 9 18:32 README.md 18:35:47 -rw-rw-r-- 1 1001 1001 6755 Mar 9 18:32 SECURITY.md 18:35:47 -rw-rw-r-- 1 1001 1001 5 Mar 9 18:33 VERSION 18:35:47 -rw-rw-r-- 1 1001 1001 4131 Mar 9 18:32 ZMQWindows.md 18:35:47 drwxrwxr-x 2 1001 1001 117 Mar 9 18:32 bin 18:35:47 drwxrwxr-x 14 1001 1001 4096 Mar 9 18:32 cmd 18:35:47 -rw-r--r-- 1 root root 624012 Mar 9 18:35 coverage.out 18:35:47 -rw-r--r-- 1 root root 1055 Mar 9 18:35 go.mod 18:35:47 -rw-r--r-- 1 root root 21981 Mar 9 18:35 go.sum 18:35:47 drwxrwxr-x 8 1001 1001 127 Mar 9 18:32 internal 18:35:47 drwxrwxr-x 4 1001 1001 26 Mar 9 18:32 openapi 18:35:47 drwxrwxr-x 4 1001 1001 71 Mar 9 18:32 snap 18:35:47 -rw-rw-r-- 1 1001 1001 168 Mar 9 18:32 version.go [Pipeline] sh 18:35:47 + '[' -e coverage.out ] 18:35:47 + chown 1001:1001 coverage.out [Pipeline] stash 18:35:48 Stashed 1 file(s) [Pipeline] sh 18:35:48 + make build 18:35:48 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 18:35:51 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 18:35: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 18:36:01 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 18:36:03 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 18:36:03 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 18:36:05 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 18:36:06 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 18:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:36:09 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 18:36:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:36:11 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] } 18:36:14 $ docker stop --time=1 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d 18:36:15 $ docker rm -f 0ff20ee2ddc104097dd15a8e317db60297dbd720eb55fdf5814430e216e24e3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:20 18:36:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:36:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:21 latest: Pulling from edgex-devops/edgex-compose 18:36:21 cbdbe7a5bc2a: Pulling fs layer 18:36:21 ca9280d653b3: Pulling fs layer 18:36:21 7e9c9ca2126c: Pulling fs layer 18:36:21 cbdbe7a5bc2a: Download complete 18:36:22 cbdbe7a5bc2a: Pull complete 18:36:22 ca9280d653b3: Verifying Checksum 18:36:22 ca9280d653b3: Download complete 18:36:23 7e9c9ca2126c: Download complete 18:36:23 ca9280d653b3: Pull complete 18:36:29 7e9c9ca2126c: Pull complete 18:36:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:36:29 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:36:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:36:32 $ docker top 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:33 + docker-compose build --help 18:36:33 + grep parallel 18:36:34 --parallel Build images in parallel. [Pipeline] } 18:36:34 $ docker stop --time=1 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 18:36:36 $ docker rm -f 03fc050cd2f6677a098d5b16b789e01b22be97d68fcd4a9060f35795ab860496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:36 . [Pipeline] withDockerContainer 18:36:36 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:36:36 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 18:36:37 $ docker top 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:38 + docker-compose -f ./docker-compose-build.yml build --parallel 18:36:39 Building docker-core-command-go ... 18:36:39 Building docker-core-data-go ... 18:36:39 Building docker-core-metadata-go ... 18:36:39 Building docker-security-bootstrapper-go ... 18:36:39 Building docker-security-proxy-setup-go ... 18:36:39 Building docker-security-secretstore-setup-go ... 18:36:39 Building docker-support-notifications-go ... 18:36:39 Building docker-support-scheduler-go ... 18:36:39 Building docker-sys-mgmt-agent-go ... 18:36:39 Building docker-security-secretstore-setup-go 18:36:39 Building docker-sys-mgmt-agent-go 18:36:39 Building docker-core-metadata-go 18:36:39 Building docker-support-notifications-go 18:36:39 Building docker-security-bootstrapper-go 18:36:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29195 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 18:36:41 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:36:46 using credential edgex-jenkins-ssh 18:36:46 Cloning the remote Git repository 18:36:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:36:47 > git init /w/workspace/edgex-go/2 # timeout=10 18:36:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:36:47 > git --version # timeout=10 18:36:47 > git --version # 'git version 2.17.1' 18:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:05 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e 18:37:06 Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e 18:37:06 Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) 18:37:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:05 > git config core.sparsecheckout # timeout=10 18:37:05 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 18:37:06 > git remote # timeout=10 18:37:06 > git config --get remote.origin.url # timeout=10 18:37:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:06 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 18:37:06 > git rev-parse HEAD^{commit} # timeout=10 18:37:06 > git config core.sparsecheckout # timeout=10 18:37:06 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 18:37:10 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:37:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:12 + sudo service docker+ restart 18:37:12 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:37:15 provisioning config files... 18:37:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3528465457878378281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:15 ---> docker-login.sh 18:37:15 nexus3.edgexfoundry.org:10001 18:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:16 Configure a credential helper to remove this warning. See 18:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:16 18:37:16 Login Succeeded 18:37:16 nexus3.edgexfoundry.org:10002 18:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:17 Configure a credential helper to remove this warning. See 18:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:17 18:37:17 Login Succeeded 18:37:17 nexus3.edgexfoundry.org:10003 18:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:17 Configure a credential helper to remove this warning. See 18:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:17 18:37:17 Login Succeeded 18:37:17 nexus3.edgexfoundry.org:10004 18:37:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:18 Configure a credential helper to remove this warning. See 18:37:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:18 18:37:18 Login Succeeded 18:37:18 docker.io 18:37:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:37:18 ---> 04aeb39603d7 18:37:18 Step 3/26 : WORKDIR /edgex-go 18:37:18 ---> Running in 74d2b721c098 18:37:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:37:18 ---> 04aeb39603d7 18:37:18 Step 3/22 : WORKDIR /edgex-go 18:37:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:37:18 ---> 04aeb39603d7 18:37:18 Step 3/24 : WORKDIR /edgex-go 18:37:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:37:18 ---> 04aeb39603d7 18:37:18 Step 3/23 : WORKDIR /edgex-go 18:37:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:37:18 ---> 04aeb39603d7 18:37:18 Step 3/31 : WORKDIR /edgex-go 18:37:18 ---> Running in d41fcb5ffb25 18:37:18 ---> Running in 7d9ed8f82fe4 18:37:18 ---> Running in 42f8065839d4 18:37:18 ---> Running in de77bea07e2a 18:37:18 Removing intermediate container 74d2b721c098 18:37:18 ---> 8446702d2a12 18:37:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:18 ---> Running in dec840f9159b 18:37:18 Removing intermediate container 7d9ed8f82fe4 18:37:18 ---> 21631fddce2f 18:37:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:18 Removing intermediate container de77bea07e2a 18:37:18 ---> 50ad3f999a11 18:37:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:18 Removing intermediate container d41fcb5ffb25 18:37:18 ---> c2a211cc6e02 18:37:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:18 Removing intermediate container 42f8065839d4 18:37:18 ---> f82ba6f50965 18:37:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:18 ---> Running in 40e4c80fb81a 18:37:18 ---> Running in ae517e93d8e7 18:37:18 ---> Running in 7557caa73353 18:37:18 ---> Running in 99ae8b442a32 18:37:18 Removing intermediate container dec840f9159b 18:37:18 ---> 7057bb68fec3 18:37:18 Step 5/26 : RUN apk add --update --no-cache make bash git 18:37:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:18 Removing intermediate container ae517e93d8e7 18:37:18 ---> 7344d5361da1 18:37:18 Step 5/24 : RUN apk add --update --no-cache make git 18:37:18 Removing intermediate container 40e4c80fb81a 18:37:18 ---> e2f1ade4946e 18:37:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:37:18 ---> Running in ee5722db7ff4 18:37:18 ---> Running in 837cd0bfa38a 18:37:19 ---> Running in c9dfafb0f30f 18:37:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:19 Configure a credential helper to remove this warning. See 18:37:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:19 18:37:19 Login Succeeded 18:37:19 ---> docker-login.sh ends [Pipeline] } 18:37:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:37:19 ========================================================= 18:37:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:37:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:37:19 Removing intermediate container 99ae8b442a32 18:37:19 ---> 14feb8de7b21 18:37:19 Step 5/23 : RUN apk add --update --no-cache make git 18:37:19 Removing intermediate container 7557caa73353 18:37:19 ---> 0a073f52c7b2 18:37:19 Step 5/31 : RUN apk add --update --no-cache make git 18:37:19 ---> Running in 2b2658c5a249 18:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:19 ---> Running in 62a1ca24abb4 18:37:19 + 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 . 18:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:21 OK: 233 MiB in 51 packages 18:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:21 OK: 233 MiB in 51 packages 18:37:21 OK: 233 MiB in 51 packages 18:37:21 OK: 233 MiB in 51 packages 18:37:21 OK: 233 MiB in 51 packages 18:37:22 Removing intermediate container c9dfafb0f30f 18:37:22 ---> b1c1a219afc5 18:37:22 Step 6/22 : COPY go.mod . 18:37:22 Removing intermediate container 837cd0bfa38a 18:37:22 ---> 0517f24df90c 18:37:22 Step 6/24 : COPY go.mod . 18:37:22 Sending build context to Docker daemon 166.6MB 18:37:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:37:22 Step 2/6 : FROM ${BASE} 18:37:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:37:22 5f621e34cdf4: Pulling fs layer 18:37:22 a4357932f1b6: Pulling fs layer 18:37:22 18c013af1878: Pulling fs layer 18:37:22 00ac8860ef70: Pulling fs layer 18:37:22 63d7cb157983: Pulling fs layer 18:37:22 b116817d02f9: Pulling fs layer 18:37:22 745a02a5169b: Pulling fs layer 18:37:22 00ac8860ef70: Waiting 18:37:22 63d7cb157983: Waiting 18:37:22 b116817d02f9: Waiting 18:37:22 745a02a5169b: Waiting 18:37:22 18c013af1878: Verifying Checksum 18:37:22 18c013af1878: Download complete 18:37:22 a4357932f1b6: Verifying Checksum 18:37:22 a4357932f1b6: Download complete 18:37:22 63d7cb157983: Verifying Checksum 18:37:22 63d7cb157983: Download complete 18:37:22 b116817d02f9: Download complete 18:37:22 5f621e34cdf4: Verifying Checksum 18:37:22 5f621e34cdf4: Download complete 18:37:22 Removing intermediate container ee5722db7ff4 18:37:22 ---> a3f2824c10ed 18:37:22 Step 6/26 : COPY go.mod . 18:37:22 ---> ccec2b745cf7 18:37:22 Step 7/22 : RUN go mod download 18:37:22 ---> Running in 6db596f5e419 18:37:22 Removing intermediate container 2b2658c5a249 18:37:22 ---> 67a1eefafba4 18:37:22 Step 6/23 : COPY go.mod . 18:37:22 Removing intermediate container 62a1ca24abb4 18:37:22 ---> 3b18ba1a8c09 18:37:22 Step 6/31 : COPY go.mod . 18:37:23 5f621e34cdf4: Pull complete 18:37:23 ---> e1d630f6aacb 18:37:23 Step 7/24 : RUN go mod download 18:37:23 ---> 54f697b2dfb1 18:37:23 Step 7/26 : RUN go mod download 18:37:23 ---> 136cc2395891 18:37:23 Step 7/23 : RUN go mod download 18:37:23 ---> Running in e0c25b53a52a 18:37:23 ---> Running in b640b9d93401 18:37:23 ---> a2198a407000 18:37:23 Step 7/31 : RUN go mod download 18:37:23 ---> Running in ce2f00bd4dc3 18:37:23 ---> Running in 7b15db6fe13e 18:37:23 a4357932f1b6: Pull complete 18:37:24 18c013af1878: Pull complete 18:37:25 Removing intermediate container 6db596f5e419 18:37:25 ---> 4e8a62ab0075 18:37:25 Step 8/22 : COPY . . 18:37:25 Removing intermediate container e0c25b53a52a 18:37:25 ---> 4c3e7f59bd90 18:37:25 Step 8/24 : COPY . . 18:37:25 745a02a5169b: Verifying Checksum 18:37:25 745a02a5169b: Download complete 18:37:25 00ac8860ef70: Verifying Checksum 18:37:25 00ac8860ef70: Download complete 18:37:27 Removing intermediate container b640b9d93401 18:37:27 ---> 7513db51782a 18:37:27 Step 8/26 : COPY . . 18:37:32 Removing intermediate container 7b15db6fe13e 18:37:32 ---> d8487746d801 18:37:32 Step 8/31 : COPY . . 18:37:34 Removing intermediate container ce2f00bd4dc3 18:37:34 ---> b187e0d18d30 18:37:34 Step 8/23 : COPY . . 18:37:36 00ac8860ef70: Pull complete 18:37:36 63d7cb157983: Pull complete 18:37:36 b116817d02f9: Pull complete 18:37:39 745a02a5169b: Pull complete 18:37:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:37:39 ---> b7e6874047d6 18:37:39 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 18:37:42 ---> Running in d11e346b6c21 18:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:45 (1/12) Installing libmagic (5.38-r0) 18:37:45 (2/12) Installing file (5.38-r0) 18:37:45 (3/12) Installing libc-dev (0.7.2-r3) 18:37:45 (4/12) Installing g++ (9.3.0-r2) 18:37:52 (5/12) Installing fortify-headers (1.1-r0) 18:37:52 (6/12) Installing patch (2.7.6-r6) 18:37:52 (7/12) Installing build-base (0.5-r2) 18:37:52 (8/12) Installing libsodium (1.0.18-r0) 18:37:52 (9/12) Installing pkgconf (1.7.2-r0) 18:37:52 (10/12) Installing libsodium-dev (1.0.18-r0) 18:37:52 (11/12) Installing libzmq (4.3.3-r0) 18:37:53 (12/12) Installing zeromq-dev (4.3.3-r0) 18:37:53 Executing busybox-1.31.1-r19.trigger 18:37:53 OK: 217 MiB in 51 packages 18:37:57 Removing intermediate container d11e346b6c21 18:37:57 ---> 1af2b4688058 18:37:57 Step 4/6 : WORKDIR /edgex-go 18:37:57 ---> Running in 0fb6ed24bfa0 18:37:57 Removing intermediate container 0fb6ed24bfa0 18:37:57 ---> 07d401e83d60 18:37:57 Step 5/6 : COPY go.mod . 18:37:58 ---> 9e281a5ef7ef 18:37:58 Step 6/6 : RUN go mod download 18:37:58 ---> Running in d9e91070816b 18:38:13 ---> 1e3a107239f6 18:38:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:38:13 ---> e8d47b804381 18:38:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:38:13 ---> Running in b1cd98172a83 18:38:13 ---> facc1eb223e2 18:38:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:38:13 ---> 00120cdb80ac 18:38:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:38:13 ---> d3eb5758acf6 18:38:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:38:13 ---> Running in ad9e4c59b3c8 18:38:13 ---> Running in d77ec9225a13 18:38:13 ---> Running in a19462a03532 18:38:13 ---> Running in 88ff52da8fab 18:38:13 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 18:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:38:13 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 18:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:38:25 Removing intermediate container d9e91070816b 18:38:25 ---> e25496045cee 18:38:25 Successfully built e25496045cee 18:38:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker inspect -f . ci-base-image-arm64 18:38:25 . [Pipeline] withDockerContainer 18:38:26 prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container 18:38:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:38:27 $ docker top 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:28 + go version 18:38:28 go version go1.15.5 linux/arm64 [Pipeline] } 18:38:28 $ docker stop --time=1 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada 18:38:30 $ docker rm -f 87fb6140936366d798bb5c0558be8c5378dc89ac6bac66fa3c4265fa19e6aada [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:31 + docker inspect -f . ci-base-image-arm64 18:38:31 . [Pipeline] withDockerContainer 18:38:31 prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container 18:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:38:33 $ docker top 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:33 ========================================================= 18:38:33 [edgeXBuildGoParallel] Running Tests and Build... 18:38:33 ========================================================= [Pipeline] sh 18:38:34 + make test 18:38:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:38:46 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 18:38:52 Removing intermediate container b1cd98172a83 18:38:52 ---> e9f64675222f 18:38:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:38:52 Removing intermediate container a19462a03532 18:38:52 ---> 3b60aba51ea5 18:38:52 18:38:52 Step 10/24 : FROM alpine:3.12 18:38:53 Removing intermediate container ad9e4c59b3c8 18:38:53 ---> c801ebed0200 18:38:53 18:38:53 Step 10/31 : FROM alpine:3.12 18:38:53 3.12: Pulling from library/alpine 18:38:53 3.12: Pulling from library/alpine 18:38:53 ---> Running in 9f7f75e4ddce 18:38:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:53 Status: Downloaded newer image for alpine:3.12 18:38:53 ---> 88dd2752d2ea 18:38:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:38:53 Status: Downloaded newer image for alpine:3.12 18:38:53 ---> 88dd2752d2ea 18:38:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:38:54 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 18:38:56 ? github.com/edgexfoundry/edgex-go [no test files] 18:38:57 ---> Running in 0d1f00238343 18:38:57 ---> Running in 39e4d642973d 18:38:58 Removing intermediate container d77ec9225a13 18:38:58 ---> 98b20cf3e23f 18:38:58 18:38:58 Step 10/22 : FROM alpine:3.12 18:38:58 ---> 88dd2752d2ea 18:38:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:38:58 Removing intermediate container 0d1f00238343 18:38:58 ---> 3962e1cb2656 18:38:58 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:38:58 Removing intermediate container 88ff52da8fab 18:38:58 ---> 9e2213ba342c 18:38:58 18:38:58 Step 10/23 : FROM alpine:3.12 18:38:58 ---> 88dd2752d2ea 18:38:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:38:58 ---> Running in 2e1f71b422f0 18:38:58 ---> Running in 17dee50e108c 18:38:58 ---> Running in 3199363c1e36 18:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:58 (1/5) Installing ca-certificates (20191127-r4) 18:38:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:38:58 (3/5) Installing libcurl (7.69.1-r3) 18:38:58 (4/5) Installing curl (7.69.1-r3) 18:38:58 (5/5) Installing dumb-init (1.2.2-r1) 18:38:58 Executing busybox-1.31.1-r19.trigger 18:38:58 Executing ca-certificates-20191127-r4.trigger 18:38:58 Removing intermediate container 9f7f75e4ddce 18:38:58 ---> 208393fdcb7b 18:38:58 18:38:58 Step 11/26 : FROM docker:20.10.0 18:38:58 OK: 7 MiB in 19 packages 18:38:58 20.10.0: Pulling from library/docker 18:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:00 (1/2) Installing ca-certificates (20191127-r4) 18:39:00 (2/2) Installing dumb-init (1.2.2-r1) 18:39:00 Executing busybox-1.31.1-r19.trigger 18:39:00 Executing ca-certificates-20191127-r4.trigger 18:39:00 OK: 6 MiB in 16 packages 18:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:01 (1/1) Installing dumb-init (1.2.2-r1) 18:39:01 Executing busybox-1.31.1-r19.trigger 18:39:01 (1/2) Installing dumb-init (1.2.2-r1) 18:39:02 (2/2) Installing su-exec (0.2-r1) 18:39:02 Executing busybox-1.31.1-r19.trigger 18:39:02 OK: 6 MiB in 15 packages 18:39:02 OK: 6 MiB in 16 packages 18:39:02 Removing intermediate container 39e4d642973d 18:39:02 ---> 49d84df08477 18:39:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:03 ---> Running in be024067bb60 18:39:03 Removing intermediate container 2e1f71b422f0 18:39:03 ---> 74c08bd5ea8d 18:39:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:39:03 ---> Running in 5f66a031191e 18:39:04 Removing intermediate container 17dee50e108c 18:39:04 ---> b9b140361fb7 18:39:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:39:04 Removing intermediate container be024067bb60 18:39:04 ---> a4e0c93a0c2f 18:39:04 Step 13/24 : WORKDIR / 18:39:04 Removing intermediate container 3199363c1e36 18:39:04 ---> 945ef50f7b20 18:39:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:39:04 ---> Running in 728db29c3efb 18:39:04 Removing intermediate container 5f66a031191e 18:39:04 ---> e0664bee07ba 18:39:04 Step 13/22 : ENV APP_PORT=48060 18:39:04 ---> Running in 4916ddb050b5 18:39:04 ---> Running in e8da945d8625 18:39:04 ---> Running in 564e90282c16 18:39:04 Removing intermediate container 728db29c3efb 18:39:04 ---> 1a47406ccd43 18:39:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:39:04 ---> Running in 6d73b54c6d6e 18:39:04 Removing intermediate container 4916ddb050b5 18:39:04 ---> 68c8ac3dbeda 18:39:04 Step 13/23 : ENV APP_PORT=48081 18:39:04 Removing intermediate container e8da945d8625 18:39:04 ---> 24eee1f48467 18:39:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:39:04 Removing intermediate container 564e90282c16 18:39:04 ---> d1eda569d713 18:39:04 Step 14/22 : EXPOSE $APP_PORT 18:39:05 ---> Running in e084d5b12d6e 18:39:05 Removing intermediate container 6d73b54c6d6e 18:39:05 ---> ab5fc32391b8 18:39:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:39:05 ---> Running in eec94bf1ec24 18:39:05 ---> Running in 8b2a8ecb5ff0 18:39:05 ---> b8e71cd36f4f 18:39:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:39:05 Removing intermediate container e084d5b12d6e 18:39:05 ---> 8b464be7ff05 18:39:05 Step 14/23 : EXPOSE $APP_PORT 18:39:05 Removing intermediate container eec94bf1ec24 18:39:05 ---> 7a9fd79b68da 18:39:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:05 ---> Running in b5d398c6be95 18:39:05 ---> bd3c9f0247c0 18:39:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:39:06 Removing intermediate container b5d398c6be95 18:39:06 ---> 851f91a7ce90 18:39:06 Step 15/23 : WORKDIR / 18:39:06 ---> ce855990e139 18:39:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:39:06 ---> 1f5a64d5a29f 18:39:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:39:06 ---> Running in e1579fa1194b 18:39:07 Removing intermediate container e1579fa1194b 18:39:07 ---> fcb5c2139c11 18:39:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:07 Removing intermediate container 8b2a8ecb5ff0 18:39:07 ---> a5c048557767 18:39:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:39:07 ---> c23373ba67f1 18:39:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:39:07 ---> Running in bb258bff94f9 18:39:07 ---> 7bb8585cb4f9 18:39:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:39:07 ---> 7e782a4efb3c 18:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:39:08 Removing intermediate container bb258bff94f9 18:39:08 ---> 65b1d609984f 18:39:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:39:08 ---> 047752142766 18:39:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:39:08 ---> 347c164da348 18:39:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:39:08 ---> Running in c337895b2df7 18:39:08 ---> 885f76ff4a55 18:39:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:39:08 ---> 1778bde19c12 18:39:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:39:08 ---> Running in 9fc299d7dd25 18:39:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:39:09 Status: Downloaded newer image for docker:20.10.0 18:39:09 ---> aefe523efa57 18:39:09 Step 12/26 : RUN apk add --no-cache bash 18:39:09 Removing intermediate container c337895b2df7 18:39:09 ---> 614c89afa44d 18:39:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:09 ---> 4368ddca9f7b 18:39:09 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/ 18:39:09 ---> 1f5bc3409b0c 18:39:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:39:09 ---> Running in 0bb12fb423a1 18:39:09 ---> Running in 19e2afb970a9 18:39:09 ---> Running in 976e038add2f 18:39:09 ---> Running in 10628ec28303 18:39:10 Removing intermediate container 0bb12fb423a1 18:39:10 ---> 3b3fef04e7be 18:39:10 Step 20/22 : LABEL arch=x86_64 18:39:10 Removing intermediate container 10628ec28303 18:39:10 ---> 026b3c8632c8 18:39:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:10 ---> Running in 5e9205e9260e 18:39:10 ---> Running in bbd5563af6aa 18:39:10 Removing intermediate container 5e9205e9260e 18:39:10 ---> e9070445abf8 18:39:10 Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:39:10 ---> Running in 0fb6f86d4b19 18:39:11 Removing intermediate container bbd5563af6aa 18:39:11 ---> 30fe190b442a 18:39:11 Step 21/23 : LABEL arch=x86_64 18:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:11 ---> Running in 7f7fdc7ceed7 18:39:11 Removing intermediate container 9fc299d7dd25 18:39:11 ---> 2b449691604f 18:39:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:11 Removing intermediate container 0fb6f86d4b19 18:39:11 ---> a6cbe95e81b1 18:39:11 Step 22/22 : LABEL version=0.0.0 18:39:11 (1/2) Installing readline (8.0.4-r0) 18:39:11 (2/2) Installing bash (5.0.17-r0) 18:39:11 Executing bash-5.0.17-r0.post-install 18:39:11 Executing busybox-1.31.1-r19.trigger 18:39:11 OK: 12 MiB in 22 packages 18:39:11 ---> Running in a96dcf2a3678 18:39:11 Removing intermediate container 7f7fdc7ceed7 18:39:11 ---> 931c41e29f5e 18:39:11 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:39:11 ---> 06dc6b6e26d8 18:39:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:39:11 ---> Running in 579d507d39b4 18:39:11 Removing intermediate container a96dcf2a3678 18:39:11 ---> ce88d05986ed 18:39:11 18:39:12 Removing intermediate container 976e038add2f 18:39:12 ---> d340053198d4 18:39:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:39:12 Successfully built ce88d05986ed 18:39:12 ---> Running in 0de76af60cdf 18:39:12 Successfully tagged docker-support-notifications-go:latest 18:39:12 Removing intermediate container 579d507d39b4 18:39:12 ---> ec4d0da83a20 18:39:12 Step 23/23 : LABEL version=0.0.0Building docker-core-command-go 18:39:12  Building docker-support-notifications-go ... done  18:39:12 Removing intermediate container 19e2afb970a9 18:39:12 ---> d1ee953e111b 18:39:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:39:12 ---> 4f775f4c2458 18:39:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:39:12 ---> Running in 0b18c73b05fd 18:39:12 ---> Running in 5fe5b6bbe7ae 18:39:12 Removing intermediate container 0de76af60cdf 18:39:12 ---> 440b6a016240 18:39:12 Step 22/24 : LABEL arch=x86_64 18:39:12 Removing intermediate container 0b18c73b05fd 18:39:12 ---> 515b069a5241 18:39:12 Step 14/26 : ENV APP_PORT=48090 18:39:12 Removing intermediate container 5fe5b6bbe7ae 18:39:12 ---> 54c8fa78f982 18:39:12 18:39:13 ---> Running in 02adb4cfa37f 18:39:13 ---> Running in bdc9909d69ab 18:39:13 ---> 141c8deb6311 18:39:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:39:13 Successfully built 54c8fa78f982 18:39:14 Successfully tagged docker-core-metadata-go:latest 18:39:14 Building docker-core-data-go 18:39:17  Building docker-core-metadata-go ... done Removing intermediate container 02adb4cfa37f 18:39:17 ---> 6b3b073e691c 18:39:17 Step 23/24 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:39:17 Removing intermediate container bdc9909d69ab 18:39:17 ---> 999b18b3e9bd 18:39:17 Step 15/26 : EXPOSE $APP_PORT 18:39:17 ---> 20601a764303 18:39:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:39:17 ---> Running in 6080b4774a90 18:39:17 ---> Running in 2e605742c89a 18:39:20 Removing intermediate container 6080b4774a90 18:39:20 ---> 303023062dab 18:39:20 Step 24/24 : LABEL version=0.0.0 ---> 2bf80041c34e 18:39:20 18:39:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:39:20 Removing intermediate container 2e605742c89a 18:39:20 ---> 360d58091b28 18:39:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:39:20 ---> Running in 2ff8fb4427fe 18:39:20 ---> Running in f0f3c37d3ec3 18:39:21 Removing intermediate container 2ff8fb4427fe 18:39:21 ---> 9f5e417ab47b 18:39:21 18:39:21 ---> bfe00af08e50 18:39:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:39:21 Successfully built 9f5e417ab47b 18:39:21 Successfully tagged docker-security-secretstore-setup-go:latest 18:39:21  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 18:39:25 Removing intermediate container f0f3c37d3ec3 18:39:25 ---> bf7f994cfedd 18:39:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:39:27 ---> 94fc91e6a6f9 18:39:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:39:32 ---> 459175758c4b 18:39:32 Step 19/26 : RUN apk --no-cache add py3-pip 18:39:32 ---> b5fbc1774d31 18:39:32 Step 26/31 : RUN chmod +x /entrypoint.sh 18:39:33 ---> Running in 3beffaef613b 18:39:33 ---> Running in f0c1ccd19893 18:39:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:33 ---> 04aeb39603d7 18:39:33 Step 3/23 : WORKDIR /edgex-go 18:39:33 ---> Using cache 18:39:33 ---> f82ba6f50965 18:39:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:33 ---> Using cache 18:39:33 ---> 14feb8de7b21 18:39:33 Step 5/23 : RUN apk add --update --no-cache make git 18:39:33 ---> Using cache 18:39:33 ---> 67a1eefafba4 18:39:33 Step 6/23 : COPY go.mod . 18:39:33 ---> Using cache 18:39:33 ---> 136cc2395891 18:39:33 Step 7/23 : RUN go mod download 18:39:33 ---> Using cache 18:39:33 ---> b187e0d18d30 18:39:33 Step 8/23 : COPY . . 18:39:33 ---> Using cache 18:39:33 ---> d3eb5758acf6 18:39:33 Step 9/23 : RUN make cmd/core-command/core-command 18:39:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:34 ---> 04aeb39603d7 18:39:34 Step 3/23 : WORKDIR /edgex-go 18:39:34 ---> Using cache 18:39:34 ---> f82ba6f50965 18:39:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:34 ---> Using cache 18:39:34 ---> 14feb8de7b21 18:39:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:39:35 ---> Running in 918a261611c7 18:39:35 ---> Running in 21586c3d9bd8 18:39:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:36 (1/33) Installing libbz2 (1.0.8-r1) 18:39:36 (2/33) Installing expat (2.2.9-r1) 18:39:36 (3/33) Installing libffi (3.3-r2) 18:39:36 (4/33) Installing gdbm (1.13-r1) 18:39:36 (5/33) Installing xz-libs (5.2.5-r0) 18:39:36 (6/33) Installing sqlite-libs (3.32.1-r0) 18:39:36 (7/33) Installing python3 (3.8.5-r1) 18:39: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 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:39 OK: 233 MiB in 51 packages 18:39:42 (8/33) Installing py3-appdirs (1.4.4-r1) 18:39:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:39:42 (10/33) Installing py3-parsing (2.4.7-r0) 18:39:42 (11/33) Installing py3-six (1.15.0-r0) 18:39:42 (12/33) Installing py3-packaging (20.4-r0) 18:39:42 Removing intermediate container f0c1ccd19893 18:39:42 ---> 8e0a114a856e 18:39:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:39:42 (13/33) Installing py3-setuptools (47.0.0-r0) 18:39:42 (14/33) Installing py3-chardet (3.0.4-r4) 18:39:42 (15/33) Installing py3-idna (2.9-r0) 18:39:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:39:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:39:42 (18/33) Installing py3-requests (2.23.0-r0) 18:39:42 (19/33) Installing py3-msgpack (1.0.0-r0) 18:39:42 (20/33) Installing py3-lockfile (0.12.2-r3) 18:39:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:39:42 (22/33) Installing py3-colorama (0.4.3-r0) 18:39:42 (23/33) Installing py3-distlib (0.3.0-r0) 18:39:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:39:43 (24/33) Installing py3-distro (1.5.0-r1) 18:39:43 (25/33) Installing py3-webencodings (0.5.1-r3) 18:39:43 (26/33) Installing py3-html5lib (1.0.1-r4) 18:39:43 ---> Running in 089012b13208 18:39:44 (27/33) Installing py3-pytoml (0.1.21-r0) 18:39:44 (28/33) Installing py3-pep517 (0.8.2-r0) 18:39:44 (29/33) Installing py3-progress (1.5-r0) 18:39:44 (30/33) Installing py3-toml (0.10.1-r0) 18:39:44 (31/33) Installing py3-retrying (1.3.3-r0) 18:39:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:39:44 (33/33) Installing py3-pip (20.1.1-r0) 18:39:44 Removing intermediate container 21586c3d9bd8 18:39:44 ---> 6d400b24d9c2 18:39:44 Step 6/23 : COPY go.mod . 18:39:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:39:45 ---> 04aeb39603d7 18:39:45 Step 3/21 : WORKDIR /edgex-go 18:39:45 ---> Using cache 18:39:45 ---> f82ba6f50965 18:39:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:45 ---> Using cache 18:39:45 ---> 14feb8de7b21 18:39:45 Step 5/21 : RUN apk add --update --no-cache make git 18:39:45 ---> Using cache 18:39:45 ---> 67a1eefafba4 18:39:45 Step 6/21 : COPY go.mod . 18:39:45 ---> Using cache 18:39:45 ---> 136cc2395891 18:39:45 Step 7/21 : RUN go mod download 18:39:45 ---> Using cache 18:39:45 ---> b187e0d18d30 18:39:45 Step 8/21 : COPY . . 18:39:45 ---> Using cache 18:39:45 ---> d3eb5758acf6 18:39:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:39:45 Executing busybox-1.31.1-r19.trigger 18:39:45 OK: 71 MiB in 55 packages 18:39:46 Removing intermediate container 089012b13208 18:39:46 ---> 3e3a2d2e45e4 18:39:46 Step 28/31 : CMD ["gate"] 18:39:46 ---> fe43a95d6785 18:39:46 Step 7/23 : RUN go mod download 18:39:46 ---> Running in 4811863db1f2 18:39:46 ---> Running in 2f80d152029d 18:39:46 ---> Running in 3ad787b8ba3b 18:39:47 Removing intermediate container 2f80d152029d 18:39:47 ---> 06cfbacaa370 18:39:47 Step 29/31 : LABEL arch=x86_64 18:39:47 ---> Running in 627423101a0b 18:39:48 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 18:39:49 Removing intermediate container 627423101a0b 18:39:49 ---> 5eba4a9e2749 18:39:49 Step 30/31 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:39:49 ---> Running in 17da491b2691 18:39:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:39:50 Removing intermediate container 17da491b2691 18:39:50 ---> 1227442f153f 18:39:50 Step 31/31 : LABEL version=0.0.0 18:39:50 Removing intermediate container 3ad787b8ba3b 18:39:50 ---> 9b75753d2a5a 18:39:50 Step 8/23 : COPY . . 18:39:52 ---> Running in 6ebb7f0c52de 18:39:54 Removing intermediate container 6ebb7f0c52de 18:39:54 ---> 744a07383663 18:39:54 18:39:54 Successfully built 744a07383663 18:39:54 Successfully tagged docker-security-bootstrapper-go:latest 18:39:54  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 18:39:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:39:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:40:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:40:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:40:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:40:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:40:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:40:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:40:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:40:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:40:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:40:16 Removing intermediate container 3beffaef613b 18:40:16 ---> f69f5e13d05a 18:40:16 Step 20/26 : RUN pip install docker-compose==1.23.2 18:40:16 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 18:40:16 ---> Running in f6d02837ce5d 18:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.260s coverage: 100.0% of statements 18:40:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:22 ---> 04aeb39603d7 18:40:22 Step 3/22 : WORKDIR /edgex-go 18:40:22 ---> Using cache 18:40:22 ---> f82ba6f50965 18:40:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:22 ---> Using cache 18:40:22 ---> 14feb8de7b21 18:40:22 Step 5/22 : RUN apk add --update --no-cache make git 18:40:22 ---> Using cache 18:40:22 ---> 67a1eefafba4 18:40:22 Step 6/22 : COPY go.mod . 18:40:22 ---> Using cache 18:40:22 ---> 136cc2395891 18:40:22 Step 7/22 : RUN go mod download 18:40:22 ---> Using cache 18:40:22 ---> b187e0d18d30 18:40:22 Step 8/22 : COPY . . 18:40:22 ---> Using cache 18:40:22 ---> d3eb5758acf6 18:40:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:40:24 ---> Running in 51cd00cfe602 18:40:25 Removing intermediate container 918a261611c7 18:40:25 ---> 6cdeb064065d 18:40:25 18:40:25 Step 10/23 : FROM alpine:3.12 18:40:25 ---> 88dd2752d2ea 18:40:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:40:25 ---> Using cache 18:40:25 ---> 945ef50f7b20 18:40:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:25 ---> Using cache 18:40:25 ---> 68c8ac3dbeda 18:40:25 Step 13/23 : ENV APP_PORT=48082 18:40:25 Collecting docker-compose==1.23.2 18:40:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:40:25 ---> Running in 2d9f3037cb21 18:40:25 ---> 8788ed4235e0 18:40:25 Step 9/23 : RUN make cmd/core-data/core-data 18:40:25 Collecting cached-property<2,>=1.2.0 18:40:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.650s coverage: 27.1% of statements 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:40:25 ---> Running in fc6fa1528b57 18:40:25 Removing intermediate container 2d9f3037cb21 18:40:25 ---> bb5aa9090b07 18:40:25 Step 14/23 : EXPOSE $APP_PORT 18:40:25 Collecting websocket-client<1.0,>=0.32.0 18:40:25 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:40:25 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 18:40:25 ---> Running in 2a77bb27212b 18:40:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:40:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:40:26 Removing intermediate container 2a77bb27212b 18:40:26 ---> 17eacf465f6c 18:40:26 Step 15/23 : WORKDIR / 18:40:26 Collecting docker<4.0,>=3.6.0 18:40:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:40:26 ---> Running in 9f6605bcd7e5 18:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements 18:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:40:26 Collecting PyYAML<4,>=3.10 18:40:26 Downloading PyYAML-3.13.tar.gz (270 kB) 18:40:26 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 18:40:26 Removing intermediate container 9f6605bcd7e5 18:40:26 ---> 292c6eda8903 18:40:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.9% of statements 18:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements 18:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:40:29 ---> 76636aa94a26 18:40:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:40:29 Collecting docopt<0.7,>=0.6.1 18:40:29 Downloading docopt-0.6.2.tar.gz (25 kB) 18:40:30 Removing intermediate container 4811863db1f2 18:40:30 ---> 4bde106d5f24 18:40:30 18:40:30 Step 10/21 : FROM alpine:3.12 18:40:30 ---> 88dd2752d2ea 18:40:30 Step 11/21 : RUN apk add --update --no-cache curl 18:40:30 ---> Running in 25e4622c7fac 18:40:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:40:30 Collecting jsonschema<3,>=2.5.1 18:40:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:40:30 Collecting dockerpty<0.5,>=0.4.1 18:40:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:40:30 ---> dfa07f9d03e1 18:40:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:40:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:31 Collecting texttable<0.10,>=0.9.0 18:40:31 (1/4) Installing ca-certificates (20191127-r4) 18:40:31 Downloading texttable-0.9.1.tar.gz (11 kB) 18:40:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:40:31 (3/4) Installing libcurl (7.69.1-r3) 18:40:31 (4/4) Installing curl (7.69.1-r3) 18:40:31 Executing busybox-1.31.1-r19.trigger 18:40:31 Executing ca-certificates-20191127-r4.trigger 18:40:31 ---> 42dcb0338b26 18:40:31 Step 19/23 : ENTRYPOINT ["/core-command"] 18:40:32 OK: 7 MiB in 18 packages 18:40:32 ---> Running in f23d244c8d31 18:40:32 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) 18:40:33 Collecting idna<2.8,>=2.5 18:40:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:40:33 Collecting urllib3<1.25,>=1.21.1 18:40:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:40:34 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) 18:40:34 Removing intermediate container f23d244c8d31 18:40:34 ---> 69ee900c327c 18:40:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:34 Collecting docker-pycreds>=0.4.0 18:40:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:40:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:40:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:40:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:40:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:40:34 ---> Running in 203f8901a91d 18:40:35 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docopt, jsonschema, dockerpty, texttable, docker-compose 18:40:35 Removing intermediate container 203f8901a91d 18:40:35 ---> 920a2534c58b 18:40:35 Step 21/23 : LABEL arch=x86_64 18:40:35 Attempting uninstall: idna 18:40:35 Found existing installation: idna 2.9 18:40:35 Uninstalling idna-2.9: 18:40:36 Successfully uninstalled idna-2.9 18:40:36 ---> Running in 31e797713f9d 18:40:37 Attempting uninstall: urllib3 18:40:37 Found existing installation: urllib3 1.25.9 18:40:37 Uninstalling urllib3-1.25.9: 18:40:37 Removing intermediate container 25e4622c7fac 18:40:37 ---> 194e8bb7043f 18:40:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:40:37 Successfully uninstalled urllib3-1.25.9 18:40:38 Removing intermediate container 31e797713f9d 18:40:38 ---> 7f40424df8c5 18:40:38 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:40:39 Attempting uninstall: requests 18:40:39 Found existing installation: requests 2.23.0 18:40:39 ---> Running in 51acbf59f706 18:40:39 Uninstalling requests-2.23.0: 18:40:39 Successfully uninstalled requests-2.23.0 18:40:39 ---> Running in 7b536e6ef26a 18:40:39 Removing intermediate container 51acbf59f706 18:40:39 ---> 385c4362cbe0 18:40:39 Step 13/21 : WORKDIR /edgex 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.095s coverage: 28.6% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:40:40 Removing intermediate container 7b536e6ef26a 18:40:40 ---> 85ab70240611 18:40:40 Step 23/23 : LABEL version=0.0.0 18:40:40 ---> Running in 5a5a74839bcf 18:40:40 Running setup.py install for PyYAML: started 18:40:40 ---> Running in 6f49639dbb48 18:40:41 Removing intermediate container 5a5a74839bcf 18:40:41 ---> e9ad536f4b4b 18:40:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:40:41 Removing intermediate container 6f49639dbb48 18:40:41 ---> ed4c8a558575 18:40:41 18:40:41 Successfully built ed4c8a558575 18:40:41 Successfully tagged docker-core-command-go:latest 18:40:41  Building docker-core-command-go ... done  ---> 7250451f6bc0 18:40:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:40:41 Running setup.py install for PyYAML: finished with status 'done' 18:40:41 Running setup.py install for docopt: started 18:40:42 Running setup.py install for docopt: finished with status 'done' 18:40:42 ---> 15b05282d6e6 18:40:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:40:42 Running setup.py install for dockerpty: started 18:40:43 Running setup.py install for dockerpty: finished with status 'done' 18:40:43 Running setup.py install for texttable: started 18:40:44 ---> 6dbb82d18bde 18:40:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:40:44 ---> Running in 5200f6a9351f 18:40:44 Running setup.py install for texttable: finished with status 'done' 18:40:44 Removing intermediate container 5200f6a9351f 18:40:44 ---> c806b75ec8a7 18:40:44 Step 18/21 : CMD ["--init=true"] 18:40:44 ---> Running in a54201525af8 18:40:44 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.58.0 18:40:45 Removing intermediate container a54201525af8 18:40:45 ---> d381710914e9 18:40:45 Step 19/21 : LABEL arch=x86_64 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.250s coverage: 92.8% of statements 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements 18:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 18:40:45 ---> Running in f5ea16e65d12 18:40:45 Removing intermediate container f5ea16e65d12 18:40:45 ---> 1aa9bb56613a 18:40:45 Step 20/21 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:40:46 ---> Running in ae746e239f72 18:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.131s coverage: 96.3% of statements 18:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 18:40:46 Removing intermediate container ae746e239f72 18:40:46 ---> c5cb5dc3e9cf 18:40:46 Step 21/21 : LABEL version=0.0.0 18:40:50 ---> Running in cee6fd3cf4c7 18:40:50 Removing intermediate container f6d02837ce5d 18:40:50 ---> d250c14068c3 18:40:50 Step 21/26 : RUN apk --no-cache add curl 18:40:50 Removing intermediate container cee6fd3cf4c7 18:40:50 ---> d26452114cd7 18:40:50 18:40:50 ---> Running in 15d0ec974699 18:40:50 Successfully built d26452114cd7 18:40:50 Successfully tagged docker-security-proxy-setup-go:latest 18:40:51  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:40:51 (2/3) Installing libcurl (7.69.1-r3) 18:40:51 (3/3) Installing curl (7.69.1-r3) 18:40:51 Executing busybox-1.31.1-r19.trigger 18:40:52 OK: 72 MiB in 58 packages 18:40:53 Removing intermediate container 51cd00cfe602 18:40:53 ---> 6bf06f3c0517 18:40:53 18:40:53 Step 10/22 : FROM alpine:3.12 18:40:53 ---> 88dd2752d2ea 18:40:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:40:53 ---> Using cache 18:40:53 ---> 945ef50f7b20 18:40:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:53 ---> Using cache 18:40:53 ---> 68c8ac3dbeda 18:40:53 Step 13/22 : ENV APP_PORT=48085 18:40:53 Removing intermediate container 15d0ec974699 18:40:53 ---> 672d2f2ca370 18:40:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:40:53 ---> Running in a96e1b882f27 18:40:53 ---> Running in dc06636ddd2a 18:40:55 Removing intermediate container dc06636ddd2a 18:40:55 ---> 70fda0d75570 18:40:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:55 Removing intermediate container a96e1b882f27 18:40:55 ---> 5669a0e9503e 18:40:55 Step 14/22 : EXPOSE $APP_PORT 18:40:55 ---> Running in 51f3e83102b7 18:40:55 ---> Running in 75cfde4399dc 18:40:55 Removing intermediate container 75cfde4399dc 18:40:55 ---> 29694b852743 18:40:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:56 Removing intermediate container 51f3e83102b7 18:40:56 ---> fc15b1b2ef61 18:40:56 Step 24/26 : LABEL arch=x86_64 18:40:56 ---> Running in b4f652b963f4 18:40:56 ---> 343b44bd3759 18:40:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:40:56 Removing intermediate container b4f652b963f4 18:40:56 ---> f675bf7f02ca 18:40:56 Step 25/26 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:40:57 ---> Running in 3fe4ebe762a1 18:40:58 ---> 9088b1ba5929 18:40:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:40:58 Removing intermediate container 3fe4ebe762a1 18:40:58 ---> dedc6414f7f0 18:40:58 Step 26/26 : LABEL version=0.0.0 18:40:58 Removing intermediate container fc6fa1528b57 18:40:58 ---> 5c29d444e776 18:40:58 18:40:58 Step 10/23 : FROM alpine:3.12 18:40:58 ---> 88dd2752d2ea 18:40:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:40:58 ---> Running in 22c2a09b2566 18:40:58 ---> Running in d64e8949acdc 18:40:58 ---> c5afb38896f4 18:40:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:40:58 ---> Running in bc23970f9193 18:40:58 Removing intermediate container 22c2a09b2566 18:40:58 ---> 38c032fb7baa 18:40:58 18:40:59 Removing intermediate container d64e8949acdc 18:40:59 ---> 74eed5a5a17f 18:40:59 Step 12/23 : ENV APP_PORT=48080 18:40:59 Successfully built 38c032fb7baa 18:40:59 Successfully tagged docker-sys-mgmt-agent-go:latest 18:40:59  Building docker-sys-mgmt-agent-go ... done  ---> Running in f7d567ecb545 18:40:59 Removing intermediate container bc23970f9193 18:40:59 ---> 55836bc44e6e 18:40:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:59 ---> Running in 1684110ae20c 18:40:59 Removing intermediate container f7d567ecb545 18:40:59 ---> 9d14935a92e4 18:40:59 Step 13/23 : EXPOSE $APP_PORT 18:40:59 ---> Running in 4324089a5e4b 18:40:59 Removing intermediate container 1684110ae20c 18:40:59 ---> 7f6b347eb820 18:40:59 Step 20/22 : LABEL arch=x86_64 18:40:59 ---> Running in 2855dca9a576 18:40:59 Removing intermediate container 4324089a5e4b 18:40:59 ---> 17242ad5adaa 18:40:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:59 Removing intermediate container 2855dca9a576 18:40:59 ---> 0270d7aaca92 18:40:59 Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:40:59 ---> Running in 9cbc0eaffc3d 18:40:59 ---> Running in a3e9ed333e48 18:41:00 Removing intermediate container a3e9ed333e48 18:41:00 ---> 6668ab296adf 18:41:00 Step 22/22 : LABEL version=0.0.0 18:41:00 ---> Running in 2b148e7fbb18 18:41:00 Removing intermediate container 2b148e7fbb18 18:41:00 ---> 995ebc854a63 18:41:00 18:41:00 Successfully built 995ebc854a63 18:41:00 Successfully tagged docker-support-scheduler-go:latest 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.123s coverage: 81.4% of statements 18:41:01  Building docker-support-scheduler-go ... done Removing intermediate container 9cbc0eaffc3d 18:41:01 ---> a17df7d6f6af 18:41:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:41:01 ---> Running in bdd17a53cafa 18:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:03 (1/6) Installing dumb-init (1.2.2-r1) 18:41:03 (2/6) Installing libgcc (9.3.0-r2) 18:41:03 (3/6) Installing libsodium (1.0.18-r0) 18:41:04 (4/6) Installing libstdc++ (9.3.0-r2) 18:41:04 (5/6) Installing libzmq (4.3.3-r0) 18:41:04 (6/6) Installing zeromq (4.3.3-r0) 18:41:04 Executing busybox-1.31.1-r19.trigger 18:41:04 OK: 8 MiB in 20 packages 18:41:04 Removing intermediate container bdd17a53cafa 18:41:04 ---> 2c823eb4343f 18:41:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:05 ---> b651c8f822c3 18:41:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:41:05 ---> b626a16e162e 18:41:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:41:05 ---> 86ef497b6ce4 18:41:05 Step 19/23 : ENTRYPOINT ["/core-data"] 18:41:06 ---> Running in 8460f48812b9 18:41:06 Removing intermediate container 8460f48812b9 18:41:06 ---> 9d0f3dacfced 18:41:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:06 ---> Running in f51f9678a68b 18:41:06 Removing intermediate container f51f9678a68b 18:41:06 ---> 8ecd9055369c 18:41:06 Step 21/23 : LABEL arch=x86_64 18:41:06 ---> Running in f56cac2ed10e 18:41:06 Removing intermediate container f56cac2ed10e 18:41:06 ---> 9ecf1a42a21b 18:41:06 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:41:06 ---> Running in bb37264ee689 18:41:07 Removing intermediate container bb37264ee689 18:41:07 ---> 74b15e78540b 18:41:07 Step 23/23 : LABEL version=0.0.0 18:41:07 ---> Running in 7fbc61a1db75 18:41:07 Removing intermediate container 7fbc61a1db75 18:41:07 ---> a45b75bde8d4 18:41:07 18:41:07 Successfully built a45b75bde8d4 18:41:07 Successfully tagged docker-core-data-go:latest 18:41:07  Building docker-core-data-go ... done  [Pipeline] } 18:41:07 $ docker stop --time=1 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d 18:41:09 $ docker rm -f 3ef39381430c84b6394f3c35debe50a26e824e8561e262e9769418096f3b561d [Pipeline] // withDockerContainer [Pipeline] sh 18:41:10 + docker images 18:41:10 + grep docker 18:41:10 docker-core-data-go latest a45b75bde8d4 3 seconds ago 22.6MB 18:41:10 docker-support-scheduler-go latest 995ebc854a63 10 seconds ago 17.2MB 18:41:10 docker-sys-mgmt-agent-go latest 38c032fb7baa 12 seconds ago 313MB 18:41:10 docker-security-proxy-setup-go latest d26452114cd7 20 seconds ago 24.7MB 18:41:10 docker-core-command-go latest ed4c8a558575 29 seconds ago 17.2MB 18:41:10 docker-security-bootstrapper-go latest 744a07383663 About a minute ago 18.7MB 18:41:10 docker-security-secretstore-setup-go latest 9f5e417ab47b About a minute ago 24.9MB 18:41:10 docker-core-metadata-go latest 54c8fa78f982 About a minute ago 19MB 18:41:10 docker-support-notifications-go latest ce88d05986ed About a minute ago 17.8MB 18:41:10 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.6% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.552s coverage: 62.4% of statements 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 18:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 18:41:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 69.0% of statements 18:41:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:41:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:41:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.393s coverage: 38.4% of statements 18:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements 18:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements 18:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.387s coverage: 87.8% of statements 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:41:26 Still waiting to schedule task 18:41:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.092s coverage: 29.1% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.206s coverage: 95.6% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 18:41:34 GO111MODULE=on go vet ./... 18:42:30 Running on prd-ubuntu18.04-docker-8c-8g-29198 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 18:42:30 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:42:32 using credential edgex-jenkins-ssh 18:42:33 Cloning the remote Git repository 18:42:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:42:33 > git init /w/workspace/edgex-go/2 # timeout=10 18:42:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:42:33 > git --version # timeout=10 18:42:33 > git --version # 'git version 2.17.1' 18:42:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:56 gofmt -l . 18:42:56 [ "`gofmt -l .`" = "" ] 18:42:56 ./bin/test-go-mod-tidy.sh 18:42:56 ./bin/test-attribution-txt.sh [Pipeline] sh 18:42:56 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 29b7741412918b380152c0207621d70cd23b397e 18:42:56 Merge succeeded, producing 29b7741412918b380152c0207621d70cd23b397e 18:42:56 Checking out Revision 29b7741412918b380152c0207621d70cd23b397e (PR-3241) 18:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:42:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:42:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:56 > git config core.sparsecheckout # timeout=10 18:42:56 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 18:42:56 > git remote # timeout=10 18:42:56 > git config --get remote.origin.url # timeout=10 18:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:56 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 18:42:56 > git rev-parse HEAD^{commit} # timeout=10 18:42:56 > git config core.sparsecheckout # timeout=10 18:42:56 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 18:42:57 + ls -al . 18:42:57 total 764 18:42:57 drwxrwxr-x 9 1001 1001 4096 Mar 9 18:42 . 18:42:57 drwxr-xr-x 4 root root 4096 Mar 9 18:38 .. 18:42:57 -rw-rw-r-- 1 1001 1001 11 Mar 9 18:37 .dockerignore 18:42:57 drwxrwxr-x 8 1001 1001 4096 Mar 9 18:37 .git 18:42:57 drwxrwxr-x 3 1001 1001 4096 Mar 9 18:37 .github 18:42:57 -rw-rw-r-- 1 1001 1001 818 Mar 9 18:37 .gitignore 18:42:57 -rw-rw-r-- 1 1001 1001 166 Mar 9 18:37 .sonarcloud.properties 18:42:57 -rw-rw-r-- 1 1001 1001 8607 Mar 9 18:37 Attribution.txt 18:42:57 -rw-rw-r-- 1 1001 1001 3804 Mar 9 18:37 CONTRIBUTING.md 18:42:57 -rw-rw-r-- 1 1001 1001 931 Mar 9 18:37 Dockerfile.build 18:42:57 -rw-rw-r-- 1 1001 1001 863 Mar 9 18:37 Jenkinsfile 18:42:57 -rw-rw-r-- 1 1001 1001 10775 Mar 9 18:37 LICENSE 18:42:57 -rw-rw-r-- 1 1001 1001 5774 Mar 9 18:37 Makefile 18:42:57 -rw-rw-r-- 1 1001 1001 6548 Mar 9 18:37 README.md 18:42:57 -rw-rw-r-- 1 1001 1001 6755 Mar 9 18:37 SECURITY.md 18:42:57 -rw-rw-r-- 1 1001 1001 5 Mar 9 18:33 VERSION 18:42:57 -rw-rw-r-- 1 1001 1001 4131 Mar 9 18:37 ZMQWindows.md 18:42:57 drwxrwxr-x 2 1001 1001 4096 Mar 9 18:37 bin 18:42:57 drwxrwxr-x 14 1001 1001 4096 Mar 9 18:37 cmd 18:42:57 -rw-r--r-- 1 root root 624012 Mar 9 18:41 coverage.out 18:42:57 -rw-r--r-- 1 root root 1055 Mar 9 18:42 go.mod 18:42:57 -rw-r--r-- 1 root root 21981 Mar 9 18:42 go.sum 18:42:57 drwxrwxr-x 8 1001 1001 4096 Mar 9 18:37 internal 18:42:57 drwxrwxr-x 4 1001 1001 4096 Mar 9 18:37 openapi 18:42:57 drwxrwxr-x 4 1001 1001 4096 Mar 9 18:37 snap 18:42:57 -rw-rw-r-- 1 1001 1001 168 Mar 9 18:37 version.go [Pipeline] sh 18:42:57 + '[' -e coverage.out ] 18:42:57 + chown 1001:1001 coverage.out [Pipeline] stash 18:42:57 Warning: overwriting stash ‘coverage-report’ 18:42:59 Stashed 1 file(s) [Pipeline] sh 18:42:59 + make build 18:42:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:43:00 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:02 + echo snap-build.sh 18:43:02 snap-build.sh 18:43:02 + SNAP_BASE_DIR=. 18:43:02 + '[' '!' -z /w/workspace/edgex-go/2 ']' 18:43:02 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 18:43:02 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 18:43:02 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 18:43:02 + cd /w/workspace/edgex-go/2 18:43:02 + sudo apt-get remove -qy --purge lxd lxd-client 18:43:02 Reading package lists... 18:43:02 Building dependency tree... 18:43:02 Reading state information... 18:43:02 The following packages were automatically installed and are no longer required: 18:43:02 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:43:02 uidmap xdelta3 18:43:02 Use 'sudo apt autoremove' to remove them. 18:43:02 The following packages will be REMOVED: 18:43:02 lxd* lxd-client* 18:43:03 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:43:03 After this operation, 31.7 MB disk space will be freed. 18:43:04 (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.) 18:43:04 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:05 Removing lxd dnsmasq configuration 18:43:05 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:43:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:43:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:43:07 (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.) 18:43:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:08 Processing triggers for systemd (237-3ubuntu10.42) ... 18:43:08 Processing triggers for ureadahead (0.100.0-21) ... 18:43:10 + sudo snap remove --purge lxd 18:43:10 snap "lxd" is not installed 18:43:10 + sudo groupadd --force --system lxd 18:43:10 ++ whoami 18:43:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:43:11 + newgrp - lxd 18:43:11 + sudo snap install lxd 18:43:12 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 18:43:23 2021-03-09T18:43:20Z INFO Waiting for automatic snapd restart... 18:43:34 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 18:43:39 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 18:43:41 lxd 4.11 from Canonical* installed 18:43:41 + sudo lxd init --auto 18:43:45 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 18:43:46 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 18:43:51 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 18:43:51 + sudo snap install --classic snapcraft 18:43:57 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 18:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:44:09 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 18:44:09 snapcraft 4.5.4 from Canonical* installed 18:44:09 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:44:09 + patch --verbose -p1 18:44:09 Hmm... Looks like a unified diff to me... 18:44:09 The text leading up to this was: 18:44:09 -------------------------- 18:44:09 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:44:09 |From: Tony Espy 18:44:09 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:44:09 |Subject: [PATCH] optimize snap build for pipeline CI check 18:44:09 | 18:44:09 |This patch is used by the EdgeX CI pipeline builds to 18:44:09 |optimize the snap CI check run for pull requests. When 18:44:09 |applied, it essentially strips out everything (apps and 18:44:09 |parts) from the snapcraft.yaml file except those required 18:44:09 |to build edgex-go, as the whole idea of the CI check is to 18:44:09 |catch changes to edgex-go that break the snap build. 18:44:09 | 18:44:09 |In general, anyone updating snapcraft.yaml will also need 18:44:09 |to update this patch file, otherwise it may fail to apply, 18:44:09 |resulting in a failed snap build CI check in the associated 18:44:09 |pull request. 18:44:09 | 18:44:09 |Note - in addition to applying this patch, the pipeline also 18:44:09 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:44:09 |need to build the finally binary .snap file (and it won't 18:44:09 |work with the patch applied). This further reduces the build 18:44:09 |time. 18:44:09 |--- 18:44:09 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:44:09 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:44:09 | 18:44:09 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:44:09 |index 1e537489..faf42425 100644 18:44:09 |--- a/snap/snapcraft.yaml 18:44:09 |+++ b/snap/snapcraft.yaml 18:44:09 -------------------------- 18:44:09 patching file snap/snapcraft.yaml 18:44:09 Using Plan A... 18:44:09 Hunk #1 succeeded at 73. 18:44:09 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 18:44:09 Hunk #3 succeeded at 217 (offset 3 lines). 18:44:09 Hunk #4 succeeded at 225 (offset 3 lines). 18:44:09 Hunk #5 succeeded at 232 (offset 3 lines). 18:44:09 Hunk #6 succeeded at 259 (offset 3 lines). 18:44:09 Hunk #7 succeeded at 293 (offset 3 lines). 18:44:09 Hunk #8 succeeded at 352 (offset 11 lines). 18:44:09 Hmm... Ignoring the trailing garbage. 18:44:09 done 18:44:09 + sudo snapcraft prime --use-lxd 18:44:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:44:10 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: 18:44:10 - README.md 18:44:10 - snapcraft.yaml.orig 18:44:10 18:44:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:44:12 Launching a container. 18:44:12 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] } 18:44:19 $ docker stop --time=1 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 18:44:21 $ docker rm -f 348278599d7630aa8dc24b90d3f0c3f88b2580062d370ed7c6eb619a0677f1c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:23 18:44:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:24 latest: Pulling from edgex-devops/edgex-compose-arm64 18:44:24 29e5d40040c1: Pulling fs layer 18:44:24 1ce36da41761: Pulling fs layer 18:44:24 25b303627fd3: Pulling fs layer 18:44:24 29e5d40040c1: Verifying Checksum 18:44:24 29e5d40040c1: Download complete 18:44:25 1ce36da41761: Verifying Checksum 18:44:25 1ce36da41761: Download complete 18:44:25 29e5d40040c1: Pull complete 18:44:26 1ce36da41761: Pull complete 18:44:27 25b303627fd3: Verifying Checksum 18:44:27 25b303627fd3: Download complete 18:44:27 Waiting for container to be ready 18:44:27 To start your first instance, try: lxc launch ubuntu:18.04 18:44:27 18:44:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:44:31 Waiting for network to be ready... 18:44:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:44:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:44:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 18:44:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:44:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:44:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:44:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:44:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:44:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:44:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:44:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:44:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 18:44:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:44:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:44:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 18:44:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 18:44:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 18:44:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 18:44:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:44:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 18:44:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 18:44:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:44:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:44:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 18:44:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 18:44:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 18:44:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 18:44:37 25b303627fd3: Pull complete 18:44:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:44:37 prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container 18:44:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:44:39 Fetched 24.0 MB in 6s (3756 kB/s) 18:44:40 Reading package lists... 18:44:40 Reading package lists... 18:44:40 $ docker top 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 -eo pid,comm 18:44:40 Building dependency tree... 18:44:40 Reading state information... [Pipeline] { 18:44:41 The following additional packages will be installed: 18:44:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:44:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:44:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:44:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:44:41 Suggested packages: 18:44:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:44:41 Recommended packages: 18:44:41 gnupg libsasl2-modules 18:44:41 The following NEW packages will be installed: 18:44:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:44:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:44:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:44:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:44:41 The following packages will be upgraded: 18:44:41 gpg gpg-agent gpgconf libudev1 18:44:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:44:41 Need to get 3530 kB of archives. 18:44:41 After this operation, 13.3 MB of additional disk space will be used. 18:44:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:44:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [Pipeline] sh 18:44:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:44:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:44:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:44:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:44:41 + docker-compose build --help 18:44:41 + grep parallel 18:44:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:44:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:44:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:44:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:44:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:44:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:44:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:44:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:44:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:44:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:44:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:44:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:44:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:44:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:44:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:44:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:44:42 debconf: delaying package configuration, since apt-utils is not installed 18:44:42 Fetched 3530 kB in 1s (3473 kB/s) 18:44:42 (Reading database ... 12511 files and directories currently installed.) 18:44:42 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:44:42 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:42 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:44:42 Selecting previously unselected package udev. 18:44:42 (Reading database ... 12511 files and directories currently installed.) 18:44:42 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:44:42 Unpacking udev (237-3ubuntu10.44) ... 18:44:43 Selecting previously unselected package libfuse2:amd64. 18:44:43 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:44:43 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:44:43 Selecting previously unselected package fuse. 18:44:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:44:43 Unpacking fuse (2.9.7-1ubuntu1) ... 18:44:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:44:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:44:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:44:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:44:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:44:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:44:43 Selecting previously unselected package libksba8:amd64. 18:44:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:44:43 Unpacking libksba8:amd64 (1.3.5-2) ... 18:44:43 Selecting previously unselected package libroken18-heimdal:amd64. 18:44:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:44:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:44:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:44:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libwind0-heimdal:amd64. 18:44:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:44:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:44:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:45 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:44:45 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:45 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:44:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:45 Selecting previously unselected package libsasl2-modules-db:amd64. 18:44:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:44:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:45 --parallel Build images in parallel. 18:44:45 Selecting previously unselected package libsasl2-2:amd64. 18:44:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:44:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:45 Selecting previously unselected package libldap-common. 18:44:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:44:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:44:45 Selecting previously unselected package libldap-2.4-2:amd64. 18:44:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:44:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [Pipeline] } 18:44:45 $ docker stop --time=1 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 18:44:45 Selecting previously unselected package dirmngr. 18:44:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:44:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:44:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:44:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:44:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:44:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:44:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:45 Setting up libksba8:amd64 (1.3.5-2) ... 18:44:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:46 Setting up udev (237-3ubuntu10.44) ... 18:44:46 invoke-rc.d: policy-rc.d denied execution of start. 18:44:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:46 Processing triggers for systemd (237-3ubuntu10) ... 18:44:46 Setting up fuse (2.9.7-1ubuntu1) ... 18:44:47 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:44:47 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:44:47 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:44:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:47 $ docker rm -f 24da8b89f10a79d2c9a1e94b917416dc1626949dcb5ab35720a842a554fbfb34 [Pipeline] // withDockerContainer 18:44:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:44:47 settings in the [Install] section, and DefaultInstance for template units). 18:44:47 This means they are not meant to be enabled using systemctl. 18:44:47 Possible reasons for having this kind of units are: 18:44:47 1) A unit may be statically enabled by being symlinked from another unit's 18:44:47 .wants/ or .requires/ directory. 18:44:47 2) A unit's purpose may be to act as a helper for some other unit which has 18:44:47 a requirement dependency on it. 18:44:47 3) A unit may be started when needed via activation (socket, path, timer, 18:44:47 D-Bus, udev, scripted systemctl call, ...). 18:44:47 4) In case of template units, the unit is meant to be enabled with some 18:44:47 instance name specified. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:48 . [Pipeline] withDockerContainer 18:44:48 Reading package lists... 18:44:48 prd-ubuntu18.04-docker-arm64-4c-16g-29195 does not seem to be running inside a container 18:44:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 18:44:48 Building dependency tree... 18:44:48 Reading state information... 18:44:48 The following additional packages will be installed: 18:44:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:44:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:44:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:44:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:44:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:44:48 Suggested packages: 18:44:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:44:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:44:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:44:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:44:48 systemd-container policykit-1 18:44:48 Recommended packages: 18:44:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:44:48 The following NEW packages will be installed: 18:44:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:44:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:44:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:44:48 multiarch-support openssh-client python3 python3-minimal python3.6 18:44:48 python3.6-minimal snapd squashfs-tools sudo 18:44:48 The following packages will be upgraded: 18:44:48 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:44:49 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:44:49 Need to get 35.2 MB of archives. 18:44:49 After this operation, 141 MB of additional disk space will be used. 18:44:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:44:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:44:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:44:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 18:44:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:44:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:44:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:44:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:44:49 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:44:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:44:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:44:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:44:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:44:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:44:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:44:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:44:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:44:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:44:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:44:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:44:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:44:50 $ docker top c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 -eo pid,comm 18:44:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:44:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:44:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:44:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:44:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:44:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:44:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:44:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:44:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] { [Pipeline] sh 18:44:51 + docker-compose -f ./docker-compose-build.yml build --parallel 18:44:51 debconf: delaying package configuration, since apt-utils is not installed 18:44:51 Fetched 35.2 MB in 2s (15.4 MB/s) 18:44:51 (Reading database ... 12757 files and directories currently installed.) 18:44:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:44:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:52 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:44:52 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:44:52 (Reading database ... 12757 files and directories currently installed.) 18:44:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:44:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:44:53 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:44:53 (Reading database ... 12757 files and directories currently installed.) 18:44:53 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:44:53 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:44:53 Setting up apt (1.6.12ubuntu0.2) ... 18:44:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:44:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:44:54 (Reading database ... 12764 files and directories currently installed.) 18:44:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:44:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:44:54 Selecting previously unselected package libpython3.6-minimal:amd64. 18:44:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:44:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:44:55 Selecting previously unselected package libexpat1:amd64. 18:44:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:44:55 Building docker-core-command-go ... 18:44:55 Building docker-core-data-go ... 18:44:55 Building docker-core-metadata-go ... 18:44:55 Building docker-security-bootstrapper-go ... 18:44:55 Building docker-security-proxy-setup-go ... 18:44:55 Building docker-security-secretstore-setup-go ... 18:44:55 Building docker-support-notifications-go ... 18:44:55 Building docker-support-scheduler-go ... 18:44:55 Building docker-sys-mgmt-agent-go ... 18:44:55 Building docker-support-scheduler-go 18:44:55 Building docker-security-bootstrapper-go 18:44:55 Building docker-core-command-go 18:44:55 Building docker-support-notifications-go 18:44:55 Building docker-core-metadata-go 18:44:55 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:44:55 Selecting previously unselected package python3.6-minimal. 18:44:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:44:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:44:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 18:44:56 Checking for services that may need to be restarted...done. 18:44:56 Checking for services that may need to be restarted...done. 18:44:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:44:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:44:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:44:57 Selecting previously unselected package python3-minimal. 18:44:57 (Reading database ... 13012 files and directories currently installed.) 18:44:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:44:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:44:57 Selecting previously unselected package mime-support. 18:44:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:44:57 Unpacking mime-support (3.60ubuntu1) ... 18:44:57 Selecting previously unselected package libmpdec2:amd64. 18:44:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:44:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:44:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:44:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:44:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:44:57 Selecting previously unselected package python3.6. 18:44:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:44:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:44:57 Selecting previously unselected package libpython3-stdlib:amd64. 18:44:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:44:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:44:57 Setting up python3-minimal (3.6.7-1~18.04) ... 18:44:58 Selecting previously unselected package python3. 18:44:58 (Reading database ... 13442 files and directories currently installed.) 18:44:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:44:58 Unpacking python3 (3.6.7-1~18.04) ... 18:44:58 Selecting previously unselected package multiarch-support. 18:44:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:44:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:44:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:44:58 Selecting previously unselected package liblzo2-2:amd64. 18:44:58 (Reading database ... 13479 files and directories currently installed.) 18:44:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:44:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:44:58 Selecting previously unselected package libbsd0:amd64. 18:44:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:44:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:44:58 Selecting previously unselected package sudo. 18:44:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:44:58 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:44:58 Selecting previously unselected package apparmor. 18:44:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:44:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:44:59 Selecting previously unselected package libedit2:amd64. 18:44:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:44:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:44:59 Selecting previously unselected package libkrb5support0:amd64. 18:44:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:44:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:44:59 Selecting previously unselected package libk5crypto3:amd64. 18:44:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:44:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:44:59 Selecting previously unselected package libkeyutils1:amd64. 18:44:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:44:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:44:59 Selecting previously unselected package libkrb5-3:amd64. 18:44:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:44:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:44:59 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:44:59 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:44:59 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:44:59 Selecting previously unselected package libssl1.0.0:amd64. 18:44:59 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:45:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:45:00 Selecting previously unselected package openssh-client. 18:45:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:45:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:45:00 Selecting previously unselected package squashfs-tools. 18:45:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:45:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:45:00 Selecting previously unselected package snapd. 18:45:00 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:45:00 Unpacking snapd (2.48.3+18.04) ... 18:45:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:45:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:45:03 Setting up mime-support (3.60ubuntu1) ... 18:45:03 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:45:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:45:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:45:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:45:03 Setting up systemd (237-3ubuntu10.44) ... 18:45:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:45:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:45:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:45:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:45:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:45:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:45:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:45:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:45:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:45:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:45:05 Setting up python3 (3.6.7-1~18.04) ... 18:45:06 running python rtupdate hooks for python3.6... 18:45:06 running python post-rtupdate hooks for python3.6... 18:45:06 Setting up apparmor (2.12-4ubuntu5.1) ... 18:45:08 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:45:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:45:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:45:08 Setting up snapd (2.48.3+18.04) ... 18:45:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:45:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:45:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:45:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:45:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:45:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:45:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:45:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:45:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:45:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:45:11 /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' 18:45:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:45:11 Processing triggers for systemd (237-3ubuntu10.44) ... 18:45:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:45:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:45:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:45:15 Reading package lists... 18:45:15 Reading package lists... 18:45:15 Building dependency tree... 18:45:15 Reading state information... 18:45:15 Calculating upgrade... 18:45:15 The following packages will be upgraded: 18:45:15 advancecomp base-files bash binutils binutils-common 18:45:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:45:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:45:15 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:45:15 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:45:15 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:45:15 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:45:15 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:45:15 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:45:15 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:45:15 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:45:15 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:45:15 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:45:15 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:45:15 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:45:16 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:45:16 Need to get 63.8 MB of archives. 18:45:16 After this operation, 5202 kB of additional disk space will be used. 18:45:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 18:45:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:45:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:45:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:45:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:45:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:45:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:45:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:45:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:45:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:45:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:45:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:45:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:45:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:45:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:45:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:45:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:45:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:45:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:45:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:45:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:45:16 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:45:16 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:45:16 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:45:16 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:45:16 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:45:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:45:16 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:45:16 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:45:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:45:16 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:45:16 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:45:16 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:45:16 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:45:16 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:45:16 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:45:16 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:45:16 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:45:16 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:45:16 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 18:45:16 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:45:16 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:45:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:45:16 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:45:16 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:45:16 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:45:16 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:45:16 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:45:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:45:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:45:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:45:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:45:16 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:45:16 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:45:16 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:45:16 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:45:16 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:45:16 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:45:16 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:45:17 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:45:17 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:45:17 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:45:17 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:45:17 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:45:17 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:45:17 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:45:17 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:45:17 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:45:17 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:45:17 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:45:17 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:45:17 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:45:17 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:45:17 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:45:17 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:45:17 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:45:17 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:45:17 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:45:17 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:45:17 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:45:17 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:45:17 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:45:17 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:45:17 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:45:17 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:45:17 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:45:17 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:45:17 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:45:17 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:45:17 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:45:17 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:45:17 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:45:17 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] 18:45:17 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:45:17 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:45:17 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:45:17 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:45:17 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:45:17 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:45:18 debconf: delaying package configuration, since apt-utils is not installed 18:45:18 Fetched 63.8 MB in 2s (36.1 MB/s) 18:45:18 (Reading database ... 13912 files and directories currently installed.) 18:45:18 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:45:18 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:45:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 18:45:19 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 18:45:19 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:19 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:20 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:20 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:21 (Reading database ... 13911 files and directories currently installed.) 18:45:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:45:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:45:21 (Reading database ... 13911 files and directories currently installed.) 18:45:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:21 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:22 (Reading database ... 13911 files and directories currently installed.) 18:45:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:45:22 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:45:23 (Reading database ... 13911 files and directories currently installed.) 18:45:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:45:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:45:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:45:23 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:45:23 Setting up base-files (10.1ubuntu2.10) ... 18:45:23 Installing new version of config file /etc/issue ... 18:45:23 Installing new version of config file /etc/issue.net ... 18:45:23 Installing new version of config file /etc/lsb-release ... 18:45:23 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:45:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:45:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:45:24 Removing obsolete conffile /etc/default/motd-news ... 18:45:24 (Reading database ... 13912 files and directories currently installed.) 18:45:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:45:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:45:24 Setting up bash (4.4.18-2ubuntu1.2) ... 18:45:24 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 18:45:24 (Reading database ... 13912 files and directories currently installed.) 18:45:24 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:24 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:45:24 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:45:24 (Reading database ... 13912 files and directories currently installed.) 18:45:24 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:45:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:45:24 Setting up tar (1.29b-2ubuntu0.2) ... 18:45:25 (Reading database ... 13912 files and directories currently installed.) 18:45:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:45:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:45:25 (Reading database ... 13912 files and directories currently installed.) 18:45:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:25 (Reading database ... 13912 files and directories currently installed.) 18:45:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:45:25 (Reading database ... 13912 files and directories currently installed.) 18:45:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:45:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:45:26 Setting up grep (3.1-2build1) ... 18:45:26 (Reading database ... 13912 files and directories currently installed.) 18:45:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:45:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:45:26 Setting up login (1:4.5-1ubuntu2) ... 18:45:26 (Reading database ... 13912 files and directories currently installed.) 18:45:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:26 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:45:26 (Reading database ... 13912 files and directories currently installed.) 18:45:26 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:27 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:45:28 (Reading database ... 13912 files and directories currently installed.) 18:45:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:45:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:45:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:45:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:45:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:45:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:45:30 (Reading database ... 13912 files and directories currently installed.) 18:45:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:45:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:45:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:45:30 (Reading database ... 13912 files and directories currently installed.) 18:45:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:30 (Reading database ... 13912 files and directories currently installed.) 18:45:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:30 (Reading database ... 13912 files and directories currently installed.) 18:45:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:31 (Reading database ... 13912 files and directories currently installed.) 18:45:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:31 (Reading database ... 13912 files and directories currently installed.) 18:45:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:32 (Reading database ... 13912 files and directories currently installed.) 18:45:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:32 (Reading database ... 13912 files and directories currently installed.) 18:45:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:32 (Reading database ... 13912 files and directories currently installed.) 18:45:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:45:32 (Reading database ... 13912 files and directories currently installed.) 18:45:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:45:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:45:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:45:34 (Reading database ... 13912 files and directories currently installed.) 18:45:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:45:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:45:35 (Reading database ... 13912 files and directories currently installed.) 18:45:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:45:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:45:35 (Reading database ... 13914 files and directories currently installed.) 18:45:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:45:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:45:35 Setting up debconf (1.5.66ubuntu1) ... 18:45:35 (Reading database ... 13914 files and directories currently installed.) 18:45:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:45:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:45:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:45:36 (Reading database ... 13914 files and directories currently installed.) 18:45:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:45:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:45:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:45:36 (Reading database ... 13914 files and directories currently installed.) 18:45:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:45:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:36 (Reading database ... 13914 files and directories currently installed.) 18:45:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:45:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:37 (Reading database ... 13914 files and directories currently installed.) 18:45:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:45:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:38 (Reading database ... 13914 files and directories currently installed.) 18:45:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:45:38 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:45:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:38 (Reading database ... 13914 files and directories currently installed.) 18:45:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:45:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:45:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:45:39 (Reading database ... 13914 files and directories currently installed.) 18:45:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:45:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:39 (Reading database ... 13914 files and directories currently installed.) 18:45:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:39 (Reading database ... 13914 files and directories currently installed.) 18:45:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:45:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:45:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:45:39 (Reading database ... 13914 files and directories currently installed.) 18:45:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:45:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:45:40 Setting up passwd (1:4.5-1ubuntu2) ... 18:45:40 (Reading database ... 13914 files and directories currently installed.) 18:45:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:45:40 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:45:40 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:45:40 (Reading database ... 13914 files and directories currently installed.) 18:45:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:45:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:45:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:45:41 (Reading database ... 13914 files and directories currently installed.) 18:45:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:45:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:45:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:45:41 (Reading database ... 13914 files and directories currently installed.) 18:45:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:45:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:45:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:45:41 (Reading database ... 13914 files and directories currently installed.) 18:45:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:45:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:45:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:45:41 (Reading database ... 13914 files and directories currently installed.) 18:45:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:45:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:45:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:45:42 (Reading database ... 13914 files and directories currently installed.) 18:45:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:45:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:45:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:45:42 (Reading database ... 13915 files and directories currently installed.) 18:45:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:45:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:45:43 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:45:43 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:45:43 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:45:43 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:45:43 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:45:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:45:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:45:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:45:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:45:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:45:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:45:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:45:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:45:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:45:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:45:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:45:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:45:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:45:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:45:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:45:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:45:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:45:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:45:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:45:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:45:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:45:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:45:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:45:46 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:45:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:45:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:45:46 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:45:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:45:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:45:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:47 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:47 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:45:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:45:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:45:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:45:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:45:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:45:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:45:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:45:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:45:54 18:45:54 Current default time zone: 'Etc/UTC' 18:45:54 Local time is now: Tue Mar 9 18:45:54 UTC 2021. 18:45:54 Universal Time is now: Tue Mar 9 18:45:54 UTC 2021. 18:45:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:45:54 18:45:54 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:45:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:54 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 18:45:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:45:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:45:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:45:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:45:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:45:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:45:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:45:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:45:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:45:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:55 Setting up patch (2.7.6-2ubuntu1.1) ... 18:45:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:45:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:45:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 18:45:55 Installing new version of config file /etc/ssl/openssl.cnf ... 18:45:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:45:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:45:55 Setting up ca-certificates (20210119~18.04.1) ... 18:45:58 Updating certificates in /etc/ssl/certs... 18:45:59 23 added, 27 removed; done. 18:45:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:45:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:45:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:45:59 Setting up pkgbinarymangler (138.18.04.1) ... 18:45:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:45:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up perl (5.26.1-6ubuntu0.5) ... 18:45:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:45:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:45:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:45:59 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:45:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:45:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:45:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:45:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:45:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:45:59 Processing triggers for systemd (237-3ubuntu10.44) ... 18:46:00 Processing triggers for mime-support (3.60ubuntu1) ... 18:46:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:46:00 Updating certificates in /etc/ssl/certs... 18:46:01 0 added, 0 removed; done. 18:46:01 Running hooks in /etc/ca-certificates/update.d... 18:46:01 done. 18:46:02 Reading package lists... 18:46:02 Building dependency tree... 18:46:02 Reading state information... 18:46:02 The following NEW packages will be installed: 18:46:02 apt-transport-https 18:46:02 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:46:02 Need to get 1696 B of archives. 18:46:02 After this operation, 153 kB of additional disk space will be used. 18:46:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:46:02 debconf: delaying package configuration, since apt-utils is not installed 18:46:02 Fetched 1696 B in 0s (6208 B/s) 18:46:02 Selecting previously unselected package apt-transport-https. 18:46:02 (Reading database ... 13920 files and directories currently installed.) 18:46:02 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:46:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:46:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:46:03 Waiting for network to be ready... 18:46:13 2021-03-09T18:46:09Z INFO Waiting for automatic snapd restart... 18:46:13 snapd 2.49 from Canonical* installed 18:46:15 "snapd" switched to the "latest/stable" channel 18:46:15 18:46:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:17 ---> e25496045cee 18:46:17 Step 3/22 : WORKDIR /edgex-go 18:46:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:17 ---> e25496045cee 18:46:17 Step 3/23 : WORKDIR /edgex-go 18:46:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:17 ---> e25496045cee 18:46:17 Step 3/23 : WORKDIR /edgex-go 18:46:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:46:17 ---> e25496045cee 18:46:17 Step 3/31 : WORKDIR /edgex-go 18:46:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:17 ---> e25496045cee 18:46:17 Step 3/22 : WORKDIR /edgex-go 18:46:17 ---> Running in 0d192fa7fcab 18:46:17 ---> Running in 6e1c9d3c08f6 18:46:17 ---> Running in adcaafbed4b7 18:46:17 ---> Running in b98c83c56877 18:46:17 ---> Running in e25292695efd 18:46:17 Removing intermediate container b98c83c56877 18:46:17 ---> e21fac33f2b1 18:46:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:17 Removing intermediate container 6e1c9d3c08f6 18:46:17 ---> 3dad10678cf0 18:46:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:17 Removing intermediate container e25292695efd 18:46:17 ---> 5c395e33f8d1 18:46:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:17 ---> Running in 7077cb63dc70 18:46:17 Removing intermediate container adcaafbed4b7 18:46:17 ---> b629a50766ec 18:46:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:17 Removing intermediate container 0d192fa7fcab 18:46:17 ---> 436dd857cf47 18:46:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:17 ---> Running in 3dc8ae9e7405 18:46:17 ---> Running in b993deab5d0e 18:46:17 ---> Running in 3f806bab5ba4 18:46:17 ---> Running in d5c7133c47d4 18:46:17 Removing intermediate container 7077cb63dc70 18:46:17 ---> f2dae27ff93f 18:46:17 Step 5/23 : RUN apk add --update --no-cache make git 18:46:17 ---> Running in a156effde859 18:46:17 Removing intermediate container 3dc8ae9e7405 18:46:17 ---> 1d9a316fb6e2 18:46:17 Step 5/23 : RUN apk add --update --no-cache make git 18:46:17 ---> Running in 9d9eb15bf5d2 18:46:17 Removing intermediate container b993deab5d0e 18:46:17 ---> a0e7c529fe50 18:46:17 Step 5/22 : RUN apk add --update --no-cache make git 18:46:17 Removing intermediate container d5c7133c47d4 18:46:17 ---> 882c1790a684 18:46:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:46:17 ---> Running in 87ca90a971ab 18:46:17 Removing intermediate container 3f806bab5ba4 18:46:17 ---> 33804af7d8c0 18:46:17 Step 5/31 : RUN apk add --update --no-cache make git 18:46:17 ---> Running in 0db91a8b018f 18:46:17 ---> Running in d9c82c187b69 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:17 OK: 217 MiB in 51 packages 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:17 OK: 217 MiB in 51 packages 18:46:18 OK: 217 MiB in 51 packages 18:46:18 OK: 217 MiB in 51 packages 18:46:18 OK: 217 MiB in 51 packages 18:46:19 Removing intermediate container a156effde859 18:46:19 ---> 267ee66cd4d0 18:46:19 Step 6/23 : COPY go.mod . 18:46:19 Removing intermediate container 9d9eb15bf5d2 18:46:19 ---> 9f0d61f793dd 18:46:19 Step 6/23 : COPY go.mod . 18:46:20 ---> a349e6edf00d 18:46:20 Step 7/23 : RUN go mod download 18:46:20 Removing intermediate container d9c82c187b69 18:46:20 ---> 9572c5bc098b 18:46:20 Step 6/31 : COPY go.mod . 18:46:20 ---> Running in 01e80c6ffccb 18:46:20 Removing intermediate container 0db91a8b018f 18:46:20 ---> 7f025bf46ad5 18:46:20 Step 6/22 : COPY go.mod . 18:46:20 Removing intermediate container 87ca90a971ab 18:46:20 ---> f3c8f6dd36c0 18:46:20 Step 6/22 : COPY go.mod . 18:46:20 ---> 310fe3c45a15 18:46:20 Step 7/23 : RUN go mod download 18:46:20 ---> Running in bb8c6a83ebd3 18:46:21 ---> 6ecc24ac651e 18:46:21 Step 7/31 : RUN go mod download 18:46:21 ---> Running in 8027c2873a51 18:46:21 ---> 457227cf9472 18:46:21 Step 7/22 : RUN go mod download 18:46:22 core18 20210128 from Canonical* installed 18:46:22 "core18" switched to the "latest/stable" channel 18:46:22 18:46:22 ---> 4c0967d3be46 18:46:22 Step 7/22 : RUN go mod download 18:46:22 ---> Running in c634e32a3469 18:46:22 ---> Running in 2abf9b0dce4e 18:46:24 Removing intermediate container 01e80c6ffccb 18:46:24 ---> 722af516ff27 18:46:24 Step 8/23 : COPY . . 18:46:24 Removing intermediate container bb8c6a83ebd3 18:46:24 ---> 1a2ecbb5a055 18:46:24 Step 8/23 : COPY . . 18:46:26 Removing intermediate container 8027c2873a51 18:46:26 ---> e2a803cf0429 18:46:26 Step 8/31 : COPY . . 18:46:28 Removing intermediate container c634e32a3469 18:46:28 ---> 2697672feebb 18:46:28 Step 8/22 : COPY . . 18:46:28 snapcraft 4.5.4 from Canonical* installed 18:46:28 Removing intermediate container 2abf9b0dce4e 18:46:28 ---> c9cf82dece79 18:46:28 Step 8/22 : COPY . . 18:46:28 "snapcraft" switched to the "latest/stable" channel 18:46:28 18:46:33 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: 18:46:33 - README.md 18:46:33 - snapcraft.yaml.orig 18:46:33 18:46:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:46:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:46:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:46:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:46:42 Reading package lists... 18:46:43 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.7 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 18:46:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:49 Reading package lists... 18:46:49 Building dependency tree... 18:46:49 Reading state information... 18:46:49 Suggested packages: 18:46:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:46:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:46:49 Recommended packages: 18:46:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:46:49 The following NEW packages will be installed: 18:46:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:46:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:46:49 pkg-config zip 18:46:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:46:49 Need to get 7656 kB of archives. 18:46:49 After this operation, 43.7 MB of additional disk space will be used. 18:46:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 18:46:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:46:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:46:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:46:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:46:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:46:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:46:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:46:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:46:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:46:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:46:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:46:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:46:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:46:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:46:50 debconf: delaying package configuration, since apt-utils is not installed 18:46:50 Fetched 7656 kB in 1s (6854 kB/s) 18:46:51 Selecting previously unselected package libglib2.0-0:amd64. 18:46:51 (Reading database ... 13924 files and directories currently installed.) 18:46:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 18:46:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 18:46:51 Selecting previously unselected package libpsl5:amd64. 18:46:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:46:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:46:51 Selecting previously unselected package libnghttp2-14:amd64. 18:46:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:46:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:46:51 Selecting previously unselected package librtmp1:amd64. 18:46:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:46:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:46:51 Selecting previously unselected package libcurl3-gnutls:amd64. 18:46:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:46:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:46:51 Selecting previously unselected package liberror-perl. 18:46:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:46:51 Unpacking liberror-perl (0.17025-1) ... 18:46:51 Selecting previously unselected package git-man. 18:46:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:46:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:46:51 Selecting previously unselected package git. 18:46:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:46:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:46:53 Selecting previously unselected package libnorm1:amd64. 18:46:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:46:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:46:53 Selecting previously unselected package libpgm-5.2-0:amd64. 18:46:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:46:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:46:53 Selecting previously unselected package libsodium23:amd64. 18:46:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:46:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:46:53 Selecting previously unselected package libzmq5:amd64. 18:46:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:46:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:46:53 Selecting previously unselected package libzmq3-dev:amd64. 18:46:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:46:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:46:53 Selecting previously unselected package pkg-config. 18:46:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:46:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:46:53 Selecting previously unselected package zip. 18:46:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:46:53 Unpacking zip (3.0-11build1) ... 18:46:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:46:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:46:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:46:53 Setting up liberror-perl (0.17025-1) ... 18:46:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:46:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 18:46:53 No schema files found: doing nothing. 18:46:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:46:54 Setting up zip (3.0-11build1) ... 18:46:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:46:54 Setting up libsodium23:amd64 (1.0.16-2) ... 18:46:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:46:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:46:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:46:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:46:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:46:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:46:55 ---> ec329a7a973f 18:46:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:46:55 ---> 3ac4d862735f 18:46:55 Step 9/23 : RUN make cmd/core-command/core-command 18:46:55 ---> f365b35fedbd 18:46:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:46:55 ---> 9bdb17a8444b 18:46:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:46:55 ---> 6d992f3149f9 18:46:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:46:55 ---> Running in 89f0e6bc00e3 18:46:55 ---> Running in 2b63f064588d 18:46:55 ---> Running in 08608674ea8d 18:46:55 ---> Running in 36fb3fb16dbe 18:46:55 ---> Running in 0ca8a2eb7ab7 18:46:55 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 18:46:55 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 18:46:55 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 18:46:55 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 18:46:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:47:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:47:01 git set to automatically installed. 18:47:01 git-man set to automatically installed. 18:47:01 libcurl3-gnutls set to automatically installed. 18:47:01 liberror-perl set to automatically installed. 18:47:01 libglib2.0-0 set to automatically installed. 18:47:01 libnghttp2-14 set to automatically installed. 18:47:01 libnorm1 set to automatically installed. 18:47:01 libpgm-5.2-0 set to automatically installed. 18:47:01 libpsl5 set to automatically installed. 18:47:01 librtmp1 set to automatically installed. 18:47:01 libsodium23 set to automatically installed. 18:47:01 libzmq3-dev set to automatically installed. 18:47:01 libzmq5 set to automatically installed. 18:47:01 pkg-config set to automatically installed. 18:47:01 zip set to automatically installed. 18:47:03 snapd is not logged in, snap install commands will use sudo 18:47:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:47:10 snap "core18" has no updates available 18:47:11 Pulling config-common 18:47:11 + snapcraftctl pull 18:47:12 Pulling go-build-helper 18:47:12 + snapcraftctl pull 18:47:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:47:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:47:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 18:47:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 18:47:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:47:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:47:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 18:47:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 18:47:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 18:47:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 18:47:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:47:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:47:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:47:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:47:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:47:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:47:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:47:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:47:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:47:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 18:47:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 18:47:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:47:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:47:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 18:47:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 18:47:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 18:47:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 18:47:39 Fetched 24.0 MB in 6s (3986 kB/s) 18:47:39 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:47:39 Fetched 96.5 kB in 0s (0 B/s) 18:47:39 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:47:39 Fetched 279 kB in 0s (0 B/s) 18:47:39 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:47:39 Fetched 122 kB in 0s (0 B/s) 18:47:39 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:47:39 Fetched 77.8 kB in 0s (0 B/s) 18:47:39 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:47:39 Fetched 8848 B in 0s (0 B/s) 18:47:39 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:47:39 Fetched 47.8 kB in 0s (0 B/s) 18:47:39 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:47:39 Fetched 45.6 kB in 0s (0 B/s) 18:47:39 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:47:39 Fetched 15.0 kB in 0s (0 B/s) 18:47:39 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:47:39 Fetched 214 kB in 0s (0 B/s) 18:47:39 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:47:39 Fetched 154 kB in 0s (0 B/s) 18:47:39 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:47:39 Fetched 50.6 kB in 0s (0 B/s) 18:47:39 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:47:39 Fetched 14.8 kB in 0s (0 B/s) 18:47:39 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:47:39 Fetched 41.8 kB in 0s (0 B/s) 18:47:39 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:47:39 Fetched 499 kB in 0s (0 B/s) 18:47:39 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:47:39 Fetched 111 kB in 0s (0 B/s) 18:47:39 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:47:39 Fetched 240 kB in 0s (0 B/s) 18:47:39 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:47:39 Fetched 29.3 kB in 0s (0 B/s) 18:47:39 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:47:39 Fetched 85.5 kB in 0s (0 B/s) 18:47:39 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:47:39 Fetched 24.5 kB in 0s (0 B/s) 18:47:39 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:47:39 Fetched 49.2 kB in 0s (0 B/s) 18:47:39 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:47:39 Fetched 54.2 kB in 0s (0 B/s) 18:47:39 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:47:39 Fetched 30.8 kB in 0s (0 B/s) 18:47:39 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:47:39 Fetched 15.8 kB in 0s (0 B/s) 18:47:39 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:47:39 Fetched 85.9 kB in 0s (0 B/s) 18:47:39 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:47:39 Fetched 8720 B in 0s (0 B/s) 18:47:39 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:47:39 Fetched 137 kB in 0s (0 B/s) 18:47:39 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:47:39 Fetched 119 kB in 0s (0 B/s) 18:47:39 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:47:39 Fetched 109 kB in 0s (0 B/s) 18:47:39 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:47:39 Fetched 11.1 kB in 0s (0 B/s) 18:47:39 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:47:39 Fetched 645 kB in 0s (0 B/s) 18:47:39 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:47:39 Fetched 41.3 kB in 0s (0 B/s) 18:47:39 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:47:39 Fetched 17.9 kB in 0s (0 B/s) 18:47:39 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:47:39 Fetched 368 kB in 0s (0 B/s) 18:47:39 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:47:39 Fetched 187 kB in 0s (0 B/s) 18:47:39 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:47:39 Fetched 175 kB in 0s (0 B/s) 18:47:39 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:47:41 Fetched 206 kB in 0s (0 B/s) 18:47:41 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 18:47:41 Fetched 1301 kB in 0s (0 B/s) 18:47:41 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:47:41 Fetched 36.2 kB in 0s (0 B/s) 18:47:41 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:47:41 Fetched 159 kB in 0s (0 B/s) 18:47:41 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:47:41 Fetched 107 kB in 0s (0 B/s) 18:47:41 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:47:41 Fetched 48.7 kB in 0s (0 B/s) 18:47:41 Pulling static-packages 18:47:41 + snapcraftctl pull 18:47:43 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:47:43 Skipping pull go-build-helper (already ran) 18:47:43 Skipping pull static-packages (already ran) 18:47:43 Building go-build-helper 18:47:43 + snapcraftctl build 18:47:48 Building static-packages 18:47:48 + snapcraftctl build 18:47:51 Staging go-build-helper 18:47:51 + snapcraftctl stage 18:47:52 Staging static-packages 18:47:52 + snapcraftctl stage 18:47:54 Pulling go115 18:47:54 + snapcraftctl pull 18:47:55 'edgex-go' has dependencies that need to be staged: go115 18:47:55 Skipping pull go115 (already ran) 18:47:55 Building go115 18:47:55 + dpkg --print-architecture 18:47:55 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 18:47:55 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 18:47:55 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 18:47:55 % Total % Received % Xferd Average Speed Time Time Time Current 18:47:55 Dload Upload Total Spent Left Speed 18:47:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 48 115M 48 56.0M 0 0 35.1M 0 0:00:03 0:00:01 0:00:02 35.1M 82 115M 82 95.1M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 18:47:58 curl: (16) Error in the HTTP2 framing layer 18:47:58 Failed to run 'override-build': Exit code was 16. 18:47:58 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:48:01 Failed in branch amd64 18:48:47 Removing intermediate container 0ca8a2eb7ab7 18:48:47 ---> 818da45498e2 18:48:47 18:48:47 Step 10/31 : FROM alpine:3.12 18:48:47 3.12: Pulling from library/alpine 18:48:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:48:47 Status: Downloaded newer image for alpine:3.12 18:48:47 ---> d10569e2745f 18:48:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:48:47 ---> Running in 34f85cd91bd4 18:48:47 Removing intermediate container 34f85cd91bd4 18:48:47 ---> 9ede677dcc06 18:48:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:48:47 ---> Running in e02930e1598f 18:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:47 (1/2) Installing dumb-init (1.2.2-r1) 18:48:47 (2/2) Installing su-exec (0.2-r1) 18:48:47 Executing busybox-1.31.1-r19.trigger 18:48:47 OK: 5 MiB in 16 packages 18:48:48 Removing intermediate container e02930e1598f 18:48:48 ---> be10a910dad1 18:48:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:48:48 ---> Running in ce8cc9531bc0 18:48:49 Removing intermediate container ce8cc9531bc0 18:48:49 ---> 153514f68819 18:48:49 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:48:50 ---> Running in a4c22f731794 18:48:51 Removing intermediate container a4c22f731794 18:48:51 ---> f7b930e67e86 18:48:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:48:51 ---> Running in df0b9c43b107 18:48:52 Removing intermediate container 2b63f064588d 18:48:52 ---> bbfb52e8ecad 18:48:52 18:48:52 Step 10/23 : FROM alpine:3.12 18:48:52 ---> d10569e2745f 18:48:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:48:53 ---> Running in 76801a80d59d 18:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:56 Removing intermediate container df0b9c43b107 18:48:56 ---> dacbba778eb1 18:48:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:48:58 (1/1) Installing dumb-init (1.2.2-r1) 18:48:58 Executing busybox-1.31.1-r19.trigger 18:48:58 OK: 5 MiB in 15 packages 18:48:58 ---> Running in 71c7377e91d3 18:48:58 Removing intermediate container 36fb3fb16dbe 18:48:58 ---> 93c3a86199a5 18:48:58 18:48:58 Step 10/22 : FROM alpine:3.12 18:48:58 ---> d10569e2745f 18:48:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:48:58 Removing intermediate container 89f0e6bc00e3 18:48:58 ---> d68112d372ad 18:48:58 18:48:58 Step 10/22 : FROM alpine:3.12 18:48:58 ---> d10569e2745f 18:48:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:48:58 ---> Running in 2d38f8c414e5 18:48:58 ---> Running in 343a7f6164b6 18:48:58 Removing intermediate container 71c7377e91d3 18:48:58 ---> 0cf9c89bd35b 18:48:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:48:59 Removing intermediate container 76801a80d59d 18:48:59 ---> 71a38143971d 18:48:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:48:59 ---> Running in a2a451e64117 18:48:59 ---> 87b29fe6a767 18:48:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:00 ---> Running in a91698005ec9 18:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:00 Removing intermediate container a2a451e64117 18:49:00 ---> 2b346d65932e 18:49:00 Step 13/23 : ENV APP_PORT=48082 18:49:00 ---> Running in 940854c631bf 18:49:01 (1/1) Installing dumb-init (1.2.2-r1) 18:49:01 Executing busybox-1.31.1-r19.trigger 18:49:01 OK: 5 MiB in 15 packages 18:49:01 (1/2) Installing ca-certificates (20191127-r4) 18:49:01 (2/2) Installing dumb-init (1.2.2-r1) 18:49:01 Executing busybox-1.31.1-r19.trigger 18:49:01 Executing ca-certificates-20191127-r4.trigger 18:49:01 OK: 6 MiB in 16 packages 18:49:02 Removing intermediate container 940854c631bf 18:49:02 ---> 2a289c3159de 18:49:02 Step 14/23 : EXPOSE $APP_PORT 18:49:02 ---> Running in 15d8decc5343 18:49:03 Removing intermediate container 08608674ea8d 18:49:03 ---> bba679cf8fba 18:49:03 18:49:03 Step 10/23 : FROM alpine:3.12 18:49:03 ---> d10569e2745f 18:49:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:49:03 ---> Using cache 18:49:03 ---> 71a38143971d 18:49:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:03 ---> Using cache 18:49:03 ---> 2b346d65932e 18:49:03 Step 13/23 : ENV APP_PORT=48081 18:49:03 Removing intermediate container 15d8decc5343 18:49:03 ---> 5abbd9bc5f6f 18:49:03 Step 15/23 : WORKDIR / 18:49:03 Removing intermediate container 343a7f6164b6 18:49:03 ---> dad20c0bde61 18:49:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:03 ---> Running in 7ffcec4d9cbd 18:49:03 ---> Running in bb640c51b748 18:49:03 Removing intermediate container a91698005ec9 18:49:03 ---> ba02a3ff2078 18:49:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:03 ---> Running in 0c1caa8c45ca 18:49:04 Removing intermediate container 2d38f8c414e5 18:49:04 ---> 70b405d5f347 18:49:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:49:04 ---> Running in 5c090d6e5f88 18:49:04 Removing intermediate container 7ffcec4d9cbd 18:49:04 ---> 4bb6f88eb81f 18:49:04 Step 14/23 : EXPOSE $APP_PORT 18:49:04 Removing intermediate container bb640c51b748 18:49:04 ---> 01e46fd75ce6 18:49:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:04 Removing intermediate container 0c1caa8c45ca 18:49:04 ---> 39e2133fb69f 18:49:04 Step 13/22 : ENV APP_PORT=48085 18:49:04 ---> Running in b08a7b7c7dd1 18:49:05 ---> Running in 7713f8b35ef0 18:49:05 ---> 26b8b768e339 18:49:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:49:05 Removing intermediate container 5c090d6e5f88 18:49:05 ---> a84fb707213a 18:49:05 Step 13/22 : ENV APP_PORT=48060 18:49:05 Removing intermediate container b08a7b7c7dd1 18:49:05 ---> ee8279481aab 18:49:05 Step 15/23 : WORKDIR / 18:49:05 ---> Running in 7ef953072b3f 18:49:05 ---> Running in ccc911cccc2b 18:49:05 Removing intermediate container 7713f8b35ef0 18:49:05 ---> c8f06e21e39a 18:49:05 Step 14/22 : EXPOSE $APP_PORT 18:49:05 ---> 56265535177c 18:49:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:49:06 ---> Running in d5e23c8cbee0 18:49:06 Removing intermediate container 7ef953072b3f 18:49:06 ---> bf9f855806b7 18:49:06 Step 14/22 : EXPOSE $APP_PORT 18:49:06 ---> Running in 2b49b79eb65c 18:49:07 Removing intermediate container ccc911cccc2b 18:49:07 ---> 4fdc5503cbc7 18:49:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:07 Removing intermediate container d5e23c8cbee0 18:49:07 ---> 10938edc696d 18:49:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:07 ---> 3844566324fb 18:49:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:49:07 Removing intermediate container 2b49b79eb65c 18:49:07 ---> 523b70f6653c 18:49:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:07 ---> babcb43b3b41 18:49:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:49:08 ---> ab5d822048a8 18:49:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:49:08 ---> a9b67354459b 18:49:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:49:08 ---> bca8427d4e3e 18:49:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:49:08 ---> 1edfd63b30b1 18:49:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:49:08 ---> 7e027eb4806f 18:49:08 Step 19/23 : ENTRYPOINT ["/core-command"] 18:49:09 ---> Running in 2da04b30daaf 18:49:10 ---> d1296c339717 18:49:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:49:10 Removing intermediate container 2da04b30daaf 18:49:10 ---> db19608cb46c 18:49:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:10 ---> 88be72fb3d0a 18:49:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:49:10 ---> 2e147ac45eab 18:49:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:49:10 ---> b6a51888a66e 18:49:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:49:10 ---> Running in 2c0eb3fa7acc 18:49:11 ---> cbbba1408365 18:49:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:49:11 Removing intermediate container 2c0eb3fa7acc 18:49:11 ---> bde0a3dc6d0e 18:49:11 Step 21/23 : LABEL arch=arm64 18:49:11 ---> Running in 26a014f5e949 18:49:11 ---> f9b3a3ae4e70 18:49:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:49:11 ---> daceb2aaf4c0 18:49:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:49:11 ---> Running in 7200300b0405 18:49:11 ---> 340a062c8b6b 18:49:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:49:12 ---> Running in c74dce3eb226 18:49:12 ---> Running in dc5894c1fa9f 18:49:12 ---> Running in 9e46a5cd1b66 18:49:12 Removing intermediate container 26a014f5e949 18:49:12 ---> bebb2c0841e2 18:49:12 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:49:12 Removing intermediate container 7200300b0405 18:49:12 ---> 08bdca0b0648 18:49:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:49:12 ---> Running in bc9a0ec57291 18:49:12 Removing intermediate container c74dce3eb226 18:49:12 ---> 0844c4c45229 18:49:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:12 Removing intermediate container dc5894c1fa9f 18:49:12 ---> ad9cfea25b57 18:49:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:12 Removing intermediate container 9e46a5cd1b66 18:49:12 ---> 9b1468963a15 18:49:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:13 ---> Running in 740c3264988e 18:49:13 ---> Running in b9592291eb7b 18:49:13 ---> Running in e0b445ee4383 18:49:13 Removing intermediate container bc9a0ec57291 18:49:13 ---> 6ef423e8fe75 18:49:13 Step 23/23 : LABEL version=0.0.0 18:49:13 ---> 529fe97edd4c 18:49:13 Step 26/31 : RUN chmod +x /entrypoint.sh 18:49:13 ---> Running in 4765f0c96d7f 18:49:14 ---> Running in c47d43949b9d 18:49:14 Removing intermediate container b9592291eb7b 18:49:14 ---> 8ff1577579d2 18:49:14 Step 21/23 : LABEL arch=arm64 18:49:14 Removing intermediate container e0b445ee4383 18:49:14 ---> 7b4663e2bc4e 18:49:14 Step 20/22 : LABEL arch=arm64 18:49:14 Removing intermediate container 740c3264988e 18:49:14 ---> f3abaefd0a57 18:49:14 Step 20/22 : LABEL arch=arm64 18:49:14 Removing intermediate container 4765f0c96d7f 18:49:14 ---> d068d7d71670 18:49:14 18:49:14 ---> Running in 274eef5fbd68 18:49:14 ---> Running in d2fa4acd558e 18:49:14 ---> Running in 3d57964f5e39 18:49:14 Successfully built d068d7d71670 18:49:15 Successfully tagged docker-core-command-go-arm64:latest 18:49:15  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 18:49:15 Removing intermediate container d2fa4acd558e 18:49:15 ---> 78d344915258 18:49:15 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:49:15 Removing intermediate container 3d57964f5e39 18:49:15 ---> b1822a31ad88 18:49:15 Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:49:15 Removing intermediate container 274eef5fbd68 18:49:15 ---> 4475f0b9fd11 18:49:15 Step 21/22 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:49:15 ---> Running in 5367a3d12edc 18:49:15 ---> Running in 5cc943adc324 18:49:15 ---> Running in d8ed3b8aa57b 18:49:16 Removing intermediate container 5367a3d12edc 18:49:16 ---> 465d524e2415 18:49:16 Step 22/22 : LABEL version=0.0.0 18:49:16 Removing intermediate container d8ed3b8aa57b 18:49:16 ---> 6db48eda54b9 18:49:16 Step 22/22 : LABEL version=0.0.0 18:49:16 Removing intermediate container 5cc943adc324 18:49:16 ---> 6d4c3eb31159 18:49:16 Step 23/23 : LABEL version=0.0.0 18:49:16 ---> Running in 8f0c4d8ae479 18:49:17 ---> Running in 7bd19193a7ff 18:49:17 ---> Running in 07d3602abb82 18:49:17 Removing intermediate container c47d43949b9d 18:49:17 ---> f45ff72e07e9 18:49:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:49:17 Removing intermediate container 8f0c4d8ae479 18:49:17 ---> ced7bb236874 18:49:17 18:49:17 Removing intermediate container 07d3602abb82 18:49:17 ---> d944c4f15fb8 18:49:17 18:49:18 Successfully built ced7bb236874 18:49:18 Successfully built d944c4f15fb8 18:49:18 Successfully tagged docker-support-notifications-go-arm64:latest 18:49:18 Successfully tagged docker-support-scheduler-go-arm64:latest 18:49:18  Building docker-support-notifications-go ... done  ---> Running in 91e6f2412d6c 18:49:18 Building docker-security-secretstore-setup-go 18:49:18  Building docker-support-scheduler-go ... done Building docker-core-data-go 18:49:18 Removing intermediate container 7bd19193a7ff 18:49:18 ---> ca7dbc63b8f2 18:49:18 18:49:19 Successfully built ca7dbc63b8f2 18:49:19 Successfully tagged docker-core-metadata-go-arm64:latest 18:49:19  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 18:49:19 Removing intermediate container 91e6f2412d6c 18:49:19 ---> 450b53793a2b 18:49:19 Step 28/31 : CMD ["gate"] 18:49:19 ---> Running in 5a5031b265ed 18:49:20 Removing intermediate container 5a5031b265ed 18:49:20 ---> 6cd3980c2d89 18:49:20 Step 29/31 : LABEL arch=arm64 18:49:20 ---> Running in ff01e88754fc 18:49:21 Removing intermediate container ff01e88754fc 18:49:21 ---> c7c84df2df77 18:49:21 Step 30/31 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:49:21 ---> Running in 580a1e5b8d00 18:49:21 Removing intermediate container 580a1e5b8d00 18:49:21 ---> a8726dfeab2f 18:49:21 Step 31/31 : LABEL version=0.0.0 18:49:22 ---> Running in 1ac610acb356 18:49:22 Removing intermediate container 1ac610acb356 18:49:22 ---> 821ea63296de 18:49:22 18:49:23 Successfully built 821ea63296de 18:49:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:50:10  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:50:10 ---> e25496045cee 18:50:10 Step 3/21 : WORKDIR /edgex-go 18:50:10 ---> Using cache 18:50:10 ---> 436dd857cf47 18:50:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:10 ---> Using cache 18:50:10 ---> 33804af7d8c0 18:50:10 Step 5/21 : RUN apk add --update --no-cache make git 18:50:10 ---> Using cache 18:50:10 ---> 9572c5bc098b 18:50:10 Step 6/21 : COPY go.mod . 18:50:10 ---> Using cache 18:50:10 ---> 6ecc24ac651e 18:50:10 Step 7/21 : RUN go mod download 18:50:10 ---> Using cache 18:50:10 ---> e2a803cf0429 18:50:10 Step 8/21 : COPY . . 18:50:10 ---> Using cache 18:50:10 ---> 6d992f3149f9 18:50:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:50:10 ---> Running in ebc1f209bdbb 18:50:12 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 18:50:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:50:14 ---> e25496045cee 18:50:14 Step 3/26 : WORKDIR /edgex-go 18:50:14 ---> Using cache 18:50:14 ---> 436dd857cf47 18:50:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:14 ---> Using cache 18:50:14 ---> 33804af7d8c0 18:50:14 Step 5/26 : RUN apk add --update --no-cache make bash git 18:50:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:14 ---> e25496045cee 18:50:14 Step 3/23 : WORKDIR /edgex-go 18:50:14 ---> Using cache 18:50:14 ---> 436dd857cf47 18:50:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:14 ---> Using cache 18:50:14 ---> 33804af7d8c0 18:50:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:50:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:14 ---> e25496045cee 18:50:14 Step 3/24 : WORKDIR /edgex-go 18:50:14 ---> Using cache 18:50:14 ---> 436dd857cf47 18:50:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:14 ---> Using cache 18:50:14 ---> 33804af7d8c0 18:50:14 Step 5/24 : RUN apk add --update --no-cache make git 18:50:14 ---> Using cache 18:50:14 ---> 9572c5bc098b 18:50:14 Step 6/24 : COPY go.mod . 18:50:14 ---> Using cache 18:50:14 ---> 6ecc24ac651e 18:50:14 Step 7/24 : RUN go mod download 18:50:14 ---> Using cache 18:50:14 ---> e2a803cf0429 18:50:14 Step 8/24 : COPY . . 18:50:14 ---> Using cache 18:50:14 ---> 6d992f3149f9 18:50:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:50:14 ---> Running in 0435327302c6 18:50:14 ---> Running in a14dbf297633 18:50:14 ---> Running in 23a9138de2d7 18:50:17 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 18:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:18 OK: 217 MiB in 51 packages 18:50:19 OK: 217 MiB in 51 packages 18:50:20 Removing intermediate container a14dbf297633 18:50:20 ---> 42e14a20ac99 18:50:20 Step 6/26 : COPY go.mod . 18:50:21 Removing intermediate container 0435327302c6 18:50:21 ---> be97b57a683f 18:50:21 Step 6/23 : COPY go.mod . 18:50:21 ---> 66ae232df834 18:50:21 Step 7/26 : RUN go mod download 18:50:22 ---> Running in 70e80474aace 18:50:22 ---> f4e8e48363ad 18:50:22 Step 7/23 : RUN go mod download 18:50:22 ---> Running in 3859d751e5d5 18:50:26 Removing intermediate container 70e80474aace 18:50:26 ---> 73d48eb9eab4 18:50:26 Step 8/26 : COPY . . 18:50:27 Removing intermediate container 3859d751e5d5 18:50:27 ---> 864b99e462d1 18:50:27 Step 8/23 : COPY . . 18:50:59 ---> 041a184bbd7d 18:50:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:50:59 ---> 84f3f3ddceb3 18:50:59 Step 9/23 : RUN make cmd/core-data/core-data 18:50:59 ---> Running in 1f061a9a215f 18:50:59 ---> Running in 902c5945713a 18:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:51:00 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 18:51:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:51:06 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 18:51:16 Removing intermediate container ebc1f209bdbb 18:51:16 ---> 489c62cf7035 18:51:16 18:51:16 Step 10/21 : FROM alpine:3.12 18:51:16 ---> d10569e2745f 18:51:16 Step 11/21 : RUN apk add --update --no-cache curl 18:51:16 ---> Running in ca2dac031ba3 18:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:19 (1/4) Installing ca-certificates (20191127-r4) 18:51:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:51:19 (3/4) Installing libcurl (7.69.1-r3) 18:51:19 (4/4) Installing curl (7.69.1-r3) 18:51:19 Executing busybox-1.31.1-r19.trigger 18:51:19 Executing ca-certificates-20191127-r4.trigger 18:51:20 OK: 7 MiB in 18 packages 18:51:21 Removing intermediate container 23a9138de2d7 18:51:21 ---> ece88559126f 18:51:21 18:51:21 Step 10/24 : FROM alpine:3.12 18:51:21 ---> d10569e2745f 18:51:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:51:21 ---> Running in 76dfec1fcb23 18:51:23 Removing intermediate container ca2dac031ba3 18:51:23 ---> 2221e70a2dac 18:51:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:51:23 ---> Running in 5004131c3812 18:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:24 Removing intermediate container 5004131c3812 18:51:24 ---> 1742a0fd59d7 18:51:24 Step 13/21 : WORKDIR /edgex 18:51:24 ---> Running in b77fa5d33f24 18:51:24 (1/5) Installing ca-certificates (20191127-r4) 18:51:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:51:24 (3/5) Installing libcurl (7.69.1-r3) 18:51:24 (4/5) Installing curl (7.69.1-r3) 18:51:24 (5/5) Installing dumb-init (1.2.2-r1) 18:51:24 Executing busybox-1.31.1-r19.trigger 18:51:24 Executing ca-certificates-20191127-r4.trigger 18:51:24 OK: 7 MiB in 19 packages 18:51:24 Removing intermediate container b77fa5d33f24 18:51:24 ---> a47d0c24f9dd 18:51:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:51:26 ---> 458fde9aa1b7 18:51:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:51:27 Removing intermediate container 76dfec1fcb23 18:51:27 ---> a28d7cf06ced 18:51:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:51:27 ---> Running in 32eb4be65871 18:51:28 ---> c5554d2ef8c8 18:51:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:51:28 Removing intermediate container 32eb4be65871 18:51:28 ---> 514dfce50064 18:51:28 Step 13/24 : WORKDIR / 18:51:28 ---> Running in 580a3734224b 18:51:29 Removing intermediate container 580a3734224b 18:51:29 ---> cb89d6c860cc 18:51:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:51:30 ---> e685b1d47e02 18:51:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:51:30 ---> Running in f2c49a919bb5 18:51:31 ---> 6f38488800f0 18:51:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:51:31 Removing intermediate container f2c49a919bb5 18:51:31 ---> 8b2f49ed269d 18:51:31 Step 18/21 : CMD ["--init=true"] 18:51:31 ---> Running in 6f4c4b2d8e8e 18:51:32 Removing intermediate container 6f4c4b2d8e8e 18:51:32 ---> 192d6e8f96c7 18:51:32 Step 19/21 : LABEL arch=arm64 18:51:32 ---> da27d689c77c 18:51:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:51:32 ---> Running in fa9eb232e2ce 18:51:33 Removing intermediate container fa9eb232e2ce 18:51:33 ---> e6bf48c8366b 18:51:33 Step 20/21 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:51:33 ---> Running in 5350a9abdb3b 18:51:33 ---> eb86f156249c 18:51:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:51:34 Removing intermediate container 5350a9abdb3b 18:51:34 ---> ffcccc5f60c4 18:51:34 Step 21/21 : LABEL version=0.0.0 18:51:34 ---> Running in 0f5f26304fb6 18:51:35 Removing intermediate container 0f5f26304fb6 18:51:35 ---> e921d292dc06 18:51:35 18:51:35 ---> 1657d13c80e6 18:51:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:51:36 Successfully built e921d292dc06 18:51:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:51:37  Building docker-security-proxy-setup-go ... done  ---> 5f3adc4a4b98 18:51:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:51:38 ---> 20f3c8e181f5 18:51:38 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/ 18:51:38 ---> Running in b8815151d3ab 18:51:42 Removing intermediate container b8815151d3ab 18:51:42 ---> fb03de8242cf 18:51:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:51:42 ---> Running in f85f40d36f52 18:51:42 Removing intermediate container f85f40d36f52 18:51:42 ---> dde8e6c6d594 18:51:42 Step 22/24 : LABEL arch=arm64 18:51:42 ---> Running in 18646e44a7c1 18:51:43 Removing intermediate container 18646e44a7c1 18:51:43 ---> 08937755aebd 18:51:43 Step 23/24 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:51:43 ---> Running in e10a2cc4aab6 18:51:44 Removing intermediate container e10a2cc4aab6 18:51:44 ---> 1538b1a97eb8 18:51:44 Step 24/24 : LABEL version=0.0.0 18:51:44 ---> Running in 9eb866e2ec6b 18:51:45 Removing intermediate container 9eb866e2ec6b 18:51:45 ---> cd7697363780 18:51:45 18:51:45 Successfully built cd7697363780 18:51:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:52:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f061a9a215f 18:52:04 ---> 8ffbe4663c21 18:52:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:52:04 ---> Running in f32c7ba25ec1 18:52:04 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 18:52:08 Removing intermediate container f32c7ba25ec1 18:52:08 ---> bff416a81d40 18:52:08 18:52:08 Step 11/26 : FROM docker:20.10.0 18:52:08 20.10.0: Pulling from library/docker 18:52:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:52:18 Status: Downloaded newer image for docker:20.10.0 18:52:18 ---> eeaf43b92773 18:52:18 Step 12/26 : RUN apk add --no-cache bash 18:52:18 Removing intermediate container 902c5945713a 18:52:18 ---> 0867dd0613f3 18:52:18 18:52:18 Step 10/23 : FROM alpine:3.12 18:52:18 ---> d10569e2745f 18:52:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:52:18 ---> Running in bee03b68f40c 18:52:18 ---> Running in 0d0c815310a9 18:52:18 Removing intermediate container 0d0c815310a9 18:52:18 ---> d74082accc1c 18:52:18 Step 12/23 : ENV APP_PORT=48080 18:52:18 ---> Running in a7009592b6fb 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:18 Removing intermediate container a7009592b6fb 18:52:18 ---> 219dc15a0966 18:52:18 Step 13/23 : EXPOSE $APP_PORT 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:18 ---> Running in d98a837770ff 18:52:18 Removing intermediate container d98a837770ff 18:52:18 ---> c66055c8dafe 18:52:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:18 (1/2) Installing readline (8.0.4-r0) 18:52:18 (2/2) Installing bash (5.0.17-r0) 18:52:18 Executing bash-5.0.17-r0.post-install 18:52:18 Executing busybox-1.31.1-r19.trigger 18:52:18 OK: 12 MiB in 22 packages 18:52:19 ---> Running in 08108eb824a2 18:52:20 Removing intermediate container bee03b68f40c 18:52:20 ---> 119a51845d29 18:52:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:52:20 ---> Running in 019a482b5177 18:52:20 Removing intermediate container 019a482b5177 18:52:20 ---> 014f32aa5a92 18:52:20 Step 14/26 : ENV APP_PORT=48090 18:52:20 ---> Running in 6af364b9bf5d 18:52:21 Removing intermediate container 08108eb824a2 18:52:21 ---> d2d1770219e1 18:52:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:52:21 ---> Running in 3a5c4912d395 18:52:21 Removing intermediate container 6af364b9bf5d 18:52:21 ---> bd78320c5b74 18:52:21 Step 15/26 : EXPOSE $APP_PORT 18:52:21 ---> Running in 96ae4e20d4a3 18:52:22 Removing intermediate container 96ae4e20d4a3 18:52:22 ---> 7a8eea64c526 18:52:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:52:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:23 ---> 0df3c49eaa3b 18:52:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:52:23 (1/6) Installing dumb-init (1.2.2-r1) 18:52:24 (2/6) Installing libgcc (9.3.0-r2) 18:52:24 ---> b81cb509cea0 18:52:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:52:24 (3/6) Installing libsodium (1.0.18-r0) 18:52:24 (4/6) Installing libstdc++ (9.3.0-r2) 18:52:24 (5/6) Installing libzmq (4.3.3-r0) 18:52:24 (6/6) Installing zeromq (4.3.3-r0) 18:52:24 Executing busybox-1.31.1-r19.trigger 18:52:24 OK: 8 MiB in 20 packages 18:52:24 ---> 002836d5ca0f 18:52:24 Step 19/26 : RUN apk --no-cache add py3-pip 18:52:25 ---> Running in 941414f23ed6 18:52:25 Removing intermediate container 3a5c4912d395 18:52:25 ---> ad13ae22b05f 18:52:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:26 ---> e557ae9fc640 18:52:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:52:27 (1/33) Installing libbz2 (1.0.8-r1) 18:52:27 (2/33) Installing expat (2.2.9-r1) 18:52:27 (3/33) Installing libffi (3.3-r2) 18:52:27 (4/33) Installing gdbm (1.13-r1) 18:52:27 (5/33) Installing xz-libs (5.2.5-r0) 18:52:27 (6/33) Installing sqlite-libs (3.32.1-r0) 18:52:27 (7/33) Installing python3 (3.8.5-r1) 18:52:28 ---> b73dd5bf9e29 18:52:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:52:29 (8/33) Installing py3-appdirs (1.4.4-r1) 18:52:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:52:29 (10/33) Installing py3-parsing (2.4.7-r0) 18:52:29 (11/33) Installing py3-six (1.15.0-r0) 18:52:29 (12/33) Installing py3-packaging (20.4-r0) 18:52:29 (13/33) Installing py3-setuptools (47.0.0-r0) 18:52:29 (14/33) Installing py3-chardet (3.0.4-r4) 18:52:29 (15/33) Installing py3-idna (2.9-r0) 18:52:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:52:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:52:29 (18/33) Installing py3-requests (2.23.0-r0) 18:52:29 (19/33) Installing py3-msgpack (1.0.0-r0) 18:52:29 (20/33) Installing py3-lockfile (0.12.2-r3) 18:52:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:52:29 (22/33) Installing py3-colorama (0.4.3-r0) 18:52:29 (23/33) Installing py3-distlib (0.3.0-r0) 18:52:29 ---> ba79728debc0 18:52:29 Step 19/23 : ENTRYPOINT ["/core-data"] 18:52:29 (24/33) Installing py3-distro (1.5.0-r1) 18:52:29 (25/33) Installing py3-webencodings (0.5.1-r3) 18:52:29 (26/33) Installing py3-html5lib (1.0.1-r4) 18:52:29 (27/33) Installing py3-pytoml (0.1.21-r0) 18:52:29 (28/33) Installing py3-pep517 (0.8.2-r0) 18:52:29 (29/33) Installing py3-progress (1.5-r0) 18:52:29 (30/33) Installing py3-toml (0.10.1-r0) 18:52:29 (31/33) Installing py3-retrying (1.3.3-r0) 18:52:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:52:29 (33/33) Installing py3-pip (20.1.1-r0) 18:52:29 ---> Running in 7c0ddb6c6678 18:52:29 Executing busybox-1.31.1-r19.trigger 18:52:29 OK: 71 MiB in 55 packages 18:52:30 Removing intermediate container 7c0ddb6c6678 18:52:30 ---> c2aa54bdacd9 18:52:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:30 ---> Running in cac763f2f388 18:52:30 Removing intermediate container cac763f2f388 18:52:30 ---> 37accf675d37 18:52:30 Step 21/23 : LABEL arch=arm64 18:52:30 ---> Running in 743d259280f2 18:52:31 Removing intermediate container 743d259280f2 18:52:31 ---> d9bad97659f3 18:52:31 Step 22/23 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:52:31 ---> Running in a80e93a3432f 18:52:32 Removing intermediate container a80e93a3432f 18:52:32 ---> 944df1ca5182 18:52:32 Step 23/23 : LABEL version=0.0.0 18:52:32 ---> Running in 18aa0903666a 18:52:33 Removing intermediate container 18aa0903666a 18:52:33 ---> e764e44c2d76 18:52:33 18:52:33 Successfully built e764e44c2d76 18:52:33 Successfully tagged docker-core-data-go-arm64:latest 18:52:35  Building docker-core-data-go ... done Removing intermediate container 941414f23ed6 18:52:35 ---> b20f73b6de12 18:52:35 Step 20/26 : RUN pip install docker-compose==1.23.2 18:52:35 ---> Running in 0f52d3d267e3 18:52:40 Collecting docker-compose==1.23.2 18:52:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:52:41 Collecting websocket-client<1.0,>=0.32.0 18:52:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:52:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:52:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:52:42 Collecting jsonschema<3,>=2.5.1 18:52:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:52:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:52:43 Collecting dockerpty<0.5,>=0.4.1 18:52:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:52:45 Collecting docopt<0.7,>=0.6.1 18:52:45 Downloading docopt-0.6.2.tar.gz (25 kB) 18:52:47 Collecting docker<4.0,>=3.6.0 18:52:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:52:48 Collecting PyYAML<4,>=3.10 18:52:48 Downloading PyYAML-3.13.tar.gz (270 kB) 18:52:51 Collecting cached-property<2,>=1.2.0 18:52:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:52:51 Collecting texttable<0.10,>=0.9.0 18:52:51 Downloading texttable-0.9.1.tar.gz (11 kB) 18:52:53 Collecting urllib3<1.25,>=1.21.1 18:52:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:52:53 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) 18:52:53 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) 18:52:53 Collecting idna<2.8,>=2.5 18:52:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:52:54 Collecting docker-pycreds>=0.4.0 18:52:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:52:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:52:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:52:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:52:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:52:55 Installing collected packages: websocket-client, urllib3, idna, requests, jsonschema, dockerpty, docopt, docker-pycreds, docker, PyYAML, cached-property, texttable, docker-compose 18:52:55 Attempting uninstall: urllib3 18:52:55 Found existing installation: urllib3 1.25.9 18:52:55 Uninstalling urllib3-1.25.9: 18:52:55 Successfully uninstalled urllib3-1.25.9 18:52:56 Attempting uninstall: idna 18:52:56 Found existing installation: idna 2.9 18:52:56 Uninstalling idna-2.9: 18:52:56 Successfully uninstalled idna-2.9 18:52:56 Attempting uninstall: requests 18:52:56 Found existing installation: requests 2.23.0 18:52:56 Uninstalling requests-2.23.0: 18:52:56 Successfully uninstalled requests-2.23.0 18:52:57 Running setup.py install for dockerpty: started 18:52:59 Running setup.py install for dockerpty: finished with status 'done' 18:52:59 Running setup.py install for docopt: started 18:53:01 Running setup.py install for docopt: finished with status 'done' 18:53:02 Running setup.py install for PyYAML: started 18:53:04 Running setup.py install for PyYAML: finished with status 'done' 18:53:04 Running setup.py install for texttable: started 18:53:06 Running setup.py install for texttable: finished with status 'done' 18:53:07 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.58.0 18:53:11 Removing intermediate container 0f52d3d267e3 18:53:11 ---> a12e3af767e8 18:53:11 Step 21/26 : RUN apk --no-cache add curl 18:53:11 ---> Running in 94e5ebf6a143 18:53:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:53:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:53:12 (2/3) Installing libcurl (7.69.1-r3) 18:53:12 (3/3) Installing curl (7.69.1-r3) 18:53:12 Executing busybox-1.31.1-r19.trigger 18:53:12 OK: 71 MiB in 58 packages 18:53:13 Removing intermediate container 94e5ebf6a143 18:53:13 ---> 888c449afd19 18:53:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:53:14 ---> Running in ae31c4e2d663 18:53:14 Removing intermediate container ae31c4e2d663 18:53:14 ---> e366d6f865bd 18:53:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:14 ---> Running in 62c12892be67 18:53:14 Removing intermediate container 62c12892be67 18:53:14 ---> 21db04efeedf 18:53:14 Step 24/26 : LABEL arch=arm64 18:53:15 ---> Running in da56be17cfe4 18:53:15 Removing intermediate container da56be17cfe4 18:53:15 ---> a6dedb258c09 18:53:15 Step 25/26 : LABEL git_sha=29b7741412918b380152c0207621d70cd23b397e 18:53:15 ---> Running in 263615555a6f 18:53:16 Removing intermediate container 263615555a6f 18:53:16 ---> 82d3ee2ca886 18:53:16 Step 26/26 : LABEL version=0.0.0 18:53:16 ---> Running in 0038675e45e0 18:53:17 Removing intermediate container 0038675e45e0 18:53:17 ---> 527a2c35c878 18:53:17 18:53:17 Successfully built 527a2c35c878 18:53:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:53:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:53:17 $ docker stop --time=1 c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 18:53:19 $ docker rm -f c4e6c169921786639c841b94321bc375be57af5627fc426f02e9260b46f9aa87 [Pipeline] // withDockerContainer [Pipeline] sh 18:53:20 + + grep dockerdocker 18:53:20 images 18:53:20 docker-sys-mgmt-agent-go-arm64 latest 527a2c35c878 4 seconds ago 300MB 18:53:20 docker-core-data-go-arm64 latest e764e44c2d76 48 seconds ago 21.3MB 18:53:20 docker-security-secretstore-setup-go-arm64 latest cd7697363780 About a minute ago 23.7MB 18:53:20 docker-security-proxy-setup-go-arm64 latest e921d292dc06 About a minute ago 23.4MB 18:53:20 docker-security-bootstrapper-go-arm64 latest 821ea63296de 3 minutes ago 17.8MB 18:53:20 docker-support-notifications-go-arm64 latest d944c4f15fb8 4 minutes ago 16.9MB 18:53:20 docker-support-scheduler-go-arm64 latest ced7bb236874 4 minutes ago 16.3MB 18:53:20 docker-core-metadata-go-arm64 latest ca7dbc63b8f2 4 minutes ago 17.9MB 18:53:20 docker-core-command-go-arm64 latest d068d7d71670 4 minutes ago 16.2MB 18:53:20 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:53:21 ---> job-cost.sh 18:53:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rj1V 18:54:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:55:37 lf-activate-venv(): INFO: Adding /tmp/venv-rj1V/bin to PATH 18:55:37 INFO: No Stack... 18:55:37 INFO: Retrieving Pricing Info for: lf-standard-4 18:55:37 INFO: Archiving Costs [Pipeline] sh 18:55:37 + cut -d, -f6 18:55:37 + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock 18:55:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] 18:55:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] did not exist. Created. 18:55:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:55:38 + echo total: 0.20999999344348907 [Pipeline] stash 18:55:38 Stashed 1 file(s) [Pipeline] } 18:55:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:55:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:55:42 ---> package-listing.sh 18:55:42 ++ facter osfamily 18:55:42 ++ tr '[:upper:]' '[:lower:]' 18:55:42 + OS_FAMILY=redhat 18:55:42 + workspace=/w/workspace/edgex-go/2 18:55:42 + START_PACKAGES=/tmp/packages_start.txt 18:55:42 + END_PACKAGES=/tmp/packages_end.txt 18:55:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:55:42 + PACKAGES=/tmp/packages_start.txt 18:55:42 + '[' /w/workspace/edgex-go/2 ']' 18:55:42 + PACKAGES=/tmp/packages_end.txt 18:55:42 + case "${OS_FAMILY}" in 18:55:42 + rpm -qa 18:55:42 + sort 18:55:47 + '[' -f /tmp/packages_start.txt ']' 18:55:47 + '[' -f /tmp/packages_end.txt ']' 18:55:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:55:47 + '[' /w/workspace/edgex-go/2 ']' 18:55:47 + mkdir -p /w/workspace/edgex-go/2/archives/ 18:55:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 18:55:47 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:55:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:55:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:55:48 18:55:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:55:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:55:48 alpine: Pulling from edgex-lftools-log-publisher 18:55:48 df20fa9351a1: Pulling fs layer 18:55:48 36b3adc4ff6f: Pulling fs layer 18:55:48 8ad3a11d3b57: Pulling fs layer 18:55:48 46f8f816bc3b: Pulling fs layer 18:55:48 93b61091891f: Pulling fs layer 18:55:48 93b9cdb0e59b: Pulling fs layer 18:55:48 5e14af77c1be: Pulling fs layer 18:55:48 01666e4c0597: Pulling fs layer 18:55:48 aa168da1d23b: Pulling fs layer 18:55:48 93b9cdb0e59b: Waiting 18:55:48 5e14af77c1be: Waiting 18:55:48 01666e4c0597: Waiting 18:55:48 aa168da1d23b: Waiting 18:55:48 46f8f816bc3b: Waiting 18:55:48 93b61091891f: Waiting 18:55:48 36b3adc4ff6f: Verifying Checksum 18:55:48 36b3adc4ff6f: Download complete 18:55:48 46f8f816bc3b: Verifying Checksum 18:55:48 46f8f816bc3b: Download complete 18:55:48 df20fa9351a1: Verifying Checksum 18:55:48 df20fa9351a1: Download complete 18:55:48 93b9cdb0e59b: Verifying Checksum 18:55:48 93b9cdb0e59b: Download complete 18:55:48 5e14af77c1be: Download complete 18:55:48 93b61091891f: Download complete 18:55:48 01666e4c0597: Verifying Checksum 18:55:48 01666e4c0597: Download complete 18:55:48 8ad3a11d3b57: Verifying Checksum 18:55:48 8ad3a11d3b57: Download complete 18:55:49 df20fa9351a1: Pull complete 18:55:49 36b3adc4ff6f: Pull complete 18:55:50 8ad3a11d3b57: Pull complete 18:55:50 46f8f816bc3b: Pull complete 18:55:51 aa168da1d23b: Verifying Checksum 18:55:51 aa168da1d23b: Download complete 18:55:52 93b61091891f: Pull complete 18:55:52 93b9cdb0e59b: Pull complete 18:55:52 5e14af77c1be: Pull complete 18:55:52 01666e4c0597: Pull complete 18:56:07 aa168da1d23b: Pull complete 18:56:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:56:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:56:08 prd-centos7-docker-4c-2g-29194 does not seem to be running inside a container 18:56:08 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:56:12 $ docker top f7a01c766fe116adb0ceae6cd96f5fbc138215322b670f42359f7028e3f92ebb -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:12 + touch /tmp/pre-build-complete [Pipeline] sh 18:56:12 + mkdir -p /var/log/sa [Pipeline] sh 18:56:13 + ls /var/log/sa-host 18:56:13 + sadf -c /var/log/sa-host/sa09 18:56:13 file_magic: OK 18:56:13 HZ: Using current value: 100 18:56:13 file_header: OK 18:56:13 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 18:56:13 Statistics: 18:56:13 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... 18:56:13 File successfully converted to sysstat format version 12.2.1 18:56:13 + sadf -c /var/log/sa-host/sa23 18:56:13 file_magic: OK 18:56:13 HZ: Using current value: 100 18:56:13 file_header: OK 18:56:13 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 18:56:13 Statistics: 18:56:13 Hnuu...uuuununununu... 18:56:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:13 provisioning config files... 18:56:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8718357138528184619tmp [Pipeline] { [Pipeline] echo 18:56:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:56:13 ---> create-netrc.sh [Pipeline] } 18:56:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:56:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:56:14 ---> python-tools-install.sh [Pipeline] echo 18:56:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:56:14 ---> sudo-logs.sh 18:56:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:56:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:56:15 ---> job-cost.sh 18:56:15 lf-activate-venv: SKIPPING 18:56:15 DEBUG: total: 0.20999999344348907 18:56:15 INFO: Retrieving Stack Cost... 18:56:16 INFO: Retrieving Pricing Info for: v1-standard-2 18:56:16 INFO: Archiving Costs [Pipeline] echo 18:56:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:56:16 ---> logs-deploy.sh 18:56:16 lf-activate-venv: SKIPPING 18:56:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/2 18:56:16 INFO: archiving workspace using pattern(s): 18:56:18 Archives upload complete. 18:56:18 INFO: archiving logs to Nexus 18:56:19 ---> uname -a: 18:56:19 Linux prd-centos7-docker-4c-2g-29194.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:56:19 18:56:19 18:56:19 ---> lscpu: 18:56:19 Architecture: x86_64 18:56:19 CPU op-mode(s): 32-bit, 64-bit 18:56:19 Byte Order: Little Endian 18:56:19 Address sizes: 40 bits physical, 48 bits virtual 18:56:19 CPU(s): 4 18:56:19 On-line CPU(s) list: 0-3 18:56:19 Thread(s) per core: 1 18:56:19 Core(s) per socket: 1 18:56:19 Socket(s): 4 18:56:19 NUMA node(s): 1 18:56:19 Vendor ID: GenuineIntel 18:56:19 CPU family: 6 18:56:19 Model: 44 18:56:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:56:19 Stepping: 1 18:56:19 CPU MHz: 2933.436 18:56:19 BogoMIPS: 5866.87 18:56:19 Virtualization: VT-x 18:56:19 Hypervisor vendor: KVM 18:56:19 Virtualization type: full 18:56:19 L1d cache: 128 KiB 18:56:19 L1i cache: 128 KiB 18:56:19 L2 cache: 16 MiB 18:56:19 L3 cache: 64 MiB 18:56:19 NUMA node0 CPU(s): 0-3 18:56:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:56:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:56:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:56:19 Vulnerability Meltdown: Mitigation; PTI 18:56:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:56:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:56:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:56:19 Vulnerability Srbds: Not affected 18:56:19 Vulnerability Tsx async abort: Not affected 18:56:19 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 18:56:19 18:56:19 18:56:19 ---> nproc: 18:56:19 4 18:56:19 18:56:19 18:56:19 ---> df -h: 18:56:19 Filesystem Size Used Available Use% Mounted on 18:56:19 overlay 50.0G 11.7G 38.2G 23% / 18:56:19 tmpfs 64.0M 0 64.0M 0% /dev 18:56:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:56:19 shm 64.0M 0 64.0M 0% /dev/shm 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2 18:56:19 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/2@tmp 18:56:19 18:56:19 18:56:19 ---> free -m: 18:56:19 total used free shared buff/cache available 18:56:19 Mem: 1837 707 149 0 980 1044 18:56:19 Swap: 1023 65 958 18:56:19 18:56:19 18:56:19 ---> ip addr: 18:56:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:56:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:56:19 inet 127.0.0.1/8 scope host lo 18:56:19 valid_lft forever preferred_lft forever 18:56:19 inet6 ::1/128 scope host 18:56:19 valid_lft forever preferred_lft forever 18:56:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:56:19 link/ether fa:16:3e:90:8b:56 brd ff:ff:ff:ff:ff:ff 18:56:19 inet 10.30.123.115/23 brd 10.30.123.255 scope global dynamic eth0 18:56:19 valid_lft 84908sec preferred_lft 84908sec 18:56:19 inet6 fe80::f816:3eff:fe90:8b56/64 scope link 18:56:19 valid_lft forever preferred_lft forever 18:56:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:56:19 link/ether 02:42:dc:0a:a9:3c brd ff:ff:ff:ff:ff:ff 18:56:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:56:19 valid_lft forever preferred_lft forever 18:56:19 inet6 fe80::42:dcff:fe0a:a93c/64 scope link 18:56:19 valid_lft forever preferred_lft forever 18:56:19 18:56:19 18:56:19 ---> sar -b -r -n DEV: 18:56:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 18:56:19 18:56:19 18:31:16 LINUX RESTART (4 CPU) 18:56:19 18:56:19 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:56:19 18:33:01 120.67 62.58 58.09 0.00 8120.63 19250.03 0.00 18:56:19 18:34:01 277.70 81.28 196.43 0.00 5626.74 51089.79 0.00 18:56:19 18:35:01 176.42 90.20 86.22 0.00 2872.81 9867.72 0.00 18:56:19 18:36:01 150.68 68.50 82.18 0.00 3241.93 12321.58 0.00 18:56:19 18:37:03 316.51 125.90 190.61 0.00 56861.85 124839.96 0.00 18:56:19 18:38:02 3064.18 2707.13 357.04 0.00 165608.29 181515.87 0.00 18:56:19 18:39:01 585.46 388.11 197.35 0.00 23616.01 41068.84 0.00 18:56:19 18:40:02 1707.10 1345.68 361.42 0.00 104585.15 137935.30 0.00 18:56:19 18:41:02 1271.64 957.90 313.74 0.00 46819.67 60915.26 0.00 18:56:19 18:42:01 33.15 17.04 16.11 0.00 3192.96 1471.25 0.00 18:56:19 18:43:01 0.65 0.45 0.20 0.00 15.45 2.18 0.00 18:56:19 18:44:01 1.47 1.23 0.23 0.00 94.32 2.16 0.00 18:56:19 18:45:01 0.32 0.00 0.32 0.00 0.00 3.58 0.00 18:56:19 18:46:01 0.27 0.00 0.27 0.00 0.00 2.50 0.00 18:56:19 18:47:01 2.41 2.00 0.42 0.00 175.56 6.39 0.00 18:56:19 18:48:01 0.82 0.03 0.78 0.00 1.07 14.22 0.00 18:56:19 18:49:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 18:56:19 18:50:01 0.53 0.02 0.52 0.00 0.53 5.78 0.00 18:56:19 18:51:01 0.22 0.00 0.22 0.00 0.00 3.55 0.00 18:56:19 18:52:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 18:56:19 18:53:01 0.42 0.22 0.20 0.00 2.26 3.78 0.00 18:56:19 18:54:01 0.25 0.00 0.25 0.00 0.00 3.96 0.00 18:56:19 18:55:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 18:56:19 18:56:01 110.80 53.63 57.17 0.00 4692.11 15613.04 0.00 18:56:19 Average: 323.90 243.96 79.94 0.00 17696.28 27385.64 0.00 18:56:19 18:56:19 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:56:19 18:33:01 406488 0 612684 32.56 2596 859776 1120392 38.24 451496 820900 20 18:56:19 18:34:01 312916 0 716108 38.06 1292 851228 1337312 45.64 455072 836804 36 18:56:19 18:35:01 186544 0 781956 41.56 704 912340 1802256 61.51 668544 740248 80792 18:56:19 18:36:01 232504 0 764732 40.64 612 883696 1483356 50.62 621528 734684 13700 18:56:19 18:37:03 65656 0 829820 44.10 0 986068 2264780 77.29 779496 828968 26100 18:56:19 18:38:02 74576 0 851512 45.26 0 955456 2346904 80.10 769556 807176 27588 18:56:19 18:39:01 418448 0 712972 37.89 0 750124 1358452 46.36 432788 775100 5796 18:56:19 18:40:02 65452 0 799636 42.50 0 1016456 2209872 75.42 633636 928924 81704 18:56:19 18:41:02 455264 0 696612 37.02 0 729668 1783232 60.86 550136 624032 24 18:56:19 18:42:01 443856 0 635240 33.76 0 802448 1187252 40.52 539108 652744 16 18:56:19 18:43:01 444656 0 634432 33.72 0 802456 1174988 40.10 539016 652500 8 18:56:19 18:44:01 443224 0 633036 33.64 0 805284 1166680 39.82 538044 655308 16 18:56:19 18:45:01 443432 0 632820 33.63 0 805292 1166680 39.82 538048 655260 8 18:56:19 18:46:01 443556 0 632692 33.63 0 805296 1166680 39.82 538048 655264 16 18:56:19 18:47:01 435208 0 636464 33.83 0 809872 1166752 39.82 544496 656420 8 18:56:19 18:48:01 435464 0 636184 33.81 0 809896 1166704 39.82 544164 656440 8 18:56:19 18:49:01 435340 0 636304 33.82 0 809900 1166728 39.82 544312 656436 12 18:56:19 18:50:01 435504 0 636132 33.81 0 809908 1166680 39.82 544432 656452 12 18:56:19 18:51:01 434992 0 636632 33.84 0 809920 1166680 39.82 544176 656452 8 18:56:19 18:52:01 435060 0 636564 33.83 0 809920 1166752 39.82 544384 656452 20 18:56:19 18:53:01 435304 0 636308 33.82 0 809932 1166768 39.82 544524 656516 20 18:56:19 18:54:01 435336 0 636268 33.82 0 809940 1166744 39.82 544380 656520 8 18:56:19 18:55:01 435312 0 636284 33.82 0 809948 1166744 39.82 544384 656520 8 18:56:19 18:56:01 117528 0 739548 39.31 0 1024468 1594072 54.40 664076 815136 45640 18:56:19 Average: 352984 0 683372 36.32 217 844970 1402644 47.87 567410 712136 11732 18:56:19 18:56:19 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:56:19 18:33:01 eth0 1346.09 1313.99 4969.12 159.00 0.00 0.00 0.00 0.00 18:56:19 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:33:01 docker0 876.71 815.37 71.81 2684.65 0.00 0.00 0.00 0.00 18:56:19 18:34:01 vethf5debb5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:34:01 eth0 499.73 395.63 3681.74 51.85 0.00 0.00 0.00 0.00 18:56:19 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:34:01 docker0 134.12 179.18 9.84 827.97 0.00 0.00 0.00 0.00 18:56:19 18:35:01 vethf5debb5 0.83 0.92 0.07 0.08 0.00 0.00 0.00 0.00 18:56:19 18:35:01 eth0 28.17 14.64 23.30 11.26 0.00 0.00 0.00 0.00 18:56:19 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:35:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 18:56:19 18:36:01 vethf5debb5 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 18:56:19 18:36:01 eth0 34.38 25.49 19.52 78.06 0.00 0.00 0.00 0.00 18:56:19 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:36:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 18:56:19 18:37:03 eth0 206.92 164.69 1650.76 65.71 0.00 0.00 0.00 0.00 18:56:19 18:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:37:03 veth0f62c61 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:37:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:38:02 eth0 42.69 23.61 164.00 8.66 0.00 0.00 0.00 0.00 18:56:19 18:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:38:02 veth0f62c61 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:38:02 docker0 14.35 24.89 0.79 149.47 0.00 0.00 0.00 0.00 18:56:19 18:39:01 veth4cee2f1 2.11 3.95 0.14 30.18 0.00 0.00 0.00 0.00 18:56:19 18:39:01 eth0 151.95 110.03 1428.46 13.99 0.00 0.00 0.00 0.00 18:56:19 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:39:01 vethdd1e44c 2.06 3.66 0.14 30.10 0.00 0.00 0.00 0.00 18:56:19 18:40:02 veth1fdd3c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:40:02 vethcfaef2f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:56:19 18:40:02 eth0 111.68 62.04 405.44 89.61 0.00 0.00 0.00 0.00 18:56:19 18:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:41:02 veth20e74f3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:41:02 eth0 75.31 47.49 127.30 74.35 0.00 0.00 0.00 0.00 18:56:19 18:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:41:02 veth72ec5a9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:42:01 eth0 18.72 9.41 54.84 4.52 0.00 0.00 0.00 0.00 18:56:19 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:42:01 docker0 1089.56 1135.08 86.71 4374.13 0.00 0.00 0.00 0.00 18:56:19 18:43:01 eth0 1.15 0.63 0.56 0.37 0.00 0.00 0.00 0.00 18:56:19 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:44:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:56:19 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:47:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:48:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 18:56:19 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:49:01 eth0 0.20 0.18 0.16 0.01 0.00 0.00 0.00 0.00 18:56:19 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:52:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 18:56:19 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:53:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 18:56:19 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:54:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:56:19 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:56:01 eth0 204.70 161.50 2162.84 16.63 0.00 0.00 0.00 0.00 18:56:19 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 Average: eth0 113.78 97.38 614.32 24.03 0.00 0.00 0.00 0.00 18:56:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:19 Average: docker0 44.70 46.56 3.56 179.43 0.00 0.00 0.00 0.00 18:56:19 18:56:19 18:56:19 ---> sar -P ALL: 18:56:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 18:56:19 18:56:19 18:31:16 LINUX RESTART (4 CPU) 18:56:19 18:56:19 18:32:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:33:01 all 12.62 0.00 6.16 1.72 0.21 79.29 18:56:19 18:33:01 0 13.49 0.00 8.62 1.22 0.21 76.46 18:56:19 18:33:01 1 12.76 0.00 4.79 2.27 0.26 79.92 18:56:19 18:33:01 2 10.14 0.00 5.05 1.89 0.22 82.70 18:56:19 18:33:01 3 14.12 0.00 6.21 1.50 0.14 78.03 18:56:19 18:34:01 all 12.23 0.00 10.58 4.53 0.56 72.10 18:56:19 18:34:01 0 11.84 0.00 10.94 7.03 0.54 69.65 18:56:19 18:34:01 1 12.06 0.00 9.94 3.09 0.59 74.32 18:56:19 18:34:01 2 11.91 0.00 10.46 4.28 0.54 72.82 18:56:19 18:34:01 3 13.10 0.00 11.00 3.72 0.59 71.59 18:56:19 18:35:01 all 53.08 0.00 12.46 4.87 0.31 29.29 18:56:19 18:35:01 0 56.30 0.00 11.33 5.32 0.28 26.76 18:56:19 18:35:01 1 50.79 0.00 13.49 4.59 0.34 30.79 18:56:19 18:35:01 2 52.88 0.00 12.14 3.45 0.32 31.22 18:56:19 18:35:01 3 52.33 0.00 12.89 6.12 0.29 28.38 18:56:19 18:36:01 all 50.48 0.00 15.11 3.67 0.55 30.19 18:56:19 18:36:01 0 48.80 0.00 14.85 2.23 0.59 33.54 18:56:19 18:36:01 1 51.73 0.00 15.44 3.85 0.55 28.42 18:56:19 18:36:01 2 51.15 0.00 15.23 2.54 0.55 30.52 18:56:19 18:36:01 3 50.24 0.00 14.91 6.06 0.50 28.29 18:56:19 18:37:03 all 21.04 0.00 18.08 5.33 0.80 54.75 18:56:19 18:37:03 0 21.07 0.00 17.98 6.90 0.80 53.25 18:56:19 18:37:03 1 20.57 0.00 17.74 4.22 0.77 56.70 18:56:19 18:37:03 2 22.05 0.00 18.60 5.47 0.82 53.06 18:56:19 18:37:03 3 20.46 0.00 18.00 4.71 0.82 56.01 18:56:19 18:38:02 all 20.99 0.00 30.46 23.73 1.26 23.56 18:56:19 18:38:02 0 20.82 0.00 30.56 21.99 1.22 25.42 18:56:19 18:38:02 1 20.94 0.00 31.07 24.37 1.38 22.24 18:56:19 18:38:02 2 20.92 0.00 29.72 25.06 1.25 23.05 18:56:19 18:38:02 3 21.29 0.00 30.51 23.53 1.17 23.51 18:56:19 18:39:01 all 59.49 0.00 17.74 10.74 0.55 11.49 18:56:19 18:39:01 0 59.48 0.00 17.97 7.33 0.48 14.75 18:56:19 18:39:01 1 58.93 0.00 17.61 9.28 0.53 13.65 18:56:19 18:39:01 2 60.27 0.00 16.89 12.68 0.65 9.51 18:56:19 18:39:01 3 59.26 0.00 18.49 13.62 0.54 8.08 18:56:19 18:40:02 all 33.19 0.00 26.29 19.82 0.98 19.72 18:56:19 18:40:02 0 33.23 0.00 25.34 17.75 1.00 22.68 18:56:19 18:40:02 1 33.35 0.00 25.57 20.26 1.02 19.80 18:56:19 18:40:02 2 33.33 0.00 26.80 22.23 0.97 16.68 18:56:19 18:40:02 3 32.86 0.00 27.47 19.02 0.94 19.71 18:56:19 18:41:02 all 41.94 0.00 20.56 23.09 0.82 13.59 18:56:19 18:41:02 0 42.37 0.00 19.93 20.55 0.87 16.28 18:56:19 18:41:02 1 40.99 0.00 21.18 21.58 0.82 15.43 18:56:19 18:41:02 2 41.58 0.00 20.52 23.99 0.85 13.05 18:56:19 18:41:02 3 42.82 0.00 20.62 26.28 0.74 9.56 18:56:19 18:42:01 all 1.00 0.00 0.92 0.33 0.07 97.68 18:56:19 18:42:01 0 1.75 0.00 0.87 0.27 0.09 97.02 18:56:19 18:42:01 1 0.82 0.00 0.88 0.46 0.08 97.76 18:56:19 18:42:01 2 0.70 0.00 0.90 0.10 0.05 98.25 18:56:19 18:42:01 3 0.75 0.00 1.02 0.48 0.07 97.69 18:56:19 18:43:01 all 0.18 0.00 0.04 0.01 0.00 99.76 18:56:19 18:43:01 0 0.53 0.00 0.03 0.05 0.00 99.38 18:56:19 18:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:56:19 18:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:56:19 18:43:01 3 0.12 0.00 0.03 0.00 0.02 99.83 18:56:19 18:56:19 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:44:01 all 0.15 0.00 0.05 0.00 0.05 99.75 18:56:19 18:44:01 0 0.50 0.00 0.02 0.00 0.02 99.47 18:56:19 18:44:01 1 0.03 0.00 0.05 0.00 0.07 99.85 18:56:19 18:44:01 2 0.03 0.00 0.07 0.02 0.05 99.83 18:56:19 18:44:01 3 0.05 0.00 0.07 0.00 0.05 99.83 18:56:19 18:45:01 all 0.13 0.00 0.03 0.00 0.00 99.84 18:56:19 18:45:01 0 0.48 0.00 0.02 0.00 0.00 99.50 18:56:19 18:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:56:19 18:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:56:19 18:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:46:01 all 0.12 0.00 0.05 0.00 0.03 99.79 18:56:19 18:46:01 0 0.22 0.00 0.05 0.00 0.05 99.68 18:56:19 18:46:01 1 0.17 0.00 0.07 0.00 0.05 99.72 18:56:19 18:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:56:19 18:46:01 3 0.05 0.00 0.07 0.00 0.02 99.87 18:56:19 18:47:01 all 0.15 0.00 0.07 0.03 0.01 99.75 18:56:19 18:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:56:19 18:47:01 1 0.52 0.00 0.08 0.03 0.00 99.37 18:56:19 18:47:01 2 0.02 0.00 0.05 0.00 0.02 99.92 18:56:19 18:47:01 3 0.03 0.00 0.10 0.08 0.02 99.77 18:56:19 18:48:01 all 0.16 0.00 0.02 0.00 0.00 99.81 18:56:19 18:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:56:19 18:48:01 1 0.50 0.00 0.02 0.00 0.00 99.48 18:56:19 18:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:56:19 18:48:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:56:19 18:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:56:19 18:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:56:19 18:49:01 1 0.50 0.00 0.05 0.00 0.00 99.45 18:56:19 18:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:56:19 18:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:50:01 all 0.14 0.00 0.04 0.00 0.02 99.81 18:56:19 18:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:56:19 18:50:01 1 0.48 0.00 0.08 0.00 0.03 99.40 18:56:19 18:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:51:01 all 0.15 0.00 0.02 0.00 0.04 99.79 18:56:19 18:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 18:56:19 18:51:01 1 0.48 0.00 0.02 0.00 0.02 99.48 18:56:19 18:51:01 2 0.05 0.00 0.05 0.00 0.05 99.85 18:56:19 18:51:01 3 0.05 0.00 0.02 0.00 0.07 99.87 18:56:19 18:52:01 all 0.15 0.00 0.03 0.00 0.03 99.79 18:56:19 18:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:56:19 18:52:01 1 0.47 0.00 0.02 0.00 0.02 99.50 18:56:19 18:52:01 2 0.05 0.00 0.07 0.00 0.10 99.78 18:56:19 18:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:53:01 all 0.21 0.00 0.02 0.01 0.03 99.72 18:56:19 18:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:56:19 18:53:01 1 0.58 0.00 0.02 0.02 0.03 99.35 18:56:19 18:53:01 2 0.05 0.00 0.05 0.00 0.07 99.83 18:56:19 18:53:01 3 0.20 0.00 0.02 0.02 0.02 99.75 18:56:19 18:54:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:56:19 18:54:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:56:19 18:54:01 1 0.47 0.00 0.02 0.00 0.02 99.50 18:56:19 18:54:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:56:19 18:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:56:19 18:54:01 CPU %user %nice %system %iowait %steal %idle 18:56:19 18:55:01 all 0.12 0.00 0.03 0.00 0.01 99.84 18:56:19 18:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:56:19 18:55:01 1 0.38 0.00 0.05 0.00 0.02 99.55 18:56:19 18:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:56:19 18:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:56:19 18:56:01 all 5.39 0.00 4.16 2.88 0.27 87.31 18:56:19 18:56:01 0 5.91 0.00 4.52 5.09 0.20 84.28 18:56:19 18:56:01 1 5.90 0.00 4.28 2.62 0.24 86.97 18:56:19 18:56:01 2 4.92 0.00 3.91 2.17 0.39 88.60 18:56:19 18:56:01 3 4.83 0.00 3.92 1.62 0.25 89.38 18:56:19 Average: all 12.49 0.00 6.49 3.98 0.26 76.78 18:56:19 Average: 0 12.64 0.00 6.51 3.80 0.26 76.80 18:56:19 Average: 1 12.51 0.00 6.47 3.82 0.27 76.93 18:56:19 Average: 2 12.39 0.00 6.41 4.10 0.28 76.82 18:56:19 Average: 3 12.43 0.00 6.56 4.19 0.25 76.57 18:56:19 18:56:19 18:56:19