Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+8905b2aeb998c2429dd3dac7113c428985f887cf (2a50742b82f99d3e91c4ec206ab2e03d41da78e4) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15981 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 Merge succeeded, producing bdd14c6a04719bacb5d4ac68c7e102f658622b87 Checking out Revision bdd14c6a04719bacb5d4ac68c7e102f658622b87 (PR-2908) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdd14c6a04719bacb5d4ac68c7e102f658622b87 # timeout=10 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:34 ========================================================= 00:31:34 EdgeX Global Pipelines Version Info 00:31:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:35 ------------------- 00:31:35 stable info: 00:31:35 ------------------- 00:31:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:35 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:35 Message: update stable to v1.0.172 00:31:36 ------------------- 00:31:36 experimental info: 00:31:36 ------------------- 00:31:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:36 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:36 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdd14c6a04719bacb5d4ac68c7e102f658622b87 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdd14c6 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:39 provisioning config files... 00:31:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config1875791052045815424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:40 ---> docker-login.sh 00:31:40 nexus3.edgexfoundry.org:10001 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10002 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10003 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10004 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 docker.io 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 ---> docker-login.sh ends [Pipeline] } 00:31:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/core-command/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo core-command,cmd/core-command/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/core-data/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo core-data,cmd/core-data/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/core-metadata/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/support-notifications/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/support-scheduler/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:41 + for file in '`ls cmd/**/Dockerfile`' 00:31:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:41 ++ cut -d/ -f2 00:31:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:42 00:31:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 latest: Pulling from edgex-devops/git-semver 00:31:43 31603596830f: Pulling fs layer 00:31:43 2a8b12db71e7: Pulling fs layer 00:31:43 6ca5941a6612: Pulling fs layer 00:31:43 ecc8261a40a4: Pulling fs layer 00:31:43 ecc8261a40a4: Waiting 00:31:43 2a8b12db71e7: Download complete 00:31:43 31603596830f: Download complete 00:31:43 ecc8261a40a4: Verifying Checksum 00:31:43 ecc8261a40a4: Download complete 00:31:43 6ca5941a6612: Verifying Checksum 00:31:43 6ca5941a6612: Download complete 00:31:43 31603596830f: Pull complete 00:31:43 2a8b12db71e7: Pull complete 00:31:44 6ca5941a6612: Pull complete 00:31:45 ecc8261a40a4: Pull complete 00:31:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:45 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:47 $ docker top 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:48 [ssh-agent] Looking for ssh-agent implementation... 00:31:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:48 $ docker exec 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent 00:31:48 SSH_AUTH_SOCK=/tmp/ssh-xlmWCpkH5p1W/agent.13 00:31:48 SSH_AGENT_PID=18 00:31:48 Running ssh-add (command line suppressed) 00:31:48 Identity added: /w/workspace/edgex-go/15@tmp/private_key_1438981792826457391.key (/w/workspace/edgex-go/15@tmp/private_key_1438981792826457391.key) 00:31:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:49 + git tag --points-at HEAD [Pipeline] } 00:31:49 $ docker exec --env ******** --env ******** 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent -k 00:31:49 unset SSH_AUTH_SOCK; 00:31:49 unset SSH_AGENT_PID; 00:31:49 echo Agent pid 18 killed; 00:31:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:49 [ssh-agent] Looking for ssh-agent implementation... 00:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:49 $ docker exec 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent 00:31:49 SSH_AUTH_SOCK=/tmp/ssh-F41Gxc8KiKsM/agent.48 00:31:49 SSH_AGENT_PID=53 00:31:49 Running ssh-add (command line suppressed) 00:31:49 Identity added: /w/workspace/edgex-go/15@tmp/private_key_1092342715501700852.key (/w/workspace/edgex-go/15@tmp/private_key_1092342715501700852.key) 00:31:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:50 + git semver init 00:31:50 # -> Open(): unable to determine branch for HEAD 00:31:50 # $GIT_DIR = /w/workspace/edgex-go/15/.git 00:31:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 00:31:50 # $SEMVER_REMOTE_NAME = origin 00:31:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:50 # $SEMVER_USER_NAME = edgex-jenkins 00:31:50 # $SEMVER_BRANCH = PR-2908 00:31:50 # $SEMVER_TEMP = /tmp/semver-513628441 00:31:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:16 # '/tmp/semver-513628441' -> '/w/workspace/edgex-go/15/.semver' 00:32:16 # -> Force: false 00:32:16 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 00:32:16 $ docker exec --env ******** --env ******** 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 ssh-agent -k 00:32:17 unset SSH_AUTH_SOCK; 00:32:17 unset SSH_AGENT_PID; 00:32:17 echo Agent pid 53 killed; 00:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:17 + git semver [Pipeline] } 00:32:17 $ docker stop --time=1 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 00:32:19 $ docker rm -f 1d0e02c9070fe19e581626942315458495f3aa5db391cee81572965ab3162589 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:20 Stashed 1 file(s) [Pipeline] echo 00:32:20 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:22 + sudo service docker restart 00:32:22 + true 00:32:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:22 ========================================================= 00:32:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:26 Sending build context to Docker daemon 326.4MB 00:32:26 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:26 Step 2/7 : FROM ${BASE} 00:32:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:26 188c0c94c7c5: Pulling fs layer 00:32:26 0ef7d3d256c8: Pulling fs layer 00:32:26 de9db76c5a1d: Pulling fs layer 00:32:26 bca2f99d35d6: Pulling fs layer 00:32:26 93359f2a8cfa: Pulling fs layer 00:32:26 7c6f9722023f: Pulling fs layer 00:32:26 a35cf1a2eb13: Pulling fs layer 00:32:26 93359f2a8cfa: Waiting 00:32:26 7c6f9722023f: Waiting 00:32:26 a35cf1a2eb13: Waiting 00:32:26 bca2f99d35d6: Waiting 00:32:26 de9db76c5a1d: Verifying Checksum 00:32:26 de9db76c5a1d: Download complete 00:32:26 0ef7d3d256c8: Download complete 00:32:26 93359f2a8cfa: Verifying Checksum 00:32:26 93359f2a8cfa: Download complete 00:32:26 7c6f9722023f: Download complete 00:32:26 188c0c94c7c5: Verifying Checksum 00:32:26 188c0c94c7c5: Download complete 00:32:27 188c0c94c7c5: Pull complete 00:32:28 0ef7d3d256c8: Pull complete 00:32:28 a35cf1a2eb13: Verifying Checksum 00:32:28 a35cf1a2eb13: Download complete 00:32:29 bca2f99d35d6: Download complete 00:32:29 de9db76c5a1d: Pull complete 00:32:34 bca2f99d35d6: Pull complete 00:32:34 93359f2a8cfa: Pull complete 00:32:34 7c6f9722023f: Pull complete 00:32:36 Still waiting to schedule task 00:32:36 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15973’ 00:32:40 a35cf1a2eb13: Pull complete 00:32:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:40 ---> a62c8e92a672 00:32:40 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:40 ---> Running in 7edeed2e7924 00:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:43 (1/12) Installing libmagic (5.38-r0) 00:32:44 (2/12) Installing file (5.38-r0) 00:32:44 (3/12) Installing libc-dev (0.7.2-r3) 00:32:44 (4/12) Installing g++ (9.3.0-r2) 00:33:10 (5/12) Installing fortify-headers (1.1-r0) 00:33:10 (6/12) Installing patch (2.7.6-r6) 00:33:10 (7/12) Installing build-base (0.5-r2) 00:33:10 (8/12) Installing libsodium (1.0.18-r0) 00:33:10 (9/12) Installing pkgconf (1.7.2-r0) 00:33:10 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:10 (11/12) Installing libzmq (4.3.3-r0) 00:33:10 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:10 Executing busybox-1.31.1-r19.trigger 00:33:10 OK: 233 MiB in 51 packages 00:33:10 Removing intermediate container 7edeed2e7924 00:33:10 ---> b4022e72fafc 00:33:10 Step 4/7 : WORKDIR /edgex-go 00:33:10 ---> Running in b16f69ca4d33 00:33:10 Removing intermediate container b16f69ca4d33 00:33:10 ---> b2bd2da733f2 00:33:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:11 latest: Pulling from library/docker 00:33:11 05e7bc50f07f: Pulling fs layer 00:33:11 6db28d0fdbf6: Pulling fs layer 00:33:11 292df0bc6bf3: Pulling fs layer 00:33:11 2e060f4bd70b: Pulling fs layer 00:33:11 80e8d568a223: Pulling fs layer 00:33:11 8dc6ef1a942a: Pulling fs layer 00:33:11 2312dd95470a: Pulling fs layer 00:33:11 2e060f4bd70b: Waiting 00:33:11 80e8d568a223: Waiting 00:33:11 8dc6ef1a942a: Waiting 00:33:11 2312dd95470a: Waiting 00:33:11 292df0bc6bf3: Verifying Checksum 00:33:11 292df0bc6bf3: Download complete 00:33:11 6db28d0fdbf6: Verifying Checksum 00:33:11 6db28d0fdbf6: Download complete 00:33:11 05e7bc50f07f: Verifying Checksum 00:33:11 05e7bc50f07f: Download complete 00:33:11 80e8d568a223: Verifying Checksum 00:33:11 80e8d568a223: Download complete 00:33:11 8dc6ef1a942a: Verifying Checksum 00:33:11 8dc6ef1a942a: Download complete 00:33:11 2312dd95470a: Verifying Checksum 00:33:11 2312dd95470a: Download complete 00:33:11 05e7bc50f07f: Pull complete 00:33:12 6db28d0fdbf6: Pull complete 00:33:12 292df0bc6bf3: Pull complete 00:33:12 2e060f4bd70b: Download complete 00:33:16 2e060f4bd70b: Pull complete 00:33:16 80e8d568a223: Pull complete 00:33:16 8dc6ef1a942a: Pull complete 00:33:16 2312dd95470a: Pull complete 00:33:16 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:33:16 Status: Downloaded newer image for docker:latest 00:33:18 ---> 972dfe8453df 00:33:18 Step 6/7 : COPY go.mod . 00:33:18 ---> 6bcf3331b8ee 00:33:18 Step 7/7 : RUN go mod download 00:33:18 ---> Running in 5cf7879f28e4 00:33:40 Removing intermediate container 5cf7879f28e4 00:33:40 ---> 035f5eb93015 00:33:40 Successfully built 035f5eb93015 00:33:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:40 + docker inspect -f . ci-base-image-x86_64 00:33:40 . [Pipeline] withDockerContainer 00:33:40 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat 00:33:41 $ docker top e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:42 + go version 00:33:42 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:42 $ docker stop --time=1 e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 00:33:43 $ docker rm -f e51255807cce0e07fd9e795ce609ae31ca56995772d90ac107de5389b3b46628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:44 + docker inspect -f . ci-base-image-x86_64 00:33:44 . [Pipeline] withDockerContainer 00:33:44 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:33:44 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat 00:33:45 $ docker top 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:45 ========================================================= 00:33:45 [edgeXBuildGoParallel] Running Tests and Build... 00:33:45 ========================================================= [Pipeline] sh 00:33:45 + make test 00:33:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:54 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s 00:34:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.1% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 68.9% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.440s coverage: 82.6% of statements 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.304s coverage: 28.6% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.297s coverage: 93.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 00:34:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.652s coverage: 86.3% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.062s coverage: 72.2% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.372s coverage: 72.1% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.652s coverage: 29.1% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:34:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:34:44 GO111MODULE=on go vet ./... 00:35:06 gofmt -l . 00:35:06 [ "`gofmt -l .`" = "" ] 00:35:06 ./bin/test-go-mod-tidy.sh 00:35:06 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:08 + ls -al . 00:35:08 total 668 00:35:08 drwxrwxr-x 10 1001 1001 4096 Dec 15 00:35 . 00:35:08 drwxr-xr-x 4 root root 30 Dec 15 00:33 .. 00:35:08 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:31 .dockerignore 00:35:08 drwxrwxr-x 8 1001 1001 179 Dec 15 00:31 .git 00:35:08 drwxrwxr-x 3 1001 1001 125 Dec 15 00:31 .github 00:35:08 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:31 .gitignore 00:35:08 drwx------ 3 1001 1001 47 Dec 15 00:32 .semver 00:35:08 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:31 .sonarcloud.properties 00:35:08 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:31 CONTRIBUTING.md 00:35:08 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:31 Dockerfile.build 00:35:08 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:31 Jenkinsfile 00:35:08 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:31 LICENSE 00:35:08 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:31 Makefile 00:35:08 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:31 README.md 00:35:08 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:31 SECURITY.md 00:35:08 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION 00:35:08 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:31 ZMQWindows.md 00:35:08 drwxrwxr-x 2 1001 1001 117 Dec 15 00:31 bin 00:35:08 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:31 cmd 00:35:08 -rw-r--r-- 1 root root 572038 Dec 15 00:34 coverage.out 00:35:08 -rw-r--r-- 1 root root 1041 Dec 15 00:35 go.mod 00:35:08 -rw-r--r-- 1 root root 18746 Dec 15 00:35 go.sum 00:35:08 drwxrwxr-x 8 1001 1001 127 Dec 15 00:31 internal 00:35:08 drwxrwxr-x 4 1001 1001 26 Dec 15 00:31 openapi 00:35:08 drwxrwxr-x 4 1001 1001 71 Dec 15 00:31 snap 00:35:08 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:31 version.go [Pipeline] sh 00:35:08 + '[' -e coverage.out ] 00:35:08 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:08 Stashed 1 file(s) [Pipeline] sh 00:35:09 + make build 00:35:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35: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 00:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35: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 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15988 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 00:35:28 Running in /w/workspace/edgex-go/15 [Pipeline] { 00:35:28 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 [Pipeline] checkout 00:35:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:35:32 $ docker stop --time=1 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 00:35:33 using credential edgex-jenkins-ssh 00:35:33 Cloning the remote Git repository 00:35:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:34 > git init /w/workspace/edgex-go/15 # timeout=10 00:35:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:34 > git --version # timeout=10 00:35:34 > git --version # 'git version 2.17.1' 00:35:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:35 $ docker rm -f 547b630eb229bb4b28b106fbabd9ed3ed7ae2c7d5ce6016810decff324cf5290 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:37 00:35:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:37 latest: Pulling from edgex-devops/edgex-compose 00:35:37 cbdbe7a5bc2a: Pulling fs layer 00:35:37 ca9280d653b3: Pulling fs layer 00:35:37 7e9c9ca2126c: Pulling fs layer 00:35:38 cbdbe7a5bc2a: Verifying Checksum 00:35:38 cbdbe7a5bc2a: Download complete 00:35:38 cbdbe7a5bc2a: Pull complete 00:35:38 ca9280d653b3: Verifying Checksum 00:35:38 ca9280d653b3: Download complete 00:35:39 ca9280d653b3: Pull complete 00:35:46 7e9c9ca2126c: Pull complete 00:35:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:46 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:35:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:10003/edgex-devops/edgex-compose:latest cat 00:35:49 $ docker top f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:49 + docker-compose build --help 00:35:49 + grep parallel 00:35:50 --parallel Build images in parallel. [Pipeline] } 00:35:50 $ docker stop --time=1 f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 00:35:52 $ docker rm -f f331ae6973aa4134638674ac4d3e9a2ea8d4bf0dad8b143ea9ac276bd60897f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:52 . [Pipeline] withDockerContainer 00:35:52 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:35:52 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:53 $ docker top 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:53 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:54 Building docker-core-command-go ... 00:35:54 Building docker-core-data-go ... 00:35:54 Building docker-core-metadata-go ... 00:35:54 Building docker-security-bootstrap-redis-go ... 00:35:54 Building docker-security-proxy-setup-go ... 00:35:54 Building docker-security-secrets-setup-go ... 00:35:54 Building docker-security-secretstore-setup-go ... 00:35:54 Building docker-support-notifications-go ... 00:35:54 Building docker-support-scheduler-go ... 00:35:54 Building docker-sys-mgmt-agent-go ... 00:35:54 Building docker-core-data-go 00:35:54 Building docker-core-command-go 00:35:54 Building docker-security-bootstrap-redis-go 00:35:54 Building docker-core-metadata-go 00:35:54 Building docker-security-proxy-setup-go 00:35:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:55 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 00:35:56 Merge succeeded, producing a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf 00:35:56 Checking out Revision a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf (PR-2908) 00:35:55 > git config core.sparsecheckout # timeout=10 00:35:55 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 00:35:55 > git remote # timeout=10 00:35:55 > git config --get remote.origin.url # timeout=10 00:35:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:55 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:35:56 > git rev-parse HEAD^{commit} # timeout=10 00:35:56 > git config core.sparsecheckout # timeout=10 00:35:56 > git checkout -f a2c86c1455f10d1043ff1cdd4b0623c0b8df64bf # timeout=10 00:36:00 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:36:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:00 > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 00:36:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:03 + + sudo service docker restart 00:36:03 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:05 provisioning config files... 00:36:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config1696101627648935326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:06 ---> docker-login.sh 00:36:06 nexus3.edgexfoundry.org:10001 00:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 nexus3.edgexfoundry.org:10002 00:36:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 nexus3.edgexfoundry.org:10003 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 nexus3.edgexfoundry.org:10004 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 docker.io 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 ---> docker-login.sh ends [Pipeline] } 00:36:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:10 ========================================================= 00:36:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:10 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:12 Sending build context to Docker daemon 165.7MB 00:36:12 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:12 Step 2/7 : FROM ${BASE} 00:36:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:12 5f621e34cdf4: Pulling fs layer 00:36:12 a4357932f1b6: Pulling fs layer 00:36:12 18c013af1878: Pulling fs layer 00:36:12 00ac8860ef70: Pulling fs layer 00:36:12 63d7cb157983: Pulling fs layer 00:36:12 b116817d02f9: Pulling fs layer 00:36:12 745a02a5169b: Pulling fs layer 00:36:12 00ac8860ef70: Waiting 00:36:12 63d7cb157983: Waiting 00:36:12 745a02a5169b: Waiting 00:36:12 b116817d02f9: Waiting 00:36:12 18c013af1878: Verifying Checksum 00:36:12 a4357932f1b6: Verifying Checksum 00:36:12 a4357932f1b6: Download complete 00:36:12 63d7cb157983: Download complete 00:36:13 b116817d02f9: Download complete 00:36:14 5f621e34cdf4: Verifying Checksum 00:36:14 5f621e34cdf4: Download complete 00:36:14 5f621e34cdf4: Pull complete 00:36:15 a4357932f1b6: Pull complete 00:36:15 18c013af1878: Pull complete 00:36:16 745a02a5169b: Verifying Checksum 00:36:16 745a02a5169b: Download complete 00:36:18 00ac8860ef70: Verifying Checksum 00:36:18 00ac8860ef70: Download complete 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 035f5eb93015 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 ---> 035f5eb93015 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 035f5eb93015 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 035f5eb93015 00:36:27 Step 3/23 : WORKDIR /edgex-go 00:36:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 035f5eb93015 00:36:27 Step 3/21 : WORKDIR /edgex-go 00:36:27 ---> Running in fc2291643afe 00:36:27 ---> Running in 06a92c2a1679 00:36:27 ---> Running in 291eabb4720d 00:36:27 ---> Running in 9b3d0d2945f2 00:36:27 ---> Running in 9c19b07b376c 00:36:27 Removing intermediate container 06a92c2a1679 00:36:27 ---> fa868ac16c09 00:36:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 291eabb4720d 00:36:27 ---> 3ae9d9797559 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 9c19b07b376c 00:36:27 ---> 5be07aef51d9 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container 9b3d0d2945f2 00:36:27 ---> a6e23496028a 00:36:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 Removing intermediate container fc2291643afe 00:36:27 ---> 42f4787d85c5 00:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 ---> Running in 608dc9b74865 00:36:27 ---> Running in 3b71e3884961 00:36:27 ---> Running in 62c13724fdad 00:36:27 ---> Running in 2fec6b8229c9 00:36:27 ---> Running in 02d4caa93a95 00:36:27 Removing intermediate container 608dc9b74865 00:36:27 ---> ebf27c350c0b 00:36:27 Step 5/22 : RUN apk update && apk add make git 00:36:27 Removing intermediate container 3b71e3884961 00:36:27 ---> 3934bd46f6af 00:36:27 Step 5/22 : RUN apk update && apk add make git 00:36:27 ---> Running in a413bcd0fb11 00:36:27 Removing intermediate container 62c13724fdad 00:36:27 ---> 275b296b1ccc 00:36:27 Step 5/21 : RUN apk update && apk add make git 00:36:27 ---> Running in 3ab10bbf806b 00:36:27 Removing intermediate container 2fec6b8229c9 00:36:27 ---> 6a20c3a8a01a 00:36:27 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:36:27 ---> Running in 4b8b5a0146bc 00:36:27 ---> Running in 84f621e7364d 00:36:27 Removing intermediate container 02d4caa93a95 00:36:27 ---> 807da5998695 00:36:27 Step 5/22 : RUN apk update && apk add make git 00:36:27 ---> Running in ac3a170bc833 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:28 00ac8860ef70: Pull complete 00:36:28 63d7cb157983: Pull complete 00:36:28 b116817d02f9: Pull complete 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:31 OK: 12750 distinct packages available 00:36:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:31 OK: 12750 distinct packages available 00:36:31 OK: 233 MiB in 51 packages 00:36:31 OK: 233 MiB in 51 packages 00:36:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:31 OK: 12750 distinct packages available 00:36:31 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:31 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:31 OK: 12750 distinct packages available 00:36:31 OK: 233 MiB in 51 packages 00:36:31 OK: 233 MiB in 51 packages 00:36:32 Removing intermediate container a413bcd0fb11 00:36:32 ---> 3780de5e11a5 00:36:32 Step 6/22 : COPY go.mod . 00:36:32 Removing intermediate container 3ab10bbf806b 00:36:32 ---> a17c4a252482 00:36:32 Step 6/22 : COPY go.mod . 00:36:32 745a02a5169b: Pull complete 00:36:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:32 ---> b7e6874047d6 00:36:32 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:32 Removing intermediate container 4b8b5a0146bc 00:36:32 ---> 832a697f1b32 00:36:32 Step 6/21 : COPY go.mod . 00:36:32 ---> 99bdacd75bd0 00:36:32 Step 7/22 : RUN go mod download 00:36:32 ---> 0cdf5e8d2355 00:36:32 Step 7/22 : RUN go mod download 00:36:32 ---> Running in bb9c0da5b487 00:36:32 ---> Running in 74d68ee00b61 00:36:32 ---> b031977509e2 00:36:32 Step 7/21 : RUN go mod download 00:36:32 Removing intermediate container ac3a170bc833 00:36:32 ---> 4500cce22ca4 00:36:32 Step 6/22 : COPY go.mod . 00:36:32 ---> Running in 560adcdfae6e 00:36:32 ---> 9c5aa608ad3e 00:36:32 Step 7/22 : RUN go mod download 00:36:33 ---> Running in 4c907a92c869 00:36:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:33 OK: 12750 distinct packages available 00:36:33 OK: 233 MiB in 51 packages 00:36:34 Removing intermediate container 84f621e7364d 00:36:34 ---> 309de187c5b3 00:36:34 Step 6/23 : COPY go.mod . 00:36:35 ---> 269ae212327f 00:36:35 Step 7/23 : RUN go mod download 00:36:35 ---> Running in 1f0a18e4af82 00:36:35 Removing intermediate container bb9c0da5b487 00:36:35 ---> 38cfc42b4beb 00:36:35 Step 8/22 : COPY . . 00:36:36 Removing intermediate container 560adcdfae6e 00:36:36 ---> 26ece89d6c1c 00:36:36 Step 8/21 : COPY . . 00:36:36 Removing intermediate container 74d68ee00b61 00:36:36 ---> 2528a908f478 00:36:36 Step 8/22 : COPY . . 00:36:36 Removing intermediate container 4c907a92c869 00:36:36 ---> a4795937dba3 00:36:36 Step 8/22 : COPY . . 00:36:36 ---> Running in 0cb177f594af 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:42 (1/12) Installing libmagic (5.38-r0) 00:36:42 (2/12) Installing file (5.38-r0) 00:36:42 (3/12) Installing libc-dev (0.7.2-r3) 00:36:42 (4/12) Installing g++ (9.3.0-r2) 00:36:51 Removing intermediate container 1f0a18e4af82 00:36:51 ---> d1414e0a5257 00:36:51 Step 8/23 : COPY . . 00:36:55 (5/12) Installing fortify-headers (1.1-r0) 00:36:55 (6/12) Installing patch (2.7.6-r6) 00:36:55 (7/12) Installing build-base (0.5-r2) 00:36:55 (8/12) Installing libsodium (1.0.18-r0) 00:36:55 (9/12) Installing pkgconf (1.7.2-r0) 00:36:55 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:55 (11/12) Installing libzmq (4.3.3-r0) 00:36:55 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:55 Executing busybox-1.31.1-r19.trigger 00:36:55 OK: 217 MiB in 51 packages 00:37:00 Removing intermediate container 0cb177f594af 00:37:00 ---> c8135ed0e66c 00:37:00 Step 4/7 : WORKDIR /edgex-go 00:37:00 ---> Running in efcc3cc0765c 00:37:00 Removing intermediate container efcc3cc0765c 00:37:00 ---> 1ab83e7bef9b 00:37:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:01 latest: Pulling from library/docker 00:37:01 a3cc7d3b244e: Pulling fs layer 00:37:01 02a3295e0d61: Pulling fs layer 00:37:01 0f4f2e6d8100: Pulling fs layer 00:37:01 330b718f631f: Pulling fs layer 00:37:01 a93816041522: Pulling fs layer 00:37:01 bdb6da89ff94: Pulling fs layer 00:37:01 2a70c0c122f4: Pulling fs layer 00:37:01 330b718f631f: Waiting 00:37:01 a93816041522: Waiting 00:37:01 bdb6da89ff94: Waiting 00:37:01 2a70c0c122f4: Waiting 00:37:02 0f4f2e6d8100: Verifying Checksum 00:37:02 a3cc7d3b244e: Verifying Checksum 00:37:02 a3cc7d3b244e: Download complete 00:37:02 02a3295e0d61: Download complete 00:37:02 a93816041522: Verifying Checksum 00:37:02 a93816041522: Download complete 00:37:02 2a70c0c122f4: Download complete 00:37:02 bdb6da89ff94: Verifying Checksum 00:37:02 bdb6da89ff94: Download complete 00:37:02 a3cc7d3b244e: Pull complete 00:37:03 02a3295e0d61: Pull complete 00:37:03 0f4f2e6d8100: Pull complete 00:37:04 330b718f631f: Verifying Checksum 00:37:04 330b718f631f: Download complete 00:37:08 330b718f631f: Pull complete 00:37:08 a93816041522: Pull complete 00:37:08 bdb6da89ff94: Pull complete 00:37:08 2a70c0c122f4: Pull complete 00:37:08 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:37:08 Status: Downloaded newer image for docker:latest 00:37:09 ---> 3342df7e018d 00:37:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:09 ---> a4430a48e836 00:37:09 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:09 ---> d320dba7eb87 00:37:09 Step 9/22 : RUN make cmd/core-command/core-command 00:37:10 ---> 7df35f9fdd8e 00:37:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:10 ---> Running in 03e2ab911da6 00:37:10 ---> Running in 0ddc6ddc277c 00:37:10 ---> Running in 6487beb8c980 00:37:10 ---> Running in 3a4f2709701b 00:37:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37: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 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:13 ---> dc07fc65c7a0 00:37:13 Step 9/23 : RUN make cmd/core-data/core-data 00:37:13 ---> d4c7c3fbda67 00:37:13 Step 6/7 : COPY go.mod . 00:37:13 ---> 56bbcf954f8d 00:37:13 Step 7/7 : RUN go mod download 00:37:13 ---> Running in 4bc3194c11c8 00:37:13 ---> Running in b19adcafde41 00:37:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:40 Removing intermediate container b19adcafde41 00:37:40 ---> 0d6995fec2d8 00:37:40 Successfully built 0d6995fec2d8 00:37:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:41 + docker inspect -f . ci-base-image-arm64 00:37:41 . [Pipeline] withDockerContainer 00:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container 00:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat 00:37:42 Removing intermediate container 03e2ab911da6 00:37:42 ---> 99d9f415c30a 00:37:42 00:37:42 Step 10/22 : FROM alpine:3.10 00:37:42 3.10: Pulling from library/alpine 00:37:42 $ docker top a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:43 Status: Downloaded newer image for alpine:3.10 00:37:43 ---> be4e4bea2c2e 00:37:43 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:44 + go version 00:37:44 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:44 $ docker stop --time=1 a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e 00:37:45 ---> Running in fff383fd4f55 00:37:46 $ docker rm -f a496463b7be1db0581fa04b5c4d1b47fc62b05995c9a786b7f540cdf46f04a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:47 + docker inspect -f . ci-base-image-arm64 00:37:47 . [Pipeline] withDockerContainer 00:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:47 prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container 00:37:47 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat 00:37:47 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:47 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:47 OK: 10348 distinct packages available 00:37:48 (1/5) Installing ca-certificates (20191127-r2) 00:37:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:48 (3/5) Installing libcurl (7.66.0-r3) 00:37:48 (4/5) Installing curl (7.66.0-r3) 00:37:48 (5/5) Installing dumb-init (1.2.2-r1) 00:37:48 Executing busybox-1.30.1-r3.trigger 00:37:48 Executing ca-certificates-20191127-r2.trigger 00:37:49 $ docker top 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:49 ========================================================= 00:37:49 [edgeXBuildGoParallel] Running Tests and Build... 00:37:49 ========================================================= [Pipeline] sh 00:37:49 OK: 7 MiB in 19 packages 00:37:49 Removing intermediate container 3a4f2709701b 00:37:49 ---> 7b4da5d54375 00:37:49 00:37:49 Step 10/21 : FROM alpine 00:37:49 latest: Pulling from library/alpine 00:37:49 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:37:49 Status: Downloaded newer image for alpine:latest 00:37:49 ---> b14afc6dfb98 00:37:49 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:49 Removing intermediate container 6487beb8c980 00:37:49 ---> 2f04452effdf 00:37:49 00:37:49 Step 10/22 : FROM scratch 00:37:49 ---> 00:37:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:50 ---> Running in dcdaa2b860ae 00:37:50 ---> Running in 52d740b95711 00:37:50 + make test 00:37:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:51 Removing intermediate container dcdaa2b860ae 00:37:51 ---> 4ac8bb08bf59 00:37:51 Step 12/22 : ENV APP_PORT=48082 00:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 ---> Running in a6e6fa53d616 00:37:53 Removing intermediate container fff383fd4f55 00:37:53 ---> 2a623d9fc49c 00:37:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:53 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:53 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:53 OK: 12747 distinct packages available 00:37:53 (1/4) Installing ca-certificates (20191127-r4) 00:37:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:53 (3/4) Installing libcurl (7.69.1-r3) 00:37:53 (4/4) Installing curl (7.69.1-r3) 00:37:53 Executing busybox-1.31.1-r19.trigger 00:37:53 Executing ca-certificates-20191127-r4.trigger 00:37:53 OK: 7 MiB in 18 packages 00:37:54 ---> Running in 0d6127dd32d5 00:37:54 Removing intermediate container 0ddc6ddc277c 00:37:54 ---> c986688bbf34 00:37:54 00:37:54 Step 10/22 : FROM scratch 00:37:54 ---> 00:37:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:54 Removing intermediate container a6e6fa53d616 00:37:54 ---> 2877256da649 00:37:54 Step 13/22 : EXPOSE $APP_PORT 00:37:54 ---> Using cache 00:37:54 ---> 4ac8bb08bf59 00:37:54 Step 12/22 : ENV APP_PORT=48081 00:37:54 ---> Running in 7461b8f34c97 00:37:54 ---> Running in a9b5530cbf4b 00:37:55 Removing intermediate container 0d6127dd32d5 00:37:55 ---> 87fbdf7cf32d 00:37:55 Step 13/22 : WORKDIR / 00:37:55 ---> Running in da1e4cec162e 00:37:55 Removing intermediate container 7461b8f34c97 00:37:55 ---> 5d0035b0d19d 00:37:55 Step 14/22 : WORKDIR / 00:37:57 Removing intermediate container a9b5530cbf4b 00:37:57 ---> 874c122fc341 00:37:57 Step 13/22 : EXPOSE $APP_PORT 00:37:57 ---> Running in acc973b1f272 00:37:57 ---> Running in e6a415ea3b32 00:37:57 Removing intermediate container 52d740b95711 00:37:57 ---> 8d23ccc01dc2 00:37:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:57 Removing intermediate container da1e4cec162e 00:37:57 ---> 465d18896a9a 00:37:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:57 Removing intermediate container 4bc3194c11c8 00:37:57 ---> 67c58ceb8228 00:37:57 00:37:57 Step 10/23 : FROM alpine 00:37:57 ---> b14afc6dfb98 00:37:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:57 ---> Running in eb377c9d3ece 00:37:57 Removing intermediate container acc973b1f272 00:37:57 ---> e6892dcd049a 00:37:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:57 Removing intermediate container e6a415ea3b32 00:37:57 ---> 0dd184b21ab1 00:37:57 Step 14/22 : WORKDIR / 00:37:58 ---> Running in eeb7009f57fa 00:37:58 ---> Running in c9a384bd7d6a 00:37:58 ---> 1ad1669dacce 00:37:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:58 Removing intermediate container eb377c9d3ece 00:37:58 ---> f260b5a2e0c1 00:37:58 Step 13/21 : WORKDIR /edgex 00:37:58 ---> 6b9388f9f353 00:37:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:59 ---> Running in e04c06b472bf 00:37:59 Removing intermediate container eeb7009f57fa 00:37:59 ---> 9ca8213c1daf 00:37:59 Step 12/23 : ENV APP_PORT=48080 00:37:59 Removing intermediate container c9a384bd7d6a 00:37:59 ---> cd0a4b1eb054 00:37:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:59 ---> c37ae193bb96 00:37:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:59 ---> e89c1cee0569 00:37:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:59 ---> Running in dd8527c34d11 00:37:59 Removing intermediate container e04c06b472bf 00:37:59 ---> 85e6b975eb15 00:37:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:59 Removing intermediate container dd8527c34d11 00:37:59 ---> df16acf70611 00:37:59 Step 13/23 : EXPOSE $APP_PORT 00:37:59 ---> d92b64397e2f 00:37:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:00 ---> 277f8b4c7ca8 00:38:00 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:00 ---> af79e451c6e0 00:38:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:00 ---> e7ec142079e4 00:38:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:00 ---> Running in 98cbb3e9a7bc 00:38:00 ---> Running in 4d5948158cd1 00:38:00 Removing intermediate container 98cbb3e9a7bc 00:38:00 ---> 9badfb0b02d6 00:38:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:00 ---> 98d6cf5c60d7 00:38:00 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:00 ---> Running in 697c12ba0fcb 00:38:00 Removing intermediate container 4d5948158cd1 00:38:00 ---> 52422019359b 00:38:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:00 ---> Running in 4a3c7c545564 00:38:01 ---> 646981f6983b 00:38:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:01 ---> a5eadc482c5a 00:38:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:01 ---> Running in eec44977fb5c 00:38:02 ---> 73e41d4f3fcf 00:38:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:02 ---> a6042f3bc130 00:38:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:02 Removing intermediate container eec44977fb5c 00:38:02 ---> e287882e486d 00:38:02 Step 20/22 : LABEL arch=x86_64 00:38:02 ---> Running in b12edc3c0ce7 00:38:02 ---> Running in 09ae1d493b93 00:38:02 ---> Running in d8e00e5090a9 00:38:02 Removing intermediate container 09ae1d493b93 00:38:02 ---> 8d2b53119cc7 00:38:02 Step 18/21 : CMD ["--init=true"] 00:38:02 Removing intermediate container b12edc3c0ce7 00:38:02 ---> a8b36737af80 00:38:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:02 Removing intermediate container d8e00e5090a9 00:38:02 ---> 041091a4699e 00:38:02 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:38:02 ---> Running in 226b6696322b 00:38:02 ---> Running in 0531d2e13480 00:38:02 ---> Running in cbdf14fd5957 00:38:02 Removing intermediate container 0531d2e13480 00:38:02 ---> cf4bdc79f83c 00:38:02 Step 20/22 : LABEL arch=x86_64 00:38:03 Removing intermediate container 226b6696322b 00:38:03 ---> 407624a7be02 00:38:03 Step 19/21 : LABEL arch=x86_64 00:38:03 Removing intermediate container cbdf14fd5957 00:38:03 ---> 322dc045b954 00:38:03 Step 22/22 : LABEL version=0.0.0 00:38:03 ---> Running in de88fda60b49 00:38:03 ---> Running in 63adacee381c 00:38:03 ---> Running in 4f67d25fa308 00:38:03 Removing intermediate container 4a3c7c545564 00:38:03 ---> 52dec6e948fe 00:38:03 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:03 Removing intermediate container de88fda60b49 00:38:03 ---> 3cf8497c7be3 00:38:03 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:38:03 Removing intermediate container 697c12ba0fcb 00:38:03 ---> f5a8f74117e3 00:38:03 Step 15/23 : RUN apk --no-cache add zeromq 00:38:03 ---> Running in 8ae0eb15a408 00:38:03 Removing intermediate container 63adacee381c 00:38:03 ---> af38f71b2adf 00:38:03 Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:38:03 Removing intermediate container 4f67d25fa308 00:38:03 ---> 969680e6b4f5 00:38:03 00:38:04 ---> Running in 38b017c19bf2 00:38:04 ---> Running in bbac673a8ac7 00:38:04 ---> Running in dac744c3d60a 00:38:04 Successfully built 969680e6b4f5 00:38:04 Removing intermediate container 8ae0eb15a408 00:38:04 ---> cc7083f663df 00:38:04 Step 20/22 : LABEL arch=x86_64 00:38:04 Successfully tagged docker-core-command-go:latest 00:38:04 Building docker-support-notifications-go 00:38:04  Building docker-core-command-go ... done  ---> Running in 2356dccba767 00:38:04 Removing intermediate container 38b017c19bf2 00:38:04 ---> 3cef0b3e3de7 00:38:04 Step 22/22 : LABEL version=0.0.0 00:38:04 Removing intermediate container dac744c3d60a 00:38:04 ---> 868afbb7dd38 00:38:04 Step 21/21 : LABEL version=0.0.0 00:38:04 ---> Running in cf1d051e0947 00:38:05 ---> Running in a16c0532490d 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 Removing intermediate container 2356dccba767 00:38:05 ---> 1cea82b7cba5 00:38:05 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:38:05 Removing intermediate container cf1d051e0947 00:38:05 ---> 31e19011dac5 00:38:05 00:38:05 ---> Running in 57d23d29e968 00:38:05 Removing intermediate container a16c0532490d 00:38:05 ---> 343264e6d627 00:38:05 00:38:06 Successfully built 31e19011dac5 00:38:06 Successfully tagged docker-core-metadata-go:latest 00:38:06 Building docker-security-secretstore-setup-go 00:38:06  Building docker-core-metadata-go ... done Successfully built 343264e6d627 00:38:06 Successfully tagged docker-security-proxy-setup-go:latest 00:38:06 Building docker-sys-mgmt-agent-go 00:38:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 57d23d29e968 00:38:06 ---> d6878e4d12b7 00:38:06 Step 22/22 : LABEL version=0.0.0 00:38:06 ---> Running in c72e7a104963 00:38:06 Removing intermediate container c72e7a104963 00:38:06 ---> 12bc0b2f2589 00:38:06 00:38:06 Successfully built 12bc0b2f2589 00:38:06 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:06 Building docker-support-scheduler-go 00:38:06  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 (1/5) Installing libgcc (9.3.0-r2) 00:38:07 (2/5) Installing libsodium (1.0.18-r0) 00:38:08 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:08 (4/5) Installing libzmq (4.3.3-r0) 00:38:11 (5/5) Installing zeromq (4.3.3-r0) 00:38:11 Executing busybox-1.31.1-r19.trigger 00:38:11 OK: 8 MiB in 19 packages 00:38:14 Removing intermediate container bbac673a8ac7 00:38:14 ---> 6f55f016bc42 00:38:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:38:14 ---> f64d93c91c07 00:38:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:15 ---> 27d01aa6c45a 00:38:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:15 ---> 506b8a9040d3 00:38:15 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:15 ---> Running in 2c554a1affc0 00:38:15 Removing intermediate container 2c554a1affc0 00:38:15 ---> 6df6e936426b 00:38:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:15 ---> Running in 331260f737c6 00:38:16 Removing intermediate container 331260f737c6 00:38:16 ---> ca7ab53973a5 00:38:16 Step 21/23 : LABEL arch=x86_64 00:38:16 ---> Running in 6783a7e3526d 00:38:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:19 Removing intermediate container 6783a7e3526d 00:38:19 ---> f8558cf5b192 00:38:19 Step 22/23 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:38:21 ---> Running in 32628269a28f 00:38:22 Removing intermediate container 32628269a28f 00:38:22 ---> 6b09c2a5b411 00:38:22 Step 23/23 : LABEL version=0.0.0 00:38:23 ---> Running in 27da89ecd787 00:38:23 Removing intermediate container 27da89ecd787 00:38:23 ---> 9eadfb7ab401 00:38:23 00:38:24 Successfully built 9eadfb7ab401 00:38:24 Successfully tagged docker-core-data-go:latest 00:38:24 Building docker-security-secrets-setup-go 00:38:27  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> 035f5eb93015 00:38:27 Step 3/24 : WORKDIR /edgex-go 00:38:27 ---> Using cache 00:38:27 ---> a6e23496028a 00:38:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:27 ---> Using cache 00:38:27 ---> 6a20c3a8a01a 00:38:27 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:38:29 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> 035f5eb93015 00:38:29 Step 3/27 : WORKDIR /edgex-go 00:38:29 ---> Using cache 00:38:29 ---> a6e23496028a 00:38:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:29 ---> Using cache 00:38:29 ---> 6a20c3a8a01a 00:38:29 Step 5/27 : RUN apk update && apk add make bash git 00:38:30 ---> Running in baa8f1e0a899 00:38:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> 035f5eb93015 00:38:31 Step 3/21 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> a6e23496028a 00:38:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 ---> Using cache 00:38:31 ---> 6a20c3a8a01a 00:38:31 Step 5/21 : RUN apk update && apk add make git 00:38:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> 035f5eb93015 00:38:31 Step 3/24 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> a6e23496028a 00:38:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 ---> Using cache 00:38:31 ---> 6a20c3a8a01a 00:38:31 Step 5/24 : RUN apk update && apk add make git 00:38:34 ---> Running in 9ed4d3403824 00:38:34 ---> Running in 2b70d614564e 00:38:34 ---> Running in e20bac26f935 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:38 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:38 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:38:38 ---> 035f5eb93015 00:38:38 Step 3/29 : WORKDIR /edgex-go 00:38:38 ---> Using cache 00:38:38 ---> a6e23496028a 00:38:38 Step 4/29 : RUN apk update && apk add make git 00:38:38 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:38 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:38 OK: 12750 distinct packages available 00:38:38 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:38 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:38 OK: 12750 distinct packages available 00:38:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:38 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:38 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:38 OK: 12750 distinct packages available 00:38:38 OK: 233 MiB in 51 packages 00:38:38 ---> Running in af2578e8a7d5 00:38:38 OK: 233 MiB in 51 packages 00:38:39 OK: 233 MiB in 51 packages 00:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 Removing intermediate container 2b70d614564e 00:38:39 ---> f65d8ce87254 00:38:39 Step 6/27 : COPY go.mod . 00:38:39 Removing intermediate container e20bac26f935 00:38:39 ---> bbbcc7770edd 00:38:39 Step 6/24 : COPY go.mod . 00:38:40 Removing intermediate container 9ed4d3403824 00:38:40 ---> b64e5228e7f4 00:38:40 Step 6/21 : COPY go.mod . 00:38:40 ---> c97fc5b45d4b 00:38:40 Step 7/27 : RUN go mod download 00:38:40 ---> 82a83ae39be7 00:38:40 Step 7/24 : RUN go mod download 00:38:40 ---> Running in 2b96b702ddc2 00:38:40 ---> Running in 7bf56dbd4991 00:38:40 ---> 24e4b550437f 00:38:40 Step 7/21 : RUN go mod download 00:38:40 ---> Running in 0b33506ac41c 00:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:41 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:41 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:41 OK: 12750 distinct packages available 00:38:41 OK: 233 MiB in 51 packages 00:38:41 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:41 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:41 OK: 12750 distinct packages available 00:38:41 OK: 233 MiB in 51 packages 00:38:42 Removing intermediate container 0b33506ac41c 00:38:42 ---> 5cfa00ed7d8f 00:38:42 Step 8/21 : COPY . . 00:38:42 Removing intermediate container 7bf56dbd4991 00:38:42 ---> 39211cd3a3c3 00:38:42 Step 8/24 : COPY . . 00:38:42 Removing intermediate container 2b96b702ddc2 00:38:42 ---> dfb3f7682745 00:38:42 Step 8/27 : COPY . . 00:38:45 Removing intermediate container baa8f1e0a899 00:38:45 ---> 7444855e41a9 00:38:45 Step 6/24 : COPY go.mod . 00:38:49 Removing intermediate container af2578e8a7d5 00:38:49 ---> 9a5402c669a5 00:38:49 Step 5/29 : COPY go.mod . 00:38:53 ---> 64b9f697538a 00:38:53 Step 7/24 : RUN go mod download 00:38:56 ---> 2bf97cee398d 00:38:56 Step 6/29 : RUN go mod download 00:39:00 ---> Running in 61341983ba93 00:39:00 ---> Running in c562519108b6 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:06 Removing intermediate container c562519108b6 00:39:06 ---> 3dd28f1ebab3 00:39:06 Step 7/29 : COPY . . 00:39:06 Removing intermediate container 61341983ba93 00:39:06 ---> f1538e2f02fc 00:39:06 Step 8/24 : COPY . . 00:39:19 ---> 6238bb612a29 00:39:19 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:19 ---> 37e8055eac07 00:39:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:20 ---> 871629dcfe19 00:39:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:23 ---> Running in e3b93ac13319 00:39:23 ---> Running in 6184dd3a3039 00:39:23 ---> Running in c4ed426767c7 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.108s 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:33 ---> dbbe2d7d75a0 00:39:33 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:33 ---> df73c1c9b4fa 00:39:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:39:33 ---> Running in fce0d91dde3d 00:39:33 ---> Running in be1bca77633f 00:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.681s coverage: 27.1% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.302s coverage: 68.2% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.654s coverage: 82.6% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:52 Removing intermediate container 6184dd3a3039 00:39:52 ---> 3afa24be44f4 00:39:52 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:53 ---> Running in b548f83c96d4 00:39: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 00:39:57 Removing intermediate container e3b93ac13319 00:39:57 ---> 5cc4c17f7801 00:39:57 00:39:57 Step 10/24 : FROM alpine:3.10 00:39:57 ---> be4e4bea2c2e 00:39:57 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:57 ---> Using cache 00:39:57 ---> 2a623d9fc49c 00:39:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.303s coverage: 28.6% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:57 ---> Running in d26063b72283 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.218s coverage: 78.3% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:57 Removing intermediate container b548f83c96d4 00:39:57 ---> dbc51a0e11f4 00:39:57 00:39:57 Step 11/27 : FROM docker:latest 00:39:57 ---> aefe523efa57 00:39:57 Step 12/27 : RUN apk add --no-cache bash 00:39:58 Removing intermediate container d26063b72283 00:39:58 ---> f621c4b7e99f 00:39:58 Step 13/24 : WORKDIR / 00:39:59 ---> Running in ece8ba65a2e1 00:40:00 ---> Running in cca92f250d5b 00:40:00 Removing intermediate container c4ed426767c7 00:40:00 ---> c6f9c6a1390d 00:40:00 00:40:00 Step 10/21 : FROM scratch 00:40:00 ---> 00:40:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:01 ---> Using cache 00:40:01 ---> 4ac8bb08bf59 00:40:01 Step 12/21 : ENV APP_PORT=48085 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:02 Removing intermediate container cca92f250d5b 00:40:02 ---> 89457c41fcd6 00:40:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:02 ---> Running in f02c2d437403 00:40:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 Removing intermediate container be1bca77633f 00:40:02 ---> d9553946b6e1 00:40:02 00:40:02 Step 9/29 : FROM alpine:latest 00:40:02 ---> b14afc6dfb98 00:40:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:40:02 (1/2) Installing readline (8.0.4-r0) 00:40:02 (2/2) Installing bash (5.0.17-r0) 00:40:02 Executing bash-5.0.17-r0.post-install 00:40:02 Executing busybox-1.31.1-r19.trigger 00:40:02 OK: 12 MiB in 22 packages 00:40:04 Removing intermediate container f02c2d437403 00:40:04 ---> d2004e3835fb 00:40:04 Step 13/21 : EXPOSE $APP_PORT 00:40:04 ---> Running in 448376472c26 00:40:04 ---> Running in 9849a086db59 00:40:04 ---> 842eacb1d09d 00:40:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:04 Removing intermediate container fce0d91dde3d 00:40:04 ---> dcea2971666d 00:40:04 00:40:04 Step 10/24 : FROM scratch 00:40:04 ---> 00:40:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:06 Removing intermediate container 9849a086db59 00:40:06 ---> 68744d2a42f4 00:40:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:06 ---> Running in 5244196da61e 00:40:06 Removing intermediate container 448376472c26 00:40:06 ---> 9e887217f533 00:40:06 Step 11/29 : USER root 00:40:06 Removing intermediate container ece8ba65a2e1 00:40:06 ---> 5639025edf20 00:40:06 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:40:06 ---> 7a2f1a58133c 00:40:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:06 ---> Running in b48e8c9a756f 00:40:06 ---> Running in 77c0458b52a0 00:40:06 ---> 8b7be086320e 00:40:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:06 Removing intermediate container 5244196da61e 00:40:06 ---> a228d3d65f67 00:40:06 Step 12/24 : ENV APP_PORT=48060 00:40:06 ---> Running in a83136dad210 00:40:06 ---> 6201390b907e 00:40:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 93.8% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.149s coverage: 87.2% of statements 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements 00:40:07 Removing intermediate container 77c0458b52a0 00:40:07 ---> 95e59cf23646 00:40:07 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:40:07 ---> Running in 49855aa29899 00:40:07 ---> 44b8dee6279a 00:40:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:07 Removing intermediate container a83136dad210 00:40:07 ---> aaeb549c9d91 00:40:07 Step 13/24 : EXPOSE $APP_PORT 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.4% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:07 ---> Running in 23a1b0d8b082 00:40:07 ---> 6073efa70b6e 00:40:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:08 ---> b55ae76a925a 00:40:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:40:08 Removing intermediate container 23a1b0d8b082 00:40:08 ---> 568aed10f017 00:40:08 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:40:08 ---> Running in 06bbcf9fdc76 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:08 Removing intermediate container b48e8c9a756f 00:40:08 ---> 094c4e37d786 00:40:08 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:08 ---> Running in 81b9b655ab6c 00:40:08 Removing intermediate container 06bbcf9fdc76 00:40:08 ---> 86ec93a3d5d3 00:40:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:08 ---> 8fe2a6bedc2b 00:40:08 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:40:08 ---> f8e6d3817041 00:40:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:08 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:08 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:08 OK: 12747 distinct packages available 00:40:08 ---> Running in 7219706263ea 00:40:08 Removing intermediate container 81b9b655ab6c 00:40:08 ---> d65f9f36a46d 00:40:08 Step 15/27 : ENV APP_PORT=48090 00:40:08 ---> Running in be003b9ec062 00:40:08 (1/2) Installing ca-certificates (20191127-r4) 00:40:09 (2/2) Installing dumb-init (1.2.2-r1) 00:40:09 Executing busybox-1.31.1-r19.trigger 00:40:09 Executing ca-certificates-20191127-r4.trigger 00:40:09 OK: 6 MiB in 16 packages 00:40:09 ---> 59cb3d1ed260 00:40:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:10 Removing intermediate container 7219706263ea 00:40:10 ---> 71015f2e9f32 00:40:10 Step 19/21 : LABEL arch=x86_64 00:40:10 ---> Running in fb038956ee3a 00:40:10 Removing intermediate container be003b9ec062 00:40:10 ---> ca2ab3b62cc8 00:40:10 Step 16/27 : EXPOSE $APP_PORT 00:40:10 ---> Running in 207b95203a2d 00:40:10 ---> 4c1181ee9a07 00:40:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:40:10 ---> Running in 054d417bd3b1 00:40:11 Removing intermediate container 207b95203a2d 00:40:11 ---> 55510c750452 00:40:11 Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:40:11 Removing intermediate container 49855aa29899 00:40:11 ---> db5d7338cbc6 00:40:11 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:40:11 ---> Running in 7bd91eb2b6f8 00:40:11 ---> Running in 7ca471255a43 00:40:11 ---> 5dffaa274884 00:40:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:11 Removing intermediate container 054d417bd3b1 00:40:11 ---> 43f99cb5083a 00:40:11 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:11 Removing intermediate container 7ca471255a43 00:40:11 ---> 1c2eca6c7317 00:40:11 Step 21/21 : LABEL version=0.0.0 00:40:11 Removing intermediate container 7bd91eb2b6f8 00:40:11 ---> 31b600e689ca 00:40:11 Step 14/29 : WORKDIR $BASE_DIR 00:40:11 ---> 9a042cbbbd9f 00:40:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 00:40:12 ---> Running in b067b45fa774 00:40:12 ---> Running in 68215123d1d5 00:40:12 Removing intermediate container fb038956ee3a 00:40:12 ---> 311edd1e5c46 00:40:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:12 ---> f86f3f6cf627 00:40:12 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:12 ---> Running in 5abc051284e6 00:40:12 ---> 0f054e8970fd 00:40:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 00:40:12 Removing intermediate container b067b45fa774 00:40:12 ---> 1aaa5277e618 00:40:12 00:40:12 Removing intermediate container 68215123d1d5 00:40:12 ---> 871b952594c0 00:40:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:40:12 ---> Running in de51827618ca 00:40:12 Removing intermediate container 5abc051284e6 00:40:12 ---> 215e69570529 00:40:12 Step 22/24 : LABEL arch=x86_64 00:40:13 ---> 7925d5301efd 00:40:13 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:13 ---> d717a1e2f2dd 00:40:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:40:13 Successfully built 1aaa5277e618 00:40:13 Successfully tagged docker-support-scheduler-go:latest 00:40:13  Building docker-support-scheduler-go ... done  ---> Running in 2cb28610ef70 00:40:13 ---> Running in aaddcfcb3ce8 00:40:13 ---> 78829451e81d 00:40:13 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:13 ---> Running in 170467fc7c19 00:40:13 Removing intermediate container 2cb28610ef70 00:40:13 ---> 28c0d17eccb7 00:40:13 Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:40:13 Removing intermediate container aaddcfcb3ce8 00:40:13 ---> 08b28f9edab1 00:40:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 ---> Running in b335482e0dae 00:40:13 ---> Running in 0cdca7e3f9e7 00:40:14 Removing intermediate container b335482e0dae 00:40:14 ---> 8396ca70f276 00:40:14 Step 24/24 : LABEL version=0.0.0 00:40:14 ---> Running in af05726fb797 00:40:14 Removing intermediate container 0cdca7e3f9e7 00:40:14 ---> d23938b04210 00:40:14 Step 22/24 : LABEL arch=x86_64 00:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:14 (1/33) Installing libbz2 (1.0.8-r1) 00:40:14 (2/33) Installing expat (2.2.9-r1) 00:40:14 (3/33) Installing libffi (3.3-r2) 00:40:14 (4/33) Installing gdbm (1.13-r1) 00:40:14 (5/33) Installing xz-libs (5.2.5-r0) 00:40:14 ---> Running in 745853ca5e15 00:40:14 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:14 (7/33) Installing python3 (3.8.5-r0) 00:40:15 Removing intermediate container af05726fb797 00:40:15 ---> 20b4d8e459e9 00:40:15 00:40:15 Removing intermediate container de51827618ca 00:40:15 ---> 42699d27041e 00:40:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.963s coverage: 55.9% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:40:18 Removing intermediate container 745853ca5e15 00:40:18 ---> de83041e516f 00:40:18 Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:40:18 Successfully built 20b4d8e459e9 00:40:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:18  Building docker-security-secretstore-setup-go ... done  ---> Running in b6a405384613 00:40:18 ---> 4aacd57b9135 00:40:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:40:18 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:18 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:18 (11/33) Installing py3-six (1.15.0-r0) 00:40:18 (12/33) Installing py3-packaging (20.4-r0) 00:40:18 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:18 (15/33) Installing py3-idna (2.9-r0) 00:40:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:19 Removing intermediate container b6a405384613 00:40:19 ---> 8df9e5d5a45b 00:40:19 Step 24/24 : LABEL version=0.0.0 00:40:19 (18/33) Installing py3-requests (2.23.0-r0) 00:40:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:19 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:20 ---> Running in 493c2b69c948 00:40:20 ---> 4468c13e78d5 00:40:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:40:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:20 (24/33) Installing py3-distro (1.5.0-r1) 00:40:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:20 (29/33) Installing py3-progress (1.5-r0) 00:40:20 (30/33) Installing py3-toml (0.10.1-r0) 00:40:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:21 Removing intermediate container 493c2b69c948 00:40:21 ---> 6754121da817 00:40:21 00:40:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:21 (33/33) Installing py3-pip (20.1.1-r0) 00:40:22 ---> f217d81d040b 00:40:22 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:40:22 Executing busybox-1.31.1-r19.trigger 00:40:22 Successfully built 6754121da817 00:40:22 OK: 71 MiB in 55 packages 00:40:22 Successfully tagged docker-support-notifications-go:latest 00:40:22  Building docker-support-notifications-go ... done  ---> 98330c233b93 00:40:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:40:23 ---> 9f709d850585 00:40:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:40:26 ---> Running in 4c3810cc3edc 00:40:28 Removing intermediate container 170467fc7c19 00:40:28 ---> dee5949280e6 00:40:28 Step 21/27 : RUN pip install docker-compose==1.23.2 00:40:28 ---> Running in cdee0e90ed07 00:40:29 Removing intermediate container 4c3810cc3edc 00:40:29 ---> fa3fdc5572d1 00:40:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:40:29 ---> be328f629952 00:40:29 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:29 ---> Running in 6fb0ea99912c 00:40:30 Collecting docker-compose==1.23.2 00:40:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:30 Collecting dockerpty<0.5,>=0.4.1 00:40:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:30 Removing intermediate container 6fb0ea99912c 00:40:30 ---> d2d424c69b53 00:40:30 Step 24/29 : RUN chmod 755 security-secrets-setup 00:40:30 ---> Running in 6e2a672878bb 00:40:30 Collecting jsonschema<3,>=2.5.1 00:40:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:31 Collecting docker<4.0,>=3.6.0 00:40:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:31 Collecting docopt<0.7,>=0.6.1 00:40:31 Removing intermediate container 6e2a672878bb 00:40:31 ---> 2f2276240265 00:40:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:40:31 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:31 ---> Running in 422434f00679 00:40:31 Removing intermediate container 422434f00679 00:40:31 ---> d8dfcc381572 00:40:31 Step 26/29 : CMD [ "generate" ] 00:40:31 ---> Running in fcc34a8a2273 00:40:32 Removing intermediate container fcc34a8a2273 00:40:32 ---> 815b23c78f71 00:40:32 Step 27/29 : LABEL arch=x86_64 00:40:32 ---> Running in b7e5657ef493 00:40:32 Collecting texttable<0.10,>=0.9.0 00:40:32 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:32 Removing intermediate container b7e5657ef493 00:40:32 ---> deaf2aa30582 00:40:32 Step 28/29 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:40:32 ---> Running in 5a5b53f595bb 00:40:32 Removing intermediate container 5a5b53f595bb 00:40:32 ---> a62bedd99296 00:40:32 Step 29/29 : LABEL version=0.0.0 00:40:32 ---> Running in fb5f902e0616 00:40:32 Removing intermediate container fb5f902e0616 00:40:32 ---> e9d46d0c6163 00:40:32 00:40:32 Collecting websocket-client<1.0,>=0.32.0 00:40:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:32 Successfully built e9d46d0c6163 00:40:32 Successfully tagged docker-security-secrets-setup-go:latest 00:40:32  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 00:40:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:33 Collecting cached-property<2,>=1.2.0 00:40:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:33 Collecting urllib3<1.25,>=1.21.1 00:40:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:33 Collecting idna<2.8,>=2.5 00:40:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:33 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:40:33 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:40:34 Collecting docker-pycreds>=0.4.0 00:40:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:34 Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, texttable, PyYAML, cached-property, docker-compose 00:40:34 Running setup.py install for dockerpty: started 00:40:34 Running setup.py install for dockerpty: finished with status 'done' 00:40:36 Attempting uninstall: urllib3 00:40:36 Found existing installation: urllib3 1.25.9 00:40:36 Uninstalling urllib3-1.25.9: 00:40:36 Successfully uninstalled urllib3-1.25.9 00:40:36 Attempting uninstall: idna 00:40:36 Found existing installation: idna 2.9 00:40:36 Uninstalling idna-2.9: 00:40:36 Successfully uninstalled idna-2.9 00:40:36 Attempting uninstall: requests 00:40:36 Found existing installation: requests 2.23.0 00:40:36 Uninstalling requests-2.23.0: 00:40:36 Successfully uninstalled requests-2.23.0 00:40:37 Running setup.py install for docopt: started 00:40:37 Running setup.py install for docopt: finished with status 'done' 00:40:37 Running setup.py install for texttable: started 00:40:38 Running setup.py install for texttable: finished with status 'done' 00:40:38 Running setup.py install for PyYAML: started 00:40:38 Running setup.py install for PyYAML: finished with status 'done' 00:40:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.130s coverage: 86.3% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.208s coverage: 72.2% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.932s coverage: 72.1% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.109s coverage: 82.4% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.080s coverage: 48.4% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.089s coverage: 28.8% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.434s coverage: 37.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.924s coverage: 84.0% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.1% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:41 Removing intermediate container cdee0e90ed07 00:40:41 ---> 6b91b06e19a3 00:40:41 Step 22/27 : RUN apk --no-cache add curl 00:40:41 ---> Running in 745d34226006 00:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:41 (2/3) Installing libcurl (7.69.1-r3) 00:40:41 (3/3) Installing curl (7.69.1-r3) 00:40:41 Executing busybox-1.31.1-r19.trigger 00:40:41 OK: 72 MiB in 58 packages 00:40:42 Removing intermediate container 745d34226006 00:40:42 ---> c04ea5b17326 00:40:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:42 ---> Running in a582d0201aba 00:40:42 Removing intermediate container a582d0201aba 00:40:42 ---> 1f35366a81d0 00:40:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:42 ---> Running in a1ad68583e8e 00:40:42 Removing intermediate container a1ad68583e8e 00:40:42 ---> d368b41e780b 00:40:42 Step 25/27 : LABEL arch=x86_64 00:40:43 ---> Running in e4c61e4044b1 00:40:43 Removing intermediate container e4c61e4044b1 00:40:43 ---> 5202ba3eda25 00:40:43 Step 26/27 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:40:43 ---> Running in 4635c1860ecb 00:40:43 Removing intermediate container 4635c1860ecb 00:40:43 ---> 830620c92f9e 00:40:43 Step 27/27 : LABEL version=0.0.0 00:40:43 ---> Running in 5fb92100bc4c 00:40:43 Removing intermediate container 5fb92100bc4c 00:40:43 ---> 25b6c0083fbb 00:40:43 00:40:43 Successfully built 25b6c0083fbb 00:40:43 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:44 $ docker stop --time=1 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 00:40:45 $ docker rm -f 2956bddcbcacce7fb080ee90d4ea134156f2147a3ad34f18c0d20b003a3ca938 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:46 + docker images 00:40:46 + grep docker 00:40:46 docker-sys-mgmt-agent-go latest 25b6c0083fbb 3 seconds ago 313MB 00:40:46 docker-security-secrets-setup-go latest e9d46d0c6163 14 seconds ago 23.9MB 00:40:46 docker-support-notifications-go latest 6754121da817 26 seconds ago 13.6MB 00:40:46 docker-security-secretstore-setup-go latest 20b4d8e459e9 32 seconds ago 24.7MB 00:40:46 docker-support-scheduler-go latest 1aaa5277e618 34 seconds ago 12.3MB 00:40:46 docker-core-data-go latest 9eadfb7ab401 2 minutes ago 23.8MB 00:40:46 docker-security-bootstrap-redis-go latest 12bc0b2f2589 2 minutes ago 15.8MB 00:40:46 docker-core-metadata-go latest 31e19011dac5 2 minutes ago 14.5MB 00:40:46 docker-security-proxy-setup-go latest 343264e6d627 2 minutes ago 24.6MB 00:40:46 docker-core-command-go latest 969680e6b4f5 2 minutes ago 12.2MB 00:40:46 docker latest aefe523efa57 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.828s coverage: 29.1% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 00:40:51 GO111MODULE=on go vet ./... 00:41:02 Still waiting to schedule task 00:41:02 ‘prd-ubuntu18.04-docker-8c-8g-15995’ is offline 00:42:13 gofmt -l . 00:42:13 [ "`gofmt -l .`" = "" ] 00:42:16 ./bin/test-go-mod-tidy.sh 00:42:17 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:22 + ls -al . 00:42:22 total 696 00:42:22 drwxrwxr-x 9 1001 1001 4096 Dec 15 00:42 . 00:42:22 drwxr-xr-x 4 root root 4096 Dec 15 00:37 .. 00:42:22 -rw-rw-r-- 1 1001 1001 11 Dec 15 00:35 .dockerignore 00:42:22 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:36 .git 00:42:22 drwxrwxr-x 3 1001 1001 4096 Dec 15 00:35 .github 00:42:22 -rw-rw-r-- 1 1001 1001 943 Dec 15 00:35 .gitignore 00:42:22 -rw-rw-r-- 1 1001 1001 166 Dec 15 00:35 .sonarcloud.properties 00:42:22 -rw-rw-r-- 1 1001 1001 3804 Dec 15 00:35 CONTRIBUTING.md 00:42:22 -rw-rw-r-- 1 1001 1001 1035 Dec 15 00:35 Dockerfile.build 00:42:22 -rw-rw-r-- 1 1001 1001 863 Dec 15 00:35 Jenkinsfile 00:42:22 -rw-rw-r-- 1 1001 1001 10775 Dec 15 00:35 LICENSE 00:42:22 -rw-rw-r-- 1 1001 1001 6318 Dec 15 00:35 Makefile 00:42:22 -rw-rw-r-- 1 1001 1001 6447 Dec 15 00:35 README.md 00:42:22 -rw-rw-r-- 1 1001 1001 7286 Dec 15 00:35 SECURITY.md 00:42:22 -rw-rw-r-- 1 1001 1001 5 Dec 15 00:32 VERSION 00:42:22 -rw-rw-r-- 1 1001 1001 4131 Dec 15 00:35 ZMQWindows.md 00:42:22 drwxrwxr-x 2 1001 1001 4096 Dec 15 00:35 bin 00:42:22 drwxrwxr-x 15 1001 1001 4096 Dec 15 00:35 cmd 00:42:22 -rw-r--r-- 1 root root 572038 Dec 15 00:40 coverage.out 00:42:22 -rw-r--r-- 1 root root 1041 Dec 15 00:42 go.mod 00:42:22 -rw-r--r-- 1 root root 18746 Dec 15 00:42 go.sum 00:42:22 drwxrwxr-x 8 1001 1001 4096 Dec 15 00:35 internal 00:42:22 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:35 openapi 00:42:22 drwxrwxr-x 4 1001 1001 4096 Dec 15 00:35 snap 00:42:22 -rw-rw-r-- 1 1001 1001 168 Dec 15 00:35 version.go [Pipeline] sh 00:42:23 + '[' -e coverage.out ] 00:42:23 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:23 Warning: overwriting stash ‘coverage-report’ 00:42:24 Stashed 1 file(s) [Pipeline] sh 00:42:25 + make build 00:42:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:51 Running on prd-ubuntu18.04-docker-8c-8g-15997 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 00:42:51 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 00:42:53 using credential edgex-jenkins-ssh 00:42:53 Cloning the remote Git repository 00:42:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:53 > git init /w/workspace/edgex-go/15 # timeout=10 00:42:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:53 > git --version # timeout=10 00:42:53 > git --version # 'git version 2.17.1' 00:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:09 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 00:43:09 Merge succeeded, producing ebaafebdfcf061a8d8a650ec82d0cd7afea75982 00:43:09 Checking out Revision ebaafebdfcf061a8d8a650ec82d0cd7afea75982 (PR-2908) 00:43:09 > git config core.sparsecheckout # timeout=10 00:43:09 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 00:43:09 > git remote # timeout=10 00:43:09 > git config --get remote.origin.url # timeout=10 00:43:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:09 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:43:09 > git rev-parse HEAD^{commit} # timeout=10 00:43:09 > git config core.sparsecheckout # timeout=10 00:43:09 > git checkout -f ebaafebdfcf061a8d8a650ec82d0cd7afea75982 # timeout=10 00:43:13 Commit message: "Merge commit '8905b2aeb998c2429dd3dac7113c428985f887cf' into HEAD" 00:43:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:14 + echo snap-build.sh 00:43:14 snap-build.sh 00:43:14 + SNAP_BASE_DIR=. 00:43:14 + '[' '!' -z /w/workspace/edgex-go/15 ']' 00:43:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 00:43:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 00:43:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 00:43:14 + cd /w/workspace/edgex-go/15 00:43:14 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:14 Reading package lists... 00:43:14 Building dependency tree... 00:43:14 Reading state information... 00:43:14 The following packages were automatically installed and are no longer required: 00:43:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:14 uidmap xdelta3 00:43:14 Use 'sudo apt autoremove' to remove them. 00:43:14 The following packages will be REMOVED: 00:43:14 lxd* lxd-client* 00:43:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:15 After this operation, 31.7 MB disk space will be freed. 00:43:13 > git rev-list --no-walk 8f1695c00aae907ff5828cbfc029c2c45daad569 # timeout=10 00:43:16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:16 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:16 Removing lxd dnsmasq configuration 00:43:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:19 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:19 Processing triggers for ureadahead (0.100.0-21) ... 00:43:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:21 + sudo snap remove --purge lxd 00:43:21 snap "lxd" is not installed 00:43:21 + sudo groupadd --force --system lxd 00:43:21 ++ whoami 00:43:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:21 + newgrp - lxd 00:43:21 + sudo snap install lxd 00:43:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:39 2020-12-15T00:43:37Z INFO Waiting for automatic snapd restart... 00:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:43:57 $ docker stop --time=1 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 00:44:00 $ docker rm -f 47d7078edd3140ce7cb526c07a846fda5417457f601a586b56d98ca4eca14de8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 00:44:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:03 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:03 29e5d40040c1: Pulling fs layer 00:44:03 1ce36da41761: Pulling fs layer 00:44:03 25b303627fd3: Pulling fs layer 00:44:04 29e5d40040c1: Verifying Checksum 00:44:04 29e5d40040c1: Download complete 00:44:05 1ce36da41761: Download complete 00:44:05 29e5d40040c1: Pull complete 00:44:06 1ce36da41761: Pull complete 00:44:07 25b303627fd3: Verifying Checksum 00:44:07 25b303627fd3: Download complete 00:44:11 lxd 4.8 from Canonical* installed 00:44:11 + sudo lxd init --auto 00:44:15 + sudo snap install --classic snapcraft 00:44:17 25b303627fd3: Pull complete 00:44:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:17 prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container 00:44:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:21 $ docker top d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:22 + docker-compose build --help 00:44:22 + grep parallel 00:44:25 snapcraft 4.4.4 from Canonical* installed 00:44:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:25 + patch --verbose -p1 00:44:25 Hmm... Looks like a unified diff to me... 00:44:25 The text leading up to this was: 00:44:25 -------------------------- 00:44:25 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:44:25 |From: Tony Espy 00:44:25 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:44:25 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:25 | 00:44:25 |This patch is used by the EdgeX CI pipeline builds to 00:44:25 |optimize the snap CI check run for pull requests. When 00:44:25 |applied, it essentially strips out everything (apps and 00:44:25 |parts) from the snapcraft.yaml file except those required 00:44:25 |to build edgex-go, as the whole idea of the CI check is to 00:44:25 |catch changes to edgex-go that break the snap build. 00:44:25 | 00:44:25 |In general, anyone updating snapcraft.yaml will also need 00:44:25 |to update this patch file, otherwise it may fail to apply, 00:44:25 |resulting in a failed snap build CI check in the associated 00:44:25 |pull request. 00:44:25 | 00:44:25 |Note - in addition to applying this patch, the pipeline also 00:44:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:25 |need to build the finally binary .snap file (and it won't 00:44:25 |work with the patch applied). This further reduces the build 00:44:25 |time. 00:44:25 |--- 00:44:25 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:44:25 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:44:25 | 00:44:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:25 |index b265277c..d7e1de37 100644 00:44:25 |--- a/snap/snapcraft.yaml 00:44:25 |+++ b/snap/snapcraft.yaml 00:44:25 -------------------------- 00:44:25 patching file snap/snapcraft.yaml 00:44:25 Using Plan A... 00:44:25 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:44:25 Hunk #2 succeeded at 81 (offset -3 lines). 00:44:25 Hunk #3 succeeded at 211 (offset -7 lines). 00:44:25 Hunk #4 succeeded at 226 (offset -7 lines). 00:44:25 Hunk #5 succeeded at 234 (offset -7 lines). 00:44:25 Hunk #6 succeeded at 241 (offset -7 lines). 00:44:25 Hunk #7 succeeded at 268 (offset -7 lines). 00:44:25 Hunk #8 succeeded at 302 (offset -7 lines). 00:44:25 Hunk #9 succeeded at 358 (offset -7 lines). 00:44:25 Hmm... Ignoring the trailing garbage. 00:44:25 done 00:44:25 + sudo snapcraft prime --use-lxd 00:44:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:26 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:44:26 - README.md 00:44:26 - snapcraft.yaml.orig 00:44:26 00:44:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:27 Launching a container. 00:44:28 --parallel Build images in parallel. [Pipeline] } 00:44:28 $ docker stop --time=1 d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d 00:44:30 $ docker rm -f d37e8ce7b693eeee0dee3a91dffc066f433bf91a678525e08e249f396ffda02d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:31 . [Pipeline] withDockerContainer 00:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-15988 does not seem to be running inside a container 00:44:32 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:33 $ docker top 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:35 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:39 Waiting for container to be ready 00:44:39 To start your first instance, try: lxc launch ubuntu:18.04 00:44:39 00:44:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:44:41 Waiting for network to be ready... 00:44:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:41 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:44:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:44:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:44:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:44:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:44:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:44:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:44:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:44:41 Building docker-core-command-go ... 00:44:41 Building docker-core-data-go ... 00:44:41 Building docker-core-metadata-go ... 00:44:41 Building docker-security-bootstrap-redis-go ... 00:44:41 Building docker-security-proxy-setup-go ... 00:44:41 Building docker-security-secrets-setup-go ... 00:44:41 Building docker-security-secretstore-setup-go ... 00:44:41 Building docker-support-notifications-go ... 00:44:41 Building docker-support-scheduler-go ... 00:44:41 Building docker-sys-mgmt-agent-go ... 00:44:41 Building docker-security-secretstore-setup-go 00:44:41 Building docker-sys-mgmt-agent-go 00:44:41 Building docker-security-bootstrap-redis-go 00:44:41 Building docker-core-metadata-go 00:44:41 Building docker-core-command-go 00:44:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:44:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:44:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:44:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:44:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:44:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:44:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:44:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:44:45 Fetched 23.5 MB in 4s (6238 kB/s) 00:44:46 Reading package lists... 00:44:46 Reading package lists... 00:44:46 Building dependency tree... 00:44:46 Reading state information... 00:44:46 The following additional packages will be installed: 00:44:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:46 Suggested packages: 00:44:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:46 Recommended packages: 00:44:46 gnupg libsasl2-modules 00:44:46 The following NEW packages will be installed: 00:44:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:46 The following packages will be upgraded: 00:44:46 gpg gpg-agent gpgconf libudev1 00:44:46 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:44:46 Need to get 3531 kB of archives. 00:44:46 After this operation, 13.3 MB of additional disk space will be used. 00:44:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:44:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:44:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:44:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 00:44:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 00:44:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:44:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:44:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:44:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:44:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:44:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:47 debconf: delaying package configuration, since apt-utils is not installed 00:44:47 Fetched 3531 kB in 1s (3161 kB/s) 00:44:47 (Reading database ... 12511 files and directories currently installed.) 00:44:47 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:44:47 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:47 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:44:48 Selecting previously unselected package udev. 00:44:48 (Reading database ... 12511 files and directories currently installed.) 00:44:48 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:44:48 Unpacking udev (237-3ubuntu10.43) ... 00:44:48 Selecting previously unselected package libfuse2:amd64. 00:44:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:48 Selecting previously unselected package fuse. 00:44:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:48 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:48 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:48 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:49 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:49 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:49 Selecting previously unselected package libksba8:amd64. 00:44:49 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:49 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:49 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:49 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:49 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:49 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:50 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:50 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:50 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:50 Selecting previously unselected package libsasl2-2:amd64. 00:44:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:44:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:50 Selecting previously unselected package libldap-common. 00:44:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:44:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:50 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:44:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:50 Selecting previously unselected package dirmngr. 00:44:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:50 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:44:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:50 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:44:50 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:44:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:50 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:50 Setting up udev (237-3ubuntu10.43) ... 00:44:51 invoke-rc.d: policy-rc.d denied execution of start. 00:44:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Processing triggers for systemd (237-3ubuntu10) ... 00:44:51 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:51 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:51 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:52 settings in the [Install] section, and DefaultInstance for template units). 00:44:52 This means they are not meant to be enabled using systemctl. 00:44:52 Possible reasons for having this kind of units are: 00:44:52 1) A unit may be statically enabled by being symlinked from another unit's 00:44:52 .wants/ or .requires/ directory. 00:44:52 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:52 a requirement dependency on it. 00:44:52 3) A unit may be started when needed via activation (socket, path, timer, 00:44:52 D-Bus, udev, scripted systemctl call, ...). 00:44:52 4) In case of template units, the unit is meant to be enabled with some 00:44:52 instance name specified. 00:44:52 Reading package lists... 00:44:52 Building dependency tree... 00:44:52 Reading state information... 00:44:52 The following additional packages will be installed: 00:44:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:52 Suggested packages: 00:44:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:52 systemd-container policykit-1 00:44:52 Recommended packages: 00:44:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:52 The following NEW packages will be installed: 00:44:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:52 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:52 python3.6-minimal snapd squashfs-tools sudo 00:44:52 The following packages will be upgraded: 00:44:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:52 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:44:52 Need to get 35.2 MB of archives. 00:44:52 After this operation, 141 MB of additional disk space will be used. 00:44:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:44:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:44:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:44:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:44:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:44:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:44:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:44:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:53 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:44:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 00:44:53 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:44:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:44:55 debconf: delaying package configuration, since apt-utils is not installed 00:44:55 Fetched 35.2 MB in 2s (15.8 MB/s) 00:44:55 (Reading database ... 12757 files and directories currently installed.) 00:44:55 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:44:55 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:44:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:55 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:44:55 (Reading database ... 12757 files and directories currently installed.) 00:44:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:56 (Reading database ... 12757 files and directories currently installed.) 00:44:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:56 Setting up apt (1.6.12ubuntu0.2) ... 00:44:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:57 (Reading database ... 12764 files and directories currently installed.) 00:44:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:57 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Selecting previously unselected package libexpat1:amd64. 00:44:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:57 Selecting previously unselected package python3.6-minimal. 00:44:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:57 Checking for services that may need to be restarted...done. 00:44:57 Checking for services that may need to be restarted...done. 00:44:57 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:58 Selecting previously unselected package python3-minimal. 00:44:58 (Reading database ... 13012 files and directories currently installed.) 00:44:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:58 Selecting previously unselected package mime-support. 00:44:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:58 Unpacking mime-support (3.60ubuntu1) ... 00:44:58 Selecting previously unselected package libmpdec2:amd64. 00:44:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:59 Selecting previously unselected package python3.6. 00:44:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:59 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:59 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:59 Selecting previously unselected package python3. 00:44:59 (Reading database ... 13442 files and directories currently installed.) 00:44:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:59 Unpacking python3 (3.6.7-1~18.04) ... 00:44:59 Selecting previously unselected package multiarch-support. 00:44:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 00:44:59 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 00:44:59 Setting up multiarch-support (2.27-3ubuntu1.3) ... 00:45:00 Selecting previously unselected package liblzo2-2:amd64. 00:45:00 (Reading database ... 13479 files and directories currently installed.) 00:45:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:00 Selecting previously unselected package libbsd0:amd64. 00:45:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:00 Selecting previously unselected package sudo. 00:45:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:45:00 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:45:00 Selecting previously unselected package apparmor. 00:45:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:00 Selecting previously unselected package libedit2:amd64. 00:45:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:01 Selecting previously unselected package libkrb5support0:amd64. 00:45:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:01 Selecting previously unselected package libk5crypto3:amd64. 00:45:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:01 Selecting previously unselected package libkeyutils1:amd64. 00:45:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:01 Selecting previously unselected package libkrb5-3:amd64. 00:45:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:01 Selecting previously unselected package libssl1.0.0:amd64. 00:45:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:45:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:01 Selecting previously unselected package openssh-client. 00:45:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:01 Selecting previously unselected package squashfs-tools. 00:45:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:01 Selecting previously unselected package snapd. 00:45:01 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:02 Unpacking snapd (2.48+18.04) ... 00:45:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:04 Setting up mime-support (3.60ubuntu1) ... 00:45:04 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:04 Setting up systemd (237-3ubuntu10.43) ... 00:45:04 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:05 Setting up python3 (3.6.7-1~18.04) ... 00:45:05 running python rtupdate hooks for python3.6... 00:45:05 running python post-rtupdate hooks for python3.6... 00:45:05 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:06 Setting up snapd (2.48+18.04) ... 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:08 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:45:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:09 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:10 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:10 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:11 Reading package lists... 00:45:11 Reading package lists... 00:45:11 Building dependency tree... 00:45:11 Reading state information... 00:45:11 Calculating upgrade... 00:45:11 The following packages will be upgraded: 00:45:11 advancecomp base-files bash binutils binutils-common 00:45:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:11 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:11 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:11 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:11 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:11 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:45:11 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:45:11 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:45:11 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:45:11 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:45:11 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:11 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:11 Need to get 63.5 MB of archives. 00:45:11 After this operation, 5191 kB of additional disk space will be used. 00:45:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:45:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:45:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:12 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:45:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:12 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:45:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:12 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:12 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:12 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:12 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:12 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 00:45:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:12 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:12 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:12 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:12 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:12 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:12 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:12 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:12 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:13 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:13 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:13 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:13 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:13 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:13 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:13 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:13 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:13 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:13 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:13 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:13 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:13 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:13 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:13 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:13 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:13 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:13 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:13 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:13 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:13 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:13 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:13 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:13 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:13 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:13 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:13 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:13 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:13 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:13 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:13 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:13 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:13 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:45:13 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:13 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:13 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:13 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:13 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:13 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:13 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:13 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:13 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:13 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:14 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:14 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:14 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:14 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:15 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:15 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:15 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:15 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:15 debconf: delaying package configuration, since apt-utils is not installed 00:45:15 Fetched 63.5 MB in 4s (17.7 MB/s) 00:45:15 (Reading database ... 13912 files and directories currently installed.) 00:45:15 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:45:15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:45:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:45:16 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:45:16 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:45:16 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:45:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:17 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:17 (Reading database ... 13911 files and directories currently installed.) 00:45:17 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:18 (Reading database ... 13911 files and directories currently installed.) 00:45:18 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:18 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:18 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:18 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:18 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:18 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:18 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:18 (Reading database ... 13911 files and directories currently installed.) 00:45:18 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:45:19 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:45:19 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:45:19 (Reading database ... 13911 files and directories currently installed.) 00:45:19 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:19 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:20 Setting up base-files (10.1ubuntu2.10) ... 00:45:20 Installing new version of config file /etc/issue ... 00:45:20 Installing new version of config file /etc/issue.net ... 00:45:20 Installing new version of config file /etc/lsb-release ... 00:45:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:20 Removing obsolete conffile /etc/default/motd-news ... 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:20 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:20 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:21 (Reading database ... 13912 files and directories currently installed.) 00:45:21 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:21 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:21 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:21 (Reading database ... 13912 files and directories currently installed.) 00:45:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:21 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:21 (Reading database ... 13912 files and directories currently installed.) 00:45:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:21 (Reading database ... 13912 files and directories currently installed.) 00:45:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:22 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:22 (Reading database ... 13912 files and directories currently installed.) 00:45:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:22 Setting up grep (3.1-2build1) ... 00:45:22 (Reading database ... 13912 files and directories currently installed.) 00:45:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:22 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:22 Setting up login (1:4.5-1ubuntu2) ... 00:45:22 (Reading database ... 13912 files and directories currently installed.) 00:45:22 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:23 (Reading database ... 13912 files and directories currently installed.) 00:45:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:23 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:23 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:25 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:26 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:26 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:26 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:26 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:27 (Reading database ... 13912 files and directories currently installed.) 00:45:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:27 (Reading database ... 13912 files and directories currently installed.) 00:45:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:27 (Reading database ... 13912 files and directories currently installed.) 00:45:27 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:27 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:27 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:27 (Reading database ... 13912 files and directories currently installed.) 00:45:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:28 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:45:28 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:45:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:28 (Reading database ... 13912 files and directories currently installed.) 00:45:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 00:45:28 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 00:45:29 Setting up libc-bin (2.27-3ubuntu1.3) ... 00:45:29 (Reading database ... 13912 files and directories currently installed.) 00:45:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:29 (Reading database ... 13914 files and directories currently installed.) 00:45:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:29 Setting up debconf (1.5.66ubuntu1) ... 00:45:29 (Reading database ... 13914 files and directories currently installed.) 00:45:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:30 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:45:30 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:32 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:32 (Reading database ... 13914 files and directories currently installed.) 00:45:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:32 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:32 (Reading database ... 13914 files and directories currently installed.) 00:45:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:34 (Reading database ... 13915 files and directories currently installed.) 00:45:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:45:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:45:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:45:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:35 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:45:35 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:45:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:45:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:45:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:45:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:45:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:42 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:45:42 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:45:42 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:42 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:42 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:42 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:45:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:45:43 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:45:43 00:45:43 Current default time zone: 'Etc/UTC' 00:45:43 Local time is now: Tue Dec 15 00:45:43 UTC 2020. 00:45:43 Universal Time is now: Tue Dec 15 00:45:43 UTC 2020. 00:45:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:45:43 00:45:43 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:45:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:45:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:45:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:45:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:45:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:43 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:43 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:43 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:43 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:43 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:43 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:43 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:44 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:45:44 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:45 Updating certificates in /etc/ssl/certs... 00:45:46 22 added, 17 removed; done. 00:45:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:45:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:46 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:46 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:45:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:46 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:47 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:47 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:47 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:47 Updating certificates in /etc/ssl/certs... 00:45:47 0 added, 0 removed; done. 00:45:47 Running hooks in /etc/ca-certificates/update.d... 00:45:47 done. 00:45:48 Reading package lists... 00:45:48 Building dependency tree... 00:45:48 Reading state information... 00:45:48 The following NEW packages will be installed: 00:45:48 apt-transport-https 00:45:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:48 Need to get 1696 B of archives. 00:45:48 After this operation, 153 kB of additional disk space will be used. 00:45:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:48 debconf: delaying package configuration, since apt-utils is not installed 00:45:48 Fetched 1696 B in 0s (41.1 kB/s) 00:45:48 Selecting previously unselected package apt-transport-https. 00:45:48 (Reading database ... 13929 files and directories currently installed.) 00:45:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:49 Waiting for network to be ready... 00:46:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 0d6995fec2d8 00:46:03 Step 3/22 : WORKDIR /edgex-go 00:46:03 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 0d6995fec2d8 00:46:03 Step 3/27 : WORKDIR /edgex-go 00:46:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 0d6995fec2d8 00:46:03 Step 3/24 : WORKDIR /edgex-go 00:46:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 0d6995fec2d8 00:46:03 Step 3/22 : WORKDIR /edgex-go 00:46:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:03 ---> 0d6995fec2d8 00:46:03 Step 3/22 : WORKDIR /edgex-go 00:46:03 ---> Running in c23b0355fb4d 00:46:03 ---> Running in 6c38abdec515 00:46:03 ---> Running in 3f666a2949ac 00:46:03 ---> Running in b0171e0eb234 00:46:03 ---> Running in a839df76829b 00:46:03 Removing intermediate container 3f666a2949ac 00:46:03 ---> 79aabe906e19 00:46:03 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container a839df76829b 00:46:03 ---> c04fcf7c8cb7 00:46:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container 6c38abdec515 00:46:03 ---> 1f87da703b37 00:46:03 Removing intermediate container b0171e0eb234 00:46:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 ---> de66d8774272 00:46:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 Removing intermediate container c23b0355fb4d 00:46:03 ---> 94defc75891f 00:46:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:03 ---> Running in c8c70a5c49fd 00:46:03 ---> Running in b21ed411a8ce 00:46:03 ---> Running in c7f8ec7c8d3a 00:46:03 ---> Running in 8b5586e5fb81 00:46:03 ---> Running in f3ffcba8f5ec 00:46:03 Removing intermediate container c8c70a5c49fd 00:46:03 ---> 6cc3b7366ec4 00:46:03 Step 5/27 : RUN apk update && apk add make bash git 00:46:03 ---> Running in 756cf1fa1ed0 00:46:03 Removing intermediate container b21ed411a8ce 00:46:03 ---> 7573d965e4f9 00:46:03 Step 5/24 : RUN apk update && apk add make git 00:46:04 ---> Running in 9508ede7edc1 00:46:04 Removing intermediate container f3ffcba8f5ec 00:46:04 ---> f26d10bf00c0 00:46:04 Step 5/22 : RUN apk update && apk add make git 00:46:04 Removing intermediate container 8b5586e5fb81 00:46:04 ---> e0f6e6c4926e 00:46:04 Step 5/22 : RUN apk update && apk add make git 00:46:04 ---> Running in e32cf188f29a 00:46:04 Removing intermediate container c7f8ec7c8d3a 00:46:04 ---> 1aeb9eaafe8e 00:46:04 Step 5/22 : RUN apk update && apk add make git 00:46:04 ---> Running in e135846e0189 00:46:04 ---> Running in 193067db4cd6 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:07 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:07 OK: 12620 distinct packages available 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:07 2020-12-15T00:46:02Z INFO Waiting for automatic snapd restart... 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:07 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:07 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:07 OK: 12620 distinct packages available 00:46:08 OK: 217 MiB in 51 packages 00:46:08 OK: 217 MiB in 51 packages 00:46:08 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:08 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:08 OK: 12620 distinct packages available 00:46:08 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:08 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:08 OK: 12620 distinct packages available 00:46:08 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:08 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:08 OK: 12620 distinct packages available 00:46:09 OK: 217 MiB in 51 packages 00:46:09 OK: 217 MiB in 51 packages 00:46:10 OK: 217 MiB in 51 packages 00:46:10 Removing intermediate container 756cf1fa1ed0 00:46:10 ---> ce35af2b122d 00:46:10 Step 6/27 : COPY go.mod . 00:46:10 Removing intermediate container 9508ede7edc1 00:46:10 ---> aeaf82da50ea 00:46:10 Step 6/24 : COPY go.mod . 00:46:11 Removing intermediate container e32cf188f29a 00:46:11 ---> d6fd4c7a8cc0 00:46:11 Step 6/22 : COPY go.mod . 00:46:11 ---> e64bb54219e2 00:46:11 Step 7/27 : RUN go mod download 00:46:11 Removing intermediate container 193067db4cd6 00:46:11 ---> 8dc17e2a4d3b 00:46:11 Step 6/22 : COPY go.mod . 00:46:11 ---> f80841e4e952 00:46:11 Step 7/24 : RUN go mod download 00:46:12 Removing intermediate container e135846e0189 00:46:12 ---> 15f27be85477 00:46:12 Step 6/22 : COPY go.mod . 00:46:12 ---> Running in e74a2b3603eb 00:46:12 ---> Running in 9c4eec764dda 00:46:12 ---> f186f76ba2bf 00:46:12 Step 7/22 : RUN go mod download 00:46:12 ---> Running in 2b5daef5cb02 00:46:13 ---> b2cc5d978910 00:46:13 Step 7/22 : RUN go mod download 00:46:13 ---> 487076226230 00:46:13 Step 7/22 : RUN go mod download 00:46:13 ---> Running in 5acf0b375dea 00:46:13 ---> Running in 4545224d1ec0 00:46:17 Removing intermediate container e74a2b3603eb 00:46:17 ---> 0db122cfb6c1 00:46:17 Step 8/27 : COPY . . 00:46:17 Removing intermediate container 9c4eec764dda 00:46:17 ---> c38f64ff1cd6 00:46:17 Step 8/24 : COPY . . 00:46:17 snapd 2.48.1 from Canonical* installed 00:46:17 "snapd" switched to the "latest/stable" channel 00:46:17 00:46:17 Removing intermediate container 2b5daef5cb02 00:46:17 ---> 2834ad0207dc 00:46:17 Step 8/22 : COPY . . 00:46:19 Removing intermediate container 5acf0b375dea 00:46:19 ---> 60bd1baf6a63 00:46:19 Step 8/22 : COPY . . 00:46:19 core18 20200929 from Canonical* installed 00:46:19 "core18" switched to the "latest/stable" channel 00:46:19 00:46:20 Removing intermediate container 4545224d1ec0 00:46:20 ---> 2f8c39b8cb6c 00:46:20 Step 8/22 : COPY . . 00:46:23 snapcraft 4.4.4 from Canonical* installed 00:46:23 "snapcraft" switched to the "latest/stable" channel 00:46:23 00:46:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:46:27 - README.md 00:46:27 - snapcraft.yaml.orig 00:46:27 00:46:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:34 Reading package lists... 00:46:34 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:46:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:41 Reading package lists... 00:46:41 Building dependency tree... 00:46:41 Reading state information... 00:46:41 Suggested packages: 00:46:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:41 Recommended packages: 00:46:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:41 The following NEW packages will be installed: 00:46:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:41 pkg-config zip 00:46:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:41 Need to get 7655 kB of archives. 00:46:41 After this operation, 43.7 MB of additional disk space will be used. 00:46:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:46:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:46:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:46:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:46:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:41 debconf: delaying package configuration, since apt-utils is not installed 00:46:41 Fetched 7655 kB in 1s (9516 kB/s) 00:46:42 Selecting previously unselected package libglib2.0-0:amd64. 00:46:42 (Reading database ... 13933 files and directories currently installed.) 00:46:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:46:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:42 Selecting previously unselected package libpsl5:amd64. 00:46:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:42 Selecting previously unselected package libnghttp2-14:amd64. 00:46:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:42 Selecting previously unselected package librtmp1:amd64. 00:46:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:42 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:46:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:42 Selecting previously unselected package liberror-perl. 00:46:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:42 Unpacking liberror-perl (0.17025-1) ... 00:46:42 Selecting previously unselected package git-man. 00:46:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:43 Selecting previously unselected package git. 00:46:43 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:43 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:43 Selecting previously unselected package libnorm1:amd64. 00:46:44 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:44 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:44 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:44 Selecting previously unselected package libsodium23:amd64. 00:46:44 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:44 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:44 Selecting previously unselected package libzmq5:amd64. 00:46:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:44 Selecting previously unselected package libzmq3-dev:amd64. 00:46:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:44 Selecting previously unselected package pkg-config. 00:46:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:44 Selecting previously unselected package zip. 00:46:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:44 Unpacking zip (3.0-11build1) ... 00:46:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:44 Setting up liberror-perl (0.17025-1) ... 00:46:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:44 No schema files found: doing nothing. 00:46:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:45 Setting up zip (3.0-11build1) ... 00:46:45 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:45 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:45 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:45 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:45 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:45 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:45 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:46:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:51 git set to automatically installed. 00:46:51 git-man set to automatically installed. 00:46:51 libcurl3-gnutls set to automatically installed. 00:46:51 liberror-perl set to automatically installed. 00:46:51 libglib2.0-0 set to automatically installed. 00:46:51 libnghttp2-14 set to automatically installed. 00:46:51 libnorm1 set to automatically installed. 00:46:51 libpgm-5.2-0 set to automatically installed. 00:46:51 libpsl5 set to automatically installed. 00:46:51 librtmp1 set to automatically installed. 00:46:51 libsodium23 set to automatically installed. 00:46:51 libzmq3-dev set to automatically installed. 00:46:51 libzmq5 set to automatically installed. 00:46:51 pkg-config set to automatically installed. 00:46:51 zip set to automatically installed. 00:46:52 ---> f4177f71e51e 00:46:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:52 ---> 20182a9184ee 00:46:52 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:52 ---> 2d3aae1046c7 00:46:52 Step 9/22 : RUN make cmd/core-command/core-command 00:46:52 ---> a1a6a1620713 00:46:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:52 ---> 0772a17a76b2 00:46:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:46:52 ---> Running in a666131e9615 00:46:52 ---> Running in 273710f60112 00:46:52 ---> Running in b569514f3701 00:46:52 ---> Running in 862517ff88bc 00:46:52 ---> Running in 85f567dc7aa3 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:53 snapd is not logged in, snap install commands will use sudo 00:47:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:01 snap "core18" has no updates available 00:47:02 Pulling config-common 00:47:03 Pulling go-build-helper 00:47:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] 00:47:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:47:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:47:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:47:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:47:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:47:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:47:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:47:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] 00:47:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:47:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:47:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:47:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:47:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:47:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:47:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:47:25 Fetched 23.5 MB in 0s (0 B/s) 00:47:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:25 Fetched 96.5 kB in 0s (0 B/s) 00:47:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:25 Fetched 279 kB in 0s (0 B/s) 00:47:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:25 Fetched 122 kB in 0s (0 B/s) 00:47:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:25 Fetched 77.8 kB in 0s (0 B/s) 00:47:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:25 Fetched 8848 B in 0s (0 B/s) 00:47:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:25 Fetched 47.8 kB in 0s (0 B/s) 00:47:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:25 Fetched 45.6 kB in 0s (0 B/s) 00:47:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:47:25 Fetched 14.8 kB in 0s (0 B/s) 00:47:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:25 Fetched 214 kB in 0s (0 B/s) 00:47:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:25 Fetched 155 kB in 0s (0 B/s) 00:47:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:25 Fetched 50.6 kB in 0s (0 B/s) 00:47:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:25 Fetched 14.8 kB in 0s (0 B/s) 00:47:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:25 Fetched 41.8 kB in 0s (0 B/s) 00:47:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:25 Fetched 499 kB in 0s (0 B/s) 00:47:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:25 Fetched 111 kB in 0s (0 B/s) 00:47:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:25 Fetched 240 kB in 0s (0 B/s) 00:47:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:25 Fetched 29.3 kB in 0s (0 B/s) 00:47:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:25 Fetched 85.5 kB in 0s (0 B/s) 00:47:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:25 Fetched 24.5 kB in 0s (0 B/s) 00:47:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:47:25 Fetched 49.2 kB in 0s (0 B/s) 00:47:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:25 Fetched 54.2 kB in 0s (0 B/s) 00:47:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:25 Fetched 30.8 kB in 0s (0 B/s) 00:47:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:25 Fetched 17.0 kB in 0s (0 B/s) 00:47:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:25 Fetched 85.9 kB in 0s (0 B/s) 00:47:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:25 Fetched 8720 B in 0s (0 B/s) 00:47:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:25 Fetched 137 kB in 0s (0 B/s) 00:47:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:25 Fetched 119 kB in 0s (0 B/s) 00:47:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:25 Fetched 109 kB in 0s (0 B/s) 00:47:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:25 Fetched 11.1 kB in 0s (0 B/s) 00:47:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:25 Fetched 645 kB in 0s (0 B/s) 00:47:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:25 Fetched 41.3 kB in 0s (0 B/s) 00:47:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:25 Fetched 17.9 kB in 0s (0 B/s) 00:47:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:25 Fetched 368 kB in 0s (0 B/s) 00:47:25 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:47:25 Fetched 187 kB in 0s (0 B/s) 00:47:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:25 Fetched 175 kB in 0s (0 B/s) 00:47:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:29 Fetched 206 kB in 0s (0 B/s) 00:47:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:29 Fetched 1301 kB in 0s (0 B/s) 00:47:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:29 Fetched 36.2 kB in 0s (0 B/s) 00:47:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:29 Fetched 159 kB in 0s (0 B/s) 00:47:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:29 Fetched 107 kB in 0s (0 B/s) 00:47:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:29 Fetched 48.7 kB in 0s (0 B/s) 00:47:29 Pulling static-packages 00:47:29 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:47:29 Skipping pull go-build-helper (already ran) 00:47:29 Skipping pull static-packages (already ran) 00:47:29 Building go-build-helper 00:47:33 Building static-packages 00:47:35 Staging go-build-helper 00:47:36 Staging static-packages 00:47:37 Pulling go115 00:47:38 'edgex-go' has dependencies that need to be staged: go115 00:47:38 Skipping pull go115 (already ran) 00:47:38 Building go115 00:47:38 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:38 Dload Upload Total Spent Left Speed 00:47:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.5M 0 0 23.3M 0 0:00:04 --:--:-- 0:00:04 23.2M 31 115M 31 36.7M 0 0 18.5M 0 0:00:06 0:00:01 0:00:05 18.5M 41 115M 41 48.0M 0 0 16.2M 0 0:00:07 0:00:02 0:00:05 16.2M 54 115M 54 62.8M 0 0 15.8M 0 0:00:07 0:00:03 0:00:04 15.8M 80 115M 80 92.7M 0 0 18.5M 0 0:00:06 0:00:04 0:00:02 18.5M 100 115M 100 115M 0 0 20.5M 0 0:00:05 0:00:05 --:--:-- 19.9M 00:47:44 go1.15.2.linux-amd64.tar.gz: OK 00:47:48 Staging go115 00:47:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:53 Fetched 0 B in 0s (0 B/s) 00:47:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:53 Fetched 224 kB in 0s (0 B/s) 00:47:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:53 Fetched 157 kB in 0s (0 B/s) 00:47:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:53 Fetched 221 kB in 0s (0 B/s) 00:47:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:53 Fetched 143 kB in 0s (0 B/s) 00:47:53 Pulling edgex-go 00:47:54 Pulling version 00:47:55 Building config-common 00:47:57 Skipping build go-build-helper (already ran) 00:47:57 Skipping build static-packages (already ran) 00:47:57 Skipping build go115 (already ran) 00:47:57 Building edgex-go 00:47:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:58 go: downloading github.com/gorilla/mux v1.8.0 00:47:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 00:47:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:58 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:47:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 00:47:58 go: downloading github.com/google/uuid v1.1.2 00:47:58 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 00:47:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:58 go: downloading github.com/x448/float16 v0.8.4 00:47:58 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 00:47:58 go: downloading github.com/imdario/mergo v0.3.11 00:47:58 go: downloading github.com/pkg/errors v0.8.1 00:47:58 go: downloading github.com/go-kit/kit v0.8.0 00:47:58 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:58 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:58 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 00:47:58 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:58 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:58 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:59 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:59 go: downloading github.com/leodido/go-urn v1.2.0 00:47:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:59 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:59 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:59 go: downloading github.com/go-playground/locales v0.13.0 00:47:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:59 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:59 go: downloading github.com/hashicorp/serf v0.8.2 00:47:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:12 go: downloading github.com/stretchr/testify v1.5.1 00:48:12 go: downloading github.com/davecgh/go-spew v1.1.1 00:48:12 go: downloading github.com/pmezard/go-difflib v1.0.0 00:48:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:13 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:48:13 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:48:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:48:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:21 Building version 00:48:23 Staging config-common 00:48:24 Skipping stage go-build-helper (already ran) 00:48:24 Skipping stage static-packages (already ran) 00:48:24 Skipping stage go115 (already ran) 00:48:24 Staging edgex-go 00:48:25 Staging version 00:48:26 Priming config-common 00:48:27 Priming go-build-helper 00:48:28 Priming static-packages 00:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:30 Priming go115 00:48:31 Priming edgex-go 00:48:32 Priming version 00:48:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:44 Removing intermediate container 85f567dc7aa3 00:48:44 ---> 57b3da3bb838 00:48:44 00:48:44 Step 10/22 : FROM alpine:3.10 00:48:44 3.10: Pulling from library/alpine 00:48:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:46 Status: Downloaded newer image for alpine:3.10 00:48:46 ---> 536a684cf733 00:48:46 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:47 ---> Running in 2353916d823e 00:48:48 Removing intermediate container a666131e9615 00:48:48 ---> 3c02b4b44e49 00:48:48 00:48:48 Step 10/24 : FROM alpine:3.10 00:48:48 ---> 536a684cf733 00:48:48 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:49 ---> Running in 1574b45fd187 00:48:49 Removing intermediate container 273710f60112 00:48:49 ---> 4e64e32cdc07 00:48:49 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:50 ---> Running in 37cc2411cc55 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:51 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:51 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:51 OK: 10169 distinct packages available 00:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:52 (1/5) Installing ca-certificates (20191127-r2) 00:48:52 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:52 (3/5) Installing libcurl (7.66.0-r3) 00:48:52 (4/5) Installing curl (7.66.0-r3) 00:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:52 (5/5) Installing dumb-init (1.2.2-r1) 00:48:52 Executing busybox-1.30.1-r3.trigger 00:48:52 Executing ca-certificates-20191127-r2.trigger 00:48:52 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:52 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:52 OK: 10169 distinct packages available 00:48:52 OK: 7 MiB in 19 packages 00:48:53 (1/5) Installing ca-certificates (20191127-r2) 00:48:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:53 (3/5) Installing libcurl (7.66.0-r3) 00:48:53 (4/5) Installing curl (7.66.0-r3) 00:48:53 (5/5) Installing dumb-init (1.2.2-r1) 00:48:53 Executing busybox-1.30.1-r3.trigger 00:48:53 Executing ca-certificates-20191127-r2.trigger 00:48:54 OK: 7 MiB in 19 packages 00:48:56 Removing intermediate container 2353916d823e 00:48:56 ---> a0b775092cd2 00:48:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:48:56 ---> Running in 672a87c50312 00:48:57 Removing intermediate container 1574b45fd187 00:48:57 ---> 6bd79dfbc29d 00:48:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:57 Removing intermediate container 672a87c50312 00:48:57 ---> 3d0d2c54addd 00:48:57 Step 13/22 : WORKDIR / 00:48:57 ---> Running in 6b033622ff81 00:48:57 ---> Running in 11f0e4283349 00:48:58 Removing intermediate container 6b033622ff81 00:48:58 ---> 4b1cf282b76c 00:48:58 Step 13/24 : WORKDIR / 00:48:58 ---> Running in 146b85664328 00:48:58 Removing intermediate container 11f0e4283349 00:48:58 ---> bb37529f81bb 00:48:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:48:59 Removing intermediate container 146b85664328 00:48:59 ---> 42bb04d5ea1b 00:48:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:00 Removing intermediate container 37cc2411cc55 00:49:00 ---> a4aefccfa7af 00:49:00 00:49:00 Step 11/27 : FROM docker:latest 00:49:00 ---> eeaf43b92773 00:49:00 Step 12/27 : RUN apk add --no-cache bash 00:49:00 ---> Running in ee5c6fff5844 00:49:01 ---> a175d1eb93f3 00:49:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:01 ---> 5228d3c2cffe 00:49:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:03 ---> b8839af98910 00:49:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:04 ---> 1d2baed75281 00:49:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:04 (1/2) Installing readline (8.0.4-r0) 00:49:04 (2/2) Installing bash (5.0.17-r0) 00:49:04 Executing bash-5.0.17-r0.post-install 00:49:04 Executing busybox-1.31.1-r19.trigger 00:49:04 OK: 12 MiB in 22 packages 00:49:05 ---> c9a1c5f6e066 00:49:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:06 ---> 6409bb16fe3e 00:49:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:07 Removing intermediate container ee5c6fff5844 00:49:07 ---> 72e54cfef4ae 00:49:07 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:49:08 ---> 1d9f6d0b754f 00:49:08 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:08 ---> Running in 09d2c661c6d0 00:49:08 ---> Running in fce0f18fce79 00:49:09 ---> 0c28a3793d24 00:49:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:11 Removing intermediate container b569514f3701 00:49:11 ---> 624bdffdc21b 00:49:11 00:49:11 Step 10/22 : FROM scratch 00:49:11 ---> 00:49:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:11 ---> Running in e25a4b6a4f1e 00:49:12 ---> f9dbc49d8963 00:49:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:12 Removing intermediate container e25a4b6a4f1e 00:49:12 ---> 9c5440d00d73 00:49:12 Step 12/22 : ENV APP_PORT=48082 00:49:12 ---> Running in 5bca8c7bdb08 00:49:12 Removing intermediate container 09d2c661c6d0 00:49:13 ---> 842b99a293a5 00:49:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:13 Removing intermediate container fce0f18fce79 00:49:13 ---> 6f7a16d87bcd 00:49:13 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:13 ---> Running in 2d532cc97e37 00:49:13 ---> Running in e53d3fe5f352 00:49:13 ---> 9e3cf7c0d6d7 00:49:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:13 Removing intermediate container 5bca8c7bdb08 00:49:13 ---> c4db96b6c816 00:49:13 Step 13/22 : EXPOSE $APP_PORT 00:49:13 ---> Running in 1eb2226b4cf3 00:49:13 ---> Running in 51268d62e256 00:49:13 Removing intermediate container 2d532cc97e37 00:49:13 ---> 3e143e26e170 00:49:13 Step 15/27 : ENV APP_PORT=48090 00:49:14 Removing intermediate container e53d3fe5f352 00:49:14 ---> a57ff6dd5263 00:49:14 Step 20/22 : LABEL arch=arm64 00:49:14 ---> Running in 6fd632d727ea 00:49:14 ---> Running in 1354cc3ce423 00:49:14 Removing intermediate container 51268d62e256 00:49:14 ---> c029efe1efb3 00:49:14 Step 14/22 : WORKDIR / 00:49:14 ---> Running in 8fdc3f672bd3 00:49:15 Removing intermediate container 6fd632d727ea 00:49:15 ---> 56bff68319a8 00:49:15 Step 16/27 : EXPOSE $APP_PORT 00:49:15 Removing intermediate container 1354cc3ce423 00:49:15 ---> 70363c1cbcc0 00:49:15 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:49:15 ---> Running in d7e570a55005 00:49:15 ---> Running in b281fbd0c4b8 00:49:15 Removing intermediate container 8fdc3f672bd3 00:49:15 ---> bb3e21d0764e 00:49:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:15 Removing intermediate container d7e570a55005 00:49:15 ---> 89b47a082de8 00:49:15 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:16 Removing intermediate container b281fbd0c4b8 00:49:16 ---> 293e6f9faf6d 00:49:16 Step 22/22 : LABEL version=0.0.0 00:49:17 ---> 57ac9d512e46 00:49:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:17 ---> Running in 3c696a3619c8 00:49:17 Removing intermediate container 1eb2226b4cf3 00:49:17 ---> 3bb33c88651e 00:49:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:17 ---> 9dc13f7bd829 00:49:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:17 ---> Running in 4ce2b98ed6e1 00:49:18 Removing intermediate container 3c696a3619c8 00:49:18 ---> 64e4363d6901 00:49:18 00:49:18 ---> 9953c73eefeb 00:49:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:19 Successfully built 64e4363d6901 00:49:19 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:19  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 00:49:19 Removing intermediate container 4ce2b98ed6e1 00:49:19 ---> 75b8c46977ae 00:49:19 Step 22/24 : LABEL arch=arm64 00:49:19 ---> 1b10bb0817bb 00:49:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:19 ---> Running in bf29bc03c8ed 00:49:20 ---> 95a29cc7bdb3 00:49:20 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:22 ---> 305197eca264 00:49:22 Step 20/27 : RUN apk --no-cache add py3-pip 00:49:22 ---> Running in 1f8eaa11cc19 00:49:22 Removing intermediate container bf29bc03c8ed 00:49:22 ---> e5c370a635fc 00:49:22 Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:49:23 ---> Running in 3bddfe5df7ac 00:49:23 ---> Running in fb9f5d7c091e 00:49:23 Removing intermediate container 1f8eaa11cc19 00:49:23 ---> 1fd10de1d45a 00:49:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:23 Removing intermediate container 862517ff88bc 00:49:23 ---> beb96a528a33 00:49:23 00:49:23 Step 10/22 : FROM scratch 00:49:23 ---> 00:49:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:23 ---> Using cache 00:49:23 ---> 9c5440d00d73 00:49:23 Step 12/22 : ENV APP_PORT=48081 00:49:24 ---> Running in 547cf36f6a15 00:49:24 ---> Running in 1ab8fee77472 00:49:24 Removing intermediate container fb9f5d7c091e 00:49:24 ---> 44736292bbcb 00:49:24 Step 24/24 : LABEL version=0.0.0 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 Removing intermediate container 547cf36f6a15 00:49:25 ---> 7dc9658ce344 00:49:25 Step 13/22 : EXPOSE $APP_PORT 00:49:25 Removing intermediate container 1ab8fee77472 00:49:25 ---> 4d8bec1a7e2d 00:49:25 Step 20/22 : LABEL arch=arm64 00:49:25 ---> Running in 962e312e33f7 00:49:25 ---> Running in 916b9f5f972e 00:49:25 ---> Running in 9cc9bb959dc4 00:49:25 (1/33) Installing libbz2 (1.0.8-r1) 00:49:25 (2/33) Installing expat (2.2.9-r1) 00:49:25 (3/33) Installing libffi (3.3-r2) 00:49:25 (4/33) Installing gdbm (1.13-r1) 00:49:25 (5/33) Installing xz-libs (5.2.5-r0) 00:49:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:26 (7/33) Installing python3 (3.8.5-r0) 00:49:26 Removing intermediate container 916b9f5f972e 00:49:26 ---> d8aff7607b33 00:49:26 Step 14/22 : WORKDIR / 00:49:26 Removing intermediate container 962e312e33f7 00:49:26 ---> 123d5325340f 00:49:26 00:49:27 Successfully built 123d5325340f 00:49:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:27  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:49:27 ---> Running in 7c11b678fbed 00:49:27 Removing intermediate container 9cc9bb959dc4 00:49:27 ---> fdfa59910063 00:49:27 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:49:27 ---> Running in f2836b18b38f 00:49:28 Removing intermediate container 7c11b678fbed 00:49:28 ---> ca80b0c9b01f 00:49:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:49:28 Removing intermediate container f2836b18b38f 00:49:28 ---> ff2d53129ef4 00:49:28 Step 22/22 : LABEL version=0.0.0 00:49:28 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:28 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:28 (11/33) Installing py3-six (1.15.0-r0) 00:49:28 (12/33) Installing py3-packaging (20.4-r0) 00:49:28 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:28 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:28 (15/33) Installing py3-idna (2.9-r0) 00:49:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:28 ---> Running in dadbb6f71ec6 00:49:28 (18/33) Installing py3-requests (2.23.0-r0) 00:49:29 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:29 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:29 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:29 ---> 7999b87ceebb 00:49:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:29 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:29 (24/33) Installing py3-distro (1.5.0-r1) 00:49:29 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:29 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:29 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:29 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:29 (29/33) Installing py3-progress (1.5-r0) 00:49:29 (30/33) Installing py3-toml (0.10.1-r0) 00:49:29 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:29 (33/33) Installing py3-pip (20.1.1-r0) 00:49:29 Executing busybox-1.31.1-r19.trigger 00:49:29 OK: 71 MiB in 55 packages 00:49:29 Removing intermediate container dadbb6f71ec6 00:49:29 ---> c1e9541ffa5c 00:49:29 00:49:30 Successfully built c1e9541ffa5c 00:49:31 Successfully tagged docker-core-command-go-arm64:latest 00:49:31  Building docker-core-command-go ... done Building docker-security-secrets-setup-go 00:49:32 ---> 5abb4f90db0c 00:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:34 ---> e50a30882741 00:49:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:49:34 ---> Running in 6470144c412d 00:49:36 Removing intermediate container 6470144c412d 00:49:36 ---> bbe0afd311e0 00:49:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:36 ---> Running in 11003ed3ed77 00:49:38 Removing intermediate container 11003ed3ed77 00:49:38 ---> 9c7c7e137444 00:49:38 Step 20/22 : LABEL arch=arm64 00:49:39 ---> Running in cb5f4432b1dd 00:49:40 Removing intermediate container 3bddfe5df7ac 00:49:40 ---> fee1d37036ff 00:49:40 Step 21/27 : RUN pip install docker-compose==1.23.2 00:49:41 Removing intermediate container cb5f4432b1dd 00:49:41 ---> ac2f28629196 00:49:41 Step 21/22 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:49:41 ---> Running in b4465e7855eb 00:49:41 ---> Running in ca8514a8c1fd 00:49:42 Removing intermediate container ca8514a8c1fd 00:49:42 ---> 5e06e4c68cf5 00:49:42 Step 22/22 : LABEL version=0.0.0 00:49:43 ---> Running in dff9a6560ae9 00:49:43 Removing intermediate container dff9a6560ae9 00:49:43 ---> 42c880a7c138 00:49:43 00:49:44 Successfully built 42c880a7c138 00:49:44 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:44  Building docker-core-metadata-go ... done Building docker-core-data-go 00:49:49 Collecting docker-compose==1.23.2 00:49:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:50 Collecting cached-property<2,>=1.2.0 00:49:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:50 Collecting jsonschema<3,>=2.5.1 00:49:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:51 Collecting dockerpty<0.5,>=0.4.1 00:49:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:54 Collecting texttable<0.10,>=0.9.0 00:49:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:57 ---> 0d6995fec2d8 00:49:57 Step 3/21 : WORKDIR /edgex-go 00:49:57 ---> Using cache 00:49:57 ---> 94defc75891f 00:49:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:57 ---> Using cache 00:49:57 ---> f26d10bf00c0 00:49:57 Step 5/21 : RUN apk update && apk add make git 00:49:57 ---> Using cache 00:49:57 ---> d6fd4c7a8cc0 00:49:57 Step 6/21 : COPY go.mod . 00:49:57 ---> Using cache 00:49:57 ---> f186f76ba2bf 00:49:57 Step 7/21 : RUN go mod download 00:49:57 ---> Using cache 00:49:57 ---> 2834ad0207dc 00:49:57 Step 8/21 : COPY . . 00:49:57 ---> Using cache 00:49:57 ---> a1a6a1620713 00:49:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:59 Collecting PyYAML<4,>=3.10 00:49:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:01 ---> Running in 6063e36df528 00:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:05 Collecting websocket-client<1.0,>=0.32.0 00:50:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:06 Collecting docopt<0.7,>=0.6.1 00:50:06 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:10 Collecting docker<4.0,>=3.6.0 00:50:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:13 ---> 0d6995fec2d8 00:50:13 Step 3/21 : WORKDIR /edgex-go 00:50:13 ---> Using cache 00:50:13 ---> 94defc75891f 00:50:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:13 ---> Using cache 00:50:13 ---> f26d10bf00c0 00:50:13 Step 5/21 : RUN apk update && apk add make git 00:50:13 ---> Using cache 00:50:13 ---> d6fd4c7a8cc0 00:50:13 Step 6/21 : COPY go.mod . 00:50:13 ---> Using cache 00:50:13 ---> f186f76ba2bf 00:50:13 Step 7/21 : RUN go mod download 00:50:13 ---> Using cache 00:50:13 ---> 2834ad0207dc 00:50:13 Step 8/21 : COPY . . 00:50:13 ---> Using cache 00:50:13 ---> a1a6a1620713 00:50:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:15 Collecting docker-pycreds>=0.4.0 00:50:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:16 ---> Running in dde969c4a789 00:50:17 Collecting urllib3<1.25,>=1.21.1 00:50:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:18 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:18 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:18 Collecting idna<2.8,>=2.5 00:50:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:20 Installing collected packages: cached-property, jsonschema, dockerpty, texttable, PyYAML, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose 00:50:20 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:20 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:50:20 ---> 0d6995fec2d8 00:50:20 Step 3/29 : WORKDIR /edgex-go 00:50:20 ---> Using cache 00:50:20 ---> 94defc75891f 00:50:20 Step 4/29 : RUN apk update && apk add make git 00:50:21 ---> Running in 8caa35b202f4 00:50:21 Running setup.py install for dockerpty: started 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:25 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:25 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:25 OK: 12620 distinct packages available 00:50:26 Running setup.py install for dockerpty: finished with status 'done' 00:50:26 Running setup.py install for texttable: started 00:50:27 OK: 217 MiB in 51 packages 00:50:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:30 ---> 0d6995fec2d8 00:50:30 Step 3/23 : WORKDIR /edgex-go 00:50:30 ---> Using cache 00:50:30 ---> 94defc75891f 00:50:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:30 ---> Using cache 00:50:30 ---> f26d10bf00c0 00:50:30 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:50:30 ---> Running in b596165d2fa6 00:50:30 Removing intermediate container 8caa35b202f4 00:50:30 ---> 886c7748e1b6 00:50:30 Step 5/29 : COPY go.mod . 00:50:30 Running setup.py install for texttable: finished with status 'done' 00:50:30 Running setup.py install for PyYAML: started 00:50:31 ---> ab6c1f4c40c9 00:50:31 Step 6/29 : RUN go mod download 00:50:31 ---> Running in e8b5e4e108ad 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:34 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:34 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:34 OK: 12620 distinct packages available 00:50:34 Running setup.py install for PyYAML: finished with status 'done' 00:50:35 OK: 217 MiB in 51 packages 00:50:35 Running setup.py install for docopt: started 00:50:36 Removing intermediate container e8b5e4e108ad 00:50:36 ---> d6f2121e2735 00:50:36 Step 7/29 : COPY . . 00:50:37 Removing intermediate container b596165d2fa6 00:50:37 ---> 4e5cdf00d34f 00:50:37 Step 6/23 : COPY go.mod . 00:50:39 ---> 07c98e731fc6 00:50:39 Step 7/23 : RUN go mod download 00:50:39 ---> Running in 06883e303947 00:50:39 Running setup.py install for docopt: finished with status 'done' 00:50:39 Attempting uninstall: urllib3 00:50:39 Found existing installation: urllib3 1.25.9 00:50:39 Uninstalling urllib3-1.25.9: 00:50:40 Successfully uninstalled urllib3-1.25.9 00:50:40 Attempting uninstall: idna 00:50:40 Found existing installation: idna 2.9 00:50:40 Uninstalling idna-2.9: 00:50:40 Successfully uninstalled idna-2.9 00:50:41 Attempting uninstall: requests 00:50:41 Found existing installation: requests 2.23.0 00:50:41 Uninstalling requests-2.23.0: 00:50:42 Successfully uninstalled requests-2.23.0 00:50:45 Removing intermediate container 06883e303947 00:50:45 ---> 013ba9ba4411 00:50:45 Step 8/23 : COPY . . 00:50:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:58 Removing intermediate container b4465e7855eb 00:50:58 ---> f706f08c9b9a 00:50:58 Step 22/27 : RUN apk --no-cache add curl 00:50:58 ---> Running in 6988a89a0b8b 00:50:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:00 (2/3) Installing libcurl (7.69.1-r3) 00:51:00 (3/3) Installing curl (7.69.1-r3) 00:51:00 Executing busybox-1.31.1-r19.trigger 00:51:00 OK: 71 MiB in 58 packages 00:51:02 ---> f13df5140d48 00:51:02 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:51:03 ---> Running in d3e18acd1236 00:51:03 Removing intermediate container 6988a89a0b8b 00:51:03 ---> 5858ab7a1f1b 00:51:03 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:03 ---> Running in 7cefc15a1c1d 00:51:05 Removing intermediate container 7cefc15a1c1d 00:51:05 ---> b0abf39f78e8 00:51:05 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:51:05 ---> Running in 23c023f20691 00:51:08 Removing intermediate container 23c023f20691 00:51:08 ---> 34c6ca618d04 00:51:08 Step 25/27 : LABEL arch=arm64 00:51:08 ---> Running in 1d52a515f8bc 00:51:09 Removing intermediate container 1d52a515f8bc 00:51:09 ---> 86d1fc60e169 00:51:09 Step 26/27 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:51:09 ---> Running in d0fffc4d7f6d 00:51:11 Removing intermediate container d0fffc4d7f6d 00:51:11 ---> 3055e239d1a4 00:51:11 Step 27/27 : LABEL version=0.0.0 00:51:11 ---> Running in aec94239acf5 00:51:13 Removing intermediate container aec94239acf5 00:51:13 ---> 1ee370e8217e 00:51:13 00:51:14 Successfully built 1ee370e8217e 00:51:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:14  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go 00:51:15 ---> 7a97dbb5b8c2 00:51:15 Step 9/23 : RUN make cmd/core-data/core-data 00:51:15 ---> Running in 8852707acbf7 00:51:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:44 ---> 0d6995fec2d8 00:51:44 Step 3/24 : WORKDIR /edgex-go 00:51:44 ---> Using cache 00:51:44 ---> 94defc75891f 00:51:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:44 ---> Using cache 00:51:44 ---> f26d10bf00c0 00:51:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:51:44 ---> Running in fba1eb40a82c 00:51:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:46 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:46 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:46 OK: 12620 distinct packages available 00:51:47 OK: 217 MiB in 51 packages 00:51:50 Removing intermediate container 6063e36df528 00:51:50 ---> 83596db39b2f 00:51:50 00:51:50 Step 10/21 : FROM scratch 00:51:50 ---> 00:51:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:50 Removing intermediate container fba1eb40a82c 00:51:50 ---> a1cea3fb9595 00:51:50 Step 6/24 : COPY go.mod . 00:51:50 ---> Using cache 00:51:50 ---> 9c5440d00d73 00:51:50 Step 12/21 : ENV APP_PORT=48085 00:51:50 ---> Running in 1aa3877ac86a 00:51:51 ---> 7b38cfb6133a 00:51:51 Step 7/24 : RUN go mod download 00:51:51 Removing intermediate container 1aa3877ac86a 00:51:51 ---> 06c04a4ad687 00:51:51 Step 13/21 : EXPOSE $APP_PORT 00:51:51 ---> Running in a84b46cfb032 00:51:51 ---> Running in a40604304243 00:51:52 Removing intermediate container a40604304243 00:51:52 ---> 45bffe8d2317 00:51:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:51:54 ---> 799d4cf8ab8c 00:51:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:56 ---> 82ae8de62395 00:51:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:57 Removing intermediate container a84b46cfb032 00:51:57 ---> 1f3d2e8b06ae 00:51:57 Step 8/24 : COPY . . 00:51:58 ---> c023b4f5e749 00:51:58 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:51:58 ---> Running in 281f50c510ff 00:52:00 Removing intermediate container 281f50c510ff 00:52:00 ---> 5cd63a8964b5 00:52:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:00 ---> Running in 48b173290577 00:52:02 Removing intermediate container 48b173290577 00:52:02 ---> 78eb421318e7 00:52:02 Step 19/21 : LABEL arch=arm64 00:52:02 ---> Running in 8cf413a92792 00:52:03 Removing intermediate container dde969c4a789 00:52:03 ---> 5e958c66bcf2 00:52:03 00:52:03 Step 10/21 : FROM alpine 00:52:03 latest: Pulling from library/alpine 00:52:03 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:52:03 Status: Downloaded newer image for alpine:latest 00:52:03 ---> dd36a01c3f31 00:52:03 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:52:04 ---> Running in 929e93ea21ba 00:52:04 Removing intermediate container 8cf413a92792 00:52:04 ---> 3e304f8f5be1 00:52:04 Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:52:04 ---> Running in b27ec1d9269c 00:52:05 Removing intermediate container b27ec1d9269c 00:52:05 ---> 5da35534b320 00:52:05 Step 21/21 : LABEL version=0.0.0 00:52:06 ---> Running in c0e2eee9b0b9 00:52:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:06 Removing intermediate container c0e2eee9b0b9 00:52:06 ---> b593c850cfcc 00:52:06 00:52:07 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:07 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:07 OK: 12617 distinct packages available 00:52:07 Successfully built b593c850cfcc 00:52:07 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:08  Building docker-support-scheduler-go ... done (1/4) Installing ca-certificates (20191127-r4) 00:52:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:08 (3/4) Installing libcurl (7.69.1-r3) 00:52:08 (4/4) Installing curl (7.69.1-r3) 00:52:08 Executing busybox-1.31.1-r19.trigger 00:52:08 Executing ca-certificates-20191127-r4.trigger 00:52:09 OK: 7 MiB in 18 packages 00:52:12 Removing intermediate container 929e93ea21ba 00:52:12 ---> b04873143e7c 00:52:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:13 ---> Running in 618a746807f5 00:52:14 Removing intermediate container 618a746807f5 00:52:14 ---> 768b67d63801 00:52:14 Step 13/21 : WORKDIR /edgex 00:52:14 ---> Running in 6cd9fdd4c70e 00:52:15 Removing intermediate container 6cd9fdd4c70e 00:52:15 ---> 6e80c6fc1125 00:52:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:17 ---> 3e6c3c3795fe 00:52:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:20 ---> 70fc9c5ba6dd 00:52:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:23 ---> b9dfb79eb2cb 00:52:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:23 ---> Running in f400095a9bbf 00:52:24 Removing intermediate container f400095a9bbf 00:52:24 ---> a85df4ca09a1 00:52:24 Step 18/21 : CMD ["--init=true"] 00:52:24 ---> 76bc2cccba27 00:52:24 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:52:24 ---> Running in 6dbb29436717 00:52:24 ---> Running in ced0b1cd1642 00:52:25 Removing intermediate container 6dbb29436717 00:52:25 ---> e49ddb974453 00:52:25 Step 19/21 : LABEL arch=arm64 00:52:25 ---> Running in 239f83ee9b92 00:52:26 Removing intermediate container 239f83ee9b92 00:52:26 ---> 8b096cd6143e 00:52:26 Step 20/21 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:52:26 ---> Running in 531432b2f41e 00:52:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:52:27 Removing intermediate container 531432b2f41e 00:52:27 ---> 66e6d5bb7619 00:52:27 Step 21/21 : LABEL version=0.0.0 00:52:27 ---> Running in 030fd4481eb6 00:52:28 Removing intermediate container 030fd4481eb6 00:52:28 ---> bcd4c38af258 00:52:28 00:52:29 Successfully built bcd4c38af258 00:52:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:32  Building docker-security-proxy-setup-go ... done Removing intermediate container d3e18acd1236 00:52:32 ---> f7f583c47b40 00:52:32 00:52:32 Step 9/29 : FROM alpine:latest 00:52:32 ---> dd36a01c3f31 00:52:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:52:32 ---> Running in 3307c21107ec 00:52:32 Removing intermediate container 3307c21107ec 00:52:32 ---> c361b0062b94 00:52:32 Step 11/29 : USER root 00:52:33 ---> Running in 32e792f3116f 00:52:33 Removing intermediate container 32e792f3116f 00:52:33 ---> 00243c4b7662 00:52:33 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:33 ---> Running in 74db01c35475 00:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:36 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:36 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:36 OK: 12617 distinct packages available 00:52:37 (1/2) Installing ca-certificates (20191127-r4) 00:52:37 (2/2) Installing dumb-init (1.2.2-r1) 00:52:37 Executing busybox-1.31.1-r19.trigger 00:52:37 Executing ca-certificates-20191127-r4.trigger 00:52:37 OK: 6 MiB in 16 packages 00:52:40 Removing intermediate container 74db01c35475 00:52:40 ---> bcc6f1794cc4 00:52:40 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:40 ---> Running in 164a46781837 00:52:41 Removing intermediate container 164a46781837 00:52:41 ---> ca4b05e48f5b 00:52:41 Step 14/29 : WORKDIR $BASE_DIR 00:52:41 ---> Running in 0dbec5d0d91a 00:52:42 Removing intermediate container 0dbec5d0d91a 00:52:42 ---> 556f3a58e082 00:52:42 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:42 ---> Running in 91f5d47240f5 00:52:46 Removing intermediate container 91f5d47240f5 00:52:46 ---> 9855cd4d14e9 00:52:46 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:48 ---> 2af769476a27 00:52:48 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:48 ---> 37017ba88233 00:52:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:50 ---> 7c3f04845190 00:52:50 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:51 ---> f73a90790cf0 00:52:51 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:52 ---> 67184f6589f0 00:52:52 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:52 ---> Running in 1638200d5171 00:52:55 Removing intermediate container 1638200d5171 00:52:55 ---> f31cf1781cb0 00:52:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:56 ---> 710f1d10ab2d 00:52:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:56 ---> Running in 8169c052c0d7 00:53:00 Removing intermediate container 8169c052c0d7 00:53:00 ---> b4dce8dd36b3 00:53:00 Step 24/29 : RUN chmod 755 security-secrets-setup 00:53:00 ---> Running in 6597a865b52a 00:53:03 Removing intermediate container 6597a865b52a 00:53:03 ---> 4b0b9ab0109b 00:53:03 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:53:03 ---> Running in c16cbeaa7411 00:53:04 Removing intermediate container c16cbeaa7411 00:53:04 ---> 7f6a43e0ba84 00:53:04 Step 26/29 : CMD [ "generate" ] 00:53:04 ---> Running in 83bb8900d2d6 00:53:05 Removing intermediate container 83bb8900d2d6 00:53:05 ---> cd7597d8af96 00:53:05 Step 27/29 : LABEL arch=arm64 00:53:05 ---> Running in 748ad230d7ad 00:53:06 Removing intermediate container 748ad230d7ad 00:53:06 ---> e2cbde4eeb59 00:53:06 Step 28/29 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:53:06 ---> Running in f8d5444ac444 00:53:06 Removing intermediate container f8d5444ac444 00:53:06 ---> e4d1bb135fe7 00:53:06 Step 29/29 : LABEL version=0.0.0 00:53:07 ---> Running in 162b6790c97e 00:53:08 Removing intermediate container 162b6790c97e 00:53:08 ---> a910c6229771 00:53:08 00:53:08 Successfully built a910c6229771 00:53:08 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:53:18  Building docker-security-secrets-setup-go ... done Removing intermediate container 8852707acbf7 00:53:18 ---> b7b1b07faaf9 00:53:18 00:53:18 Step 10/23 : FROM alpine 00:53:18 ---> dd36a01c3f31 00:53:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:18 ---> Running in 523bbf1108be 00:53:19 Removing intermediate container 523bbf1108be 00:53:19 ---> 59177da35dd0 00:53:19 Step 12/23 : ENV APP_PORT=48080 00:53:19 ---> Running in f7c0f1c9409d 00:53:19 Removing intermediate container f7c0f1c9409d 00:53:19 ---> fc72f0662472 00:53:19 Step 13/23 : EXPOSE $APP_PORT 00:53:19 ---> Running in 96f1dec74eaa 00:53:20 Removing intermediate container 96f1dec74eaa 00:53:20 ---> 0d01c0bc7798 00:53:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:20 ---> Running in 564509eabda4 00:53:23 Removing intermediate container 564509eabda4 00:53:23 ---> 23f6e7bc8525 00:53:23 Step 15/23 : RUN apk --no-cache add zeromq 00:53:23 ---> Running in 7d6a86cd41f1 00:53:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:25 Removing intermediate container ced0b1cd1642 00:53:25 ---> 2a88f77bff26 00:53:25 00:53:25 Step 10/24 : FROM scratch 00:53:25 ---> 00:53:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:53:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:25 ---> Running in 1f4c840c148d 00:53:25 Removing intermediate container 1f4c840c148d 00:53:25 ---> 93efb64b86f7 00:53:25 Step 12/24 : ENV APP_PORT=48060 00:53:25 ---> Running in 4125a99f326e 00:53:25 (1/5) Installing libgcc (9.3.0-r2) 00:53:25 (2/5) Installing libsodium (1.0.18-r0) 00:53:26 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:26 Removing intermediate container 4125a99f326e 00:53:26 ---> a67e838f49de 00:53:26 Step 13/24 : EXPOSE $APP_PORT 00:53:26 ---> Running in 539d1b68fb9f 00:53:26 (4/5) Installing libzmq (4.3.3-r0) 00:53:26 (5/5) Installing zeromq (4.3.3-r0) 00:53:26 Executing busybox-1.31.1-r19.trigger 00:53:26 OK: 8 MiB in 19 packages 00:53:26 Removing intermediate container 539d1b68fb9f 00:53:26 ---> 05d5d2f78ba1 00:53:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:53:27 ---> 75ecedf5fe9f 00:53:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:53:28 Removing intermediate container 7d6a86cd41f1 00:53:28 ---> 6e98461daa30 00:53:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:28 ---> 8ff05f0f5e31 00:53:28 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:53:29 ---> b8ae82e86cfd 00:53:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:30 ---> ebe200d894b4 00:53:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:53:30 ---> 37a788107988 00:53:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:31 ---> 1580bea1d8a1 00:53:31 ---> 5fa32aa13518 00:53:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:31 00:53:31 ---> Running in 7dee0952b2a4 00:53:31 Removing intermediate container 7dee0952b2a4 00:53:31 ---> 469b763ffc45 00:53:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:32 ---> Running in 8f92affebfd0 00:53:32 ---> 6fb80d73cb6e 00:53:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:32 Removing intermediate container 8f92affebfd0 00:53:32 ---> 5030a0288f22 00:53:32 Step 21/23 : LABEL arch=arm64 00:53:32 ---> Running in 40712340aaae 00:53:33 ---> 939d32733160 00:53:33 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:53:33 ---> Running in b8d490c21fd1 00:53:33 Removing intermediate container 40712340aaae 00:53:33 ---> 4413e518186c 00:53:33 Step 22/23 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:53:33 ---> Running in 1323d0fb8c1c 00:53:33 Removing intermediate container b8d490c21fd1 00:53:33 ---> 51c35394c444 00:53:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:33 ---> Running in 26a0288a2239 00:53:33 Removing intermediate container 1323d0fb8c1c 00:53:33 ---> 1a3027b9bc36 00:53:33 Step 23/23 : LABEL version=0.0.0 00:53:34 ---> Running in 67b104df092e 00:53:34 Removing intermediate container 26a0288a2239 00:53:34 ---> 6a48f319a0bc 00:53:34 Step 22/24 : LABEL arch=arm64 00:53:34 ---> Running in eb1e586ab222 00:53:34 Removing intermediate container 67b104df092e 00:53:34 ---> 504bc80daedb 00:53:34 00:53:35 Successfully built 504bc80daedb 00:53:35 Successfully tagged docker-core-data-go-arm64:latest 00:53:35  Building docker-core-data-go ... done Removing intermediate container eb1e586ab222 00:53:35 ---> 05a0f6992dc3 00:53:35 Step 23/24 : LABEL git_sha=bdd14c6a04719bacb5d4ac68c7e102f658622b87 00:53:35 ---> Running in eccc8f975db3 00:53:35 Removing intermediate container eccc8f975db3 00:53:35 ---> 20ab3da87bcd 00:53:35 Step 24/24 : LABEL version=0.0.0 00:53:35 ---> Running in b9445a976b32 00:53:36 Removing intermediate container b9445a976b32 00:53:36 ---> e99cd187c816 00:53:36 00:53:36 Successfully built e99cd187c816 00:53:36 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:37  Building docker-support-notifications-go ... done  [Pipeline] } 00:53:37 $ docker stop --time=1 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 00:53:39 $ docker rm -f 27ac10b521c7b2a478506cf5d5f8a77479841752290d1f211378aebd70020946 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:40 + docker images+ grep 00:53:40 docker 00:53:40 docker-support-notifications-go-arm64 latest e99cd187c816 4 seconds ago 12.9MB 00:53:40 docker-core-data-go-arm64 latest 504bc80daedb 6 seconds ago 22.4MB 00:53:40 docker-security-secrets-setup-go-arm64 latest a910c6229771 33 seconds ago 22.7MB 00:53:40 docker-security-proxy-setup-go-arm64 latest bcd4c38af258 About a minute ago 23.4MB 00:53:40 docker-support-scheduler-go-arm64 latest b593c850cfcc About a minute ago 11.5MB 00:53:40 docker-sys-mgmt-agent-go-arm64 latest 1ee370e8217e 2 minutes ago 300MB 00:53:40 docker-core-metadata-go-arm64 latest 42c880a7c138 3 minutes ago 13.6MB 00:53:40 docker-core-command-go-arm64 latest c1e9541ffa5c 4 minutes ago 11.4MB 00:53:40 docker-security-secretstore-setup-go-arm64 latest 123d5325340f 4 minutes ago 23.5MB 00:53:40 docker-security-bootstrap-redis-go-arm64 latest 64e4363d6901 4 minutes ago 15.2MB 00:53:40 docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:53:42 provisioning config files... 00:53:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config2249057143704664157tmp [Pipeline] { [Pipeline] sh 00:53:42 + set +x 00:53:42 + curl -s https://codecov.io/bash 00:53:42 + bash -s -- 00:53:43 00:53:43 _____ _ 00:53:43 / ____| | | 00:53:43 | | ___ __| | ___ ___ _____ __ 00:53:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:43 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:43 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:43 Bash-20201130-cc6d3fe 00:53:43 00:53:43 00:53:43 ==> Jenkins CI detected. 00:53:43 project root: . 00:53:43 --> token set from env 00:53:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:43 ==> Running gcov in . (disable via -X gcov) 00:53:43 ==> Python coveragepy not found 00:53:43 ==> Searching for coverage reports in: 00:53:43 + . 00:53:43 -> Found 1 reports 00:53:43 ==> Detecting git/mercurial file structure 00:53:43 ==> Reading reports 00:53:43 + ./coverage.out bytes=572038 00:53:43 ==> Appending adjustments 00:53:43 https://docs.codecov.io/docs/fixing-reports 00:53:46 + Found adjustments 00:53:46 ==> Gzipping contents 00:53:46 88K /tmp/codecov.KRi8xT.gz 00:53:46 ==> Uploading reports 00:53:46 url: https://codecov.io 00:53:46 query: branch=PR-2908&commit=bdd14c6a04719bacb5d4ac68c7e102f658622b87&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:53:46 -> Pinging Codecov 00:53:46 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=bdd14c6a04719bacb5d4ac68c7e102f658622b87&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 00:53:46 -> Uploading to 00:53:46 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/bdd14c6a04719bacb5d4ac68c7e102f658622b87/b5a0177d-4b1a-44b8-9840-5d1ec94c53f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T005346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=279752a41982fbc993fd1bab697e2f0911ae2f86682e4e2a2bd7c4151006900a 00:53:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:46 Dload Upload Total Spent Left Speed 00:53:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88316 0 0 100 88316 0 145k --:--:-- --:--:-- --:--:-- 145k 00:53:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bdd14c6a04719bacb5d4ac68c7e102f658622b87 [Pipeline] } 00:53:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:50 ---> package-listing.sh 00:53:50 ++ facter osfamily 00:53:50 ++ tr '[:upper:]' '[:lower:]' 00:53:50 + OS_FAMILY=redhat 00:53:50 + workspace=/w/workspace/edgex-go/15 00:53:50 + START_PACKAGES=/tmp/packages_start.txt 00:53:50 + END_PACKAGES=/tmp/packages_end.txt 00:53:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:50 + PACKAGES=/tmp/packages_start.txt 00:53:50 + '[' /w/workspace/edgex-go/15 ']' 00:53:50 + PACKAGES=/tmp/packages_end.txt 00:53:50 + case "${OS_FAMILY}" in 00:53:50 + sort 00:53:50 + rpm -qa 00:53:56 + '[' -f /tmp/packages_start.txt ']' 00:53:56 + '[' -f /tmp/packages_end.txt ']' 00:53:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:56 + '[' /w/workspace/edgex-go/15 ']' 00:53:56 + mkdir -p /w/workspace/edgex-go/15/archives/ 00:53:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 00:53:56 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:56 00:53:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:57 alpine: Pulling from edgex-lftools-log-publisher 00:53:57 df20fa9351a1: Pulling fs layer 00:53:57 36b3adc4ff6f: Pulling fs layer 00:53:57 8ad3a11d3b57: Pulling fs layer 00:53:57 46f8f816bc3b: Pulling fs layer 00:53:57 93b61091891f: Pulling fs layer 00:53:57 93b9cdb0e59b: Pulling fs layer 00:53:57 5e14af77c1be: Pulling fs layer 00:53:57 01666e4c0597: Pulling fs layer 00:53:57 aa168da1d23b: Pulling fs layer 00:53:57 46f8f816bc3b: Waiting 00:53:57 93b61091891f: Waiting 00:53:57 93b9cdb0e59b: Waiting 00:53:57 5e14af77c1be: Waiting 00:53:57 01666e4c0597: Waiting 00:53:57 aa168da1d23b: Waiting 00:53:57 36b3adc4ff6f: Verifying Checksum 00:53:57 36b3adc4ff6f: Download complete 00:53:57 46f8f816bc3b: Verifying Checksum 00:53:57 46f8f816bc3b: Download complete 00:53:57 df20fa9351a1: Verifying Checksum 00:53:57 df20fa9351a1: Download complete 00:53:57 93b9cdb0e59b: Verifying Checksum 00:53:57 93b9cdb0e59b: Download complete 00:53:57 5e14af77c1be: Download complete 00:53:57 93b61091891f: Download complete 00:53:57 01666e4c0597: Verifying Checksum 00:53:57 01666e4c0597: Download complete 00:53:57 8ad3a11d3b57: Verifying Checksum 00:53:57 8ad3a11d3b57: Download complete 00:53:57 df20fa9351a1: Pull complete 00:53:57 36b3adc4ff6f: Pull complete 00:53:58 8ad3a11d3b57: Pull complete 00:53:59 46f8f816bc3b: Pull complete 00:53:59 93b61091891f: Pull complete 00:54:00 aa168da1d23b: Verifying Checksum 00:54:00 aa168da1d23b: Download complete 00:54:01 93b9cdb0e59b: Pull complete 00:54:01 5e14af77c1be: Pull complete 00:54:01 01666e4c0597: Pull complete 00:54:08 aa168da1d23b: Pull complete 00:54:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:09 prd-centos7-docker-4c-2g-15981 does not seem to be running inside a container 00:54:09 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:16 $ docker top 39bc4df1ffd52e83f09d7c01b66eecc0bafced97bd061efef97fa1558f10541c -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:16 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:16 + mkdir -p /var/log/sa [Pipeline] sh 00:54:17 + ls /var/log/sa-host 00:54:17 + sadf -c /var/log/sa-host/sa15 00:54:17 file_magic: OK 00:54:17 HZ: Using current value: 100 00:54:17 file_header: OK 00:54:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:17 Statistics: 00:54:17 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... 00:54:17 File successfully converted to sysstat format version 12.2.1 00:54:17 + sadf -c /var/log/sa-host/sa23 00:54:17 file_magic: OK 00:54:17 HZ: Using current value: 100 00:54:17 file_header: OK 00:54:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:17 Statistics: 00:54:17 Hnuu...uuuununununu... 00:54:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:17 provisioning config files... 00:54:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config734028591618601628tmp [Pipeline] { [Pipeline] echo 00:54:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:17 ---> create-netrc.sh [Pipeline] } 00:54:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:18 ---> python-tools-install.sh [Pipeline] echo 00:54:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:18 ---> sudo-logs.sh 00:54:18 Archiving 'sudo' log.. [Pipeline] echo 00:54:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:18 ---> job-cost.sh 00:54:18 lf-activate-venv: SKIPPING 00:54:18 INFO: No Stack... 00:54:20 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:20 INFO: Archiving Costs [Pipeline] echo 00:54:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:20 ---> logs-deploy.sh 00:54:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/15 00:54:20 INFO: archiving workspace using pattern(s): 00:54:22 Archives upload complete. 00:54:22 INFO: archiving logs to Nexus 00:54:23 ---> uname -a: 00:54:23 Linux prd-centos7-docker-4c-2g-15981.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:23 00:54:23 00:54:23 ---> lscpu: 00:54:23 Architecture: x86_64 00:54:23 CPU op-mode(s): 32-bit, 64-bit 00:54:23 Byte Order: Little Endian 00:54:23 Address sizes: 40 bits physical, 48 bits virtual 00:54:23 CPU(s): 4 00:54:23 On-line CPU(s) list: 0-3 00:54:23 Thread(s) per core: 1 00:54:23 Core(s) per socket: 1 00:54:23 Socket(s): 4 00:54:23 NUMA node(s): 1 00:54:23 Vendor ID: GenuineIntel 00:54:23 CPU family: 6 00:54:23 Model: 44 00:54:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:23 Stepping: 1 00:54:23 CPU MHz: 2933.438 00:54:23 BogoMIPS: 5866.87 00:54:23 Virtualization: VT-x 00:54:23 Hypervisor vendor: KVM 00:54:23 Virtualization type: full 00:54:23 L1d cache: 128 KiB 00:54:23 L1i cache: 128 KiB 00:54:23 L2 cache: 16 MiB 00:54:23 L3 cache: 64 MiB 00:54:23 NUMA node0 CPU(s): 0-3 00:54:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:23 Vulnerability Meltdown: Mitigation; PTI 00:54:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:23 Vulnerability Srbds: Not affected 00:54:23 Vulnerability Tsx async abort: Not affected 00:54:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:54:23 00:54:23 00:54:23 ---> nproc: 00:54:23 4 00:54:23 00:54:23 00:54:23 ---> df -h: 00:54:23 Filesystem Size Used Available Use% Mounted on 00:54:23 overlay 50.0G 13.2G 36.8G 26% / 00:54:23 tmpfs 64.0M 0 64.0M 0% /dev 00:54:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:23 shm 64.0M 0 64.0M 0% /dev/shm 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/15 00:54:23 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/15@tmp 00:54:23 00:54:23 00:54:23 ---> free -m: 00:54:23 total used free shared buff/cache available 00:54:23 Mem: 1837 706 158 0 972 1048 00:54:23 Swap: 1023 74 949 00:54:23 00:54:23 00:54:23 ---> ip addr: 00:54:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:23 inet 127.0.0.1/8 scope host lo 00:54:23 valid_lft forever preferred_lft forever 00:54:23 inet6 ::1/128 scope host 00:54:23 valid_lft forever preferred_lft forever 00:54:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:23 link/ether fa:16:3e:9b:34:a1 brd ff:ff:ff:ff:ff:ff 00:54:23 inet 10.30.123.96/23 brd 10.30.123.255 scope global dynamic eth0 00:54:23 valid_lft 84983sec preferred_lft 84983sec 00:54:23 inet6 fe80::f816:3eff:fe9b:34a1/64 scope link 00:54:23 valid_lft forever preferred_lft forever 00:54:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:23 link/ether 02:42:1d:45:c7:1d brd ff:ff:ff:ff:ff:ff 00:54:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:23 valid_lft forever preferred_lft forever 00:54:23 inet6 fe80::42:1dff:fe45:c71d/64 scope link 00:54:23 valid_lft forever preferred_lft forever 00:54:23 00:54:23 00:54:23 ---> sar -b -r -n DEV: 00:54:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:54:23 00:54:23 00:30:32 LINUX RESTART (4 CPU) 00:54:23 00:54:23 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:23 00:32:02 74.64 26.54 48.10 0.00 6457.68 11202.71 0.00 00:54:23 00:33:02 197.31 104.52 92.79 0.00 6959.51 42653.50 0.00 00:54:23 00:34:01 291.02 121.05 169.97 0.00 6227.15 34533.98 0.00 00:54:23 00:35:01 183.34 83.46 99.88 0.00 3025.43 11739.10 0.00 00:54:23 00:36:01 177.98 48.68 129.30 0.00 9663.76 55002.09 0.00 00:54:23 00:37:02 2763.57 2381.61 381.96 0.00 201648.85 242380.53 0.00 00:54:23 00:38:01 882.25 644.17 238.08 0.00 40500.34 59234.23 0.00 00:54:23 00:39:02 2365.70 1970.23 395.48 0.00 178797.89 217025.91 0.00 00:54:23 00:40:01 1385.88 1114.86 271.02 0.00 90570.28 108452.21 0.00 00:54:23 00:41:01 222.62 25.89 196.74 0.00 3436.79 14749.63 0.00 00:54:23 00:42:01 6.49 0.80 5.70 0.00 132.96 194.84 0.00 00:54:23 00:43:01 0.53 0.27 0.27 0.00 6.00 4.05 0.00 00:54:23 00:44:01 0.40 0.05 0.35 0.00 0.93 5.21 0.00 00:54:23 00:45:01 0.33 0.03 0.30 0.00 0.27 4.23 0.00 00:54:23 00:46:01 1.62 1.37 0.25 0.00 48.37 3.86 0.00 00:54:23 00:47:01 0.87 0.03 0.83 0.00 0.27 15.32 0.00 00:54:23 00:48:01 0.38 0.05 0.33 0.00 0.40 4.46 0.00 00:54:23 00:49:01 0.32 0.00 0.32 0.00 0.00 4.90 0.00 00:54:23 00:50:01 0.32 0.03 0.29 0.00 0.27 4.98 0.00 00:54:23 00:51:01 0.37 0.02 0.35 0.00 0.13 3.61 0.00 00:54:23 00:52:01 0.23 0.02 0.22 0.00 0.13 2.61 0.00 00:54:23 00:53:01 0.30 0.07 0.23 0.00 0.53 2.00 0.00 00:54:23 00:54:01 87.98 68.81 19.16 0.00 5388.88 2332.65 0.00 00:54:23 Average: 378.04 288.64 89.39 0.00 24224.22 34959.57 0.00 00:54:23 00:54:23 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:23 00:32:02 76952 0 684864 36.40 2620 1117108 1304916 44.53 595312 1004488 83308 00:54:23 00:33:02 102492 0 717872 38.15 1684 1059496 1426192 48.67 581476 958180 45872 00:54:23 00:34:01 67784 0 899928 47.83 828 913004 1596292 54.48 733064 802844 57968 00:54:23 00:35:01 206556 0 788380 41.90 484 886124 1796280 61.30 656896 727708 64572 00:54:23 00:36:01 75288 0 715312 38.02 232 1090712 1246196 42.53 603892 940032 84852 00:54:23 00:37:02 77096 0 831828 44.21 8 972612 2318204 79.12 756112 827016 79908 00:54:23 00:38:01 397448 0 706316 37.54 8 777772 1365756 46.61 505028 727916 16 00:54:23 00:39:02 71248 0 815752 43.36 8 994536 3119580 106.47 649332 936264 84680 00:54:23 00:40:01 425208 0 662972 35.24 8 793356 1453836 49.62 494068 714736 11248 00:54:23 00:41:01 257516 0 624616 33.20 8 999404 1190780 40.64 541744 827276 20 00:54:23 00:42:01 256160 0 622124 33.06 8 1003252 1166680 39.82 545212 827652 12 00:54:23 00:43:01 256892 0 621324 33.02 8 1003320 1164624 39.75 544948 827824 28 00:54:23 00:44:01 256900 0 621368 33.02 8 1003268 1164648 39.75 545048 827832 8 00:54:23 00:45:01 257656 0 620604 32.98 8 1003276 1155372 39.43 544164 827624 8 00:54:23 00:46:01 256568 0 620900 33.00 8 1004068 1155372 39.43 544356 828348 20 00:54:23 00:47:01 256204 0 621252 33.02 8 1004080 1155456 39.43 544452 828352 8 00:54:23 00:48:01 256204 0 621248 33.02 8 1004084 1155492 39.44 544904 828368 12 00:54:23 00:49:01 256324 0 621120 33.01 8 1004092 1155372 39.43 544260 828372 12 00:54:23 00:50:01 256340 0 621088 33.01 8 1004108 1155372 39.43 544396 828376 8 00:54:23 00:51:01 256744 0 620680 32.99 8 1004112 1155372 39.43 544520 828380 8 00:54:23 00:52:01 256080 0 621332 33.02 8 1004124 1155544 39.44 544992 828384 8 00:54:23 00:53:01 256240 0 621164 33.01 8 1004132 1155436 39.43 544460 828400 16 00:54:23 00:54:01 73928 0 686936 36.51 8 1120672 1548252 52.84 591484 958016 107420 00:54:23 Average: 213471 0 677782 36.02 261 990031 1402653 47.87 575831 841843 26957 00:54:23 00:54:23 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:23 00:32:02 eth0 1650.71 1594.08 6174.96 209.24 0.00 0.00 0.00 0.00 00:54:23 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:32:02 vethd7aba18 795.73 630.15 75.66 2454.29 0.00 0.00 0.00 0.00 00:54:23 00:32:02 docker0 795.73 630.01 64.78 2454.28 0.00 0.00 0.00 0.00 00:54:23 00:33:02 veth21cde80 35.26 42.64 2.34 208.25 0.00 0.00 0.00 0.00 00:54:23 00:33:02 eth0 429.23 390.89 3354.34 39.71 0.00 0.00 0.00 0.00 00:54:23 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:33:02 docker0 122.00 116.03 8.52 463.93 0.00 0.00 0.00 0.00 00:54:23 00:34:01 eth0 311.73 221.64 1931.76 29.15 0.00 0.00 0.00 0.00 00:54:23 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:34:01 veth1432911 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:23 00:34:01 docker0 125.98 142.06 9.21 638.76 0.00 0.00 0.00 0.00 00:54:23 00:35:01 eth0 33.94 20.36 20.21 64.62 0.00 0.00 0.00 0.00 00:54:23 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:35:01 veth1432911 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:36:01 veth896307a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:54:23 00:36:01 eth0 223.61 177.88 1705.41 78.16 0.00 0.00 0.00 0.00 00:54:23 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:37:02 veth896307a 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:54:23 00:37:02 eth0 50.00 35.47 161.91 9.98 0.00 0.00 0.00 0.00 00:54:23 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:37:02 docker0 24.89 29.04 1.34 144.66 0.00 0.00 0.00 0.00 00:54:23 00:38:01 veth11cd620 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:38:01 veth896307a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:38:01 veth8587e27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:38:01 vethad9b917 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:39:02 veth896307a 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:54:23 00:39:02 veth8fb11cd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:39:02 eth0 2804.10 2504.71 13495.01 556.98 0.00 0.00 0.00 0.00 00:54:23 00:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:23 00:40:01 veth896307a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:40:01 vethf4a5f55 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 00:54:23 00:40:01 eth0 26.11 20.33 21.03 11.62 0.00 0.00 0.00 0.00 00:54:23 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:41:01 eth0 85.65 53.00 463.43 67.19 0.00 0.00 0.00 0.00 00:54:23 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:41:01 docker0 1104.63 989.53 85.70 4339.53 0.00 0.00 0.00 0.00 00:54:23 00:42:01 eth0 1.55 0.65 0.82 0.28 0.00 0.00 0.00 0.00 00:54:23 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:43:01 eth0 2.31 0.78 0.90 0.56 0.00 0.00 0.00 0.00 00:54:23 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:44:01 eth0 0.55 0.28 0.27 0.20 0.00 0.00 0.00 0.00 00:54:23 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:45:01 eth0 0.25 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:54:23 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:23 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:47:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 00:54:23 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:48:01 eth0 0.90 0.37 0.32 0.20 0.00 0.00 0.00 0.00 00:54:23 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:49:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:23 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:50:01 eth0 0.14 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:23 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:51:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:52:01 eth0 0.73 0.47 0.49 0.26 0.00 0.00 0.00 0.00 00:54:23 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:53:01 eth0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:54:01 eth0 206.63 184.85 2172.41 59.82 0.00 0.00 0.00 0.00 00:54:23 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 Average: eth0 136.22 120.70 706.29 30.52 0.00 0.00 0.00 0.00 00:54:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:23 Average: docker0 48.18 43.16 3.74 189.26 0.00 0.00 0.00 0.00 00:54:23 00:54:23 00:54:23 ---> sar -P ALL: 00:54:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 00:54:23 00:54:23 00:30:32 LINUX RESTART (4 CPU) 00:54:23 00:54:23 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:54:23 00:32:02 all 17.06 0.00 4.78 1.76 0.08 76.32 00:54:23 00:32:02 0 16.23 0.00 6.99 0.32 0.05 76.41 00:54:23 00:32:02 1 13.33 0.00 4.26 0.69 0.10 81.62 00:54:23 00:32:02 2 18.44 0.00 3.56 1.47 0.10 76.43 00:54:23 00:32:02 3 20.23 0.00 4.33 4.54 0.07 70.83 00:54:23 00:33:02 all 11.33 0.00 4.93 1.77 0.14 81.82 00:54:23 00:33:02 0 12.25 0.00 5.20 1.03 0.16 81.37 00:54:23 00:33:02 1 10.58 0.00 5.32 1.84 0.15 82.10 00:54:23 00:33:02 2 12.22 0.00 4.65 1.95 0.14 81.04 00:54:23 00:33:02 3 10.28 0.00 4.57 2.26 0.12 82.78 00:54:23 00:34:01 all 21.60 0.00 7.28 6.75 0.06 64.32 00:54:23 00:34:01 0 21.27 0.00 7.28 4.10 0.07 67.28 00:54:23 00:34:01 1 22.28 0.00 7.63 8.22 0.07 61.81 00:54:23 00:34:01 2 20.84 0.00 7.14 7.20 0.05 64.77 00:54:23 00:34:01 3 22.00 0.00 7.07 7.48 0.03 63.42 00:54:23 00:35:01 all 66.19 0.00 13.57 3.57 0.05 16.62 00:54:23 00:35:01 0 69.61 0.00 13.58 3.10 0.05 13.65 00:54:23 00:35:01 1 64.67 0.00 13.76 4.02 0.05 17.50 00:54:23 00:35:01 2 65.17 0.00 13.32 2.93 0.03 18.54 00:54:23 00:35:01 3 65.31 0.00 13.61 4.24 0.07 16.77 00:54:23 00:36:01 all 26.91 0.00 10.27 7.07 0.07 55.69 00:54:23 00:36:01 0 27.32 0.00 10.31 8.12 0.07 54.18 00:54:23 00:36:01 1 27.07 0.00 10.69 8.05 0.05 54.14 00:54:23 00:36:01 2 26.53 0.00 10.39 6.05 0.07 56.95 00:54:23 00:36:01 3 26.70 0.00 9.68 6.04 0.09 57.49 00:54:23 00:37:02 all 23.13 0.00 24.35 19.80 0.11 32.61 00:54:23 00:37:02 0 24.17 0.00 24.74 18.11 0.12 32.85 00:54:23 00:37:02 1 22.09 0.00 25.06 20.34 0.09 32.43 00:54:23 00:37:02 2 21.66 0.00 22.47 19.64 0.14 36.09 00:54:23 00:37:02 3 24.61 0.00 25.13 21.11 0.10 29.04 00:54:23 00:38:01 all 57.22 0.00 14.64 14.33 0.07 13.74 00:54:23 00:38:01 0 56.13 0.00 16.20 10.87 0.09 16.71 00:54:23 00:38:01 1 57.62 0.00 14.40 15.91 0.05 12.02 00:54:23 00:38:01 2 57.35 0.00 14.18 14.58 0.07 13.81 00:54:23 00:38:01 3 57.78 0.00 13.79 15.96 0.05 12.42 00:54:23 00:39:02 all 20.88 0.00 22.80 25.45 0.20 30.67 00:54:23 00:39:02 0 19.84 0.00 22.11 26.57 0.21 31.27 00:54:23 00:39:02 1 22.00 0.00 23.09 23.02 0.21 31.67 00:54:23 00:39:02 2 20.26 0.00 22.58 22.79 0.24 34.12 00:54:23 00:39:02 3 21.41 0.00 23.41 29.47 0.16 25.55 00:54:23 00:40:01 all 51.32 0.00 16.52 20.05 0.11 12.00 00:54:23 00:40:01 0 51.28 0.00 16.55 18.46 0.12 13.59 00:54:23 00:40:01 1 50.57 0.00 16.79 20.86 0.09 11.69 00:54:23 00:40:01 2 51.88 0.00 16.67 22.24 0.11 9.11 00:54:23 00:40:01 3 51.54 0.00 16.08 18.66 0.10 13.61 00:54:23 00:41:01 all 8.60 0.00 6.68 14.08 0.05 70.59 00:54:23 00:41:01 0 9.21 0.00 6.58 9.81 0.05 74.35 00:54:23 00:41:01 1 8.17 0.00 6.73 14.14 0.03 70.93 00:54:23 00:41:01 2 9.47 0.00 6.56 17.13 0.05 66.79 00:54:23 00:41:01 3 7.55 0.00 6.84 15.28 0.07 70.26 00:54:23 00:42:01 all 0.16 0.00 0.05 0.02 0.00 99.77 00:54:23 00:42:01 0 0.52 0.00 0.05 0.02 0.00 99.42 00:54:23 00:42:01 1 0.05 0.00 0.05 0.02 0.00 99.88 00:54:23 00:42:01 2 0.05 0.00 0.03 0.03 0.00 99.88 00:54:23 00:42:01 3 0.03 0.00 0.07 0.02 0.00 99.88 00:54:23 00:54:23 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:23 00:43:01 all 0.17 0.00 0.03 0.01 0.00 99.79 00:54:23 00:43:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:54:23 00:43:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:54:23 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:54:23 00:43:01 3 0.07 0.00 0.02 0.02 0.00 99.90 00:54:23 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:23 00:44:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:54:23 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:23 00:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:54:23 00:45:01 all 0.14 0.00 0.02 0.01 0.00 99.83 00:54:23 00:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:54:23 00:45:01 1 0.02 0.00 0.03 0.02 0.00 99.93 00:54:23 00:45:01 2 0.48 0.00 0.02 0.00 0.00 99.50 00:54:23 00:45:01 3 0.00 0.00 0.02 0.02 0.00 99.97 00:54:23 00:46:01 all 0.11 0.00 0.04 0.02 0.00 99.82 00:54:23 00:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:54:23 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:23 00:46:01 2 0.38 0.00 0.07 0.00 0.00 99.55 00:54:23 00:46:01 3 0.03 0.00 0.05 0.08 0.00 99.83 00:54:23 00:47:01 all 0.04 0.00 0.02 0.00 0.00 99.94 00:54:23 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:54:23 00:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:47:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:54:23 00:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:48:01 all 0.11 0.00 0.03 0.00 0.00 99.86 00:54:23 00:48:01 0 0.30 0.00 0.03 0.00 0.00 99.67 00:54:23 00:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:54:23 00:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:48:01 3 0.05 0.00 0.02 0.02 0.00 99.92 00:54:23 00:49:01 all 0.12 0.00 0.03 0.00 0.00 99.84 00:54:23 00:49:01 0 0.45 0.00 0.03 0.00 0.02 99.50 00:54:23 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:23 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:54:23 00:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:54:23 00:50:01 all 0.10 0.00 0.02 0.00 0.00 99.88 00:54:23 00:50:01 0 0.27 0.00 0.03 0.00 0.00 99.69 00:54:23 00:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:54:23 00:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:54:23 00:50:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:54:23 00:51:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:54:23 00:51:01 0 0.50 0.00 0.03 0.00 0.00 99.47 00:54:23 00:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:23 00:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:54:23 00:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:54:23 00:52:01 0 0.37 0.00 0.03 0.00 0.00 99.60 00:54:23 00:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:23 00:52:01 2 0.23 0.00 0.05 0.00 0.00 99.72 00:54:23 00:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:23 00:53:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:54:23 00:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:54:23 00:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:23 00:53:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:23 00:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:54:23 00:54:23 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:23 00:54:01 all 3.16 0.00 1.64 2.22 0.02 92.96 00:54:23 00:54:01 0 2.95 0.00 1.85 3.00 0.02 92.18 00:54:23 00:54:01 1 2.23 0.00 1.22 1.41 0.00 95.15 00:54:23 00:54:01 2 4.48 0.00 2.09 1.44 0.03 91.96 00:54:23 00:54:01 3 3.00 0.00 1.39 3.05 0.02 92.55 00:54:23 Average: all 13.12 0.00 5.44 4.98 0.04 76.42 00:54:23 Average: 0 13.33 0.00 5.61 4.42 0.04 76.59 00:54:23 Average: 1 12.78 0.00 5.50 5.05 0.04 76.64 00:54:23 Average: 2 13.19 0.00 5.28 5.00 0.04 76.48 00:54:23 Average: 3 13.18 0.00 5.35 5.44 0.04 75.99 00:54:23 00:54:23 00:54:23