Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 411354926c49535315e14b7b56ea9b08018eea6b+4d95f7d65f4987945674515d14eb4d3460a02321 (25b5fa36badf89c7d65dba1bdf756205e3c617c9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18284 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 411354926c49535315e14b7b56ea9b08018eea6b Merge succeeded, producing 411354926c49535315e14b7b56ea9b08018eea6b Checking out Revision 411354926c49535315e14b7b56ea9b08018eea6b (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. > git rev-list --no-walk 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:49:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:49:25 ========================================================= 20:49:25 EdgeX Global Pipelines Version Info 20:49:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:27 ------------------- 20:49:27 stable info: 20:49:27 ------------------- 20:49:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:27 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:49:27 Message: update stable to v1.0.173 20:49:28 ------------------- 20:49:28 experimental info: 20:49:28 ------------------- 20:49:28 Commited By: **** collab-it+edgex@linuxfoundation.org 20:49:28 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:49:28 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:49:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:49:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 20:49:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 411354926c49535315e14b7b56ea9b08018eea6b [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4113549 [Pipeline] echo 20:49:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:49:31 provisioning config files... 20:49:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6695973067473525328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:31 ---> docker-login.sh 20:49:31 nexus3.edgexfoundry.org:10001 20:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:32 Configure a credential helper to remove this warning. See 20:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:32 20:49:32 Login Succeeded 20:49:32 nexus3.edgexfoundry.org:10002 20:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:32 Configure a credential helper to remove this warning. See 20:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:32 20:49:32 Login Succeeded 20:49:32 nexus3.edgexfoundry.org:10003 20:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:32 Configure a credential helper to remove this warning. See 20:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:32 20:49:32 Login Succeeded 20:49:32 nexus3.edgexfoundry.org:10004 20:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:32 Configure a credential helper to remove this warning. See 20:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:32 20:49:32 Login Succeeded 20:49:32 docker.io 20:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:33 Configure a credential helper to remove this warning. See 20:49:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:33 20:49:33 Login Succeeded 20:49:33 ---> docker-login.sh ends [Pipeline] } 20:49:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/core-command/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo core-command,cmd/core-command/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/core-data/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo core-data,cmd/core-data/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/core-metadata/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo core-metadata,cmd/core-metadata/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/security-bootstrapper/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/security-proxy-setup/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/support-notifications/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo support-notifications,cmd/support-notifications/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/support-scheduler/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:49:33 + for file in '`ls cmd/**/Dockerfile`' 20:49:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:49:33 ++ cut -d/ -f2 20:49:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:49:33 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:34 20:49:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:49:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:35 latest: Pulling from edgex-devops/git-semver 20:49:35 31603596830f: Pulling fs layer 20:49:35 2a8b12db71e7: Pulling fs layer 20:49:35 6ca5941a6612: Pulling fs layer 20:49:35 ecc8261a40a4: Pulling fs layer 20:49:35 ecc8261a40a4: Waiting 20:49:35 2a8b12db71e7: Verifying Checksum 20:49:35 2a8b12db71e7: Download complete 20:49:35 31603596830f: Verifying Checksum 20:49:35 31603596830f: Download complete 20:49:35 ecc8261a40a4: Verifying Checksum 20:49:35 ecc8261a40a4: Download complete 20:49:35 31603596830f: Pull complete 20:49:35 2a8b12db71e7: Pull complete 20:49:35 6ca5941a6612: Verifying Checksum 20:49:35 6ca5941a6612: Download complete 20:49:36 6ca5941a6612: Pull complete 20:49:37 ecc8261a40a4: Pull complete 20:49:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:49:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:49:37 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 20:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:39 $ docker top 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:40 [ssh-agent] Looking for ssh-agent implementation... 20:49:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:40 $ docker exec 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec ssh-agent 20:49:40 SSH_AUTH_SOCK=/tmp/ssh-ZZTCtt7JFIRM/agent.12 20:49:40 SSH_AGENT_PID=17 20:49:40 Running ssh-add (command line suppressed) 20:49:41 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7959058755884182241.key (/w/workspace/edgex-go/6@tmp/private_key_7959058755884182241.key) 20:49:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:41 + git tag --points-at HEAD [Pipeline] } 20:49:41 $ docker exec --env ******** --env ******** 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec ssh-agent -k 20:49:41 unset SSH_AUTH_SOCK; 20:49:41 unset SSH_AGENT_PID; 20:49:41 echo Agent pid 17 killed; 20:49:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:49:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:41 [ssh-agent] Looking for ssh-agent implementation... 20:49:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:42 $ docker exec 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec ssh-agent 20:49:42 SSH_AUTH_SOCK=/tmp/ssh-UD3Q96341tur/agent.46 20:49:42 SSH_AGENT_PID=51 20:49:42 Running ssh-add (command line suppressed) 20:49:42 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3490697291419596898.key (/w/workspace/edgex-go/6@tmp/private_key_3490697291419596898.key) 20:49:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:42 + git semver init 20:49:42 # -> Open(): unable to determine branch for HEAD 20:49:42 # $GIT_DIR = /w/workspace/edgex-go/6/.git 20:49:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 20:49:42 # $SEMVER_REMOTE_NAME = origin 20:49:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:42 # $SEMVER_USER_NAME = edgex-jenkins 20:49:42 # $SEMVER_BRANCH = PR-2970 20:49:42 # $SEMVER_TEMP = /tmp/semver-885802228 20:49:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:50:15 # '/tmp/semver-885802228' -> '/w/workspace/edgex-go/6/.semver' 20:50:15 # -> Force: false 20:50:15 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 20:50:15 $ docker exec --env ******** --env ******** 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec ssh-agent -k 20:50:15 unset SSH_AUTH_SOCK; 20:50:15 unset SSH_AGENT_PID; 20:50:15 echo Agent pid 51 killed; 20:50:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:15 + git semver [Pipeline] } 20:50:15 $ docker stop --time=1 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec 20:50:17 $ docker rm -f 28c3b6df9810be2cfb2c38632c7f3f1e92ead34d4b304ed72d163ceb79a981ec [Pipeline] // withDockerContainer [Pipeline] sh 20:50:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:50:18 Stashed 1 file(s) [Pipeline] echo 20:50:18 [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 20:50:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:50:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:50:20 + sudo service docker restart 20:50:20 + true 20:50:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:50:20 ========================================================= 20:50:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:50:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50:21 + 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 . 20:50:24 Sending build context to Docker daemon 326.5MB 20:50:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:50:24 Step 2/6 : FROM ${BASE} 20:50:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:50:24 188c0c94c7c5: Pulling fs layer 20:50:24 0ef7d3d256c8: Pulling fs layer 20:50:24 de9db76c5a1d: Pulling fs layer 20:50:24 bca2f99d35d6: Pulling fs layer 20:50:24 93359f2a8cfa: Pulling fs layer 20:50:24 7c6f9722023f: Pulling fs layer 20:50:24 a35cf1a2eb13: Pulling fs layer 20:50:24 93359f2a8cfa: Waiting 20:50:24 a35cf1a2eb13: Waiting 20:50:24 7c6f9722023f: Waiting 20:50:24 bca2f99d35d6: Waiting 20:50:24 de9db76c5a1d: Download complete 20:50:24 0ef7d3d256c8: Verifying Checksum 20:50:24 0ef7d3d256c8: Download complete 20:50:24 93359f2a8cfa: Verifying Checksum 20:50:24 93359f2a8cfa: Download complete 20:50:24 7c6f9722023f: Verifying Checksum 20:50:24 7c6f9722023f: Download complete 20:50:24 188c0c94c7c5: Download complete 20:50:25 188c0c94c7c5: Pull complete 20:50:25 0ef7d3d256c8: Pull complete 20:50:25 de9db76c5a1d: Pull complete 20:50:26 a35cf1a2eb13: Verifying Checksum 20:50:26 a35cf1a2eb13: Download complete 20:50:27 bca2f99d35d6: Verifying Checksum 20:50:27 bca2f99d35d6: Download complete 20:50:32 bca2f99d35d6: Pull complete 20:50:32 93359f2a8cfa: Pull complete 20:50:32 7c6f9722023f: Pull complete 20:50:34 Still waiting to schedule task 20:50:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:50:36 a35cf1a2eb13: Pull complete 20:50:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:50:37 ---> a62c8e92a672 20:50:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:50:37 ---> Running in 0c8dec5cb2b7 20:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:39 (1/12) Installing libmagic (5.38-r0) 20:50:40 (2/12) Installing file (5.38-r0) 20:50:40 (3/12) Installing libc-dev (0.7.2-r3) 20:50:40 (4/12) Installing g++ (9.3.0-r2) 20:50:44 (5/12) Installing fortify-headers (1.1-r0) 20:50:44 (6/12) Installing patch (2.7.6-r6) 20:50:44 (7/12) Installing build-base (0.5-r2) 20:50:44 (8/12) Installing libsodium (1.0.18-r0) 20:50:44 (9/12) Installing pkgconf (1.7.2-r0) 20:50:44 (10/12) Installing libsodium-dev (1.0.18-r0) 20:50:44 (11/12) Installing libzmq (4.3.3-r0) 20:50:44 (12/12) Installing zeromq-dev (4.3.3-r0) 20:50:44 Executing busybox-1.31.1-r19.trigger 20:50:44 OK: 233 MiB in 51 packages 20:50:49 Removing intermediate container 0c8dec5cb2b7 20:50:49 ---> 78e68951688b 20:50:49 Step 4/6 : WORKDIR /edgex-go 20:50:49 ---> Running in 550fadc5dee0 20:50:49 Removing intermediate container 550fadc5dee0 20:50:49 ---> b3946a70e059 20:50:49 Step 5/6 : COPY go.mod . 20:50:49 ---> e8b7bdab0d14 20:50:49 Step 6/6 : RUN go mod download 20:50:49 ---> Running in c5bd1af31320 20:51:11 Removing intermediate container c5bd1af31320 20:51:11 ---> 7fd82c61dd4e 20:51:11 Successfully built 7fd82c61dd4e 20:51:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:51:11 + docker inspect -f . ci-base-image-x86_64 20:51:11 . [Pipeline] withDockerContainer 20:51:11 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 20:51:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:51:12 $ docker top 4d54f6a26f931141385e99b886601450496c66a9e53fbfd697998d4b24b5e894 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:12 + go version 20:51:12 go version go1.15.5 linux/amd64 [Pipeline] } 20:51:12 $ docker stop --time=1 4d54f6a26f931141385e99b886601450496c66a9e53fbfd697998d4b24b5e894 20:51:14 $ docker rm -f 4d54f6a26f931141385e99b886601450496c66a9e53fbfd697998d4b24b5e894 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:15 + docker inspect -f . ci-base-image-x86_64 20:51:15 . [Pipeline] withDockerContainer 20:51:15 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 20:51:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:51:16 $ docker top c9179bc0cb076030bf44774cc5df603f99f6268ccef912fd2562d11b2b3fd0b3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:51:16 ========================================================= 20:51:16 [edgeXBuildGoParallel] Running Tests and Build... 20:51:16 ========================================================= [Pipeline] sh 20:51:16 + make test 20:51:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:51:26 ? github.com/edgexfoundry/edgex-go [no test files] 20:51:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:51:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:51:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:51:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:51:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:51:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:51:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements 20:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.0% of statements 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 75.0% of statements 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:51:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.9% of statements 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:51:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.563s coverage: 28.6% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.201s coverage: 97.5% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:52:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.346s coverage: 93.8% of statements 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:52:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:52:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:52:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 42.4% of statements 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 20:52:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:52:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.036s coverage: 82.7% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.4% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 91.3% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 55.9% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.322s coverage: 84.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.744s coverage: 29.1% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:52:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 20:52:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 20:52:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18290 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 20:52:27 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:52:27 GO111MODULE=on go vet ./... 20:52:31 using credential edgex-jenkins-ssh 20:52:31 Cloning the remote Git repository 20:52:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:52:32 > git init /w/workspace/edgex-go/6 # timeout=10 20:52:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:52:32 > git --version # timeout=10 20:52:32 > git --version # 'git version 2.17.1' 20:52:32 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:52:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:52:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:52:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:52:53 gofmt -l . 20:52:54 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 411354926c49535315e14b7b56ea9b08018eea6b 20:52:54 Merge succeeded, producing 411354926c49535315e14b7b56ea9b08018eea6b 20:52:54 Checking out Revision 411354926c49535315e14b7b56ea9b08018eea6b (PR-2970) 20:52:54 [ "`gofmt -l .`" = "" ] 20:52:55 ./bin/test-go-mod-tidy.sh 20:52:54 > git config core.sparsecheckout # timeout=10 20:52:54 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 20:52:54 > git remote # timeout=10 20:52:54 > git config --get remote.origin.url # timeout=10 20:52:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:54 > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 20:52:54 > git rev-parse HEAD^{commit} # timeout=10 20:52:54 > git config core.sparsecheckout # timeout=10 20:52:54 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 20:52:56 ./bin/test-attribution-txt.sh [Pipeline] sh 20:52:57 + ls -al . 20:52:57 total 640 20:52:57 drwxrwxr-x 10 1001 1001 4096 Jan 4 20:52 . 20:52:57 drwxr-xr-x 4 root root 28 Jan 4 20:51 .. 20:52:57 -rw-rw-r-- 1 1001 1001 11 Jan 4 20:49 .dockerignore 20:52:57 drwxrwxr-x 8 1001 1001 179 Jan 4 20:49 .git 20:52:57 drwxrwxr-x 3 1001 1001 125 Jan 4 20:49 .github 20:52:57 -rw-rw-r-- 1 1001 1001 872 Jan 4 20:49 .gitignore 20:52:57 drwx------ 3 1001 1001 47 Jan 4 20:50 .semver 20:52:57 -rw-rw-r-- 1 1001 1001 166 Jan 4 20:49 .sonarcloud.properties 20:52:57 -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:49 CONTRIBUTING.md 20:52:57 -rw-rw-r-- 1 1001 1001 931 Jan 4 20:49 Dockerfile.build 20:52:57 -rw-rw-r-- 1 1001 1001 863 Jan 4 20:49 Jenkinsfile 20:52:57 -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:49 LICENSE 20:52:57 -rw-rw-r-- 1 1001 1001 6306 Jan 4 20:49 Makefile 20:52:57 -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:49 README.md 20:52:57 -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:49 SECURITY.md 20:52:57 -rw-rw-r-- 1 1001 1001 5 Jan 4 20:50 VERSION 20:52:57 -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:49 ZMQWindows.md 20:52:57 drwxrwxr-x 2 1001 1001 117 Jan 4 20:49 bin 20:52:57 drwxrwxr-x 15 1001 1001 4096 Jan 4 20:49 cmd 20:52:57 -rw-r--r-- 1 root root 543476 Jan 4 20:52 coverage.out 20:52:57 -rw-r--r-- 1 root root 1005 Jan 4 20:52 go.mod 20:52:57 -rw-r--r-- 1 root root 18977 Jan 4 20:52 go.sum 20:52:57 drwxrwxr-x 8 1001 1001 127 Jan 4 20:49 internal 20:52:57 drwxrwxr-x 4 1001 1001 26 Jan 4 20:49 openapi 20:52:57 drwxrwxr-x 4 1001 1001 71 Jan 4 20:49 snap 20:52:57 -rw-rw-r-- 1 1001 1001 168 Jan 4 20:49 version.go [Pipeline] sh 20:52:58 + '[' -e coverage.out ] 20:52:58 + chown 1001:1001 coverage.out [Pipeline] stash 20:52:58 Stashed 1 file(s) [Pipeline] sh 20:52:58 + make build 20:52:58 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 20:52:59 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:53:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:01 + sudo service docker restart 20:53:01 + true 20:53:02 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:53:03 provisioning config files... 20:53:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3368055887675664564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:04 ---> docker-login.sh 20:53:04 nexus3.edgexfoundry.org:10001 20:53:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:05 Configure a credential helper to remove this warning. See 20:53:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:05 20:53:05 Login Succeeded 20:53:05 nexus3.edgexfoundry.org:10002 20:53:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:05 Configure a credential helper to remove this warning. See 20:53:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:05 20:53:05 Login Succeeded 20:53:05 nexus3.edgexfoundry.org:10003 20:53:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:06 Configure a credential helper to remove this warning. See 20:53:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:06 20:53:06 Login Succeeded 20:53:06 nexus3.edgexfoundry.org:10004 20:53:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:07 Configure a credential helper to remove this warning. See 20:53:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:07 20:53:07 Login Succeeded 20:53:07 docker.io 20:53:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:08 Configure a credential helper to remove this warning. See 20:53:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:08 20:53:08 Login Succeeded 20:53:08 ---> docker-login.sh ends [Pipeline] } 20:53:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:53:09 ========================================================= 20:53:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:53:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:53:09 + 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 . 20:53: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 20:53:11 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 20:53:12 Sending build context to Docker daemon 165.6MB 20:53:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:53:12 Step 2/6 : FROM ${BASE} 20:53:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:53:12 5f621e34cdf4: Pulling fs layer 20:53:12 a4357932f1b6: Pulling fs layer 20:53:12 18c013af1878: Pulling fs layer 20:53:12 00ac8860ef70: Pulling fs layer 20:53:12 63d7cb157983: Pulling fs layer 20:53:12 b116817d02f9: Pulling fs layer 20:53:12 745a02a5169b: Pulling fs layer 20:53:12 00ac8860ef70: Waiting 20:53:12 b116817d02f9: Waiting 20:53:12 63d7cb157983: Waiting 20:53:12 745a02a5169b: Waiting 20:53:12 18c013af1878: Verifying Checksum 20:53:12 18c013af1878: Download complete 20:53:12 a4357932f1b6: Verifying Checksum 20:53:12 a4357932f1b6: Download complete 20:53:12 63d7cb157983: Download complete 20:53:12 b116817d02f9: Verifying Checksum 20:53:12 b116817d02f9: Download complete 20:53:12 5f621e34cdf4: Verifying Checksum 20:53:12 5f621e34cdf4: Download complete 20:53:12 5f621e34cdf4: Pull complete 20:53:13 a4357932f1b6: Pull complete 20:53:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:53:13 18c013af1878: Pull complete 20:53:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:53:15 745a02a5169b: Download complete 20:53:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:53:16 00ac8860ef70: Verifying Checksum 20:53:16 00ac8860ef70: Download complete 20:53:16 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 20:53:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:53: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 20:53:20 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 20:53:21 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 20:53:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:53:24 $ docker stop --time=1 c9179bc0cb076030bf44774cc5df603f99f6268ccef912fd2562d11b2b3fd0b3 20:53:26 $ docker rm -f c9179bc0cb076030bf44774cc5df603f99f6268ccef912fd2562d11b2b3fd0b3 20:53:26 00ac8860ef70: Pull complete 20:53:26 63d7cb157983: Pull complete [Pipeline] // withDockerContainer [Pipeline] } 20:53:26 b116817d02f9: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:28 20:53:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:53:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:28 latest: Pulling from edgex-devops/edgex-compose 20:53:28 cbdbe7a5bc2a: Pulling fs layer 20:53:28 ca9280d653b3: Pulling fs layer 20:53:28 7e9c9ca2126c: Pulling fs layer 20:53:28 cbdbe7a5bc2a: Verifying Checksum 20:53:28 cbdbe7a5bc2a: Download complete 20:53:29 cbdbe7a5bc2a: Pull complete 20:53:29 ca9280d653b3: Verifying Checksum 20:53:29 ca9280d653b3: Download complete 20:53:30 7e9c9ca2126c: Verifying Checksum 20:53:30 7e9c9ca2126c: Download complete 20:53:30 ca9280d653b3: Pull complete 20:53:31 745a02a5169b: Pull complete 20:53:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:53:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:53:31 ---> b7e6874047d6 20:53:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:53:33 ---> Running in 3247ab0c179e 20:53:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:36 7e9c9ca2126c: Pull complete 20:53:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:53:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withDockerContainer 20:53:37 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 20:53:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:53:38 (1/12) Installing libmagic (5.38-r0) 20:53:38 (2/12) Installing file (5.38-r0) 20:53:39 (3/12) Installing libc-dev (0.7.2-r3) 20:53:39 (4/12) Installing g++ (9.3.0-r2) 20:53:39 $ docker top 2c1479a902fb1df6a7af4d3259e52eb186711acbdb8ec47281458922d851b84c -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:40 + docker-compose build --help 20:53:40 + grep parallel 20:53:41 --parallel Build images in parallel. [Pipeline] } 20:53:41 $ docker stop --time=1 2c1479a902fb1df6a7af4d3259e52eb186711acbdb8ec47281458922d851b84c 20:53:43 $ docker rm -f 2c1479a902fb1df6a7af4d3259e52eb186711acbdb8ec47281458922d851b84c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:43 (5/12) Installing fortify-headers (1.1-r0) 20:53:43 (6/12) Installing patch (2.7.6-r6) 20:53:43 (7/12) Installing build-base (0.5-r2) 20:53:43 (8/12) Installing libsodium (1.0.18-r0) 20:53:43 (9/12) Installing pkgconf (1.7.2-r0) 20:53:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:43 . [Pipeline] withDockerContainer 20:53:43 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 20:53:43 (10/12) Installing libsodium-dev (1.0.18-r0) 20:53:43 (11/12) Installing libzmq (4.3.3-r0) 20:53:43 (12/12) Installing zeromq-dev (4.3.3-r0) 20:53:44 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:53:44 Executing busybox-1.31.1-r19.trigger 20:53:44 OK: 217 MiB in 51 packages 20:53:44 $ docker top 97b2bd5eb3e4de9bf46b6de029ecba93dc984de01d7d26bf0099d0ea38cad54f -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:45 + docker-compose -f ./docker-compose-build.yml build --parallel 20:53:46 Building docker-core-command-go ... 20:53:46 Building docker-core-data-go ... 20:53:46 Building docker-core-metadata-go ... 20:53:46 Building docker-security-bootstrapper-go ... 20:53:46 Building docker-security-bootstrap-redis-go ... 20:53:46 Building docker-security-proxy-setup-go ... 20:53:46 Building docker-security-secretstore-setup-go ... 20:53:46 Building docker-support-notifications-go ... 20:53:46 Building docker-support-scheduler-go ... 20:53:46 Building docker-sys-mgmt-agent-go ... 20:53:46 Building docker-security-proxy-setup-go 20:53:46 Building docker-support-notifications-go 20:53:46 Building docker-support-scheduler-go 20:53:46 Building docker-core-command-go 20:53:46 Building docker-security-secretstore-setup-go 20:53:48 Removing intermediate container 3247ab0c179e 20:53:48 ---> 9ecd66dab01d 20:53:48 Step 4/6 : WORKDIR /edgex-go 20:53:48 ---> Running in 8ab23f8c501a 20:53:48 Removing intermediate container 8ab23f8c501a 20:53:48 ---> 548609ee6ae3 20:53:48 Step 5/6 : COPY go.mod . 20:53:49 ---> 952437d59666 20:53:49 Step 6/6 : RUN go mod download 20:53:49 ---> Running in c1dd3fce2f39 20:54:16 Removing intermediate container c1dd3fce2f39 20:54:16 ---> 6e1c33147e46 20:54:16 Successfully built 6e1c33147e46 20:54:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:54:16 + docker inspect -f . ci-base-image-arm64 20:54:16 . [Pipeline] withDockerContainer 20:54:16 prd-ubuntu18.04-docker-arm64-4c-16g-18290 does not seem to be running inside a container 20:54:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:54:18 $ docker top fdc97e0ee8d189a49201eabe3c9825862460f32124f05de0d37b13e7971f5c61 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:19 + go version 20:54:19 go version go1.15.5 linux/arm64 [Pipeline] } 20:54:19 $ docker stop --time=1 fdc97e0ee8d189a49201eabe3c9825862460f32124f05de0d37b13e7971f5c61 20:54:21 $ docker rm -f fdc97e0ee8d189a49201eabe3c9825862460f32124f05de0d37b13e7971f5c61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:22 + docker inspect -f . ci-base-image-arm64 20:54:22 . [Pipeline] withDockerContainer 20:54:22 prd-ubuntu18.04-docker-arm64-4c-16g-18290 does not seem to be running inside a container 20:54:22 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:54:24 $ docker top 44aacceaf41f564d4f733f5d39e6a889dabd61b9324b5583b84270af48023206 -eo pid,comm [Pipeline] { [Pipeline] echo 20:54:24 ========================================================= 20:54:24 [edgeXBuildGoParallel] Running Tests and Build... 20:54:24 ========================================================= [Pipeline] sh 20:54:25 + make test 20:54:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:54:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:54:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:54:25 ---> 7fd82c61dd4e 20:54:25 Step 3/21 : WORKDIR /edgex-go 20:54:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:54:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:54:25 ---> 7fd82c61dd4e 20:54:25 Step 3/22 : WORKDIR /edgex-go 20:54:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:54:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:54:25 ---> 7fd82c61dd4e 20:54:25 Step 3/21 : WORKDIR /edgex-go 20:54:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:54:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:25 ---> 7fd82c61dd4e 20:54:25 Step 3/24 : WORKDIR /edgex-go 20:54:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:54:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:25 ---> 7fd82c61dd4e 20:54:25 Step 3/24 : WORKDIR /edgex-go 20:54:25 ---> Running in 286e1ca8bcdb 20:54:25 ---> Running in 5085ad5efcd3 20:54:25 ---> Running in 1d329046e5ad 20:54:25 ---> Running in dc3cf323a486 20:54:25 ---> Running in a5e1d459d34a 20:54:25 Removing intermediate container 286e1ca8bcdb 20:54:25 ---> fc50dcb1da1a 20:54:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:25 Removing intermediate container 5085ad5efcd3 20:54:25 ---> 9b8f5eea57c4 20:54:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:25 Removing intermediate container 1d329046e5ad 20:54:25 ---> fc4b9d0b1af2 20:54:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:25 Removing intermediate container a5e1d459d34a 20:54:25 ---> f3d6628f331e 20:54:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:25 Removing intermediate container dc3cf323a486 20:54:25 ---> 119390c681cc 20:54:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:25 ---> Running in 46669641d4b8 20:54:25 ---> Running in 70c4fd4a22cb 20:54:25 ---> Running in 7671ce553ece 20:54:25 ---> Running in 54635bdeaea2 20:54:25 ---> Running in a03f552c5fc9 20:54:25 Removing intermediate container 46669641d4b8 20:54:25 ---> c149ef877788 20:54:25 Step 5/22 : RUN apk add --update --no-cache make git 20:54:25 ---> Running in f934346d8724 20:54:25 Removing intermediate container 70c4fd4a22cb 20:54:25 ---> c55611e372e0 20:54:25 Step 5/21 : RUN apk add --update --no-cache make git 20:54:25 ---> Running in cdcb3a379bd7 20:54:25 Removing intermediate container 7671ce553ece 20:54:25 ---> f20f3636b68a 20:54:25 Step 5/24 : RUN apk add --update --no-cache make git 20:54:25 Removing intermediate container 54635bdeaea2 20:54:25 ---> eb16d3a2ae27 20:54:25 Step 5/21 : RUN apk add --update --no-cache make git 20:54:25 Removing intermediate container a03f552c5fc9 20:54:25 ---> 46764d57a7bb 20:54:25 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:54:25 ---> Running in e8d696d0ba6a 20:54:25 ---> Running in 07dd4a4be7c7 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 ---> Running in 0c9f693e3b5e 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:25 OK: 233 MiB in 51 packages 20:54:26 OK: 233 MiB in 51 packages 20:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:26 Removing intermediate container f934346d8724 20:54:26 ---> 9f113b1df267 20:54:26 Step 6/22 : COPY go.mod . 20:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:26 Removing intermediate container cdcb3a379bd7 20:54:26 ---> 1b5b8efd7868 20:54:26 Step 6/21 : COPY go.mod . 20:54:26 ---> 0918ef602e79 20:54:26 Step 7/22 : RUN go mod download 20:54:26 OK: 233 MiB in 51 packages 20:54:26 ---> Running in 16b078f67440 20:54:27 OK: 233 MiB in 51 packages 20:54:27 OK: 233 MiB in 51 packages 20:54:27 ---> 8229c45be32a 20:54:27 Step 7/21 : RUN go mod download 20:54:27 ---> Running in b9d67616b1f0 20:54:27 Removing intermediate container e8d696d0ba6a 20:54:27 ---> a15261947c58 20:54:27 Step 6/21 : COPY go.mod . 20:54:27 Removing intermediate container 0c9f693e3b5e 20:54:27 ---> 4eec23aaaafc 20:54:27 Step 6/24 : COPY go.mod . 20:54:27 Removing intermediate container 07dd4a4be7c7 20:54:27 ---> 9fe0424a3b2e 20:54:27 Step 6/24 : COPY go.mod . 20:54:28 ---> 9b2a0f0515b9 20:54:28 Step 7/21 : RUN go mod download 20:54:28 ---> 6622ef87af29 20:54:28 Step 7/24 : RUN go mod download 20:54:28 ---> 749930f6193a 20:54:28 Step 7/24 : RUN go mod download 20:54:28 ---> Running in b8b104e42ab9 20:54:28 ---> Running in ee7c0ce15f31 20:54:28 ---> Running in c38d320a4b6c 20:54:29 Removing intermediate container 16b078f67440 20:54:29 ---> fc2b74a9345b 20:54:29 Step 8/22 : COPY . . 20:54:29 Removing intermediate container b9d67616b1f0 20:54:29 ---> 075d990da24c 20:54:29 Step 8/21 : COPY . . 20:54:34 Removing intermediate container b8b104e42ab9 20:54:34 ---> 7e83e8da6a67 20:54:34 Step 8/21 : COPY . . 20:54:39 Removing intermediate container ee7c0ce15f31 20:54:39 ---> f636958a447b 20:54:39 Step 8/24 : COPY . . 20:54:39 Removing intermediate container c38d320a4b6c 20:54:39 ---> c2a71ce5843a 20:54:39 Step 8/24 : COPY . . 20:54:47 ? github.com/edgexfoundry/edgex-go [no test files] 20:55:11 ---> 7da6814ed697 20:55:11 Step 9/22 : RUN make cmd/core-command/core-command 20:55:11 ---> Running in 4e24b4757aaf 20:55:14 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 20:55:14 ---> 340bfa01d404 20:55:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:55:14 ---> Running in 727204a29431 20:55:15 ---> 117372e7cc5b 20:55:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:55:15 ---> c6daad64b632 20:55:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:55:15 ---> d4885fe1d4f7 20:55:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:55:15 ---> Running in 1c496c32a02c 20:55:15 ---> Running in 6de323d6d412 20:55:15 ---> Running in 9b525aa456bf 20:55:16 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 20:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:55:16 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 20:55:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:55:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:55:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:55:49 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 20:55:49 Removing intermediate container 4e24b4757aaf 20:55:49 ---> f9efa28f6d93 20:55:49 20:55:49 Step 10/22 : FROM scratch 20:55:49 ---> 20:55:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:55:49 ---> Running in 9f4bb7e2d8a0 20:55:49 Removing intermediate container 9f4bb7e2d8a0 20:55:49 ---> ebae0e119eb2 20:55:49 Step 12/22 : ENV APP_PORT=48082 20:55:49 ---> Running in 25602c4870a5 20:55:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:55:51 Removing intermediate container 25602c4870a5 20:55:51 ---> 009d85f0f84a 20:55:51 Step 13/22 : EXPOSE $APP_PORT 20:55:54 ---> Running in 022b49e80941 20:55:54 Removing intermediate container 727204a29431 20:55:54 ---> 0f41ce8b6504 20:55:54 20:55:54 Step 10/21 : FROM alpine:3.12 20:55:54 3.12: Pulling from library/alpine 20:55:54 Removing intermediate container 9b525aa456bf 20:55:54 ---> bd90d95f0de4 20:55:54 20:55:54 Step 10/24 : FROM scratch 20:55:54 ---> 20:55:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:55:54 Removing intermediate container 6de323d6d412 20:55:54 ---> 6b92cdd6269c 20:55:54 20:55:54 Step 10/24 : FROM alpine:3.12 20:55:54 Removing intermediate container 1c496c32a02c 20:55:54 ---> e9779f9b8913 20:55:54 20:55:54 Step 10/21 : FROM scratch 20:55:54 ---> 20:55:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:55:54 ---> Using cache 20:55:54 ---> ebae0e119eb2 20:55:54 Step 12/21 : ENV APP_PORT=48085 20:55:54 Removing intermediate container 022b49e80941 20:55:54 ---> 1b9bf20a01b7 20:55:54 Step 14/22 : WORKDIR / 20:55:54 3.12: Pulling from library/alpine 20:55:55 ---> Running in 2ef46fbaf16f 20:55:55 ---> Running in 0e711290860a 20:55:55 ---> Running in 375cb9e23f9e 20:55:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:55:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:55:55 Status: Downloaded newer image for alpine:3.12 20:55:55 ---> 389fef711851 20:55:55 Step 11/21 : RUN apk add --update --no-cache curl 20:55:55 Status: Downloaded newer image for alpine:3.12 20:55:55 ---> 389fef711851 20:55:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:55:55 Removing intermediate container 2ef46fbaf16f 20:55:55 ---> c1fb8dbf5b5a 20:55:55 Step 12/24 : ENV APP_PORT=48060 20:55:55 ---> Running in 7a18ef7c83b1 20:55:55 ---> Running in 658efd1c2c17 20:55:55 Removing intermediate container 0e711290860a 20:55:55 ---> 69f6cca4fef0 20:55:55 Step 13/21 : EXPOSE $APP_PORT 20:55:55 Removing intermediate container 375cb9e23f9e 20:55:55 ---> 334409f128c4 20:55:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:55:55 ---> Running in 034bd7bd7ae9 20:55:55 ---> Running in e9545cc7be4a 20:55:55 Removing intermediate container 034bd7bd7ae9 20:55:55 ---> 306519635342 20:55:55 Step 13/24 : EXPOSE $APP_PORT 20:55:55 Removing intermediate container e9545cc7be4a 20:55:55 ---> 4531ac03b674 20:55:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:55:56 ---> bf5a34029e67 20:55:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:55:56 ---> Running in 0736e323c61a 20:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:56 Removing intermediate container 0736e323c61a 20:55:56 ---> be0042700add 20:55:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:56 ---> 4a3fb3d8ad07 20:55:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:56 (1/4) Installing ca-certificates (20191127-r4) 20:55:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:55:56 (3/4) Installing libcurl (7.69.1-r3) 20:55:57 (4/4) Installing curl (7.69.1-r3) 20:55:57 Executing busybox-1.31.1-r19.trigger 20:55:57 Executing ca-certificates-20191127-r4.trigger 20:55:57 (1/5) Installing ca-certificates (20191127-r4) 20:55:57 OK: 7 MiB in 18 packages 20:55:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:55:57 (3/5) Installing libcurl (7.69.1-r3) 20:55:57 (4/5) Installing curl (7.69.1-r3) 20:55:57 (5/5) Installing dumb-init (1.2.2-r1) 20:55:57 Executing busybox-1.31.1-r19.trigger 20:55:57 Executing ca-certificates-20191127-r4.trigger 20:55:57 OK: 7 MiB in 19 packages 20:55:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:55:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:55:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:55:57 ---> 1b3a43f75d87 20:55:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:55:57 ---> 543ef53885da 20:55:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:55:57 ---> 42398301bb49 20:55:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:55:57 ---> e84844fb710b 20:55:57 Step 18/22 : ENTRYPOINT ["/core-command"] 20:55:59 ---> Running in 254848e8724f 20:55:59 ---> 6f34f4aa2f9a 20:55:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:55:59 Removing intermediate container 658efd1c2c17 20:55:59 ---> f20449783355 20:55:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:55:59 ---> 0dba070bc1dd 20:55:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:55:59 Removing intermediate container 7a18ef7c83b1 20:55:59 ---> 47acc18128df 20:55:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:55:59 ---> Running in 6f868f60a56e 20:55:59 ---> Running in 02d9f57e553c 20:55:59 Removing intermediate container 254848e8724f 20:55:59 ---> 47aa556c3766 20:55:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:59 ---> Running in 65ee5934d1d9 20:56:00 ---> Running in 9b2a634039c7 20:56:00 Removing intermediate container 6f868f60a56e 20:56:00 ---> 2efa076ccf65 20:56:00 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:56:00 Removing intermediate container 65ee5934d1d9 20:56:00 ---> a061a4ee3772 20:56:00 Step 13/21 : WORKDIR /edgex 20:56:00 Removing intermediate container 02d9f57e553c 20:56:00 ---> e07fac96658f 20:56:00 Step 13/24 : WORKDIR / 20:56:00 ---> 466be1d3188d 20:56:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:56:00 Removing intermediate container 9b2a634039c7 20:56:00 ---> 5fd3ed64afb3 20:56:00 Step 20/22 : LABEL arch=x86_64 20:56:00 ---> Running in 904a223a19ce 20:56:00 ---> Running in 68558e4d102f 20:56:00 ---> Running in 44a14021a0ca 20:56:00 ---> Running in 1d23ec16528e 20:56:00 Removing intermediate container 904a223a19ce 20:56:00 ---> 1493edc303e3 20:56:00 Step 19/21 : LABEL arch=x86_64 20:56:00 ---> bc8e2dff57c4 20:56:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:56:00 ---> Running in 84fba946546f 20:56:01 Removing intermediate container 68558e4d102f 20:56:01 ---> 76b0d5555764 20:56:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:56:01 Removing intermediate container 44a14021a0ca 20:56:01 ---> 9e1a5aee39e4 20:56:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:56:01 Removing intermediate container 1d23ec16528e 20:56:01 ---> 989180c92043 20:56:01 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:56:01 ---> Running in 25a16205df64 20:56:01 Removing intermediate container 84fba946546f 20:56:01 ---> c59af1026203 20:56:01 Step 20/21 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:56:01 ---> Running in 9f1b224870fc 20:56:01 ---> 8ee8bb6fe727 20:56:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:56:01 ---> 7d56a656bbdb 20:56: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 20:56:01 Removing intermediate container 25a16205df64 20:56:01 ---> 92df94293318 20:56:01 Step 22/22 : LABEL version=0.0.0 20:56:02 ---> 4c92cc8a4c5d 20:56:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:56:02 ---> Running in fe04aa407b18 20:56:02 Removing intermediate container 9f1b224870fc 20:56:02 ---> 0f7718eff197 20:56:02 Step 21/21 : LABEL version=0.0.0 20:56:02 ---> bdf6b7c0f6b5 20:56:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:56:02 ---> Running in 2cfb562f6b99 20:56:02 ---> 642cb415a0d4 20:56:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:56:02 ---> 055f5d4aab2d 20:56:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:56:02 Removing intermediate container fe04aa407b18 20:56:02 ---> 1e70df25b2c1 20:56:02 20:56:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.272s coverage: 46.6% of statements 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:56:02 ---> Running in 9accd19c6e11 20:56:02 ---> f53cc7cdac91 20:56:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:56:02 Removing intermediate container 2cfb562f6b99 20:56:02 ---> 27f5cb068bee 20:56:02 20:56:03 Successfully built 1e70df25b2c1 20:56:03 Successfully built 27f5cb068bee 20:56:03 ---> f41446d3a74b 20:56:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:56:03 Successfully tagged docker-core-command-go:latest 20:56:03  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 20:56:03 Successfully tagged docker-support-scheduler-go:latest 20:56:03 Building docker-core-metadata-go 20:56:03  Building docker-support-scheduler-go ... done  ---> Running in 419e9c8c16b2 20:56:03 Removing intermediate container 9accd19c6e11 20:56:03 ---> 13c9d05eea63 20:56:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:56:03 ---> 84b5959ae878 20:56:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:56:03 ---> Running in 8aaa0d632d39 20:56:03 Removing intermediate container 419e9c8c16b2 20:56:03 ---> bfb209f84402 20:56:03 Step 18/21 : CMD ["--init=true"] 20:56:03 ---> Running in 33a1ab7e0cb9 20:56:03 Removing intermediate container 8aaa0d632d39 20:56:03 ---> 27335299f474 20:56:03 Step 22/24 : LABEL arch=x86_64 20:56:03 ---> Running in e84612eca054 20:56:04 Removing intermediate container 33a1ab7e0cb9 20:56:04 ---> 905d4da99d9e 20:56:04 Step 19/21 : LABEL arch=x86_64 20:56:04 ---> Running in 771532fe5606 20:56:04 ---> c406e5b97233 20:56:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:56:04 Removing intermediate container e84612eca054 20:56:04 ---> 701228c9b2f5 20:56:04 Step 23/24 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:56:05 ---> Running in 7bbc849b0168 20:56:05 Removing intermediate container 771532fe5606 20:56:05 ---> 9a8f63278490 20:56:05 Step 20/21 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:56:07 ---> aa7e6b31f535 20:56:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:56:08 ---> Running in 1693e94eb465 20:56:08 ---> Running in db76768b697f 20:56:08 Removing intermediate container 7bbc849b0168 20:56:08 ---> 1cbd78dfd529 20:56:08 Step 24/24 : LABEL version=0.0.0 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.483s coverage: 27.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 75.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:56:09 ---> Running in b3c1a6993914 20:56:09 Removing intermediate container 1693e94eb465 20:56:09 ---> eb7105775d42 20:56:09 Step 21/21 : LABEL version=0.0.0 20:56:09 ---> Running in 6778292362cb 20:56:10 Removing intermediate container b3c1a6993914 20:56:10 ---> 1d62ee03c0ca 20:56:10 20:56:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.9% of statements 20:56:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:56:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:56:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:56:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:56:10 Successfully built 1d62ee03c0ca 20:56:10 Successfully tagged docker-support-notifications-go:latest 20:56:10 Building docker-security-bootstrapper-go 20:56:13  Building docker-support-notifications-go ... done Removing intermediate container 6778292362cb 20:56:13 ---> 36b45ec8a090 20:56:13 20:56:13 Successfully built 36b45ec8a090 20:56:14 Successfully tagged docker-security-proxy-setup-go:latest 20:56:14 Building docker-sys-mgmt-agent-go 20:56:16  Building docker-security-proxy-setup-go ... done Removing intermediate container db76768b697f 20:56:16 ---> 1d4d061dcff5 20:56:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:56:17 ---> Running in 75e0476ba743 20:56:18 Removing intermediate container 75e0476ba743 20:56:18 ---> ec62119e8e20 20:56:18 Step 22/24 : LABEL arch=x86_64 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements 20:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:56:18 ---> Running in 20456f1458d7 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.315s coverage: 97.5% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:56:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:56:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:56:19 Removing intermediate container 20456f1458d7 20:56:19 ---> 356dd06ba5f7 20:56:19 Step 23/24 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:56:19 ---> Running in e6aaa4a6dd1e 20:56:20 Removing intermediate container e6aaa4a6dd1e 20:56:20 ---> e859345efaaa 20:56:20 Step 24/24 : LABEL version=0.0.0 20:56:20 ---> Running in 9b3a1b22e9c1 20:56:21 Removing intermediate container 9b3a1b22e9c1 20:56:21 ---> 5edd716bd0cf 20:56:21 20:56:21 Successfully built 5edd716bd0cf 20:56:21 Successfully tagged docker-security-secretstore-setup-go:latest 20:56:21 Building docker-core-data-go 20:56:23  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:23 ---> 7fd82c61dd4e 20:56:23 Step 3/22 : WORKDIR /edgex-go 20:56:23 ---> Using cache 20:56:23 ---> 119390c681cc 20:56:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:23 ---> Using cache 20:56:23 ---> 46764d57a7bb 20:56:23 Step 5/22 : RUN apk add --update --no-cache make git 20:56:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:25 ---> 7fd82c61dd4e 20:56:25 Step 3/22 : WORKDIR /edgex-go 20:56:25 ---> Using cache 20:56:25 ---> 119390c681cc 20:56:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:25 ---> Using cache 20:56:25 ---> 46764d57a7bb 20:56:25 Step 5/22 : RUN apk add --update --no-cache make git 20:56:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.017s coverage: 93.8% of statements 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:56:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:56:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:56:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 42.4% of statements 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 20:56:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:56:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:56:27 ---> Running in 49c30e13fd07 20:56:28 ---> Running in de6033f2ba68 20:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:32 OK: 233 MiB in 51 packages 20:56:32 OK: 233 MiB in 51 packages 20:56:34 Removing intermediate container de6033f2ba68 20:56:34 ---> 63f18145c22b 20:56:34 Step 6/22 : COPY go.mod . 20:56:34 Removing intermediate container 49c30e13fd07 20:56:34 ---> e980be3fd1a4 20:56:34 Step 6/22 : COPY go.mod . 20:56:35 ---> 086bb44ebe18 20:56:35 Step 7/22 : RUN go mod download 20:56:35 ---> be02b61db57d 20:56:35 Step 7/22 : RUN go mod download 20:56:36 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:36 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:56:36 ---> 7fd82c61dd4e 20:56:36 Step 3/32 : WORKDIR /edgex-go 20:56:36 ---> Using cache 20:56:36 ---> 119390c681cc 20:56:36 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:36 ---> Using cache 20:56:36 ---> 46764d57a7bb 20:56:36 Step 5/32 : RUN apk add --update --no-cache make git 20:56:36 ---> Using cache 20:56:36 ---> e980be3fd1a4 20:56:36 Step 6/32 : COPY go.mod . 20:56:36 ---> Using cache 20:56:36 ---> 086bb44ebe18 20:56:36 Step 7/32 : RUN go mod download 20:56:37 ---> Running in a614aef415ca 20:56:37 ---> Running in 50d311228664 20:56:37 ---> Running in 3d9ead23fc00 20:56:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:56:43 ---> 7fd82c61dd4e 20:56:43 Step 3/26 : WORKDIR /edgex-go 20:56:43 ---> Using cache 20:56:43 ---> 119390c681cc 20:56:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:43 ---> Using cache 20:56:43 ---> 46764d57a7bb 20:56:43 Step 5/26 : RUN apk add --update --no-cache make bash git 20:56:44 ---> Running in 7057876764ec 20:56:45 Removing intermediate container a614aef415ca 20:56:45 ---> fa561c4fa68d 20:56:45 Step 8/22 : COPY . . 20:56:45 Removing intermediate container 3d9ead23fc00 20:56:45 ---> 22cdc8f53ec7 20:56:45 Step 8/32 : COPY . . 20:56:45 Removing intermediate container 50d311228664 20:56:45 ---> b90ab48bdd62 20:56:45 Step 8/22 : COPY . . 20:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:47 OK: 233 MiB in 51 packages 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.108s coverage: 82.7% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.088s coverage: 100.0% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.2% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.548s coverage: 63.5% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.764s coverage: 55.9% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.352s coverage: 37.0% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.485s coverage: 84.0% of statements 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 20:56:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.384s coverage: 47.1% of statements 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:56:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:56:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 20:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:56:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:56:50 ---> 7fd82c61dd4e 20:56:50 Step 3/23 : WORKDIR /edgex-go 20:56:50 ---> Using cache 20:56:50 ---> 119390c681cc 20:56:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:50 ---> Using cache 20:56:50 ---> 46764d57a7bb 20:56:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.712s coverage: 29.1% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:56:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 20:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:56:57 ---> Running in fbeab37cb6b6 20:56:57 GO111MODULE=on go vet ./... 20:56:59 Removing intermediate container 7057876764ec 20:56:59 ---> f37a1872ac4a 20:56:59 Step 6/26 : COPY go.mod . 20:57:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:03 OK: 233 MiB in 51 packages 20:57:03 ---> 45ac75fff1cc 20:57:03 Step 7/26 : RUN go mod download 20:57:04 ---> Running in ee90256542c5 20:57:05 Removing intermediate container fbeab37cb6b6 20:57:05 ---> 8d609d98cfbe 20:57:05 Step 6/23 : COPY go.mod . 20:57:07 ---> 3a73ef417fa2 20:57:07 Step 7/23 : RUN go mod download 20:57:07 ---> Running in b4997d0e04e1 20:57:09 Removing intermediate container ee90256542c5 20:57:09 ---> 03c9e77d04e7 20:57:09 Step 8/26 : COPY . . 20:57:18 Removing intermediate container b4997d0e04e1 20:57:18 ---> 622f78de86ad 20:57:18 Step 8/23 : COPY . . 20:57:30 ---> 0cd4eaef247c 20:57:30 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:57:30 ---> a932f20cc8f4 20:57:30 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:57:30 ---> 95cfb00ad355 20:57:30 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 20:57:32 ---> Running in 1704e5c6953e 20:57:32 ---> Running in 6b02a4aef799 20:57:32 ---> Running in 2f1b2e46530c 20:57:34 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 20:57:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:57:34 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 20:57:39 ---> d3f659e413fc 20:57:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:57:39 ---> Running in 41e2f02e1e6d 20:57:41 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 20:57:44 ---> 69465f78d3c8 20:57:44 Step 9/23 : RUN make cmd/core-data/core-data 20:57:44 ---> Running in 171dc5371a6f 20:57:45 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 20:58:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:58:05 gofmt -l . 20:58:05 [ "`gofmt -l .`" = "" ] 20:58:07 ./bin/test-go-mod-tidy.sh 20:58:08 ./bin/test-attribution-txt.sh 20:58:08 Removing intermediate container 6b02a4aef799 20:58:08 ---> cb4d36558186 20:58:08 20:58:08 Step 10/22 : FROM alpine:3.12 20:58:08 ---> 389fef711851 20:58:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:58:08 ---> Using cache 20:58:08 ---> f20449783355 20:58:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:58:08 ---> Running in 644a4bb83155 20:58:08 Removing intermediate container 644a4bb83155 20:58:08 ---> 72a504d590ad 20:58:08 Step 13/22 : WORKDIR / 20:58:08 ---> Running in 23476d709a45 20:58:09 Removing intermediate container 23476d709a45 20:58:09 ---> 54e7ca21d881 20:58:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 20:58:10 ---> 6a88800fc25a 20:58:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] sh 20:58:12 + ls -al . 20:58:12 total 668 20:58:12 drwxrwxr-x 9 1001 1001 4096 Jan 4 20:58 . 20:58:12 drwxr-xr-x 4 root root 4096 Jan 4 20:54 .. 20:58:12 -rw-rw-r-- 1 1001 1001 11 Jan 4 20:52 .dockerignore 20:58:12 drwxrwxr-x 8 1001 1001 4096 Jan 4 20:52 .git 20:58:12 drwxrwxr-x 3 1001 1001 4096 Jan 4 20:52 .github 20:58:12 -rw-rw-r-- 1 1001 1001 872 Jan 4 20:52 .gitignore 20:58:12 -rw-rw-r-- 1 1001 1001 166 Jan 4 20:52 .sonarcloud.properties 20:58:12 -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:52 CONTRIBUTING.md 20:58:12 -rw-rw-r-- 1 1001 1001 931 Jan 4 20:52 Dockerfile.build 20:58:12 -rw-rw-r-- 1 1001 1001 863 Jan 4 20:52 Jenkinsfile 20:58:12 -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:52 LICENSE 20:58:12 -rw-rw-r-- 1 1001 1001 6306 Jan 4 20:52 Makefile 20:58:12 -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:52 README.md 20:58:12 -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:52 SECURITY.md 20:58:12 -rw-rw-r-- 1 1001 1001 5 Jan 4 20:50 VERSION 20:58:12 -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:52 ZMQWindows.md 20:58:12 drwxrwxr-x 2 1001 1001 4096 Jan 4 20:52 bin 20:58:12 drwxrwxr-x 15 1001 1001 4096 Jan 4 20:52 cmd 20:58:12 -rw-r--r-- 1 root root 543476 Jan 4 20:56 coverage.out 20:58:12 -rw-r--r-- 1 root root 1005 Jan 4 20:58 go.mod 20:58:12 -rw-r--r-- 1 root root 18977 Jan 4 20:58 go.sum 20:58:12 drwxrwxr-x 8 1001 1001 4096 Jan 4 20:52 internal 20:58:12 drwxrwxr-x 4 1001 1001 4096 Jan 4 20:52 openapi 20:58:12 drwxrwxr-x 4 1001 1001 4096 Jan 4 20:52 snap 20:58:12 -rw-rw-r-- 1 1001 1001 168 Jan 4 20:52 version.go [Pipeline] sh 20:58:13 + '[' -e coverage.out ] 20:58:13 + chown 1001:1001 coverage.out [Pipeline] stash 20:58:13 Warning: overwriting stash ‘coverage-report’ 20:58:14 ---> 2d2f2302f3ed 20:58:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:58:14 Removing intermediate container 41e2f02e1e6d 20:58:14 ---> a1d45fc6781a 20:58:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:58:14 ---> Running in 05a7dbf45af4 20:58:14 Stashed 1 file(s) [Pipeline] sh 20:58:15 ---> 83707e143efd 20:58:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:58:15 + make build 20:58:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:58:16 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 20:58:18 ---> 61896a2696f1 20:58:18 Step 18/22 : RUN chmod +x entrypoint.sh 20:58:18 ---> Running in 44d2036b66c1 20:58:18 Removing intermediate container 1704e5c6953e 20:58:18 ---> 337379d01ff2 20:58:18 20:58:18 Step 10/32 : FROM alpine:3.12 20:58:18 ---> 389fef711851 20:58:18 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 20:58:18 Removing intermediate container 2f1b2e46530c 20:58:18 ---> 9099fd591d0a 20:58:18 20:58:18 Step 10/22 : FROM scratch 20:58:18 ---> 20:58:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:58:19 ---> Running in 354f7bae5b93 20:58:19 ---> Using cache 20:58:19 ---> ebae0e119eb2 20:58:19 Step 12/22 : ENV APP_PORT=48081 20:58:19 ---> Running in 477d155060fc 20:58:19 Removing intermediate container 05a7dbf45af4 20:58:19 ---> 2045d0570152 20:58:19 20:58:19 Step 11/26 : FROM docker:20.10.0 20:58:19 20.10.0: Pulling from library/docker 20:58:20 Removing intermediate container 477d155060fc 20:58:20 ---> 601e30d3c790 20:58:20 Step 13/22 : EXPOSE $APP_PORT 20:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:20 ---> Running in f8442afdce24 20:58:20 (1/2) Installing dumb-init (1.2.2-r1) 20:58:20 (2/2) Installing openssl (1.1.1i-r0) 20:58:20 Executing busybox-1.31.1-r19.trigger 20:58:20 OK: 6 MiB in 16 packages 20:58:20 Removing intermediate container f8442afdce24 20:58:20 ---> 2c83b4a07cf1 20:58:20 Step 14/22 : WORKDIR / 20:58:21 ---> Running in 0224dd7f94c0 20:58:22 Removing intermediate container 44d2036b66c1 20:58:22 ---> d9bf4c317c25 20:58:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:58:22 ---> Running in 5bc7da8731d1 20:58:22 Removing intermediate container 0224dd7f94c0 20:58:22 ---> 245c7a664f65 20:58:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:58:22 Removing intermediate container 5bc7da8731d1 20:58:22 ---> b04569951c6f 20:58:22 Step 20/22 : LABEL arch=x86_64 20:58:22 Removing intermediate container 354f7bae5b93 20:58:22 ---> bdc6023f7ad2 20:58:22 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:58:23 ---> cd3a0509f486 20:58:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:58:23 ---> Running in 07135ed9dab0 20:58:23 ---> Running in 71b7d3ccd4ba 20:58:23 Removing intermediate container 07135ed9dab0 20:58:23 ---> 2f424cdddd1c 20:58:23 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:58:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:58:27 Removing intermediate container 71b7d3ccd4ba 20:58:27 ---> 3f76703a8709 20:58:27 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 20:58:27 ---> Running in a094016daaa2 20:58:27 ---> 2b9f6865ac26 20:58:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:58:27 ---> Running in 583a6b9fef58 20:58:27 Removing intermediate container 171dc5371a6f 20:58:27 ---> b537359676e6 20:58:27 20:58:27 Step 10/23 : FROM alpine:3.12 20:58:27 ---> 389fef711851 20:58:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:58:27 ---> Running in 7e7b81d19a3d 20:58:27 Removing intermediate container a094016daaa2 20:58:27 ---> 3450bdc98736 20:58:27 Step 22/22 : LABEL version=0.0.0 20:58:27 Removing intermediate container 583a6b9fef58 20:58:27 ---> 954a62b86c09 20:58:27 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 20:58:27 ---> Running in 15ce5a1daeed 20:58:27 ---> b74ce1aa24a8 20:58:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:58:27 ---> Running in 4dd6d9d88642 20:58:28 ---> Running in 77b5cec20248 20:58:28 Removing intermediate container 7e7b81d19a3d 20:58:28 ---> e232319241c4 20:58:28 Step 12/23 : ENV APP_PORT=48080 20:58:28 ---> Running in 99d2e8385cc0 20:58:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:58:28 Removing intermediate container 15ce5a1daeed 20:58:28 ---> 0bee3adb6dff 20:58:28 20:58:28 Status: Downloaded newer image for docker:20.10.0 20:58:28 ---> aefe523efa57 20:58:28 Step 12/26 : RUN apk add --no-cache bash 20:58:28 Removing intermediate container 77b5cec20248 20:58:28 ---> c6f0d31f2cb5 20:58:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:58:28 Connecting to github.com (140.82.113.4:443) 20:58:28 Successfully built 0bee3adb6dff 20:58:28 ---> Running in 79c0b5fb4a37 20:58:28 Successfully tagged docker-security-bootstrap-redis-go:latest 20:58:28  Building docker-security-bootstrap-redis-go ... done  ---> Running in 5dc53a3cbfc2 20:58:29 Removing intermediate container 99d2e8385cc0 20:58:29 ---> 3ccfd3c70929 20:58:29 Step 13/23 : EXPOSE $APP_PORT 20:58:29 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.84.64:443) 20:58:29 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 20:58:29  ---> Running in cc55ab1c2952 20:58:29 Removing intermediate container 5dc53a3cbfc2 20:58:29 ---> 375e8c6faa80 20:58:29 Step 20/22 : LABEL arch=x86_64 20:58:29 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 20:58:29 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 20:58:29 dockerize 20:58:29 ---> Running in 0962384cd689 20:58:29 Removing intermediate container cc55ab1c2952 20:58:29 ---> d99f89d15c91 20:58:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:29 ---> Running in d4bef9dc9cd0 20:58:29 Removing intermediate container 0962384cd689 20:58:29 ---> 2b07cee5d586 20:58:29 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:58:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:29 ---> Running in 6d87c7665d7a 20:58:29 (1/2) Installing readline (8.0.4-r0) 20:58:29 (2/2) Installing bash (5.0.17-r0) 20:58:30 Executing bash-5.0.17-r0.post-install 20:58:30 Executing busybox-1.31.1-r19.trigger 20:58:30 OK: 12 MiB in 22 packages 20:58:30 Removing intermediate container 6d87c7665d7a 20:58:30 ---> 2b2b0b4e67d3 20:58:30 Step 22/22 : LABEL version=0.0.0 20:58:30 ---> Running in 62a79a0a9dc4 20:58:31 Removing intermediate container 4dd6d9d88642 20:58:31 ---> 41c2477052ec 20:58:31 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 20:58:31 Removing intermediate container 62a79a0a9dc4 20:58:31 ---> 66d67023c129 20:58:31 20:58:31 Successfully built 66d67023c129 20:58:31 ---> Running in 9777cb562845 20:58:31 Successfully tagged docker-core-metadata-go:latest 20:58:31  Building docker-core-metadata-go ... done Removing intermediate container 79c0b5fb4a37 20:58:31 ---> dc16ebbde705 20:58:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:58:31 ---> Running in cf4c8e54932d 20:58:31 Removing intermediate container d4bef9dc9cd0 20:58:31 ---> 61de95a56204 20:58:31 Step 15/23 : RUN apk add --update --no-cache zeromq 20:58:31 Removing intermediate container 9777cb562845 20:58:31 ---> 3ac98762ebcf 20:58:31 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:58:31 ---> Running in 2007f10ff68a 20:58:31 ---> Running in 9e79c55b1918 20:58:32 Removing intermediate container cf4c8e54932d 20:58:32 ---> 8066125a65a6 20:58:32 Step 14/26 : ENV APP_PORT=48090 20:58:32 Removing intermediate container 9e79c55b1918 20:58:32 ---> 99fee0512647 20:58:32 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 20:58:32 ---> Running in 434c11bfd156 20:58:32 ---> Running in 4d9a30563bbf 20:58:32 Removing intermediate container 434c11bfd156 20:58:32 ---> 1d8ede487b63 20:58:32 Step 15/26 : EXPOSE $APP_PORT 20:58:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:32 ---> Running in eac2e096af2b 20:58:32 Removing intermediate container eac2e096af2b 20:58:32 ---> 092fa0c0a70d 20:58:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:58:33 Copy dockerize executable 20:58:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:33 ---> e4bdcc766176 20:58:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:58:33 Removing intermediate container 4d9a30563bbf 20:58:33 ---> 79224af14f19 20:58:33 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 20:58:33 (1/5) Installing libgcc (9.3.0-r2) 20:58:33 ---> Running in 49dc23021b38 20:58:34 ---> ff3d39b05cc8 20:58:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:58:34 (2/5) Installing libsodium (1.0.18-r0) 20:58:34 (3/5) Installing libstdc++ (9.3.0-r2) 20:58:34 Removing intermediate container 49dc23021b38 20:58:34 ---> dc74590ae109 20:58:34 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:58:34 (4/5) Installing libzmq (4.3.3-r0) 20:58:34 ---> df21d820e6c0 20:58:34 Step 19/26 : RUN apk --no-cache add py3-pip 20:58:34 ---> Running in 22333627998d 20:58:34 ---> 5fa3187e12ac 20:58:34 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:58:34 (5/5) Installing zeromq (4.3.3-r0) 20:58:34 Executing busybox-1.31.1-r19.trigger 20:58:34 OK: 8 MiB in 19 packages 20:58:34 ---> Running in 03c034281509 20:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:35 Removing intermediate container 2007f10ff68a 20:58:35 ---> 9189048743c8 20:58:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:58:35 (1/33) Installing libbz2 (1.0.8-r1) 20:58:35 (2/33) Installing expat (2.2.9-r1) 20:58:35 (3/33) Installing libffi (3.3-r2) 20:58:35 (4/33) Installing gdbm (1.13-r1) 20:58:35 (5/33) Installing xz-libs (5.2.5-r0) 20:58:35 (6/33) Installing sqlite-libs (3.32.1-r0) 20:58:35 (7/33) Installing python3 (3.8.5-r0) 20:58:35 ---> 5010d08e7843 20:58:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:58:39 ---> ab32e31cc828 20:58:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:58:39 (8/33) Installing py3-appdirs (1.4.4-r1) 20:58:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:58:39 (10/33) Installing py3-parsing (2.4.7-r0) 20:58:39 Removing intermediate container 03c034281509 20:58:39 ---> b3e5a72e18ad 20:58:39 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:58:39 (11/33) Installing py3-six (1.15.0-r0) 20:58:39 (12/33) Installing py3-packaging (20.4-r0) 20:58:39 (13/33) Installing py3-setuptools (47.0.0-r0) 20:58:39 (14/33) Installing py3-chardet (3.0.4-r4) 20:58:40 (15/33) Installing py3-idna (2.9-r0) 20:58:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:58:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:58:40 (18/33) Installing py3-requests (2.23.0-r0) 20:58:40 (19/33) Installing py3-msgpack (1.0.0-r0) 20:58:40 (20/33) Installing py3-lockfile (0.12.2-r3) 20:58:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:58:41 (22/33) Installing py3-colorama (0.4.3-r0) 20:58:41 ---> 78d4f1adbe40 20:58:41 Step 19/23 : ENTRYPOINT ["/core-data"] 20:58:41 (23/33) Installing py3-distlib (0.3.0-r0) 20:58:41 (24/33) Installing py3-distro (1.5.0-r1) 20:58:42 (25/33) Installing py3-webencodings (0.5.1-r3) 20:58:42 (26/33) Installing py3-html5lib (1.0.1-r4) 20:58:42 (27/33) Installing py3-pytoml (0.1.21-r0) 20:58:42 ---> Running in 8c72528c0136 20:58:42 ---> 3f9d6171e055 20:58:42 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:58:42 (28/33) Installing py3-pep517 (0.8.2-r0) 20:58:42 (29/33) Installing py3-progress (1.5-r0) 20:58:42 (30/33) Installing py3-toml (0.10.1-r0) 20:58:42 (31/33) Installing py3-retrying (1.3.3-r0) 20:58:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:58:42 (33/33) Installing py3-pip (20.1.1-r0) 20:58:43 Executing busybox-1.31.1-r19.trigger 20:58:43 OK: 71 MiB in 55 packages 20:58:44 Removing intermediate container 8c72528c0136 20:58:44 ---> a94be4fb8b5b 20:58:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:58:44 ---> ecdc4fd0d198 20:58:44 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:58:44 ---> Running in 8a44c5fdf82e 20:58:44 Removing intermediate container 8a44c5fdf82e 20:58:44 ---> f2d2ce8cfe99 20:58:44 Step 21/23 : LABEL arch=x86_64 20:58:44 ---> Running in 2ccc531ec2a5 20:58:46 ---> 020e745310c4 20:58:46 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:58:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:58:49 Removing intermediate container 2ccc531ec2a5 20:58:49 ---> a9520340ee0b 20:58:49 Step 22/23 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:58:49 ---> Running in 96f67014e9c3 20:58:49 ---> 6857b4b06ea9 20:58:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:58:49 Removing intermediate container 22333627998d 20:58:49 ---> de9d27667b1f 20:58:49 Step 20/26 : RUN pip install docker-compose==1.23.2 20:58:49 ---> Running in eb6c69b33761 20:58:49 ---> Running in c74d40dd1997 20:58:49 Removing intermediate container 96f67014e9c3 20:58:49 ---> 7bbf27f796cb 20:58:49 Step 23/23 : LABEL version=0.0.0 20:58:49 ---> Running in ebb07a286779 20:58:50 Removing intermediate container c74d40dd1997 20:58:50 ---> 6867030707ec 20:58:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 20:58:50 Removing intermediate container ebb07a286779 20:58:50 ---> 580212042384 20:58:50 20:58:50 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 20:58:51 Successfully built 580212042384 20:58:51 Successfully tagged docker-core-data-go:latest 20:58:51  Building docker-core-data-go ... done  ---> e355cdd015f1 20:58:51 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:58:51 ---> Running in 7345387d8160 20:58:52 Collecting docker-compose==1.23.2 20:58:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:58:53 Collecting websocket-client<1.0,>=0.32.0 20:58:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:58:53 Removing intermediate container 7345387d8160 20:58:53 ---> 2fe23989504a 20:58:53 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 20:58:53 Collecting jsonschema<3,>=2.5.1 20:58:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:58:53 ---> Running in 03bca4977d6f 20:58:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:58:53 Removing intermediate container 03bca4977d6f 20:58:53 ---> e97445249ec0 20:58:53 Step 29/32 : CMD ["install"] 20:58:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:58:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:58:53 Collecting docopt<0.7,>=0.6.1 20:58:53 ---> Running in d8c641857027 20:58:53 Downloading docopt-0.6.2.tar.gz (25 kB) 20:58:53 Removing intermediate container d8c641857027 20:58:53 ---> b817c234ff95 20:58:53 Step 30/32 : LABEL arch=x86_64 20:58:54 ---> Running in eec6b2fb5146 20:58:54 Collecting dockerpty<0.5,>=0.4.1 20:58:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:58:54 Removing intermediate container eec6b2fb5146 20:58:54 ---> ee652e782012 20:58:54 Step 31/32 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:58:54 ---> Running in 6a1d5ea98436 20:58:54 Removing intermediate container 6a1d5ea98436 20:58:54 ---> 51d8d2f72586 20:58:54 Step 32/32 : LABEL version=0.0.0 20:58:54 Collecting PyYAML<4,>=3.10 20:58:54 Downloading PyYAML-3.13.tar.gz (270 kB) 20:58:54 ---> Running in 6962309a1ab7 20:58: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 20:58:55 Removing intermediate container 6962309a1ab7 20:58:55 ---> a324d409b6d1 20:58:55 20:58:55 Successfully built a324d409b6d1 20:58:55 Successfully tagged docker-security-bootstrapper-go:latest 20:58:55  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 20:58:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:58:55 Collecting texttable<0.10,>=0.9.0 20:58:55 Downloading texttable-0.9.1.tar.gz (11 kB) 20:58:56 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 20:58:56 Collecting cached-property<2,>=1.2.0 20:58:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:58:56 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) 20:58:56 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) 20:58:56 Collecting urllib3<1.25,>=1.21.1 20:58:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:58:56 Collecting idna<2.8,>=2.5 20:58:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:58:56 Collecting docker-pycreds>=0.4.0 20:58:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:58:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:58:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:58:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:58:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:58:57 Installing collected packages: websocket-client, jsonschema, urllib3, idna, requests, docopt, dockerpty, PyYAML, docker-pycreds, docker, texttable, cached-property, docker-compose 20:58:57 Attempting uninstall: urllib3 20:58:57 Found existing installation: urllib3 1.25.9 20:58:57 Uninstalling urllib3-1.25.9: 20:58:57 Successfully uninstalled urllib3-1.25.9 20:58:57 Attempting uninstall: idna 20:58:57 Found existing installation: idna 2.9 20:58:57 Uninstalling idna-2.9: 20:58:57 Successfully uninstalled idna-2.9 20:58:57 Attempting uninstall: requests 20:58:57 Found existing installation: requests 2.23.0 20:58:57 Uninstalling requests-2.23.0: 20:58:57 Successfully uninstalled requests-2.23.0 20:58:57 Running setup.py install for docopt: started 20:58:58 Running setup.py install for docopt: finished with status 'done' 20:58:58 Running setup.py install for dockerpty: started 20:58:58 Running setup.py install for dockerpty: finished with status 'done' 20:58:58 Running setup.py install for PyYAML: started 20:58:59 Running setup.py install for PyYAML: finished with status 'done' 20:58:59 Running setup.py install for texttable: started 20:59:00 Running setup.py install for texttable: finished with status 'done' 20:59:00 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 20:59:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:59:03 Removing intermediate container eb6c69b33761 20:59:03 ---> f0412ca3054a 20:59:03 Step 21/26 : RUN apk --no-cache add curl 20:59:03 ---> Running in 66100e1705fc 20:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:59:03 (2/3) Installing libcurl (7.69.1-r3) 20:59:03 (3/3) Installing curl (7.69.1-r3) 20:59:03 Executing busybox-1.31.1-r19.trigger 20:59:03 OK: 72 MiB in 58 packages 20:59:04 Removing intermediate container 66100e1705fc 20:59:04 ---> 1dad0f8f882b 20:59:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:59:04 ---> Running in 5dde6a2c69d1 20:59:04 Removing intermediate container 5dde6a2c69d1 20:59:04 ---> 33f845223e25 20:59:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:04 ---> Running in fd960638c038 20:59:05 Removing intermediate container fd960638c038 20:59:05 ---> 3616bb28cd97 20:59:05 Step 24/26 : LABEL arch=x86_64 20:59:05 ---> Running in 760b92bcdabb 20:59:05 Removing intermediate container 760b92bcdabb 20:59:05 ---> a26362fce138 20:59:05 Step 25/26 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 20:59:05 ---> Running in 5bbaae2da222 20:59:05 Removing intermediate container 5bbaae2da222 20:59:05 ---> f6d181197fa3 20:59:05 Step 26/26 : LABEL version=0.0.0 20:59:05 ---> Running in 8c666e098303 20:59:05 Removing intermediate container 8c666e098303 20:59:05 ---> 3d8bf67d04bf 20:59:05 20:59:05 Successfully built 3d8bf67d04bf 20:59:05 Successfully tagged docker-sys-mgmt-agent-go:latest 20:59:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:59:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:59:06 $ docker stop --time=1 97b2bd5eb3e4de9bf46b6de029ecba93dc984de01d7d26bf0099d0ea38cad54f 20:59:07 $ docker rm -f 97b2bd5eb3e4de9bf46b6de029ecba93dc984de01d7d26bf0099d0ea38cad54f [Pipeline] // withDockerContainer [Pipeline] sh 20:59:08 + docker images 20:59:08 + grep docker 20:59:08 docker-sys-mgmt-agent-go latest 3d8bf67d04bf 3 seconds ago 313MB 20:59:08 docker-security-bootstrapper-go latest a324d409b6d1 14 seconds ago 41.5MB 20:59:08 docker-core-data-go latest 580212042384 19 seconds ago 22.2MB 20:59:08 docker-core-metadata-go latest 66d67023c129 38 seconds ago 13MB 20:59:08 docker-security-bootstrap-redis-go latest 0bee3adb6dff 41 seconds ago 15.8MB 20:59:08 docker-security-secretstore-setup-go latest 5edd716bd0cf 2 minutes ago 24.6MB 20:59:08 docker-security-proxy-setup-go latest 36b45ec8a090 2 minutes ago 24.5MB 20:59:08 docker-support-notifications-go latest 1d62ee03c0ca 2 minutes ago 12MB 20:59:08 docker-support-scheduler-go latest 27f5cb068bee 3 minutes ago 10.7MB 20:59:08 docker-core-command-go latest 1e70df25b2c1 3 minutes ago 10.6MB 20:59:08 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:59:09 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 20:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:59:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:59:23 Still waiting to schedule task 20:59:23 ‘prd-ubuntu18.04-docker-8c-8g-18294’ is offline 20:59:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:59:29 $ docker stop --time=1 44aacceaf41f564d4f733f5d39e6a889dabd61b9324b5583b84270af48023206 20:59:31 $ docker rm -f 44aacceaf41f564d4f733f5d39e6a889dabd61b9324b5583b84270af48023206 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:33 20:59:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:59:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:34 latest: Pulling from edgex-devops/edgex-compose-arm64 20:59:34 29e5d40040c1: Pulling fs layer 20:59:34 1ce36da41761: Pulling fs layer 20:59:34 25b303627fd3: Pulling fs layer 20:59:34 29e5d40040c1: Verifying Checksum 20:59:34 29e5d40040c1: Download complete 20:59:35 1ce36da41761: Verifying Checksum 20:59:35 1ce36da41761: Download complete 20:59:35 29e5d40040c1: Pull complete 20:59:36 1ce36da41761: Pull complete 20:59:37 25b303627fd3: Verifying Checksum 20:59:37 25b303627fd3: Download complete 20:59:47 25b303627fd3: Pull complete 20:59:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:59:47 prd-ubuntu18.04-docker-arm64-4c-16g-18290 does not seem to be running inside a container 20:59:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:59:50 $ docker top 7c029653345fd9d158cb270d38f43a6b2baa442d0b329a4ad2c000e9fb083fd0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:51 + docker-compose build --help 20:59:51 + grep parallel 20:59:55 --parallel Build images in parallel. [Pipeline] } 20:59:55 $ docker stop --time=1 7c029653345fd9d158cb270d38f43a6b2baa442d0b329a4ad2c000e9fb083fd0 20:59:57 $ docker rm -f 7c029653345fd9d158cb270d38f43a6b2baa442d0b329a4ad2c000e9fb083fd0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:58 . [Pipeline] withDockerContainer 20:59:58 prd-ubuntu18.04-docker-arm64-4c-16g-18290 does not seem to be running inside a container 20:59:58 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:59:59 $ docker top 81ae4035845574178f195a3b7e8407c4705a0d74f70b611632f119eb942405d7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:00 + docker-compose -f ./docker-compose-build.yml build --parallel 21:00:05 Building docker-core-command-go ... 21:00:05 Building docker-core-data-go ... 21:00:05 Building docker-core-metadata-go ... 21:00:05 Building docker-security-bootstrapper-go ... 21:00:05 Building docker-security-bootstrap-redis-go ... 21:00:05 Building docker-security-proxy-setup-go ... 21:00:05 Building docker-security-secretstore-setup-go ... 21:00:05 Building docker-support-notifications-go ... 21:00:05 Building docker-support-scheduler-go ... 21:00:05 Building docker-sys-mgmt-agent-go ... 21:00:05 Building docker-security-secretstore-setup-go 21:00:05 Building docker-core-data-go 21:00:05 Building docker-sys-mgmt-agent-go 21:00:05 Building docker-support-notifications-go 21:00:05 Building docker-support-scheduler-go 21:01:16 Running on prd-ubuntu18.04-docker-8c-8g-18296 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 21:01:16 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 21:01:18 using credential edgex-jenkins-ssh 21:01:18 Cloning the remote Git repository 21:01:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:01:18 > git init /w/workspace/edgex-go/6 # timeout=10 21:01:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:18 > git --version # timeout=10 21:01:18 > git --version # 'git version 2.17.1' 21:01:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:01:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:01:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:25 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 411354926c49535315e14b7b56ea9b08018eea6b 21:01:25 Merge succeeded, producing 411354926c49535315e14b7b56ea9b08018eea6b 21:01:25 Checking out Revision 411354926c49535315e14b7b56ea9b08018eea6b (PR-2970) 21:01:25 > git config core.sparsecheckout # timeout=10 21:01:25 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 21:01:25 > git remote # timeout=10 21:01:25 > git config --get remote.origin.url # timeout=10 21:01:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:25 > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 21:01:25 > git rev-parse HEAD^{commit} # timeout=10 21:01:25 > git config core.sparsecheckout # timeout=10 21:01:25 > git checkout -f 411354926c49535315e14b7b56ea9b08018eea6b # timeout=10 21:01:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 6e1c33147e46 21:01:27 Step 3/26 : WORKDIR /edgex-go 21:01:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 6e1c33147e46 21:01:27 Step 3/21 : WORKDIR /edgex-go 21:01:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 6e1c33147e46 21:01:27 Step 3/24 : WORKDIR /edgex-go 21:01:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 6e1c33147e46 21:01:27 Step 3/23 : WORKDIR /edgex-go 21:01:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 6e1c33147e46 21:01:27 Step 3/24 : WORKDIR /edgex-go 21:01:27 ---> Running in 0dad369d54db 21:01:27 ---> Running in 17fc23e3c549 21:01:27 ---> Running in ca25ab98044c 21:01:27 ---> Running in 42007cefdb20 21:01:27 ---> Running in 763a785c0b89 21:01:27 Removing intermediate container ca25ab98044c 21:01:27 ---> 2e5e20d562ce 21:01:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:27 Removing intermediate container 763a785c0b89 21:01:27 ---> 86a9a861cd40 21:01:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 0dad369d54db 21:01:27 21:01:27 ---> 34b759eb4e4e 21:01:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:27 Removing intermediate container 42007cefdb20 21:01:27 ---> c86e591e48df 21:01:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:27 Removing intermediate container 17fc23e3c549 21:01:27 ---> f78ad5a6ccfa 21:01:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:27 ---> Running in fdceca959002 21:01:27 ---> Running in 725dacfa03f2 21:01:27 ---> Running in ca5c26cbb93a 21:01:27 ---> Running in c83b567c2c95 21:01:27 ---> Running in efcc95b73288 21:01:27 Removing intermediate container 725dacfa03f2 21:01:27 ---> 71884efc0c34 21:01:27 Step 5/21 : RUN apk add --update --no-cache make git 21:01:27 ---> Running in f515ec40d99e 21:01:27 Removing intermediate container fdceca959002 21:01:27 ---> e0426c891ba6 21:01:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:01:27 Removing intermediate container ca5c26cbb93a 21:01:27 ---> 41bdf910bf79 21:01:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:01:27 Removing intermediate container efcc95b73288 21:01:27 ---> 9435546f5833 21:01:27 Step 5/26 : RUN apk add --update --no-cache make bash git 21:01:27 ---> Running in 7a3d8b84b716 21:01:27 ---> Running in ecc2ad04aa02 21:01:27 Removing intermediate container c83b567c2c95 21:01:27 ---> 75d9990ec1a6 21:01:27 Step 5/24 : RUN apk add --update --no-cache make git 21:01:27 ---> Running in cb4236b31132 21:01:27 ---> Running in f5e0de801316 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:27 OK: 217 MiB in 51 packages 21:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:27 OK: 217 MiB in 51 packages 21:01:27 OK: 217 MiB in 51 packages 21:01:27 OK: 217 MiB in 51 packages 21:01:27 Removing intermediate container f515ec40d99e 21:01:27 ---> ec6d7534d9de 21:01:27 Step 6/21 : COPY go.mod . 21:01:27 OK: 217 MiB in 51 packages 21:01:28 Removing intermediate container f5e0de801316 21:01:28 ---> c04cb48fdbad 21:01:28 Step 6/24 : COPY go.mod . 21:01:28 Removing intermediate container cb4236b31132 21:01:28 ---> a4e05f450f1a 21:01:28 Step 6/26 : COPY go.mod . 21:01:28 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" 21:01:29 ---> b07e66ee146b 21:01:29 Step 7/21 : RUN go mod download 21:01:29 Removing intermediate container ecc2ad04aa02 21:01:29 ---> cceb1e9ab43c 21:01:29 Step 6/23 : COPY go.mod . 21:01:29 ---> Running in 884ccf0b4bfd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:29 Removing intermediate container 7a3d8b84b716 21:01:29 ---> fd056820aceb 21:01:29 Step 6/24 : COPY go.mod . 21:01:29 ---> 0cd4266ca947 21:01:29 Step 7/24 : RUN go mod download 21:01:29 ---> 2a5058f4884f 21:01:29 Step 7/26 : RUN go mod download 21:01:30 + echo snap-build.sh 21:01:30 snap-build.sh 21:01:30 + SNAP_BASE_DIR=. 21:01:30 + '[' '!' -z /w/workspace/edgex-go/6 ']' 21:01:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 21:01:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 21:01:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 21:01:30 + cd /w/workspace/edgex-go/6 21:01:30 + sudo apt-get remove -qy --purge lxd lxd-client 21:01:30 Reading package lists... 21:01:30 Building dependency tree... 21:01:30 Reading state information... 21:01:30 ---> Running in b852e493674d 21:01:30 ---> Running in de84e7b25712 21:01:30 ---> ecbb36ded395 21:01:30 Step 7/23 : RUN go mod download 21:01:30 The following packages were automatically installed and are no longer required: 21:01:30 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:01:30 uidmap xdelta3 21:01:30 Use 'sudo apt autoremove' to remove them. 21:01:30 The following packages will be REMOVED: 21:01:30 lxd* lxd-client* 21:01:30 ---> Running in 29026c46583d 21:01:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:01:30 After this operation, 31.7 MB disk space will be freed. 21:01:30 ---> cf9d3a6e3532 21:01:30 Step 7/24 : RUN go mod download 21:01:31 ---> Running in e14317eb4603 21:01:31 (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.) 21:01:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:01:32 Removing lxd dnsmasq configuration 21:01:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:01:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:01:33 Removing intermediate container 884ccf0b4bfd 21:01:33 ---> 5e5655c24631 21:01:33 Step 8/21 : COPY . . 21:01:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:01:33 (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.) 21:01:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:01:34 Removing intermediate container de84e7b25712 21:01:34 ---> 52f754150696 21:01:34 Step 8/24 : COPY . . 21:01:35 Processing triggers for systemd (237-3ubuntu10.42) ... 21:01:35 Processing triggers for ureadahead (0.100.0-21) ... 21:01:35 Removing intermediate container b852e493674d 21:01:35 ---> c106458554c6 21:01:35 Step 8/26 : COPY . . 21:01:35 Removing intermediate container 29026c46583d 21:01:35 ---> 77fe696bb710 21:01:35 Step 8/23 : COPY . . 21:01:36 + sudo snap remove --purge lxd 21:01:36 Removing intermediate container e14317eb4603 21:01:36 ---> 84477dbc56ff 21:01:36 Step 8/24 : COPY . . 21:01:36 snap "lxd" is not installed 21:01:36 + sudo groupadd --force --system lxd 21:01:36 ++ whoami 21:01:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:01:36 + newgrp - lxd 21:01:36 + sudo snap install lxd 21:01:46 2021-01-04T21:01:43Z INFO Waiting for automatic snapd restart... 21:02:01 lxd 4.9 from Canonical* installed 21:02:01 + sudo lxd init --auto 21:02:03 ---> 69113bc5f37f 21:02:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:02:03 ---> ceb0810e5243 21:02:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:02:03 ---> 2b6e44f366d1 21:02:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:02:03 ---> aa1acc72dea3 21:02:03 Step 9/23 : RUN make cmd/core-data/core-data 21:02:03 ---> 4c8bc4944c74 21:02:03 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:02:03 ---> Running in afb88fa77181 21:02:03 ---> Running in 2ef87f82ba58 21:02:03 ---> Running in 8f0406d98b02 21:02:03 ---> Running in f3caf778e154 21:02:03 ---> Running in b2a7a662a673 21:02:03 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 21:02:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:02:03 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 21:02:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:02:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:02:07 + sudo snap install --classic snapcraft 21:02:13 snapcraft 4.4.4 from Canonical* installed 21:02:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:02:13 + patch --verbose -p1 21:02:13 Hmm... Looks like a unified diff to me... 21:02:13 The text leading up to this was: 21:02:13 -------------------------- 21:02:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:02:13 |From: Tony Espy 21:02:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:02:13 |Subject: [PATCH] optimize snap build for pipeline CI check 21:02:13 | 21:02:13 |This patch is used by the EdgeX CI pipeline builds to 21:02:13 |optimize the snap CI check run for pull requests. When 21:02:13 |applied, it essentially strips out everything (apps and 21:02:13 |parts) from the snapcraft.yaml file except those required 21:02:13 |to build edgex-go, as the whole idea of the CI check is to 21:02:13 |catch changes to edgex-go that break the snap build. 21:02:13 | 21:02:13 |In general, anyone updating snapcraft.yaml will also need 21:02:13 |to update this patch file, otherwise it may fail to apply, 21:02:13 |resulting in a failed snap build CI check in the associated 21:02:13 |pull request. 21:02:13 | 21:02:13 |Note - in addition to applying this patch, the pipeline also 21:02:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:02:13 |need to build the finally binary .snap file (and it won't 21:02:13 |work with the patch applied). This further reduces the build 21:02:13 |time. 21:02:13 |--- 21:02:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:02:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:02:13 | 21:02:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:02:13 |index 1e537489..faf42425 100644 21:02:13 |--- a/snap/snapcraft.yaml 21:02:13 |+++ b/snap/snapcraft.yaml 21:02:13 -------------------------- 21:02:13 patching file snap/snapcraft.yaml 21:02:13 Using Plan A... 21:02:13 Hunk #1 succeeded at 73. 21:02:13 Hunk #2 succeeded at 202. 21:02:13 Hunk #3 succeeded at 214. 21:02:13 Hunk #4 succeeded at 222. 21:02:13 Hunk #5 succeeded at 229. 21:02:13 Hunk #6 succeeded at 256. 21:02:13 Hunk #7 succeeded at 290. 21:02:13 Hunk #8 succeeded at 341. 21:02:13 Hmm... Ignoring the trailing garbage. 21:02:13 done 21:02:13 + sudo snapcraft prime --use-lxd 21:02:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:02:14 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: 21:02:14 - README.md 21:02:14 21:02:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:02:14 Launching a container. 21:02:26 Waiting for container to be ready 21:02:26 To start your first instance, try: lxc launch ubuntu:18.04 21:02:26 21:02:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:02:29 Waiting for network to be ready... 21:02:30 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:02:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:02:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 21:02:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:02:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:02:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:02:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:02:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:02:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:02:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:02:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:02:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:02:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:02:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:02:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:02:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:02:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:02:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:02:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:02:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:02:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:02:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:02:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:02:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:02:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:02:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:02:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:02:34 Fetched 23.6 MB in 4s (5643 kB/s) 21:02:34 Reading package lists... 21:02:35 Reading package lists... 21:02:35 Building dependency tree... 21:02:35 Reading state information... 21:02:35 The following additional packages will be installed: 21:02:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:02:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:02:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:02:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:02:35 Suggested packages: 21:02:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:02:35 Recommended packages: 21:02:35 gnupg libsasl2-modules 21:02:35 The following NEW packages will be installed: 21:02:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:02:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:02:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:02:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:02:35 The following packages will be upgraded: 21:02:35 gpg gpg-agent gpgconf libudev1 21:02:35 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 21:02:35 Need to get 3531 kB of archives. 21:02:35 After this operation, 13.3 MB of additional disk space will be used. 21:02:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:02:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:02:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:02:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:02:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:02:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 21:02:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 21:02:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:02:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:02:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:02:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:02:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:02:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:02:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:02:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:02:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:02:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:02:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:02:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:02:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:02:36 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:02:36 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:02:36 debconf: delaying package configuration, since apt-utils is not installed 21:02:36 Fetched 3531 kB in 1s (3482 kB/s) 21:02:36 (Reading database ... 12511 files and directories currently installed.) 21:02:36 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:02:36 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:02:36 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:02:36 Selecting previously unselected package udev. 21:02:36 (Reading database ... 12511 files and directories currently installed.) 21:02:36 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:02:36 Unpacking udev (237-3ubuntu10.43) ... 21:02:37 Selecting previously unselected package libfuse2:amd64. 21:02:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:02:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:02:37 Selecting previously unselected package fuse. 21:02:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:02:37 Unpacking fuse (2.9.7-1ubuntu1) ... 21:02:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:02:37 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:02:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:02:37 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:02:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:02:37 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:02:37 Selecting previously unselected package libksba8:amd64. 21:02:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:02:37 Unpacking libksba8:amd64 (1.3.5-2) ... 21:02:37 Selecting previously unselected package libroken18-heimdal:amd64. 21:02:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:02:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:02:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:02:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libwind0-heimdal:amd64. 21:02:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:02:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:02:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:02:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:02:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:02:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:38 Selecting previously unselected package libsasl2-modules-db:amd64. 21:02:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:02:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:02:38 Selecting previously unselected package libsasl2-2:amd64. 21:02:38 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:02:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:02:38 Selecting previously unselected package libldap-common. 21:02:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:02:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:02:38 Selecting previously unselected package libldap-2.4-2:amd64. 21:02:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:02:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:02:38 Selecting previously unselected package dirmngr. 21:02:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:02:38 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:02:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:02:39 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:02:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:02:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:02:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:02:39 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:02:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:39 Setting up libksba8:amd64 (1.3.5-2) ... 21:02:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:02:39 Setting up udev (237-3ubuntu10.43) ... 21:02:39 invoke-rc.d: policy-rc.d denied execution of start. 21:02:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Processing triggers for systemd (237-3ubuntu10) ... 21:02:40 Setting up fuse (2.9.7-1ubuntu1) ... 21:02:40 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:02:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:02:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:02:40 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:02:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:02:40 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:02:40 settings in the [Install] section, and DefaultInstance for template units). 21:02:40 This means they are not meant to be enabled using systemctl. 21:02:40 Possible reasons for having this kind of units are: 21:02:40 1) A unit may be statically enabled by being symlinked from another unit's 21:02:40 .wants/ or .requires/ directory. 21:02:40 2) A unit's purpose may be to act as a helper for some other unit which has 21:02:40 a requirement dependency on it. 21:02:40 3) A unit may be started when needed via activation (socket, path, timer, 21:02:40 D-Bus, udev, scripted systemctl call, ...). 21:02:40 4) In case of template units, the unit is meant to be enabled with some 21:02:40 instance name specified. 21:02:41 Reading package lists... 21:02:41 Building dependency tree... 21:02:41 Reading state information... 21:02:41 The following additional packages will be installed: 21:02:41 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:02:41 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:02:41 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:02:41 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:02:41 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:02:41 Suggested packages: 21:02:41 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:02:41 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:02:41 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:02:41 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:02:41 systemd-container policykit-1 21:02:41 Recommended packages: 21:02:41 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:02:41 The following NEW packages will be installed: 21:02:41 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:02:41 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:02:41 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:02:41 multiarch-support openssh-client python3 python3-minimal python3.6 21:02:41 python3.6-minimal snapd squashfs-tools sudo 21:02:41 The following packages will be upgraded: 21:02:41 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:02:41 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 21:02:41 Need to get 35.2 MB of archives. 21:02:41 After this operation, 141 MB of additional disk space will be used. 21:02:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:02:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:02:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:02:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:02:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:02:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:02:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:02:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:02:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:02:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:02:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:02:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:02:42 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:02:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:02:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:02:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:02:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:02:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:02:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:02:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:02:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:02:42 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:02:42 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:02:42 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:02:42 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:02:42 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:02:42 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:02:42 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:02:42 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:02:42 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:02:43 debconf: delaying package configuration, since apt-utils is not installed 21:02:43 Fetched 35.2 MB in 2s (15.9 MB/s) 21:02:43 (Reading database ... 12757 files and directories currently installed.) 21:02:43 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:02:43 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:02:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:02:44 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:02:44 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:02:44 (Reading database ... 12757 files and directories currently installed.) 21:02:44 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:02:44 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:02:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:02:45 (Reading database ... 12757 files and directories currently installed.) 21:02:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:02:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:02:45 Setting up apt (1.6.12ubuntu0.2) ... 21:02:45 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:02:45 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:02:45 (Reading database ... 12764 files and directories currently installed.) 21:02:45 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:02:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:02:46 Selecting previously unselected package libpython3.6-minimal:amd64. 21:02:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:02:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:02:46 Selecting previously unselected package libexpat1:amd64. 21:02:46 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:02:46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:02:46 Selecting previously unselected package python3.6-minimal. 21:02:46 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:02:46 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:02:46 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:02:46 Checking for services that may need to be restarted...done. 21:02:46 Checking for services that may need to be restarted...done. 21:02:46 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:02:46 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:02:46 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:02:47 Selecting previously unselected package python3-minimal. 21:02:47 (Reading database ... 13012 files and directories currently installed.) 21:02:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:02:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:02:47 Selecting previously unselected package mime-support. 21:02:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:02:47 Unpacking mime-support (3.60ubuntu1) ... 21:02:47 Selecting previously unselected package libmpdec2:amd64. 21:02:47 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:02:47 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:02:47 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:02:47 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:02:47 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:02:47 Selecting previously unselected package python3.6. 21:02:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:02:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:02:48 Selecting previously unselected package libpython3-stdlib:amd64. 21:02:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:02:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:02:48 Setting up python3-minimal (3.6.7-1~18.04) ... 21:02:48 Selecting previously unselected package python3. 21:02:48 (Reading database ... 13442 files and directories currently installed.) 21:02:48 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:02:48 Unpacking python3 (3.6.7-1~18.04) ... 21:02:48 Selecting previously unselected package multiarch-support. 21:02:48 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:02:48 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:02:48 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:02:48 Selecting previously unselected package liblzo2-2:amd64. 21:02:48 (Reading database ... 13479 files and directories currently installed.) 21:02:48 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:02:48 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:02:48 Selecting previously unselected package libbsd0:amd64. 21:02:48 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:02:48 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:02:48 Selecting previously unselected package sudo. 21:02:48 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:02:48 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:02:49 Selecting previously unselected package apparmor. 21:02:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:02:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:02:49 Selecting previously unselected package libedit2:amd64. 21:02:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:02:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:02:49 Selecting previously unselected package libkrb5support0:amd64. 21:02:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:02:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:02:49 Selecting previously unselected package libk5crypto3:amd64. 21:02:49 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:02:49 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:02:49 Selecting previously unselected package libkeyutils1:amd64. 21:02:49 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:02:49 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:02:49 Selecting previously unselected package libkrb5-3:amd64. 21:02:49 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:02:49 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:02:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:02:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:02:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:02:50 Selecting previously unselected package libssl1.0.0:amd64. 21:02:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:02:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:02:50 Selecting previously unselected package openssh-client. 21:02:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:02:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:02:50 Selecting previously unselected package squashfs-tools. 21:02:50 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:02:50 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:02:50 Selecting previously unselected package snapd. 21:02:50 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:02:50 Unpacking snapd (2.48+18.04) ... 21:02:52 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:02:52 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:02:52 Setting up mime-support (3.60ubuntu1) ... 21:02:52 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:02:52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:02:52 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:02:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:02:53 Setting up systemd (237-3ubuntu10.43) ... 21:02:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:02:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:02:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:02:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:02:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:02:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:02:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:02:54 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:02:54 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:02:54 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:02:54 Setting up python3 (3.6.7-1~18.04) ... 21:02:54 running python rtupdate hooks for python3.6... 21:02:54 running python post-rtupdate hooks for python3.6... 21:02:55 Setting up apparmor (2.12-4ubuntu5.1) ... 21:02:56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:02:56 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:02:56 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:02:57 Setting up snapd (2.48+18.04) ... 21:02:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:02:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:02:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:02:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:02:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:02:58 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:02:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:02:58 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:02:58 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:02:58 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:02:59 /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' 21:02:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:02:59 Processing triggers for systemd (237-3ubuntu10.43) ... 21:03:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:03:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:03:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:03:01 Reading package lists... 21:03:01 Reading package lists... 21:03:01 Building dependency tree... 21:03:01 Reading state information... 21:03:01 Calculating upgrade... 21:03:01 The following packages will be upgraded: 21:03:01 advancecomp base-files bash binutils binutils-common 21:03:01 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:03:01 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:03:01 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:03:01 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:03:01 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:03:01 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:03:01 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:03:01 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:03:01 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:03:01 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:03:01 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:03:01 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:03:01 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:03:02 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:03:02 Need to get 63.5 MB of archives. 21:03:02 After this operation, 5200 kB of additional disk space will be used. 21:03:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:03:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:03:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:03:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:03:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:03:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:03:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:03:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:03:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:03:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:03:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:03:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:03:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:03:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:03:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:03:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:03:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:03:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:03:02 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:03:02 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:03:02 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:03:02 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:03:02 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:03:02 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:03:02 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:03:02 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:03:02 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:03:02 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:03:02 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:03:02 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:03:02 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:03:02 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:03:02 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:03:02 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:03:02 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:03:02 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:03:02 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:03:02 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:03:02 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:03:02 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:03:02 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:03:02 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:03:02 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:03:02 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:03:02 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:03:02 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:03:02 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:03:02 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:03:02 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:03:02 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:03:02 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:03:02 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:03:02 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:03:02 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:03:02 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:03:02 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:03:02 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:03:03 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:03:03 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:03:03 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:03:03 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:03:03 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:03:03 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:03:03 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 21:03:03 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:03:03 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:03:03 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:03:03 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:03:03 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:03:03 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:03:03 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:03:03 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:03:03 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:03:03 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:03:03 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:03:03 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:03:03 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:03:03 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:03:03 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:03:03 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:03:03 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:03:03 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:03:03 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:03:03 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:03:03 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:03:03 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:03:03 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:03:03 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:03:03 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:03:03 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:03:03 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:03:03 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:03:03 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:03:03 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:03:03 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:03:03 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:03:03 debconf: delaying package configuration, since apt-utils is not installed 21:03:04 Fetched 63.5 MB in 2s (29.8 MB/s) 21:03:04 (Reading database ... 13912 files and directories currently installed.) 21:03:04 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:03:04 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:03:04 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:03:04 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:03:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 21:03:04 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 21:03:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:06 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:06 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:06 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:06 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:06 (Reading database ... 13911 files and directories currently installed.) 21:03:06 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:03:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:03:06 (Reading database ... 13911 files and directories currently installed.) 21:03:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:07 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:03:07 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:03:07 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:07 (Reading database ... 13911 files and directories currently installed.) 21:03:07 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:03:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:03:08 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:03:08 (Reading database ... 13911 files and directories currently installed.) 21:03:08 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:03:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:03:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:03:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:03:08 Setting up base-files (10.1ubuntu2.10) ... 21:03:08 Installing new version of config file /etc/issue ... 21:03:08 Installing new version of config file /etc/issue.net ... 21:03:08 Installing new version of config file /etc/lsb-release ... 21:03:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:03:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:03:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:03:09 Removing obsolete conffile /etc/default/motd-news ... 21:03:09 (Reading database ... 13912 files and directories currently installed.) 21:03:09 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:03:09 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:03:09 Setting up bash (4.4.18-2ubuntu1.2) ... 21:03:09 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 21:03:09 (Reading database ... 13912 files and directories currently installed.) 21:03:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:03:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:03:09 (Reading database ... 13912 files and directories currently installed.) 21:03:09 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:03:09 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:03:10 Setting up tar (1.29b-2ubuntu0.1) ... 21:03:10 (Reading database ... 13912 files and directories currently installed.) 21:03:10 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:03:10 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:03:10 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:03:10 (Reading database ... 13912 files and directories currently installed.) 21:03:10 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:03:10 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:03:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:03:10 (Reading database ... 13912 files and directories currently installed.) 21:03:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:03:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:03:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:03:11 (Reading database ... 13912 files and directories currently installed.) 21:03:11 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:03:11 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:03:11 Setting up grep (3.1-2build1) ... 21:03:11 (Reading database ... 13912 files and directories currently installed.) 21:03:11 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:03:11 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:03:11 Setting up login (1:4.5-1ubuntu2) ... 21:03:11 (Reading database ... 13912 files and directories currently installed.) 21:03:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:03:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:03:12 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:03:12 (Reading database ... 13912 files and directories currently installed.) 21:03:12 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:03:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:03:12 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:03:12 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:03:12 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:03:12 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:03:13 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:03:13 (Reading database ... 13912 files and directories currently installed.) 21:03:13 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:03:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:03:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:03:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:03:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:03:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:03:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:03:14 (Reading database ... 13912 files and directories currently installed.) 21:03:14 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:03:14 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:03:15 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:03:15 (Reading database ... 13912 files and directories currently installed.) 21:03:15 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:15 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:15 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:03:15 (Reading database ... 13912 files and directories currently installed.) 21:03:15 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:15 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:15 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:03:15 (Reading database ... 13912 files and directories currently installed.) 21:03:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:03:15 (Reading database ... 13912 files and directories currently installed.) 21:03:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:16 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:16 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:03:16 (Reading database ... 13912 files and directories currently installed.) 21:03:16 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:03:16 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:03:16 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:03:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:03:16 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:03:16 (Reading database ... 13912 files and directories currently installed.) 21:03:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:03:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:03:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:03:16 (Reading database ... 13912 files and directories currently installed.) 21:03:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:03:17 (Reading database ... 13912 files and directories currently installed.) 21:03:17 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:17 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:17 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:03:17 (Reading database ... 13912 files and directories currently installed.) 21:03:17 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:18 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:03:18 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:03:18 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:03:18 (Reading database ... 13912 files and directories currently installed.) 21:03:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:03:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:03:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:03:19 (Reading database ... 13912 files and directories currently installed.) 21:03:19 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:03:19 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:03:19 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:03:19 (Reading database ... 13914 files and directories currently installed.) 21:03:19 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:03:19 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:03:19 Setting up debconf (1.5.66ubuntu1) ... 21:03:19 (Reading database ... 13914 files and directories currently installed.) 21:03:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:03:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:03:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:03:19 (Reading database ... 13914 files and directories currently installed.) 21:03:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:03:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:03:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:03:20 (Reading database ... 13914 files and directories currently installed.) 21:03:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:03:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:03:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:03:20 (Reading database ... 13914 files and directories currently installed.) 21:03:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:03:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:03:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:03:20 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:03:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:03:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:03:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:03:21 (Reading database ... 13914 files and directories currently installed.) 21:03:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:03:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:03:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:03:21 (Reading database ... 13914 files and directories currently installed.) 21:03:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:03:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:03:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:03:21 (Reading database ... 13914 files and directories currently installed.) 21:03:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:03:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:03:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:03:21 (Reading database ... 13914 files and directories currently installed.) 21:03:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:03:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:03:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:03:22 (Reading database ... 13914 files and directories currently installed.) 21:03:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:03:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:03:22 Setting up passwd (1:4.5-1ubuntu2) ... 21:03:22 (Reading database ... 13914 files and directories currently installed.) 21:03:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:03:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:03:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:03:23 (Reading database ... 13914 files and directories currently installed.) 21:03:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:03:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:03:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:03:23 (Reading database ... 13914 files and directories currently installed.) 21:03:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:03:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:03:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:03:23 (Reading database ... 13914 files and directories currently installed.) 21:03:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:03:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:03:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:03:23 (Reading database ... 13914 files and directories currently installed.) 21:03:23 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:03:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:03:23 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:03:23 (Reading database ... 13914 files and directories currently installed.) 21:03:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:03:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:03:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:03:24 (Reading database ... 13915 files and directories currently installed.) 21:03:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:03:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:03:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:03:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:03:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:03:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:03:24 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:03:24 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:03:24 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:03:24 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:03:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:03:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:03:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:03:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:03:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:03:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:03:25 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:03:25 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:03:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:03:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:03:25 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 21:03:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:03:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:03:25 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:03:25 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:03:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:03:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:03:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:03:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:03:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:03:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:03:27 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:03:27 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:03:27 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:03:27 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:03:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:03:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:03:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:28 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:29 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:29 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:30 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:30 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:31 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:03:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:03:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:03:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:03:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:03:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:03:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:03:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:03:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:03:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:03:33 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:03:33 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:03:33 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:03:33 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:03:33 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:03:33 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:03:33 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:33 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:03:33 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:03:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:03:33 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:03:33 21:03:33 Current default time zone: 'Etc/UTC' 21:03:33 Local time is now: Mon Jan 4 21:03:33 UTC 2021. 21:03:33 Universal Time is now: Mon Jan 4 21:03:33 UTC 2021. 21:03:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:03:33 21:03:33 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:03:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:34 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 21:03:34 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:03:34 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:03:34 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:03:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:03:34 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:03:34 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:03:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:03:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:03:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:03:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:34 Setting up patch (2.7.6-2ubuntu1.1) ... 21:03:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:03:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:03:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:03:34 Installing new version of config file /etc/ssl/openssl.cnf ... 21:03:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:03:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:03:34 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:03:36 Updating certificates in /etc/ssl/certs... 21:03:37 22 added, 17 removed; done. 21:03:37 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:03:37 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:03:37 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:03:37 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:03:37 Setting up pkgbinarymangler (138.18.04.1) ... 21:03:37 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:03:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:03:37 Setting up perl (5.26.1-6ubuntu0.5) ... 21:03:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:03:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:03:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:03:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:03:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:03:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:03:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:03:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:03:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:03:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:03:38 Processing triggers for systemd (237-3ubuntu10.43) ... 21:03:38 Processing triggers for mime-support (3.60ubuntu1) ... 21:03:38 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:03:38 Updating certificates in /etc/ssl/certs... 21:03:38 0 added, 0 removed; done. 21:03:38 Running hooks in /etc/ca-certificates/update.d... 21:03:38 done. 21:03:39 Reading package lists... 21:03:39 Building dependency tree... 21:03:39 Reading state information... 21:03:39 The following NEW packages will be installed: 21:03:39 apt-transport-https 21:03:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:03:39 Need to get 1696 B of archives. 21:03:39 After this operation, 153 kB of additional disk space will be used. 21:03:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:03:39 debconf: delaying package configuration, since apt-utils is not installed 21:03:39 Fetched 1696 B in 0s (45.6 kB/s) 21:03:39 Selecting previously unselected package apt-transport-https. 21:03:39 (Reading database ... 13929 files and directories currently installed.) 21:03:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:03:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:03:40 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:03:40 Waiting for network to be ready... 21:03:45 2021-01-04T21:03:43Z INFO Waiting for automatic snapd restart... 21:03:45 snapd 2.48.1 from Canonical* installed 21:03:46 "snapd" switched to the "latest/stable" channel 21:03:46 21:03:49 core18 20201210 from Canonical* installed 21:03:49 "core18" switched to the "latest/stable" channel 21:03:49 21:03:52 Removing intermediate container afb88fa77181 21:03:52 ---> bd5c4b2f10ff 21:03:52 21:03:52 Step 10/24 : FROM alpine:3.12 21:03:52 3.12: Pulling from library/alpine 21:03:52 Removing intermediate container 8f0406d98b02 21:03:52 ---> 153bb299c593 21:03:52 21:03:52 Step 10/21 : FROM scratch 21:03:52 ---> 21:03:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:03:52 Removing intermediate container 2ef87f82ba58 21:03:52 ---> d152a72f329f 21:03:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:03:52 Removing intermediate container f3caf778e154 21:03:52 ---> e8976f532aa3 21:03:52 21:03:52 Step 10/24 : FROM scratch 21:03:52 ---> 21:03:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:03:52 ---> Running in 8ec93524c98f 21:03:52 ---> Running in 16e7a4f6f0af 21:03:52 ---> Running in 5e17e6f06463 21:03:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:03:52 Status: Downloaded newer image for alpine:3.12 21:03:52 ---> afeebe901d6b 21:03:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:03:52 Removing intermediate container 8ec93524c98f 21:03:52 ---> 3729463b0684 21:03:52 Step 12/21 : ENV APP_PORT=48085 21:03:52 ---> Running in 797e99982b0c 21:03:52 ---> Running in 59364e1d25a6 21:03:52 Removing intermediate container 16e7a4f6f0af 21:03:52 ---> 6055847ff9c6 21:03:52 Step 12/24 : ENV APP_PORT=48060 21:03:52 ---> Running in c33298f5ce04 21:03:52 Removing intermediate container 59364e1d25a6 21:03:52 ---> 881c26292e78 21:03:52 Step 13/21 : EXPOSE $APP_PORT 21:03:52 ---> Running in 240b296a4a84 21:03: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 21:03:52 Removing intermediate container c33298f5ce04 21:03:52 ---> b1444c6974c3 21:03:52 Step 13/24 : EXPOSE $APP_PORT 21:03:52 ---> Running in f0d22d7b9a7b 21:03:52 Removing intermediate container 240b296a4a84 21:03:52 ---> 70eb3015d04e 21:03:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:03:52 Removing intermediate container f0d22d7b9a7b 21:03:52 ---> 55257609c171 21:03:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:52 ---> fc27ff3ab486 21:03:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:03:52 snapcraft 4.4.4 from Canonical* installed 21:03:52 "snapcraft" switched to the "latest/stable" channel 21:03:52 21:03:52 (1/5) Installing ca-certificates (20191127-r4) 21:03:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:03:52 (3/5) Installing libcurl (7.69.1-r3) 21:03:53 (4/5) Installing curl (7.69.1-r3) 21:03:53 (5/5) Installing dumb-init (1.2.2-r1) 21:03:53 Executing busybox-1.31.1-r19.trigger 21:03:53 Executing ca-certificates-20191127-r4.trigger 21:03:53 ---> 7407d36587cc 21:03:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:03:53 OK: 7 MiB in 19 packages 21:03:54 ---> 29c7cd6d479c 21:03:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:03:55 ---> 6837294d5186 21:03:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:03:56 Removing intermediate container 5e17e6f06463 21:03:56 ---> 901248acc0e3 21:03:56 21:03:56 Step 11/26 : FROM docker:20.10.0 21:03:56 20.10.0: Pulling from library/docker 21:03:56 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: 21:03:56 - README.md 21:03:56 21:03:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:03:56 ---> a031e5ce54e2 21:03:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:03:56 Removing intermediate container 797e99982b0c 21:03:56 ---> a4f8a28d1f69 21:03:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:56 ---> 312665de7553 21:03:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:03:57 ---> Running in 80cbb8ee5a4c 21:03:57 ---> Running in bafa0d8e5bdf 21:03:58 Removing intermediate container 80cbb8ee5a4c 21:03:58 ---> 47f39939538e 21:03:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:58 ---> Running in 8bd4029a8c37 21:03:58 Removing intermediate container bafa0d8e5bdf 21:03:58 ---> 83391c1184c6 21:03:58 Step 13/24 : WORKDIR / 21:03:59 ---> 861bea112dc6 21:03:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:03:59 ---> Running in d2b73be2ba29 21:03:59 Removing intermediate container 8bd4029a8c37 21:03:59 ---> 864832f6f5d6 21:03:59 Step 19/21 : LABEL arch=arm64 21:04:00 ---> Running in dd09730113cf 21:04:00 Removing intermediate container d2b73be2ba29 21:04:00 ---> 4db5fa2fea08 21:04:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:04:01 ---> d5b57af8e9ca 21:04:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:04:01 Removing intermediate container dd09730113cf 21:04:01 ---> 04f19e97a7ad 21:04:01 Step 20/21 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:04:01 ---> Running in 26f59cd2709d 21:04:02 ---> df3b43ba0232 21:04:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:04:02 Removing intermediate container 26f59cd2709d 21:04:02 ---> c474894f2efe 21:04:02 Step 21/21 : LABEL version=0.0.0 21:04:02 ---> 5bb104d10ba8 21:04:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:04:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:04:03 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:04:03 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:04:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:04:03 ---> Running in 6202ce6a0851 21:04:03 ---> Running in f083d38783d8 21:04:04 Reading package lists... 21:04:04 ---> 4867e9e40182 21:04:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:04:04 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 21:04:04 Removing intermediate container f083d38783d8 21:04:04 ---> d045fac12198 21:04:04 21:04:04 Removing intermediate container 6202ce6a0851 21:04:04 ---> fbec70eff6e3 21:04:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:05 Removing intermediate container b2a7a662a673 21:04:05 ---> 2f4d4e9d37af 21:04:05 21:04:05 Step 10/23 : FROM alpine:3.12 21:04:05 ---> afeebe901d6b 21:04:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:04:05 Successfully built d045fac12198 21:04:05 Successfully tagged docker-support-scheduler-go-arm64:latest 21:04:05  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 21:04:05 ---> Running in bc1360df3473 21:04:05 ---> Running in 66771d9084d3 21:04:06 ---> c8062f81ca34 21:04:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:04:06 Removing intermediate container bc1360df3473 21:04:06 ---> 3b3ea6b9eec4 21:04:06 Step 22/24 : LABEL arch=arm64 21:04:07 Removing intermediate container 66771d9084d3 21:04:07 ---> 5c552bdd9de4 21:04:07 Step 12/23 : ENV APP_PORT=48080 21:04:07 ---> Running in 05fe801176cd 21:04:08 ---> Running in 712f2faf8a3f 21:04:09 ---> 8b7ab3bf3087 21:04:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:04:09 Removing intermediate container 05fe801176cd 21:04:09 ---> 3250b4dabd66 21:04:09 Step 23/24 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:04:09 Removing intermediate container 712f2faf8a3f 21:04:09 ---> 0a26b26c9a27 21:04:09 Step 13/23 : EXPOSE $APP_PORT 21:04:09 ---> Running in 007dd07c6a03 21:04:09 ---> Running in bcd626ba3033 21:04:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:04:10 Reading package lists... 21:04:10 Building dependency tree... 21:04:10 Reading state information... 21:04:10 Suggested packages: 21:04:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:04:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:04:10 Recommended packages: 21:04:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:04:10 The following NEW packages will be installed: 21:04:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:04:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:04:10 pkg-config zip 21:04:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:04:10 Need to get 7655 kB of archives. 21:04:10 After this operation, 43.7 MB of additional disk space will be used. 21:04:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:04:10 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:04:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:04:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:04:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:04:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:04:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:04:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:04:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:04:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:04:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:04:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:04:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:04:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:04:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:04:11 debconf: delaying package configuration, since apt-utils is not installed 21:04:11 Fetched 7655 kB in 1s (9083 kB/s) 21:04:11 Selecting previously unselected package libglib2.0-0:amd64. 21:04:11 (Reading database ... 13933 files and directories currently installed.) 21:04:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:04:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:04:11 Removing intermediate container bcd626ba3033 21:04:11 ---> d18dd35c4b2a 21:04:11 Step 24/24 : LABEL version=0.0.0 21:04:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:04:11 Removing intermediate container 007dd07c6a03 21:04:11 ---> 07acafe4500b 21:04:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStatus: Downloaded newer image for docker:20.10.0 21:04:11 21:04:11 ---> eeaf43b92773 21:04:11 Step 12/26 : RUN apk add --no-cache bash 21:04:11 Selecting previously unselected package libpsl5:amd64. 21:04:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:04:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:04:11 Selecting previously unselected package libnghttp2-14:amd64. 21:04:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:04:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:04:12 Selecting previously unselected package librtmp1:amd64. 21:04:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:04:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:04:12 Selecting previously unselected package libcurl3-gnutls:amd64. 21:04:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:04:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:04:12 ---> Running in 104fbf4ad478 21:04:12 ---> f6cecf51d6c0 21:04:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:04:12 Selecting previously unselected package liberror-perl. 21:04:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:04:12 Unpacking liberror-perl (0.17025-1) ... 21:04:12 Selecting previously unselected package git-man. 21:04:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:04:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:04:12 ---> Running in 105c8ae1c269 21:04:12 ---> Running in c696b942e952 21:04:12 Selecting previously unselected package git. 21:04:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:04:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:04:13 Removing intermediate container 104fbf4ad478 21:04:13 ---> db043089a39a 21:04:13 21:04:13 Selecting previously unselected package libnorm1:amd64. 21:04:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:04:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:04:13 Selecting previously unselected package libpgm-5.2-0:amd64. 21:04:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:04:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:04:13 Selecting previously unselected package libsodium23:amd64. 21:04:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:04:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:04:13 ---> f89b1e1e62c2 21:04:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:13 Successfully built db043089a39a 21:04:13 Selecting previously unselected package libzmq5:amd64. 21:04:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:04:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:04:13 Selecting previously unselected package libzmq3-dev:amd64. 21:04:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:04:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:04:14 Successfully tagged docker-support-notifications-go-arm64:latest 21:04:14  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 21:04:14 ---> Running in 3b6eed925be2 21:04:14 Selecting previously unselected package pkg-config. 21:04:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:04:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:04:14 Selecting previously unselected package zip. 21:04:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:04:14 Unpacking zip (3.0-11build1) ... 21:04:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:04:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:04:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:04:14 Setting up liberror-perl (0.17025-1) ... 21:04:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:04:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:04:14 No schema files found: doing nothing. 21:04:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:04:14 Setting up zip (3.0-11build1) ... 21:04:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:04:14 Setting up libsodium23:amd64 (1.0.16-2) ... 21:04:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:04:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:04:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:04:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:04:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:04:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:04:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:15 (1/2) Installing readline (8.0.4-r0) 21:04:15 (2/2) Installing bash (5.0.17-r0) 21:04:15 Executing bash-5.0.17-r0.post-install 21:04:15 Executing busybox-1.31.1-r19.trigger 21:04:15 OK: 12 MiB in 22 packages 21:04:16 Removing intermediate container 105c8ae1c269 21:04:16 ---> 67fe97125eae 21:04:16 Step 15/23 : RUN apk add --update --no-cache zeromq 21:04:17 ---> Running in 5997d2b45cff 21:04:18 Removing intermediate container c696b942e952 21:04:18 ---> c7c99462ca71 21:04:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:04:18 Removing intermediate container 3b6eed925be2 21:04:18 ---> 02dd509887bd 21:04:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:04:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:19 ---> Running in 9c48368b6112 21:04:19 ---> Running in 4f5ab1942678 21:04:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:20 Removing intermediate container 9c48368b6112 21:04:20 ---> e12d72f5ce6c 21:04:20 Step 14/26 : ENV APP_PORT=48090 21:04:20 Removing intermediate container 4f5ab1942678 21:04:20 ---> 527b57693ea4 21:04:20 Step 22/24 : LABEL arch=arm64 21:04:20 (1/5) Installing libgcc (9.3.0-r2) 21:04:20 (2/5) Installing libsodium (1.0.18-r0) 21:04:20 (3/5) Installing libstdc++ (9.3.0-r2) 21:04:20 ---> Running in 848f86ff49f2 21:04:20 (4/5) Installing libzmq (4.3.3-r0) 21:04:20 (5/5) Installing zeromq (4.3.3-r0) 21:04:21 ---> Running in d138052cb478 21:04:21 Executing busybox-1.31.1-r19.trigger 21:04:21 OK: 8 MiB in 19 packages 21:04:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:04:21 git set to automatically installed. 21:04:21 git-man set to automatically installed. 21:04:21 libcurl3-gnutls set to automatically installed. 21:04:21 liberror-perl set to automatically installed. 21:04:21 libglib2.0-0 set to automatically installed. 21:04:21 libnghttp2-14 set to automatically installed. 21:04:21 libnorm1 set to automatically installed. 21:04:21 libpgm-5.2-0 set to automatically installed. 21:04:21 libpsl5 set to automatically installed. 21:04:21 librtmp1 set to automatically installed. 21:04:21 libsodium23 set to automatically installed. 21:04:21 libzmq3-dev set to automatically installed. 21:04:21 libzmq5 set to automatically installed. 21:04:21 pkg-config set to automatically installed. 21:04:21 zip set to automatically installed. 21:04:21 Removing intermediate container 848f86ff49f2 21:04:21 ---> f97f5203cb5c 21:04:21 Step 15/26 : EXPOSE $APP_PORT 21:04:22 ---> Running in 1e321f67413a 21:04:22 Removing intermediate container d138052cb478 21:04:22 ---> fed17d0eb53f 21:04:22 Step 23/24 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:04:22 snapd is not logged in, snap install commands will use sudo 21:04:22 ---> Running in bd9e07a6d707 21:04:22 Removing intermediate container 1e321f67413a 21:04:22 ---> 265ebaa5695e 21:04:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:04:23 Removing intermediate container bd9e07a6d707 21:04:23 ---> 25adb100507f 21:04:23 Step 24/24 : LABEL version=0.0.0 21:04:23 Removing intermediate container 5997d2b45cff 21:04:23 ---> fe71ace052db 21:04:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:04:24 ---> Running in 8c23aead1dc0 21:04:25 ---> 880c2de8a939 21:04:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:04:25 Removing intermediate container 8c23aead1dc0 21:04:25 ---> 5683a580cfc9 21:04:25 21:04:25 ---> 7a8672d00cbc 21:04:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:04:25 Successfully built 5683a580cfc9 21:04:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:04:26 Building docker-core-command-go 21:04:26  Building docker-security-secretstore-setup-go ... done  ---> 9eb578ee754a 21:04:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:04:27 ---> 2d14048b74a6 21:04:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:04:27 ---> 1522fe98beb5 21:04:27 Step 19/26 : RUN apk --no-cache add py3-pip 21:04:27 ---> Running in 96fc795f2ef9 21:04:28 ---> 48582485a317 21:04:28 Step 19/23 : ENTRYPOINT ["/core-data"] 21:04:28 ---> Running in cb448f14d83e 21:04:29 Removing intermediate container cb448f14d83e 21:04:29 ---> 89c054741124 21:04:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:29 ---> Running in 660bd51b70b7 21:04:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:04:29 snap "core18" has no updates available 21:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:30 Pulling config-common 21:04:30 (1/33) Installing libbz2 (1.0.8-r1) 21:04:30 (2/33) Installing expat (2.2.9-r1) 21:04:30 (3/33) Installing libffi (3.3-r2) 21:04:30 (4/33) Installing gdbm (1.13-r1) 21:04:30 (5/33) Installing xz-libs (5.2.5-r0) 21:04:30 Removing intermediate container 660bd51b70b7 21:04:30 ---> 9dc202f5d346 21:04:30 Step 21/23 : LABEL arch=arm64 21:04:30 (6/33) Installing sqlite-libs (3.32.1-r0) 21:04:30 (7/33) Installing python3 (3.8.5-r0) 21:04:31 Pulling go-build-helper 21:04:31 ---> Running in 2120e920e7bb 21:04:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:04:32 ---> 6e1c33147e46 21:04:32 Step 3/21 : WORKDIR /edgex-go 21:04:32 ---> Using cache 21:04:32 ---> f78ad5a6ccfa 21:04:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:32 ---> Using cache 21:04:32 ---> 9435546f5833 21:04:32 Step 5/21 : RUN apk add --update --no-cache make git 21:04:32 (8/33) Installing py3-appdirs (1.4.4-r1) 21:04:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:04:32 (10/33) Installing py3-parsing (2.4.7-r0) 21:04:32 (11/33) Installing py3-six (1.15.0-r0) 21:04:32 (12/33) Installing py3-packaging (20.4-r0) 21:04:32 (13/33) Installing py3-setuptools (47.0.0-r0) 21:04:32 (14/33) Installing py3-chardet (3.0.4-r4) 21:04:32 (15/33) Installing py3-idna (2.9-r0) 21:04:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:04:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:04:32 ---> Running in bc1b03e756ac 21:04:32 (18/33) Installing py3-requests (2.23.0-r0) 21:04:32 (19/33) Installing py3-msgpack (1.0.0-r0) 21:04:32 (20/33) Installing py3-lockfile (0.12.2-r3) 21:04:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:04:32 (22/33) Installing py3-colorama (0.4.3-r0) 21:04:32 (23/33) Installing py3-distlib (0.3.0-r0) 21:04:32 (24/33) Installing py3-distro (1.5.0-r1) 21:04:32 (25/33) Installing py3-webencodings (0.5.1-r3) 21:04:32 (26/33) Installing py3-html5lib (1.0.1-r4) 21:04:33 (27/33) Installing py3-pytoml (0.1.21-r0) 21:04:33 (28/33) Installing py3-pep517 (0.8.2-r0) 21:04:33 (29/33) Installing py3-progress (1.5-r0) 21:04:33 (30/33) Installing py3-toml (0.10.1-r0) 21:04:33 (31/33) Installing py3-retrying (1.3.3-r0) 21:04:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:04:33 (33/33) Installing py3-pip (20.1.1-r0) 21:04:33 Executing busybox-1.31.1-r19.trigger 21:04:33 OK: 71 MiB in 55 packages 21:04:33 Removing intermediate container 2120e920e7bb 21:04:33 ---> 4433ce24d87a 21:04:33 Step 22/23 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:04:34 ---> Running in 73c94e43e77f 21:04:35 Removing intermediate container 73c94e43e77f 21:04:35 ---> fa6c62152283 21:04:35 Step 23/23 : LABEL version=0.0.0 21:04:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:35 ---> Running in 24d4f7554c49 21:04:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:36 OK: 217 MiB in 51 packages 21:04:36 Removing intermediate container 24d4f7554c49 21:04:36 ---> 832b8d1fb3a0 21:04:36 21:04:37 Successfully built 832b8d1fb3a0 21:04:38 Successfully tagged docker-core-data-go-arm64:latest 21:04:38  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 21:04:39 Removing intermediate container bc1b03e756ac 21:04:39 ---> 253271c32d90 21:04:39 Step 6/21 : COPY go.mod . 21:04:40 ---> ca97c0cc66bb 21:04:40 Step 7/21 : RUN go mod download 21:04:40 ---> Running in 1c9eb225f1d1 21:04:42 Removing intermediate container 96fc795f2ef9 21:04:42 ---> 59c33855e3ff 21:04:42 Step 20/26 : RUN pip install docker-compose==1.23.2 21:04:42 ---> Running in 2de8f4e309b2 21:04:44 Removing intermediate container 1c9eb225f1d1 21:04:44 ---> 7dada59c33a0 21:04:44 Step 8/21 : COPY . . 21:04:48 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:48 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:04:48 ---> 6e1c33147e46 21:04:48 Step 3/32 : WORKDIR /edgex-go 21:04:48 ---> Using cache 21:04:48 ---> f78ad5a6ccfa 21:04:48 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:48 ---> Using cache 21:04:48 ---> 9435546f5833 21:04:48 Step 5/32 : RUN apk add --update --no-cache make git 21:04:48 ---> Using cache 21:04:48 ---> 253271c32d90 21:04:48 Step 6/32 : COPY go.mod . 21:04:48 ---> Using cache 21:04:48 ---> ca97c0cc66bb 21:04:48 Step 7/32 : RUN go mod download 21:04:48 ---> Using cache 21:04:48 ---> 7dada59c33a0 21:04:48 Step 8/32 : COPY . . 21:04:50 Collecting docker-compose==1.23.2 21:04:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:04:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:04:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:04:52 Collecting cached-property<2,>=1.2.0 21:04:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:04:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:04:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:04:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:04:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:04:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 21:04:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:04:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:04:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:04:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:04:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:04:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:04:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:04:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:04:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:04:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:04:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:04:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:04:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:04:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:04:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:04:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:04:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:04:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:04:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:04:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:04:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:04:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:04:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:04:53 Fetched 23.6 MB in 0s (0 B/s) 21:04:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:04:53 Fetched 96.5 kB in 0s (0 B/s) 21:04:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:04:53 Fetched 279 kB in 0s (0 B/s) 21:04:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:04:53 Fetched 122 kB in 0s (0 B/s) 21:04:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:04:53 Fetched 77.8 kB in 0s (0 B/s) 21:04:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:04:53 Fetched 8848 B in 0s (0 B/s) 21:04:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:04:53 Fetched 47.8 kB in 0s (0 B/s) 21:04:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:04:53 Fetched 45.6 kB in 0s (0 B/s) 21:04:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 21:04:53 Fetched 14.8 kB in 0s (0 B/s) 21:04:53 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:04:53 Fetched 214 kB in 0s (0 B/s) 21:04:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:04:53 Fetched 155 kB in 0s (0 B/s) 21:04:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:04:53 Fetched 50.6 kB in 0s (0 B/s) 21:04:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:04:53 Fetched 14.8 kB in 0s (0 B/s) 21:04:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:04:53 Fetched 41.8 kB in 0s (0 B/s) 21:04:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:04:53 Fetched 499 kB in 0s (0 B/s) 21:04:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:04:53 Fetched 111 kB in 0s (0 B/s) 21:04:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:04:53 Fetched 240 kB in 0s (0 B/s) 21:04:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:04:53 Fetched 29.3 kB in 0s (0 B/s) 21:04:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:04:53 Fetched 85.5 kB in 0s (0 B/s) 21:04:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:04:53 Fetched 24.5 kB in 0s (0 B/s) 21:04:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 21:04:53 Fetched 49.2 kB in 0s (0 B/s) 21:04:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:04:53 Fetched 54.2 kB in 0s (0 B/s) 21:04:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:04:53 Fetched 30.8 kB in 0s (0 B/s) 21:04:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:04:53 Fetched 17.0 kB in 0s (0 B/s) 21:04:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:04:53 Fetched 85.9 kB in 0s (0 B/s) 21:04:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:04:53 Fetched 8720 B in 0s (0 B/s) 21:04:53 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:04:53 Fetched 137 kB in 0s (0 B/s) 21:04:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:04:53 Fetched 119 kB in 0s (0 B/s) 21:04:53 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:04:53 Fetched 109 kB in 0s (0 B/s) 21:04:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:04:53 Fetched 11.1 kB in 0s (0 B/s) 21:04:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:04:53 Fetched 645 kB in 0s (0 B/s) 21:04:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:04:53 Fetched 41.3 kB in 0s (0 B/s) 21:04:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:04:53 Fetched 17.9 kB in 0s (0 B/s) 21:04:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:04:53 Fetched 368 kB in 0s (0 B/s) 21:04:53 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 21:04:53 Fetched 187 kB in 0s (0 B/s) 21:04:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:04:53 Fetched 175 kB in 0s (0 B/s) 21:04:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:04:53 Collecting jsonschema<3,>=2.5.1 21:04:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:04:53 Collecting texttable<0.10,>=0.9.0 21:04:53 Downloading texttable-0.9.1.tar.gz (11 kB) 21:04:55 Fetched 206 kB in 0s (0 B/s) 21:04:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:04:55 Fetched 1301 kB in 0s (0 B/s) 21:04:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:04:55 Fetched 36.2 kB in 0s (0 B/s) 21:04:55 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:04:55 Fetched 159 kB in 0s (0 B/s) 21:04:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:04:55 Fetched 107 kB in 0s (0 B/s) 21:04:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:04:55 Fetched 48.7 kB in 0s (0 B/s) 21:04:55 Pulling static-packages 21:04:56 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:04:56 Skipping pull go-build-helper (already ran) 21:04:56 Skipping pull static-packages (already ran) 21:04:56 Building go-build-helper 21:04:56 Collecting websocket-client<1.0,>=0.32.0 21:04:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:04:57 Collecting docker<4.0,>=3.6.0 21:04:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:04:59 Collecting PyYAML<4,>=3.10 21:04:59 Downloading PyYAML-3.13.tar.gz (270 kB) 21:04:59 Building static-packages 21:05:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:00 ---> 6e1c33147e46 21:05:00 Step 3/22 : WORKDIR /edgex-go 21:05:00 ---> Using cache 21:05:00 ---> f78ad5a6ccfa 21:05:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:00 ---> Using cache 21:05:00 ---> 9435546f5833 21:05:00 Step 5/22 : RUN apk add --update --no-cache make git 21:05:00 ---> Using cache 21:05:00 ---> 253271c32d90 21:05:00 Step 6/22 : COPY go.mod . 21:05:00 ---> Using cache 21:05:00 ---> ca97c0cc66bb 21:05:00 Step 7/22 : RUN go mod download 21:05:00 ---> Using cache 21:05:00 ---> 7dada59c33a0 21:05:00 Step 8/22 : COPY . . 21:05:01 Staging go-build-helper 21:05:02 Staging static-packages 21:05:03 Pulling go115 21:05:03 Collecting docopt<0.7,>=0.6.1 21:05:03 Downloading docopt-0.6.2.tar.gz (25 kB) 21:05:04 'edgex-go' has dependencies that need to be staged: go115 21:05:04 Skipping pull go115 (already ran) 21:05:04 Building go115 21:05:04 % Total % Received % Xferd Average Speed Time Time Time Current 21:05:04 Dload Upload Total Spent Left Speed 21:05:06 Collecting dockerpty<0.5,>=0.4.1 21:05:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:05:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.6M 0 0 24.8M 0 0:00:04 --:--:-- 0:00:04 24.8M 48 115M 48 56.2M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 92 115M 92 106M 0 0 38.2M 0 0:00:03 0:00:02 0:00:01 38.1M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M 21:05:07 go1.15.2.linux-amd64.tar.gz: OK 21:05:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:09 ---> 6e1c33147e46 21:05:09 Step 3/22 : WORKDIR /edgex-go 21:05:09 ---> Using cache 21:05:09 ---> f78ad5a6ccfa 21:05:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:09 ---> Using cache 21:05:09 ---> 9435546f5833 21:05:09 Step 5/22 : RUN apk add --update --no-cache make git 21:05:09 ---> Using cache 21:05:09 ---> 253271c32d90 21:05:09 Step 6/22 : COPY go.mod . 21:05:09 ---> Using cache 21:05:09 ---> ca97c0cc66bb 21:05:09 Step 7/22 : RUN go mod download 21:05:09 ---> Using cache 21:05:09 ---> 7dada59c33a0 21:05:09 Step 8/22 : COPY . . 21:05:10 Collecting urllib3<1.25,>=1.21.1 21:05:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:05:11 Staging go115 21:05:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:05:12 Collecting idna<2.8,>=2.5 21:05:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:05:13 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) 21:05:13 Collecting docker-pycreds>=0.4.0 21:05:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:05:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:05:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:05:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:05:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:05:16 Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, texttable, websocket-client, docker-pycreds, docker, PyYAML, docopt, dockerpty, docker-compose 21:05:16 Attempting uninstall: urllib3 21:05:16 Found existing installation: urllib3 1.25.9 21:05:16 Uninstalling urllib3-1.25.9: 21:05:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:05:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:05:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:05:16 Fetched 0 B in 0s (0 B/s) 21:05:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:05:16 Fetched 224 kB in 0s (0 B/s) 21:05:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:05:16 Fetched 157 kB in 0s (0 B/s) 21:05:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:05:16 Fetched 221 kB in 0s (0 B/s) 21:05:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:05:16 Fetched 143 kB in 0s (0 B/s) 21:05:16 Pulling edgex-go 21:05:16 Successfully uninstalled urllib3-1.25.9 21:05:17 Attempting uninstall: idna 21:05:17 Found existing installation: idna 2.9 21:05:17 Uninstalling idna-2.9: 21:05:17 Successfully uninstalled idna-2.9 21:05:17 ---> f1339d77a16a 21:05:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:05:17 Pulling version 21:05:18 ---> 687747839e69 21:05:18 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:05:18 Attempting uninstall: requests 21:05:18 Found existing installation: requests 2.23.0 21:05:18 Uninstalling requests-2.23.0: 21:05:18 Building config-common 21:05:18 Successfully uninstalled requests-2.23.0 21:05:19 ---> Running in 840da48be4fe 21:05:19 ---> Running in 5363eb5d497b 21:05:19 Running setup.py install for texttable: started 21:05:20 Skipping build go-build-helper (already ran) 21:05:20 Skipping build static-packages (already ran) 21:05:20 Skipping build go115 (already ran) 21:05:20 Building edgex-go 21:05:20 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 21:05:21 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 21:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:05:22 go: downloading github.com/gorilla/mux v1.8.0 21:05:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 21:05:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:05:22 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 21:05:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:05:22 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:05:22 go: downloading github.com/google/uuid v1.1.3 21:05:22 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 21:05:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 21:05:22 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 21:05:22 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:05:22 go: downloading github.com/pelletier/go-toml v1.2.0 21:05:22 go: downloading github.com/x448/float16 v0.8.4 21:05:22 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:05:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:05:22 go: downloading github.com/BurntSushi/toml v0.3.1 21:05:22 go: downloading github.com/hashicorp/consul/api v1.1.0 21:05:22 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:05:22 go: downloading github.com/pebbe/zmq4 v1.0.0 21:05:22 go: downloading github.com/imdario/mergo v0.3.11 21:05:22 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:05:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:05:22 go: downloading github.com/pkg/errors v0.8.1 21:05:22 Running setup.py install for texttable: finished with status 'done' 21:05:22 go: downloading github.com/mitchellh/copystructure v1.0.0 21:05:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:05:22 go: downloading gopkg.in/yaml.v2 v2.4.0 21:05:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:05:22 go: downloading github.com/go-kit/kit v0.8.0 21:05:22 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:05:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:05:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:05:22 go: downloading github.com/hashicorp/serf v0.8.2 21:05:22 go: downloading github.com/go-playground/universal-translator v0.17.0 21:05:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:05:22 go: downloading github.com/leodido/go-urn v1.2.0 21:05:22 go: downloading github.com/go-playground/locales v0.13.0 21:05:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:05:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:05:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:05:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:05:22 ---> abbff932e19c 21:05:22 Step 9/22 : RUN make cmd/core-command/core-command 21:05:23 ---> Running in a6d826b86985 21:05:23 Running setup.py install for PyYAML: started 21:05:25 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 21:05:27 Running setup.py install for PyYAML: finished with status 'done' 21:05:27 Running setup.py install for docopt: started 21:05:29 ---> 3c5e07e68ea4 21:05:29 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:05:29 ---> Running in 5a759f55648e 21:05:29 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 21:05:31 Running setup.py install for docopt: finished with status 'done' 21:05:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:05:31 Running setup.py install for dockerpty: started 21:05:32 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 21:05:33 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 21:05:34 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 21:05:34 Running setup.py install for dockerpty: finished with status 'done' 21:05:34 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 21:05:34 go: downloading github.com/stretchr/testify v1.6.1 21:05:34 go: downloading github.com/pmezard/go-difflib v1.0.0 21:05:34 go: downloading github.com/davecgh/go-spew v1.1.1 21:05:34 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:05:36 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 21:05:36 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 21:05:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:05:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:05:37 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 21:05:37 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:05:38 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 21:05:38 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:05:40 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 21:05:40 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 21:05:41 Removing intermediate container 2de8f4e309b2 21:05:41 ---> 70687d70fc1e 21:05:41 Step 21/26 : RUN apk --no-cache add curl 21:05: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 21:05:41 ---> Running in 7b8d3a5c2a28 21:05:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:05:42 go: downloading github.com/lib/pq v1.9.0 21:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:05:44 (2/3) Installing libcurl (7.69.1-r3) 21:05:44 Building version 21:05:44 (3/3) Installing curl (7.69.1-r3) 21:05:44 Executing busybox-1.31.1-r19.trigger 21:05:44 OK: 71 MiB in 58 packages 21:05:46 Staging config-common 21:05:46 Removing intermediate container 7b8d3a5c2a28 21:05:46 ---> cd2ad713ce78 21:05:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:05:47 ---> Running in b4999e720988 21:05:47 Skipping stage go-build-helper (already ran) 21:05:47 Skipping stage static-packages (already ran) 21:05:47 Skipping stage go115 (already ran) 21:05:47 Staging edgex-go 21:05:48 Removing intermediate container b4999e720988 21:05:48 ---> 8126a407203b 21:05:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:48 ---> Running in e22ed87f17bd 21:05:48 Staging version 21:05:48 Removing intermediate container e22ed87f17bd 21:05:48 ---> 00cbd34e563f 21:05:48 Step 24/26 : LABEL arch=arm64 21:05:49 ---> Running in 3b7bd0891c78 21:05:49 Priming config-common 21:05:49 Removing intermediate container 3b7bd0891c78 21:05:49 ---> a963b0081337 21:05:49 Step 25/26 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:05:50 ---> Running in 2998641c1d93 21:05:50 Priming go-build-helper 21:05:50 Removing intermediate container 2998641c1d93 21:05:50 ---> 0e10e30f53f8 21:05:50 Step 26/26 : LABEL version=0.0.0 21:05:50 ---> Running in 2b0f5f14345a 21:05:51 Priming static-packages 21:05:51 Removing intermediate container 2b0f5f14345a 21:05:51 ---> 4fe2a4a961d4 21:05:51 21:05:52 Successfully built 4fe2a4a961d4 21:05:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:05:52  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 21:05:53 Priming go115 21:05:54 Priming edgex-go 21:05:55 Priming version 21:05:56 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] } 21:06:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:19 ---> 6e1c33147e46 21:06:19 Step 3/22 : WORKDIR /edgex-go 21:06:19 ---> Using cache 21:06:19 ---> f78ad5a6ccfa 21:06:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:19 ---> Using cache 21:06:19 ---> 9435546f5833 21:06:19 Step 5/22 : RUN apk add --update --no-cache make git 21:06:19 ---> Using cache 21:06:19 ---> 253271c32d90 21:06:19 Step 6/22 : COPY go.mod . 21:06:19 ---> Using cache 21:06:19 ---> ca97c0cc66bb 21:06:19 Step 7/22 : RUN go mod download 21:06:19 ---> Using cache 21:06:19 ---> 7dada59c33a0 21:06:19 Step 8/22 : COPY . . 21:06:19 ---> Using cache 21:06:19 ---> 3c5e07e68ea4 21:06:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:06:20 ---> Running in a95da0d22c1e 21:06:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:06: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 21:06:54 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 21:07:04 Removing intermediate container 840da48be4fe 21:07:04 ---> 413bf579b23e 21:07:04 21:07:04 Step 10/21 : FROM alpine:3.12 21:07:04 ---> afeebe901d6b 21:07:04 Step 11/21 : RUN apk add --update --no-cache curl 21:07:04 ---> Running in 7a7f8b4876b3 21:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:05 (1/4) Installing ca-certificates (20191127-r4) 21:07:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:07:05 (3/4) Installing libcurl (7.69.1-r3) 21:07:06 (4/4) Installing curl (7.69.1-r3) 21:07:06 Executing busybox-1.31.1-r19.trigger 21:07:06 Executing ca-certificates-20191127-r4.trigger 21:07:06 OK: 7 MiB in 18 packages 21:07:10 Removing intermediate container 7a7f8b4876b3 21:07:10 ---> 4fe650ef5865 21:07:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:07:10 ---> Running in 7334d3fc9dee 21:07:10 Removing intermediate container 5a759f55648e 21:07:10 ---> 23d356a16b96 21:07:10 21:07:10 Step 10/22 : FROM alpine:3.12 21:07:10 ---> afeebe901d6b 21:07:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:07:10 ---> Using cache 21:07:10 ---> a4f8a28d1f69 21:07:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:07:11 ---> Running in 609a050b24f7 21:07:11 Removing intermediate container 7334d3fc9dee 21:07:11 ---> 8ed709e2d6bc 21:07:11 Step 13/21 : WORKDIR /edgex 21:07:11 ---> Running in eee5ec9fdc57 21:07:12 Removing intermediate container 609a050b24f7 21:07:12 ---> 3a4bb0aa2dca 21:07:12 Step 13/22 : WORKDIR / 21:07:12 ---> Running in 2b009155e7b9 21:07:13 Removing intermediate container eee5ec9fdc57 21:07:13 ---> f1f79c902d1e 21:07:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:07:13 Removing intermediate container a6d826b86985 21:07:13 ---> bd8e26a752bd 21:07:13 21:07:13 Step 10/22 : FROM scratch 21:07:13 ---> 21:07:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:07:13 ---> Using cache 21:07:13 ---> 3729463b0684 21:07:13 Step 12/22 : ENV APP_PORT=48082 21:07:13 ---> Running in 32e46d86ff83 21:07:13 Removing intermediate container 2b009155e7b9 21:07:13 ---> 09100120e397 21:07:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:07:14 ---> 8167b846a374 21:07:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:07:14 Removing intermediate container 32e46d86ff83 21:07:14 ---> ae6a646cf1d9 21:07:14 Step 13/22 : EXPOSE $APP_PORT 21:07:14 ---> Running in fe1651fefb35 21:07:15 ---> 7ab4c6da92ed 21:07:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:07:16 Removing intermediate container fe1651fefb35 21:07:16 ---> 246df4d59891 21:07:16 Step 14/22 : WORKDIR / 21:07:16 ---> Running in 5c097150029c 21:07:16 ---> 45d6627096c2 21:07:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:07:17 ---> f5737396d6dc 21:07:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:07:17 Removing intermediate container 5c097150029c 21:07:17 ---> 7a8dabcb594b 21:07:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:07:19 Removing intermediate container 5363eb5d497b 21:07:19 ---> 8e1983d1c07d 21:07:19 21:07:19 Step 10/32 : FROM alpine:3.12 21:07:19 ---> afeebe901d6b 21:07:19 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 21:07:19 ---> 67fa7d9e6a84 21:07:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:07:19 ---> Running in 59ad43ce8dda 21:07:19 ---> 8632e4cec155 21:07:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:07:19 ---> 8fc7ade6d0f0 21:07:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:07:19 ---> Running in 57fa603622f0 21:07:21 Removing intermediate container 57fa603622f0 21:07:21 ---> c233d0369af8 21:07:21 Step 18/21 : CMD ["--init=true"] 21:07:21 ---> a9fd29233138 21:07:21 Step 18/22 : RUN chmod +x entrypoint.sh 21:07:21 ---> Running in bd2136a7c89d 21:07:21 ---> Running in 5d2ce1553533 21:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:22 ---> 139aed45b999 21:07:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:07:22 Removing intermediate container bd2136a7c89d 21:07:22 ---> 31ffcaf6c541 21:07:22 Step 19/21 : LABEL arch=arm64 21:07:22 (1/2) Installing dumb-init (1.2.2-r1) 21:07:22 (2/2) Installing openssl (1.1.1i-r0) 21:07:22 Executing busybox-1.31.1-r19.trigger 21:07:22 OK: 6 MiB in 16 packages 21:07:22 ---> Running in 6a3e3656d8a4 21:07:23 Removing intermediate container 6a3e3656d8a4 21:07:23 ---> 6164bd220cbe 21:07:23 Step 20/21 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:07:23 ---> 715955dac1ef 21:07:23 Step 18/22 : ENTRYPOINT ["/core-command"] 21:07:23 ---> Running in 31ac93c63f52 21:07:24 ---> Running in 191770a951ce 21:07:24 Removing intermediate container 59ad43ce8dda 21:07:24 Removing intermediate container 31ac93c63f52 21:07:24 ---> 8c5c6610afb6 21:07:24 Step 21/21 : LABEL version=0.0.0 21:07:24 ---> 3b02306bcfef 21:07:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:07:25 ---> Running in 4290cbb37f05 21:07:25 ---> Running in bcce0c6699c9 21:07:25 Removing intermediate container 191770a951ce 21:07:25 ---> 448be20d9cd8 21:07:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:25 Removing intermediate container 5d2ce1553533 21:07:25 ---> 29efb307d7d8 21:07:25 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:07:25 ---> Running in 2a0fc84e96c6 21:07:25 ---> Running in f65b6a1e162c 21:07:26 Removing intermediate container 4290cbb37f05 21:07:26 ---> c5d430d4b9b3 21:07:26 21:07:26 Removing intermediate container bcce0c6699c9 21:07:26 ---> 913e25c81a22 21:07:26 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 21:07:26 Removing intermediate container 2a0fc84e96c6 21:07:26 ---> 9b9a098b0958 21:07:26 Step 20/22 : LABEL arch=arm64 21:07:26 ---> Running in 881a117aab8d 21:07:26 Removing intermediate container f65b6a1e162c 21:07:26 ---> 97abb6785133 21:07:26 Step 20/22 : LABEL arch=arm64 21:07:26 ---> Running in dc620139f4d8 21:07:26 ---> Running in 8502411ffc71 21:07:27 Successfully built c5d430d4b9b3 21:07:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:07:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 881a117aab8d 21:07:27 ---> 1dc545b7b269 21:07:27 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 21:07:27 ---> Running in 41e48cb2b562 21:07:27 Removing intermediate container dc620139f4d8 21:07:27 ---> 35c4269cdf9d 21:07:27 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:07:27 Removing intermediate container 8502411ffc71 21:07:27 ---> 98a0cdf7c061 21:07:27 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:07:27 ---> Running in 5ef624f332a8 21:07:28 ---> Running in fb5f3c4bba7e 21:07:28 Removing intermediate container 5ef624f332a8 21:07:28 ---> bee462f07b05 21:07:28 Step 22/22 : LABEL version=0.0.0 21:07:28 ---> Running in c3faa69dbc47 21:07:29 Removing intermediate container fb5f3c4bba7e 21:07:29 ---> ba8dd9a8f1db 21:07:29 Step 22/22 : LABEL version=0.0.0 21:07:29 ---> Running in 7a817526e810 21:07:29 Connecting to github.com (140.82.112.4:443) 21:07:29 Removing intermediate container c3faa69dbc47 21:07:29 ---> f7e3550f8b1f 21:07:29 21:07:30 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.139.131:443) 21:07:30 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 21:07:30 dockerize-alpine-lin 61% |******************* | 1819k 0:00:00 ETA 21:07:30 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 21:07:30 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 21:07:30 Removing intermediate container 7a817526e810 21:07:30 ---> cd450a98071e 21:07:30 21:07:30 dockerize 21:07:30 Successfully built f7e3550f8b1f 21:07:30 Successfully tagged docker-core-command-go-arm64:latest 21:07:30  Building docker-core-command-go ... done Successfully built cd450a98071e 21:07:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:07:32  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 41e48cb2b562 21:07:32 ---> f56d6d9553e5 21:07:32 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 21:07:32 ---> Running in 52d442a12bdc 21:07:33 Removing intermediate container 52d442a12bdc 21:07:33 ---> a1f461ae61eb 21:07:33 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:07:33 ---> Running in a8d30b7c8d74 21:07:34 Removing intermediate container a8d30b7c8d74 21:07:34 ---> 08d6ffe7c70f 21:07:34 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 21:07:34 ---> Running in ec8fd596d9b7 21:07:35 Copy dockerize executable 21:07:37 Removing intermediate container ec8fd596d9b7 21:07:37 ---> 50649c9bf493 21:07:37 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 21:07:37 ---> Running in e2828ea86825 21:07:37 Removing intermediate container e2828ea86825 21:07:37 ---> b0da406c6de5 21:07:37 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:07:38 ---> e983f4fb24b7 21:07:38 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:07:38 ---> Running in 6edc8a0d2440 21:07:41 Removing intermediate container 6edc8a0d2440 21:07:41 ---> acc37a8b7f66 21:07:41 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:07:43 ---> a1a64d4f60b5 21:07:43 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:07:43 Removing intermediate container a95da0d22c1e 21:07:43 ---> 8843cb4a2303 21:07:43 21:07:43 Step 10/22 : FROM scratch 21:07:43 ---> 21:07:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:07:43 ---> Using cache 21:07:43 ---> 3729463b0684 21:07:43 Step 12/22 : ENV APP_PORT=48081 21:07:44 ---> Running in 4be1aa4e0630 21:07:44 ---> 60d4c821a818 21:07:44 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:07:44 Removing intermediate container 4be1aa4e0630 21:07:44 ---> bda0cd0a968a 21:07:44 Step 13/22 : EXPOSE $APP_PORT 21:07:44 ---> Running in b71fb8cda4f5 21:07:45 Removing intermediate container b71fb8cda4f5 21:07:45 ---> 9518d98d2761 21:07:45 Step 14/22 : WORKDIR / 21:07:45 ---> f7a567272f99 21:07:45 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:07:45 ---> Running in dbaa82970afd 21:07:45 Removing intermediate container dbaa82970afd 21:07:45 ---> 412aa5d7cb4a 21:07:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:07:45 ---> 82fc3a0afddd 21:07:45 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:07:46 ---> Running in deac7d0a509c 21:07:46 ---> 6f8133f904ab 21:07:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:07:46 Removing intermediate container deac7d0a509c 21:07:46 ---> 298f9fe5e9fb 21:07:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 21:07:47 ---> d3b624727982 21:07:47 ---> 710015f6ffa0 21:07:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.tomlStep 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:07:47 21:07:48 ---> Running in dae98cf66bc9 21:07:48 ---> e738f1e7a46d 21:07:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:07:49 ---> Running in c0738ecf7fe0 21:07:49 Removing intermediate container c0738ecf7fe0 21:07:49 ---> 592fa26bd01a 21:07:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:49 ---> Running in 73683921a160 21:07:49 Removing intermediate container 73683921a160 21:07:49 ---> 8420882c94af 21:07:49 Step 20/22 : LABEL arch=arm64 21:07:50 ---> Running in 079784209e36 21:07:50 Removing intermediate container dae98cf66bc9 21:07:50 ---> d4028b276a9c 21:07:50 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 21:07:50 Removing intermediate container 079784209e36 21:07:50 ---> aded09b5619d 21:07:50 Step 21/22 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:07:51 ---> Running in 51c870b185b2 21:07:51 ---> Running in d450ee34bfaf 21:07:51 Removing intermediate container d450ee34bfaf 21:07:51 ---> 31d9e2a6f580 21:07:51 Step 22/22 : LABEL version=0.0.0 21:07:51 Removing intermediate container 51c870b185b2 21:07:51 ---> 2579ba2e829e 21:07:51 Step 29/32 : CMD ["install"] 21:07:51 ---> Running in 7ed378788079 21:07:52 ---> Running in fb94092a8106 21:07:52 Removing intermediate container 7ed378788079 21:07:52 ---> 25e5f09601a3 21:07:52 21:07:52 Successfully built 25e5f09601a3 21:07:52 Successfully tagged docker-core-metadata-go-arm64:latest 21:07:52  Building docker-core-metadata-go ... done Removing intermediate container fb94092a8106 21:07:52 ---> 138095d73e01 21:07:52 Step 30/32 : LABEL arch=arm64 21:07:53 ---> Running in b2ca4b000d50 21:07:53 Removing intermediate container b2ca4b000d50 21:07:53 ---> f0e6b7403bf1 21:07:53 Step 31/32 : LABEL git_sha=411354926c49535315e14b7b56ea9b08018eea6b 21:07:54 ---> Running in 42d1925fc53f 21:07:54 Removing intermediate container 42d1925fc53f 21:07:54 ---> e194119aff43 21:07:54 Step 32/32 : LABEL version=0.0.0 21:07:55 ---> Running in 4e0625706d15 21:07:55 Removing intermediate container 4e0625706d15 21:07:55 ---> 6cec52eb9287 21:07:55 21:07:56 Successfully built 6cec52eb9287 21:07:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:07:56  Building docker-security-bootstrapper-go ... done  [Pipeline] } 21:07:56 $ docker stop --time=1 81ae4035845574178f195a3b7e8407c4705a0d74f70b611632f119eb942405d7 21:07:58 $ docker rm -f 81ae4035845574178f195a3b7e8407c4705a0d74f70b611632f119eb942405d7 [Pipeline] // withDockerContainer [Pipeline] sh 21:07:59 + + dockergrep images docker 21:07:59 21:07:59 docker-security-bootstrapper-go-arm64 latest 6cec52eb9287 4 seconds ago 40.2MB 21:07:59 docker-core-metadata-go-arm64 latest 25e5f09601a3 7 seconds ago 12.2MB 21:07:59 docker-security-bootstrap-redis-go-arm64 latest cd450a98071e 29 seconds ago 15.1MB 21:07:59 docker-core-command-go-arm64 latest f7e3550f8b1f 30 seconds ago 9.98MB 21:07:59 docker-security-proxy-setup-go-arm64 latest c5d430d4b9b3 34 seconds ago 23.3MB 21:07:59 docker-sys-mgmt-agent-go-arm64 latest 4fe2a4a961d4 2 minutes ago 300MB 21:07:59 docker-core-data-go-arm64 latest 832b8d1fb3a0 3 minutes ago 21MB 21:07:59 docker-security-secretstore-setup-go-arm64 latest 5683a580cfc9 3 minutes ago 23.4MB 21:07:59 docker-support-notifications-go-arm64 latest db043089a39a 3 minutes ago 11.4MB 21:07:59 docker-support-scheduler-go-arm64 latest d045fac12198 3 minutes ago 10MB 21:07:59 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:08:01 provisioning config files... 21:08:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1900035967235723146tmp [Pipeline] { [Pipeline] sh 21:08:02 + set +x 21:08:02 + curl -s https://codecov.io/bash 21:08:02 + bash -s -- 21:08:02 21:08:02 _____ _ 21:08:02 / ____| | | 21:08:02 | | ___ __| | ___ ___ _____ __ 21:08:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:08:02 | |___| (_) | (_| | __/ (_| (_) \ V / 21:08:02 \_____\___/ \__,_|\___|\___\___/ \_/ 21:08:02 Bash-20201231-23d4836 21:08:02 21:08:02 21:08:02 ==> git version 2.24.3 found 21:08:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:08:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:08:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:08:02 ==> Jenkins CI detected. 21:08:02 project root: . 21:08:02 --> token set from env 21:08:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:08:02 ==> Running gcov in . (disable via -X gcov) 21:08:02 ==> Python coveragepy not found 21:08:02 ==> Searching for coverage reports in: 21:08:02 + . 21:08:02 -> Found 1 reports 21:08:02 ==> Detecting git/mercurial file structure 21:08:02 ==> Reading reports 21:08:02 + ./coverage.out bytes=543476 21:08:02 ==> Appending adjustments 21:08:02 https://docs.codecov.io/docs/fixing-reports 21:08:06 + Found adjustments 21:08:06 ==> Gzipping contents 21:08:06 84K /tmp/codecov.wyxCes.gz 21:08:06 ==> Uploading reports 21:08:06 url: https://codecov.io 21:08:06 query: branch=PR-2970&commit=411354926c49535315e14b7b56ea9b08018eea6b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 21:08:06 -> Pinging Codecov 21:08:06 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=411354926c49535315e14b7b56ea9b08018eea6b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 21:08:06 -> Uploading to 21:08:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/411354926c49535315e14b7b56ea9b08018eea6b/78427f43-d8b6-49cb-859f-68904b71e496.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T210806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f9e09f79f9c2aabb517c4e3ad95e606a51a5528f35cd3b8b65245bd834da81a 21:08:06 % Total % Received % Xferd Average Speed Time Time Time Current 21:08:06 Dload Upload Total Spent Left Speed 21:08:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83089 0 0 100 83089 0 155k --:--:-- --:--:-- --:--:-- 155k 100 83089 0 0 100 83089 0 155k --:--:-- --:--:-- --:--:-- 155k 21:08:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/411354926c49535315e14b7b56ea9b08018eea6b [Pipeline] } 21:08:06 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 21:08:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:08:09 ---> package-listing.sh 21:08:09 ++ facter osfamily 21:08:09 ++ tr '[:upper:]' '[:lower:]' 21:08:09 + OS_FAMILY=redhat 21:08:09 + workspace=/w/workspace/edgex-go/6 21:08:09 + START_PACKAGES=/tmp/packages_start.txt 21:08:09 + END_PACKAGES=/tmp/packages_end.txt 21:08:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:08:09 + PACKAGES=/tmp/packages_start.txt 21:08:09 + '[' /w/workspace/edgex-go/6 ']' 21:08:09 + PACKAGES=/tmp/packages_end.txt 21:08:09 + case "${OS_FAMILY}" in 21:08:09 + rpm -qa 21:08:09 + sort 21:08:14 + '[' -f /tmp/packages_start.txt ']' 21:08:14 + '[' -f /tmp/packages_end.txt ']' 21:08:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:08:14 + '[' /w/workspace/edgex-go/6 ']' 21:08:14 + mkdir -p /w/workspace/edgex-go/6/archives/ 21:08:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 21:08:14 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:08:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:15 21:08:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:08:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:15 alpine: Pulling from edgex-lftools-log-publisher 21:08:15 df20fa9351a1: Pulling fs layer 21:08:15 36b3adc4ff6f: Pulling fs layer 21:08:15 8ad3a11d3b57: Pulling fs layer 21:08:15 46f8f816bc3b: Pulling fs layer 21:08:15 93b61091891f: Pulling fs layer 21:08:15 93b9cdb0e59b: Pulling fs layer 21:08:15 5e14af77c1be: Pulling fs layer 21:08:15 01666e4c0597: Pulling fs layer 21:08:15 aa168da1d23b: Pulling fs layer 21:08:15 46f8f816bc3b: Waiting 21:08:15 93b61091891f: Waiting 21:08:15 93b9cdb0e59b: Waiting 21:08:15 5e14af77c1be: Waiting 21:08:15 aa168da1d23b: Waiting 21:08:15 36b3adc4ff6f: Verifying Checksum 21:08:15 36b3adc4ff6f: Download complete 21:08:16 46f8f816bc3b: Verifying Checksum 21:08:16 46f8f816bc3b: Download complete 21:08:16 df20fa9351a1: Verifying Checksum 21:08:16 93b9cdb0e59b: Verifying Checksum 21:08:16 93b9cdb0e59b: Download complete 21:08:16 5e14af77c1be: Verifying Checksum 21:08:16 5e14af77c1be: Download complete 21:08:16 93b61091891f: Verifying Checksum 21:08:16 93b61091891f: Download complete 21:08:16 01666e4c0597: Verifying Checksum 21:08:16 01666e4c0597: Download complete 21:08:16 df20fa9351a1: Pull complete 21:08:16 36b3adc4ff6f: Pull complete 21:08:17 8ad3a11d3b57: Verifying Checksum 21:08:17 8ad3a11d3b57: Download complete 21:08:17 8ad3a11d3b57: Pull complete 21:08:18 46f8f816bc3b: Pull complete 21:08:19 93b61091891f: Pull complete 21:08:19 aa168da1d23b: Verifying Checksum 21:08:19 aa168da1d23b: Download complete 21:08:21 93b9cdb0e59b: Pull complete 21:08:21 5e14af77c1be: Pull complete 21:08:21 01666e4c0597: Pull complete 21:08:31 aa168da1d23b: Pull complete 21:08:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:08:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:08:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:08:32 prd-centos7-docker-4c-2g-18284 does not seem to be running inside a container 21:08:32 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:08:37 $ docker top 1051b2d17105bbd605d6920780a8ea78e7d3cd150522bb8453c4d902c993ad77 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:37 + touch /tmp/pre-build-complete [Pipeline] sh 21:08:37 + mkdir -p /var/log/sa [Pipeline] sh 21:08:38 + ls /var/log/sa-host 21:08:38 + sadf -c /var/log/sa-host/sa04 21:08:38 file_magic: OK 21:08:38 HZ: Using current value: 100 21:08:38 file_header: OK 21:08:38 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 21:08:38 Statistics: 21:08:38 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... 21:08:38 File successfully converted to sysstat format version 12.2.1 21:08:38 + sadf -c /var/log/sa-host/sa23 21:08:38 file_magic: OK 21:08:38 HZ: Using current value: 100 21:08:38 file_header: OK 21:08:38 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 21:08:38 Statistics: 21:08:38 Hnuu...uuuununununu... 21:08:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:08:38 provisioning config files... 21:08:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3046172547107202517tmp [Pipeline] { [Pipeline] echo 21:08:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:08:38 ---> create-netrc.sh [Pipeline] } 21:08:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:08:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:08:39 ---> python-tools-install.sh [Pipeline] echo 21:08:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:08:39 ---> sudo-logs.sh 21:08:39 Archiving 'sudo' log.. [Pipeline] echo 21:08:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:08:39 ---> job-cost.sh 21:08:39 lf-activate-venv: SKIPPING 21:08:39 INFO: No Stack... 21:08:40 INFO: Retrieving Pricing Info for: v1-standard-2 21:08:41 INFO: Archiving Costs [Pipeline] echo 21:08:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:08:41 ---> logs-deploy.sh 21:08:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/6 21:08:41 INFO: archiving workspace using pattern(s): 21:08:43 Archives upload complete. 21:08:43 INFO: archiving logs to Nexus 21:08:45 ---> uname -a: 21:08:45 Linux prd-centos7-docker-4c-2g-18284.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:08:45 21:08:45 21:08:45 ---> lscpu: 21:08:45 Architecture: x86_64 21:08:45 CPU op-mode(s): 32-bit, 64-bit 21:08:45 Byte Order: Little Endian 21:08:45 Address sizes: 40 bits physical, 48 bits virtual 21:08:45 CPU(s): 4 21:08:45 On-line CPU(s) list: 0-3 21:08:45 Thread(s) per core: 1 21:08:45 Core(s) per socket: 1 21:08:45 Socket(s): 4 21:08:45 NUMA node(s): 1 21:08:45 Vendor ID: GenuineIntel 21:08:45 CPU family: 6 21:08:45 Model: 44 21:08:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:08:45 Stepping: 1 21:08:45 CPU MHz: 2933.438 21:08:45 BogoMIPS: 5866.87 21:08:45 Virtualization: VT-x 21:08:45 Hypervisor vendor: KVM 21:08:45 Virtualization type: full 21:08:45 L1d cache: 128 KiB 21:08:45 L1i cache: 128 KiB 21:08:45 L2 cache: 16 MiB 21:08:45 L3 cache: 64 MiB 21:08:45 NUMA node0 CPU(s): 0-3 21:08:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:08:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:08:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:08:45 Vulnerability Meltdown: Mitigation; PTI 21:08:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:08:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:08:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:08:45 Vulnerability Srbds: Not affected 21:08:45 Vulnerability Tsx async abort: Not affected 21:08:45 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 21:08:45 21:08:45 21:08:45 ---> nproc: 21:08:45 4 21:08:45 21:08:45 21:08:45 ---> df -h: 21:08:45 Filesystem Size Used Available Use% Mounted on 21:08:45 overlay 50.0G 13.0G 37.0G 26% / 21:08:45 tmpfs 64.0M 0 64.0M 0% /dev 21:08:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:08:45 shm 64.0M 0 64.0M 0% /dev/shm 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/6 21:08:45 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/6@tmp 21:08:45 21:08:45 21:08:45 ---> free -m: 21:08:45 total used free shared buff/cache available 21:08:45 Mem: 1837 705 124 0 1007 1050 21:08:45 Swap: 1023 52 971 21:08:45 21:08:45 21:08:45 ---> ip addr: 21:08:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:08:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:08:45 inet 127.0.0.1/8 scope host lo 21:08:45 valid_lft forever preferred_lft forever 21:08:45 inet6 ::1/128 scope host 21:08:45 valid_lft forever preferred_lft forever 21:08:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:08:45 link/ether fa:16:3e:cf:08:2f brd ff:ff:ff:ff:ff:ff 21:08:45 inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 21:08:45 valid_lft 85179sec preferred_lft 85179sec 21:08:45 inet6 fe80::f816:3eff:fecf:82f/64 scope link 21:08:45 valid_lft forever preferred_lft forever 21:08:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:08:45 link/ether 02:42:8a:24:09:d9 brd ff:ff:ff:ff:ff:ff 21:08:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:08:45 valid_lft forever preferred_lft forever 21:08:45 inet6 fe80::42:8aff:fe24:9d9/64 scope link 21:08:45 valid_lft forever preferred_lft forever 21:08:45 21:08:45 21:08:45 ---> sar -b -r -n DEV: 21:08:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 21:08:45 21:08:45 20:48:10 LINUX RESTART (4 CPU) 21:08:45 21:08:45 20:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:08:45 20:50:01 60.53 14.10 46.43 0.00 4812.79 10562.41 0.00 21:08:45 20:51:01 286.26 117.10 169.17 0.00 7732.85 53019.92 0.00 21:08:45 20:52:01 216.69 97.26 119.43 0.00 3397.51 16521.57 0.00 21:08:45 20:53:01 125.47 63.15 62.32 0.00 3444.35 4979.95 0.00 21:08:45 20:54:02 228.91 72.79 156.12 0.00 21140.76 94960.92 0.00 21:08:45 20:55:01 2501.83 2152.26 349.57 0.00 176668.57 184583.07 0.00 21:08:45 20:56:02 979.44 744.88 234.56 0.00 43603.72 65789.98 0.00 21:08:45 20:57:02 2500.68 2110.75 389.93 0.00 171490.68 202484.24 0.00 21:08:45 20:58:01 1597.69 1327.78 269.91 0.00 101977.88 109037.02 0.00 21:08:45 20:59:01 340.53 52.20 288.32 0.00 5178.77 47421.58 0.00 21:08:45 21:00:01 29.10 7.61 21.49 0.00 2800.33 740.42 0.00 21:08:45 21:01:01 0.28 0.10 0.18 0.00 1.73 1.76 0.00 21:08:45 21:02:01 0.70 0.35 0.35 0.00 22.23 5.31 0.00 21:08:45 21:03:01 0.27 0.02 0.25 0.00 0.27 2.43 0.00 21:08:45 21:04:01 1.72 1.55 0.17 0.00 52.76 2.23 0.00 21:08:45 21:05:01 0.80 0.03 0.77 0.00 0.80 14.20 0.00 21:08:45 21:06:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 21:08:45 21:07:02 0.22 0.00 0.22 0.00 0.00 2.98 0.00 21:08:45 21:08:01 0.24 0.03 0.20 0.00 0.81 1.95 0.00 21:08:45 Average: 465.48 354.52 110.96 0.00 28438.88 41531.11 0.00 21:08:45 21:08:45 20:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:08:45 20:50:01 64036 0 650080 34.55 2620 1164808 1302380 44.45 536840 1074904 78068 21:08:45 20:51:01 78844 0 728044 38.69 1492 1073164 1514424 51.68 602108 928528 41932 21:08:45 20:52:01 236960 0 790956 42.04 784 852844 1666816 56.89 677116 686576 38400 21:08:45 20:53:01 286644 0 710632 37.77 780 883488 1314904 44.88 571996 732672 34640 21:08:45 20:54:02 72112 0 812636 43.19 176 996620 2247388 76.70 765852 813356 52840 21:08:45 20:55:01 69452 0 814952 43.31 0 997140 2313100 78.94 680320 901704 92340 21:08:45 20:56:02 420560 0 707300 37.59 0 753684 1558464 53.19 549636 665248 8540 21:08:45 20:57:02 63952 0 739444 39.30 0 1078148 2085996 71.19 562852 1032328 67868 21:08:45 20:58:01 115980 0 1045916 55.59 0 719648 3886448 132.64 763312 735924 53192 21:08:45 20:59:01 152200 0 706856 37.57 0 1022488 1579588 53.91 603776 858692 2768 21:08:45 21:00:01 158496 0 619424 32.92 0 1103624 1179296 40.25 563808 899044 16 21:08:45 21:01:01 160220 0 617696 32.83 0 1103628 1160472 39.60 562504 898884 16 21:08:45 21:02:01 159976 0 617256 32.81 0 1104312 1158288 39.53 562668 899444 8 21:08:45 21:03:01 160432 0 616804 32.78 0 1104308 1158204 39.53 562380 899444 8 21:08:45 21:04:01 159160 0 617216 32.80 0 1105168 1158276 39.53 562424 900204 12 21:08:45 21:05:01 158568 0 617808 32.84 0 1105168 1158372 39.53 562772 900208 8 21:08:45 21:06:01 159168 0 617192 32.80 0 1105184 1158204 39.53 562484 900216 16 21:08:45 21:07:02 158856 0 617500 32.82 0 1105188 1158204 39.53 562488 900216 8 21:08:45 21:08:01 158740 0 617624 32.83 0 1105180 1158204 39.53 562372 900216 8 21:08:45 Average: 157598 0 698176 37.11 308 1025463 1574580 53.74 598827 869885 24773 21:08:45 21:08:45 20:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:08:45 20:50:01 eth0 1191.86 1391.01 4718.01 162.86 0.00 0.00 0.00 0.00 21:08:45 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:50:01 veth6341bde 994.39 735.33 87.38 2350.74 0.00 0.00 0.00 0.00 21:08:45 20:50:01 docker0 994.39 735.19 73.79 2350.73 0.00 0.00 0.00 0.00 21:08:45 20:51:01 eth0 604.12 553.30 3996.78 55.03 0.00 0.00 0.00 0.00 21:08:45 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:51:01 docker0 279.94 283.37 19.83 1152.80 0.00 0.00 0.00 0.00 21:08:45 20:52:01 eth0 49.68 37.12 33.88 54.72 0.00 0.00 0.00 0.00 21:08:45 20:52:01 veth1031ddc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:53:01 eth0 35.63 25.80 19.28 51.56 0.00 0.00 0.00 0.00 21:08:45 20:53:01 veth1031ddc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:54:02 eth0 210.19 173.70 1691.90 57.94 0.00 0.00 0.00 0.00 21:08:45 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:54:02 vethd0a0dc1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:55:01 eth0 45.96 24.45 161.10 7.93 0.00 0.00 0.00 0.00 21:08:45 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:55:01 vethd0a0dc1 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:55:01 docker0 16.41 29.90 0.90 148.29 0.00 0.00 0.00 0.00 21:08:45 20:56:02 eth0 55.17 37.02 142.04 52.27 0.00 0.00 0.00 0.00 21:08:45 20:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:56:02 vethd0a0dc1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:56:02 docker0 5.24 12.65 0.29 77.09 0.00 0.00 0.00 0.00 21:08:45 20:57:02 veth55f1a50 1.23 1.86 0.08 10.44 0.00 0.00 0.00 0.00 21:08:45 20:57:02 eth0 68.41 38.91 133.60 58.60 0.00 0.00 0.00 0.00 21:08:45 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:57:02 vethd0a0dc1 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:58:01 eth0 35.70 21.34 41.60 49.61 0.00 0.00 0.00 0.00 21:08:45 20:58:01 vethb4f92a0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:58:01 vethfb22006 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:08:45 20:59:01 eth0 258.64 157.91 1760.94 65.95 0.00 0.00 0.00 0.00 21:08:45 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 20:59:01 vethd0a0dc1 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 21:08:45 20:59:01 docker0 1345.38 1168.99 97.82 4347.72 0.00 0.00 0.00 0.00 21:08:45 21:00:01 eth0 11.85 6.93 42.65 3.17 0.00 0.00 0.00 0.00 21:08:45 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:00:01 docker0 2.61 4.15 0.14 35.72 0.00 0.00 0.00 0.00 21:08:45 21:01:01 eth0 0.58 0.08 0.06 0.04 0.00 0.00 0.00 0.00 21:08:45 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:02:01 eth0 0.58 0.30 0.27 0.20 0.00 0.00 0.00 0.00 21:08:45 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:03:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 21:08:45 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:04:01 eth0 0.78 0.18 0.19 0.07 0.00 0.00 0.00 0.00 21:08:45 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:05:01 eth0 0.48 0.45 0.29 0.21 0.00 0.00 0.00 0.00 21:08:45 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:07:02 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:08:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:08:45 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 Average: eth0 135.55 130.21 672.53 32.69 0.00 0.00 0.00 0.00 21:08:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:08:45 Average: docker0 71.09 61.87 5.17 231.18 0.00 0.00 0.00 0.00 21:08:45 21:08:45 21:08:45 ---> sar -P ALL: 21:08:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 21:08:45 21:08:45 20:48:10 LINUX RESTART (4 CPU) 21:08:45 21:08:45 20:49:01 CPU %user %nice %system %iowait %steal %idle 21:08:45 20:50:01 all 8.56 0.00 4.69 1.38 0.07 85.30 21:08:45 20:50:01 0 7.35 0.00 5.21 0.53 0.05 86.85 21:08:45 20:50:01 1 9.37 0.00 4.18 1.17 0.05 85.23 21:08:45 20:50:01 2 9.03 0.00 5.00 2.00 0.08 83.89 21:08:45 20:50:01 3 8.47 0.00 4.38 1.82 0.08 85.24 21:08:45 20:51:01 all 14.36 0.00 8.24 5.53 0.11 71.75 21:08:45 20:51:01 0 16.40 0.00 8.60 3.83 0.10 71.07 21:08:45 20:51:01 1 12.50 0.00 7.34 8.27 0.15 71.74 21:08:45 20:51:01 2 12.79 0.00 8.00 7.17 0.12 71.92 21:08:45 20:51:01 3 15.78 0.00 9.04 2.83 0.07 72.28 21:08:45 20:52:01 all 48.18 0.00 13.30 4.55 0.25 33.72 21:08:45 20:52:01 0 48.42 0.00 12.79 4.29 0.26 34.23 21:08:45 20:52:01 1 48.27 0.00 13.60 6.91 0.33 30.88 21:08:45 20:52:01 2 48.83 0.00 13.83 3.93 0.19 33.23 21:08:45 20:52:01 3 47.19 0.00 12.97 3.04 0.23 36.57 21:08:45 20:53:01 all 45.30 0.00 13.52 3.55 0.40 37.23 21:08:45 20:53:01 0 45.88 0.00 13.89 0.82 0.38 39.03 21:08:45 20:53:01 1 45.08 0.00 13.13 4.35 0.38 37.05 21:08:45 20:53:01 2 45.11 0.00 13.46 4.86 0.35 36.23 21:08:45 20:53:01 3 45.12 0.00 13.59 4.20 0.49 36.60 21:08:45 20:54:02 all 25.36 0.00 15.42 3.74 0.66 54.82 21:08:45 20:54:02 0 26.70 0.00 15.08 2.61 0.77 54.83 21:08:45 20:54:02 1 23.34 0.00 15.51 3.14 0.57 57.44 21:08:45 20:54:02 2 24.86 0.00 15.01 4.50 0.67 54.95 21:08:45 20:54:02 3 26.54 0.00 16.08 4.72 0.62 52.03 21:08:45 20:55:01 all 22.35 0.00 28.59 24.90 0.90 23.25 21:08:45 20:55:01 0 22.93 0.00 28.76 26.97 0.92 20.42 21:08:45 20:55:01 1 22.46 0.00 29.17 24.75 0.81 22.81 21:08:45 20:55:01 2 20.79 0.00 27.23 23.51 1.01 27.46 21:08:45 20:55:01 3 23.23 0.00 29.24 24.36 0.87 22.30 21:08:45 20:56:02 all 55.03 0.00 18.91 12.10 0.83 13.13 21:08:45 20:56:02 0 54.97 0.00 19.55 12.63 0.72 12.14 21:08:45 20:56:02 1 54.89 0.00 19.12 13.00 0.92 12.08 21:08:45 20:56:02 2 55.15 0.00 18.20 13.03 0.90 12.72 21:08:45 20:56:02 3 55.13 0.00 18.76 9.73 0.78 15.60 21:08:45 20:57:02 all 21.66 0.00 30.09 24.60 0.90 22.75 21:08:45 20:57:02 0 19.73 0.00 29.01 24.47 1.12 25.67 21:08:45 20:57:02 1 21.46 0.00 30.66 23.40 0.78 23.70 21:08:45 20:57:02 2 23.02 0.00 29.54 24.27 0.86 22.32 21:08:45 20:57:02 3 22.47 0.00 31.16 26.31 0.85 19.21 21:08:45 20:58:01 all 46.49 0.00 22.12 15.51 1.00 14.88 21:08:45 20:58:01 0 46.05 0.00 23.87 14.92 0.88 14.28 21:08:45 20:58:01 1 46.59 0.00 22.39 15.68 1.07 14.27 21:08:45 20:58:01 2 45.87 0.00 20.26 14.58 1.14 18.14 21:08:45 20:58:01 3 47.45 0.00 21.96 16.84 0.92 12.83 21:08:45 20:59:01 all 27.92 0.00 14.40 18.23 0.10 39.34 21:08:45 20:59:01 0 27.95 0.00 14.54 19.74 0.05 37.71 21:08:45 20:59:01 1 26.34 0.00 14.32 22.55 0.14 36.65 21:08:45 20:59:01 2 29.72 0.00 14.14 13.24 0.16 42.75 21:08:45 20:59:01 3 27.67 0.00 14.61 17.42 0.07 40.23 21:08:45 21:00:01 all 0.76 0.00 0.81 0.76 0.00 97.67 21:08:45 21:00:01 0 0.77 0.00 0.99 0.50 0.02 97.73 21:08:45 21:00:01 1 0.74 0.00 0.60 0.20 0.00 98.46 21:08:45 21:00:01 2 0.85 0.00 1.00 1.94 0.00 96.20 21:08:45 21:00:01 3 0.69 0.00 0.64 0.38 0.00 98.29 21:08:45 21:08:45 21:00:01 CPU %user %nice %system %iowait %steal %idle 21:08:45 21:01:01 all 0.03 0.00 0.05 0.00 0.00 99.92 21:08:45 21:01:01 0 0.03 0.00 0.07 0.00 0.00 99.90 21:08:45 21:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:08:45 21:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:08:45 21:01:01 3 0.02 0.00 0.05 0.02 0.00 99.92 21:08:45 21:02:01 all 0.15 0.00 0.05 0.01 0.00 99.79 21:08:45 21:02:01 0 0.05 0.00 0.05 0.02 0.02 99.87 21:08:45 21:02:01 1 0.02 0.00 0.03 0.02 0.00 99.93 21:08:45 21:02:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:08:45 21:02:01 3 0.47 0.00 0.07 0.00 0.00 99.47 21:08:45 21:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:08:45 21:03:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:08:45 21:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:08:45 21:03:01 2 0.02 0.00 0.03 0.00 0.02 99.93 21:08:45 21:03:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:08:45 21:04:01 all 0.17 0.00 0.05 0.02 0.00 99.75 21:08:45 21:04:01 0 0.05 0.00 0.05 0.02 0.00 99.88 21:08:45 21:04:01 1 0.05 0.00 0.10 0.08 0.00 99.77 21:08:45 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:08:45 21:04:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:08:45 21:05:01 all 0.15 0.00 0.04 0.00 0.00 99.82 21:08:45 21:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:08:45 21:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:08:45 21:05:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:08:45 21:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:08:45 21:06:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:08:45 21:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:06:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:08:45 21:06:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:08:45 21:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:08:45 21:07:02 all 0.14 0.00 0.02 0.00 0.00 99.84 21:08:45 21:07:02 0 0.00 0.00 0.02 0.00 0.00 99.98 21:08:45 21:07:02 1 0.03 0.00 0.05 0.00 0.00 99.92 21:08:45 21:07:02 2 0.52 0.00 0.03 0.00 0.00 99.45 21:08:45 21:07:02 3 0.00 0.00 0.00 0.00 0.00 100.00 21:08:45 21:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:08:45 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:08:45 21:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 21:08:01 2 0.51 0.00 0.03 0.00 0.00 99.46 21:08:45 21:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:08:45 Average: all 16.28 0.00 8.70 5.85 0.27 68.90 21:08:45 Average: 0 16.31 0.00 8.83 5.67 0.27 68.92 21:08:45 Average: 1 15.98 0.00 8.71 6.31 0.27 68.73 21:08:45 Average: 2 16.36 0.00 8.49 5.77 0.28 69.11 21:08:45 Average: 3 16.46 0.00 8.79 5.65 0.25 68.86 21:08:45 21:08:45 21:08:45