Pull request #2984 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b9cc290b6210ab1e9695c8ace6fb791405ff5c1d+b1ee81e4e3b6c158e7d4e70852c35341297a1b11 (fd75d4edbf5a3deeb6ed75da85bc289eed4979cf) 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-18518 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) > git config core.sparsecheckout # timeout=10 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # 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 b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" > git rev-list --no-walk 160a38dc5e2ebf8228533872f83c6882ecb96d73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:28:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:28:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:28:42 ========================================================= 16:28:42 EdgeX Global Pipelines Version Info 16:28:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:28:44 ------------------- 16:28:44 stable info: 16:28:44 ------------------- 16:28:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:28:44 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:28:44 Message: update stable to v1.0.173 16:28:45 ------------------- 16:28:45 experimental info: 16:28:45 ------------------- 16:28:45 Commited By: **** collab-it+edgex@linuxfoundation.org 16:28:45 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:28:45 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:28:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:28:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2984 [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2984 [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2984 [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b9cc290 [Pipeline] echo 16:28:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:28:49 provisioning config files... 16:28:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8901431222879081179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:49 ---> docker-login.sh 16:28:49 nexus3.edgexfoundry.org:10001 16:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:49 Configure a credential helper to remove this warning. See 16:28:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:49 16:28:49 Login Succeeded 16:28:49 nexus3.edgexfoundry.org:10002 16:28:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:49 Configure a credential helper to remove this warning. See 16:28:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:49 16:28:49 Login Succeeded 16:28:49 nexus3.edgexfoundry.org:10003 16:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:50 Configure a credential helper to remove this warning. See 16:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:50 16:28:50 Login Succeeded 16:28:50 nexus3.edgexfoundry.org:10004 16:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:50 Configure a credential helper to remove this warning. See 16:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:50 16:28:50 Login Succeeded 16:28:50 docker.io 16:28:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:50 Configure a credential helper to remove this warning. See 16:28:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:50 16:28:50 Login Succeeded 16:28:50 ---> docker-login.sh ends [Pipeline] } 16:28:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:51 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/core-command/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo core-command,cmd/core-command/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/core-data/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo core-data,cmd/core-data/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/core-metadata/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo core-metadata,cmd/core-metadata/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/security-proxy-setup/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/support-notifications/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo support-notifications,cmd/support-notifications/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/support-scheduler/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:28:51 + for file in '`ls cmd/**/Dockerfile`' 16:28:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:28:51 ++ cut -d/ -f2 16:28:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:28:51 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:52 16:28:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:28:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:53 latest: Pulling from edgex-devops/git-semver 16:28:53 31603596830f: Pulling fs layer 16:28:53 2a8b12db71e7: Pulling fs layer 16:28:53 6ca5941a6612: Pulling fs layer 16:28:53 ecc8261a40a4: Pulling fs layer 16:28:53 ecc8261a40a4: Waiting 16:28:53 2a8b12db71e7: Verifying Checksum 16:28:53 2a8b12db71e7: Download complete 16:28:53 31603596830f: Verifying Checksum 16:28:53 31603596830f: Download complete 16:28:53 ecc8261a40a4: Verifying Checksum 16:28:53 ecc8261a40a4: Download complete 16:28:53 6ca5941a6612: Verifying Checksum 16:28:53 6ca5941a6612: Download complete 16:28:54 31603596830f: Pull complete 16:28:54 2a8b12db71e7: Pull complete 16:28:54 6ca5941a6612: Pull complete 16:28:55 ecc8261a40a4: Pull complete 16:28:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:28:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:28:55 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:28:58 $ docker top e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:28:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:59 [ssh-agent] Looking for ssh-agent implementation... 16:28:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:59 $ docker exec e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent 16:28:59 SSH_AUTH_SOCK=/tmp/ssh-l6QuQIw14PNU/agent.12 16:28:59 SSH_AGENT_PID=17 16:28:59 Running ssh-add (command line suppressed) 16:28:59 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5034162039010991481.key (/w/workspace/edgex-go/2@tmp/private_key_5034162039010991481.key) 16:28:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:29:00 + git tag --points-at HEAD [Pipeline] } 16:29:00 $ docker exec --env ******** --env ******** e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent -k 16:29:00 unset SSH_AUTH_SOCK; 16:29:00 unset SSH_AGENT_PID; 16:29:00 echo Agent pid 17 killed; 16:29:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:29:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:29:00 [ssh-agent] Looking for ssh-agent implementation... 16:29:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:29:00 $ docker exec e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent 16:29:00 SSH_AUTH_SOCK=/tmp/ssh-cqwq5cA3l8Zy/agent.45 16:29:00 SSH_AGENT_PID=50 16:29:00 Running ssh-add (command line suppressed) 16:29:01 Identity added: /w/workspace/edgex-go/2@tmp/private_key_637103181504109930.key (/w/workspace/edgex-go/2@tmp/private_key_637103181504109930.key) 16:29:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:29:01 + git semver init 16:29:01 # -> Open(): unable to determine branch for HEAD 16:29:01 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:29:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:29:01 # $SEMVER_REMOTE_NAME = origin 16:29:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:29:01 # $SEMVER_USER_NAME = edgex-jenkins 16:29:01 # $SEMVER_BRANCH = PR-2984 16:29:01 # $SEMVER_TEMP = /tmp/semver-665440553 16:29:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:29:28 # '/tmp/semver-665440553' -> '/w/workspace/edgex-go/2/.semver' 16:29:28 # -> Force: false 16:29:28 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:29:28 $ docker exec --env ******** --env ******** e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent -k 16:29:28 unset SSH_AUTH_SOCK; 16:29:28 unset SSH_AGENT_PID; 16:29:28 echo Agent pid 50 killed; 16:29:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:29:28 + git semver [Pipeline] } 16:29:28 $ docker stop --time=1 e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 16:29:31 $ docker rm -f e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 [Pipeline] // withDockerContainer [Pipeline] sh 16:29:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:29:32 Stashed 1 file(s) [Pipeline] echo 16:29:32 [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 16:29:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:29:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:29:33 + sudo service docker restart 16:29:33 + true 16:29:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:29:34 ========================================================= 16:29:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:29:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:29:34 + 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 . 16:29:38 Sending build context to Docker daemon 326.3MB 16:29:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:29:38 Step 2/6 : FROM ${BASE} 16:29:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:29:38 188c0c94c7c5: Pulling fs layer 16:29:38 0ef7d3d256c8: Pulling fs layer 16:29:38 de9db76c5a1d: Pulling fs layer 16:29:38 bca2f99d35d6: Pulling fs layer 16:29:38 93359f2a8cfa: Pulling fs layer 16:29:38 7c6f9722023f: Pulling fs layer 16:29:38 a35cf1a2eb13: Pulling fs layer 16:29:38 93359f2a8cfa: Waiting 16:29:38 bca2f99d35d6: Waiting 16:29:38 7c6f9722023f: Waiting 16:29:38 a35cf1a2eb13: Waiting 16:29:38 de9db76c5a1d: Verifying Checksum 16:29:38 de9db76c5a1d: Download complete 16:29:38 0ef7d3d256c8: Download complete 16:29:38 93359f2a8cfa: Verifying Checksum 16:29:38 93359f2a8cfa: Download complete 16:29:38 7c6f9722023f: Verifying Checksum 16:29:38 7c6f9722023f: Download complete 16:29:38 188c0c94c7c5: Verifying Checksum 16:29:38 188c0c94c7c5: Download complete 16:29:38 188c0c94c7c5: Pull complete 16:29:38 0ef7d3d256c8: Pull complete 16:29:39 de9db76c5a1d: Pull complete 16:29:39 a35cf1a2eb13: Verifying Checksum 16:29:39 a35cf1a2eb13: Download complete 16:29:40 bca2f99d35d6: Verifying Checksum 16:29:40 bca2f99d35d6: Download complete 16:29:47 bca2f99d35d6: Pull complete 16:29:47 93359f2a8cfa: Pull complete 16:29:47 7c6f9722023f: Pull complete 16:29:47 Still waiting to schedule task 16:29:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 16:29:51 a35cf1a2eb13: Pull complete 16:29:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:29:51 ---> a62c8e92a672 16:29:51 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 16:29:51 ---> Running in adac1f829a30 16:29:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:52 (1/12) Installing libmagic (5.38-r0) 16:29:52 (2/12) Installing file (5.38-r0) 16:29:53 (3/12) Installing libc-dev (0.7.2-r3) 16:29:53 (4/12) Installing g++ (9.3.0-r2) 16:29:56 (5/12) Installing fortify-headers (1.1-r0) 16:29:56 (6/12) Installing patch (2.7.6-r6) 16:29:56 (7/12) Installing build-base (0.5-r2) 16:29:56 (8/12) Installing libsodium (1.0.18-r0) 16:29:56 (9/12) Installing pkgconf (1.7.2-r0) 16:29:56 (10/12) Installing libsodium-dev (1.0.18-r0) 16:29:57 (11/12) Installing libzmq (4.3.3-r0) 16:29:57 (12/12) Installing zeromq-dev (4.3.3-r0) 16:29:57 Executing busybox-1.31.1-r19.trigger 16:29:57 OK: 233 MiB in 51 packages 16:30:01 Removing intermediate container adac1f829a30 16:30:01 ---> 55f921f3725c 16:30:01 Step 4/6 : WORKDIR /edgex-go 16:30:01 ---> Running in 8bb1a2c5064b 16:30:01 Removing intermediate container 8bb1a2c5064b 16:30:01 ---> 4cb59f0397c7 16:30:01 Step 5/6 : COPY go.mod . 16:30:01 ---> 716c4944fee0 16:30:01 Step 6/6 : RUN go mod download 16:30:01 ---> Running in 54c7d5f1434d 16:30:23 Removing intermediate container 54c7d5f1434d 16:30:23 ---> 95091026afed 16:30:23 Successfully built 95091026afed 16:30:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:30:24 + docker inspect -f . ci-base-image-x86_64 16:30:24 . [Pipeline] withDockerContainer 16:30:24 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:30:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:30:25 $ docker top a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:25 + go version 16:30:25 go version go1.15.5 linux/amd64 [Pipeline] } 16:30:25 $ docker stop --time=1 a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab 16:30:27 $ docker rm -f a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:30:27 + docker inspect -f . ci-base-image-x86_64 16:30:27 . [Pipeline] withDockerContainer 16:30:28 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:30:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:30:28 $ docker top bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce -eo pid,comm [Pipeline] { [Pipeline] echo 16:30:29 ========================================================= 16:30:29 [edgeXBuildGoParallel] Running Tests and Build... 16:30:29 ========================================================= [Pipeline] sh 16:30:29 + make test 16:30:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:30:39 ? github.com/edgexfoundry/edgex-go [no test files] 16:30:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:31:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:31:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:31:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:31:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:31:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:31:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:31:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements 16:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.156s coverage: 27.0% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.434s coverage: 77.8% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 82.4% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:31:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 16:31:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:31:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:31:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:31:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.308s coverage: 93.8% of statements 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 16:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 16:31:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements 16:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 16:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 16:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 16:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements 16:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 16:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 16:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 29.1% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:31:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:31:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:31:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 16:31:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 16:31:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:31:22 GO111MODULE=on go vet ./... 16:31:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18519 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws 16:31:40 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:31:44 gofmt -l . 16:31:44 [ "`gofmt -l .`" = "" ] 16:31:44 ./bin/test-go-mod-tidy.sh 16:31:44 ./bin/test-attribution-txt.sh 16:31:45 using credential edgex-jenkins-ssh 16:31:46 Cloning the remote Git repository [Pipeline] sh 16:31:47 + ls -al . 16:31:47 total 640 16:31:47 drwxrwxr-x 10 1001 1001 4096 Jan 5 16:31 . 16:31:47 drwxr-xr-x 4 root root 28 Jan 5 16:30 .. 16:31:47 -rw-rw-r-- 1 1001 1001 11 Jan 5 16:28 .dockerignore 16:31:47 drwxrwxr-x 8 1001 1001 179 Jan 5 16:28 .git 16:31:47 drwxrwxr-x 3 1001 1001 125 Jan 5 16:28 .github 16:31:47 -rw-rw-r-- 1 1001 1001 824 Jan 5 16:28 .gitignore 16:31:47 drwx------ 3 1001 1001 47 Jan 5 16:29 .semver 16:31:47 -rw-rw-r-- 1 1001 1001 166 Jan 5 16:28 .sonarcloud.properties 16:31:47 -rw-rw-r-- 1 1001 1001 3804 Jan 5 16:28 CONTRIBUTING.md 16:31:47 -rw-rw-r-- 1 1001 1001 931 Jan 5 16:28 Dockerfile.build 16:31:47 -rw-rw-r-- 1 1001 1001 863 Jan 5 16:28 Jenkinsfile 16:31:47 -rw-rw-r-- 1 1001 1001 10775 Jan 5 16:28 LICENSE 16:31:47 -rw-rw-r-- 1 1001 1001 5750 Jan 5 16:28 Makefile 16:31:47 -rw-rw-r-- 1 1001 1001 6511 Jan 5 16:28 README.md 16:31:47 -rw-rw-r-- 1 1001 1001 6744 Jan 5 16:28 SECURITY.md 16:31:47 -rw-rw-r-- 1 1001 1001 5 Jan 5 16:29 VERSION 16:31:47 -rw-rw-r-- 1 1001 1001 4131 Jan 5 16:28 ZMQWindows.md 16:31:47 drwxrwxr-x 2 1001 1001 117 Jan 5 16:28 bin 16:31:47 drwxrwxr-x 14 1001 1001 4096 Jan 5 16:28 cmd 16:31:47 -rw-r--r-- 1 root root 541590 Jan 5 16:31 coverage.out 16:31:47 -rw-r--r-- 1 root root 979 Jan 5 16:31 go.mod 16:31:47 -rw-r--r-- 1 root root 18934 Jan 5 16:31 go.sum 16:31:47 drwxrwxr-x 8 1001 1001 127 Jan 5 16:28 internal 16:31:47 drwxrwxr-x 4 1001 1001 26 Jan 5 16:28 openapi 16:31:47 drwxrwxr-x 4 1001 1001 71 Jan 5 16:28 snap 16:31:47 -rw-rw-r-- 1 1001 1001 168 Jan 5 16:28 version.go [Pipeline] sh 16:31:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:31:46 > git init /w/workspace/edgex-go/2 # timeout=10 16:31:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:31:46 > git --version # timeout=10 16:31:46 > git --version # 'git version 2.17.1' 16:31:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:47 + '[' -e coverage.out ] 16:31:47 + chown 1001:1001 coverage.out [Pipeline] stash 16:31:47 Stashed 1 file(s) [Pipeline] sh 16:31:47 + make build 16:31:47 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 16:31:50 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 16:31:58 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 16:31:58 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 16:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:32: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 16:32:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:32:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:32:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:32:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:32:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:32:03 Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:32:03 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 16:32:03 Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:32:03 Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) 16:32:04 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 16:32:03 > git config core.sparsecheckout # timeout=10 16:32:03 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 16:32:03 > git remote # timeout=10 16:32:03 > git config --get remote.origin.url # timeout=10 16:32:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:03 > git merge b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 16:32:03 > git rev-parse HEAD^{commit} # timeout=10 16:32:03 > git config core.sparsecheckout # timeout=10 16:32:03 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 16:32:05 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 16:32:06 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 16:32:07 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 16:32:08 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] } 16:32:08 $ docker stop --time=1 bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce 16:32:10 $ docker rm -f bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 16:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:32:14 16:32:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:32:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:32:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:32:15 latest: Pulling from edgex-devops/edgex-compose 16:32:15 cbdbe7a5bc2a: Pulling fs layer 16:32:15 ca9280d653b3: Pulling fs layer 16:32:15 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 16:32:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:32:15 cbdbe7a5bc2a: Download complete 16:32:16 + sudo service docker restart 16:32:16 + true 16:32:16 ca9280d653b3: Verifying Checksum 16:32:16 ca9280d653b3: Download complete 16:32:16 cbdbe7a5bc2a: Pull complete 16:32:17 7e9c9ca2126c: Verifying Checksum 16:32:17 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { 16:32:18 ca9280d653b3: Pull complete [Pipeline] wrap 16:32:18 provisioning config files... 16:32:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6859555859423572675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:18 ---> docker-login.sh 16:32:18 nexus3.edgexfoundry.org:10001 16:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:19 Configure a credential helper to remove this warning. See 16:32:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:19 16:32:19 Login Succeeded 16:32:19 nexus3.edgexfoundry.org:10002 16:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:20 Configure a credential helper to remove this warning. See 16:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:20 16:32:20 Login Succeeded 16:32:20 nexus3.edgexfoundry.org:10003 16:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:21 Configure a credential helper to remove this warning. See 16:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:21 16:32:21 Login Succeeded 16:32:21 nexus3.edgexfoundry.org:10004 16:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:21 Configure a credential helper to remove this warning. See 16:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:21 16:32:21 Login Succeeded 16:32:21 docker.io 16:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:22 Configure a credential helper to remove this warning. See 16:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:22 16:32:22 Login Succeeded 16:32:22 ---> docker-login.sh ends [Pipeline] } 16:32:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:32:22 ========================================================= 16:32:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:32:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:32:23 + 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 . 16:32:24 7e9c9ca2126c: Pull complete 16:32:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:32:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:32:24 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:32:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:32:25 Sending build context to Docker daemon 165.4MB 16:32:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:32:25 Step 2/6 : FROM ${BASE} 16:32:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:32:25 5f621e34cdf4: Pulling fs layer 16:32:25 a4357932f1b6: Pulling fs layer 16:32:25 18c013af1878: Pulling fs layer 16:32:25 00ac8860ef70: Pulling fs layer 16:32:25 63d7cb157983: Pulling fs layer 16:32:25 b116817d02f9: Pulling fs layer 16:32:25 745a02a5169b: Pulling fs layer 16:32:25 00ac8860ef70: Waiting 16:32:25 63d7cb157983: Waiting 16:32:25 b116817d02f9: Waiting 16:32:25 745a02a5169b: Waiting 16:32:25 18c013af1878: Download complete 16:32:25 a4357932f1b6: Verifying Checksum 16:32:25 a4357932f1b6: Download complete 16:32:25 63d7cb157983: Verifying Checksum 16:32:25 63d7cb157983: Download complete 16:32:25 b116817d02f9: Verifying Checksum 16:32:25 b116817d02f9: Download complete 16:32:25 5f621e34cdf4: Verifying Checksum 16:32:25 5f621e34cdf4: Download complete 16:32:26 5f621e34cdf4: Pull complete 16:32:26 a4357932f1b6: Pull complete 16:32:27 18c013af1878: Pull complete 16:32:27 $ docker top 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 -eo pid,comm 16:32:28 745a02a5169b: Verifying Checksum 16:32:28 745a02a5169b: Download complete [Pipeline] { [Pipeline] sh 16:32:28 + docker-compose build --help 16:32:28 + grep parallel 16:32:29 00ac8860ef70: Verifying Checksum 16:32:29 00ac8860ef70: Download complete 16:32:29 --parallel Build images in parallel. [Pipeline] } 16:32:29 $ docker stop --time=1 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 16:32:30 $ docker rm -f 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:32:31 . [Pipeline] withDockerContainer 16:32:31 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:32:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:32:32 $ docker top dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:33 + docker-compose -f ./docker-compose-build.yml build --parallel 16:32:33 Building docker-core-command-go ... 16:32:33 Building docker-core-data-go ... 16:32:33 Building docker-core-metadata-go ... 16:32:33 Building docker-security-bootstrap-redis-go ... 16:32:33 Building docker-security-proxy-setup-go ... 16:32:33 Building docker-security-secretstore-setup-go ... 16:32:33 Building docker-support-notifications-go ... 16:32:33 Building docker-support-scheduler-go ... 16:32:33 Building docker-sys-mgmt-agent-go ... 16:32:33 Building docker-support-notifications-go 16:32:33 Building docker-sys-mgmt-agent-go 16:32:33 Building docker-security-bootstrap-redis-go 16:32:33 Building docker-security-secretstore-setup-go 16:32:33 Building docker-core-command-go 16:32:39 00ac8860ef70: Pull complete 16:32:39 63d7cb157983: Pull complete 16:32:39 b116817d02f9: Pull complete 16:32:43 745a02a5169b: Pull complete 16:32:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:32:43 ---> b7e6874047d6 16:32:43 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 16:32:47 ---> Running in 47ffab61a6c1 16:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:32:49 (1/12) Installing libmagic (5.38-r0) 16:32:49 (2/12) Installing file (5.38-r0) 16:32:49 (3/12) Installing libc-dev (0.7.2-r3) 16:32:50 (4/12) Installing g++ (9.3.0-r2) 16:32:55 (5/12) Installing fortify-headers (1.1-r0) 16:32:55 (6/12) Installing patch (2.7.6-r6) 16:32:55 (7/12) Installing build-base (0.5-r2) 16:32:55 (8/12) Installing libsodium (1.0.18-r0) 16:32:55 (9/12) Installing pkgconf (1.7.2-r0) 16:32:55 (10/12) Installing libsodium-dev (1.0.18-r0) 16:32:56 (11/12) Installing libzmq (4.3.3-r0) 16:32:56 (12/12) Installing zeromq-dev (4.3.3-r0) 16:32:56 Executing busybox-1.31.1-r19.trigger 16:32:56 OK: 217 MiB in 51 packages 16:33:00 Removing intermediate container 47ffab61a6c1 16:33:00 ---> 2256f7e37ee9 16:33:00 Step 4/6 : WORKDIR /edgex-go 16:33:00 ---> Running in ff199d86cb04 16:33:01 Removing intermediate container ff199d86cb04 16:33:01 ---> 709bb093d919 16:33:01 Step 5/6 : COPY go.mod . 16:33:01 ---> b101a74dd785 16:33:01 Step 6/6 : RUN go mod download 16:33:02 ---> Running in 7a06486d4b0f 16:33:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:33:06 ---> 95091026afed 16:33:06 Step 3/24 : WORKDIR /edgex-go 16:33:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:33:06 ---> 95091026afed 16:33:06 Step 3/22 : WORKDIR /edgex-go 16:33:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:33:06 ---> 95091026afed 16:33:06 Step 3/24 : WORKDIR /edgex-go 16:33:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:33:06 ---> 95091026afed 16:33:06 Step 3/22 : WORKDIR /edgex-go 16:33:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:33:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:33:06 ---> 95091026afed 16:33:06 Step 3/26 : WORKDIR /edgex-go 16:33:06 ---> Running in 4bcdd40013d0 16:33:06 ---> Running in 4bd43f7cfa08 16:33:06 ---> Running in 0b874018334e 16:33:06 ---> Running in 167c5ed8d7cd 16:33:06 ---> Running in 05552f50de17 16:33:06 Removing intermediate container 0b874018334e 16:33:06 ---> 67dfa4e3fc42 16:33:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:06 Removing intermediate container 4bcdd40013d0 16:33:06 ---> 0a66a96b0d18 16:33:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:06 Removing intermediate container 05552f50de17 16:33:06 ---> bffca2e43426 16:33:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:06 Removing intermediate container 4bd43f7cfa08 16:33:06 ---> 62850511859d 16:33:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:06 Removing intermediate container 167c5ed8d7cd 16:33:06 ---> 8d0c59a28237 16:33:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:33:06 ---> Running in 1e52d3a4354c 16:33:06 ---> Running in 55b952ace1e3 16:33:06 ---> Running in a918a9dd7cb4 16:33:06 ---> Running in 4fbf6e3f0ee8 16:33:06 ---> Running in 092a700177d4 16:33:08 Removing intermediate container 55b952ace1e3 16:33:08 ---> da81186203a5 16:33:08 Step 5/22 : RUN apk add --update --no-cache make git 16:33:08 Removing intermediate container 1e52d3a4354c 16:33:08 ---> 4e49cb1cde7e 16:33:08 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:33:08 Removing intermediate container a918a9dd7cb4 16:33:08 ---> 40fa5aa130da 16:33:08 Step 5/24 : RUN apk add --update --no-cache make git 16:33:08 ---> Running in b7ad2948f62e 16:33:08 ---> Running in 2acdf947ab01 16:33:08 ---> Running in e72e4700d673 16:33:08 Removing intermediate container 4fbf6e3f0ee8 16:33:08 ---> 609fcbfbcf19 16:33:08 Step 5/22 : RUN apk add --update --no-cache make git 16:33:08 Removing intermediate container 092a700177d4 16:33:08 ---> d08338f38e26 16:33:08 Step 5/26 : RUN apk add --update --no-cache make bash git 16:33:08 ---> Running in b9623f91b49c 16:33:08 ---> Running in 01606de68a39 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:10 OK: 233 MiB in 51 packages 16:33:10 OK: 233 MiB in 51 packages 16:33:10 OK: 233 MiB in 51 packages 16:33:10 OK: 233 MiB in 51 packages 16:33:10 OK: 233 MiB in 51 packages 16:33:11 Removing intermediate container b7ad2948f62e 16:33:11 ---> fd5de62e1c4b 16:33:11 Step 6/22 : COPY go.mod . 16:33:11 Removing intermediate container e72e4700d673 16:33:11 ---> 0f759b984939 16:33:11 Step 6/24 : COPY go.mod . 16:33:11 ---> e4228f2abb2a 16:33:11 Step 7/22 : RUN go mod download 16:33:11 Removing intermediate container b9623f91b49c 16:33:11 ---> a082d127c145 16:33:11 Step 6/22 : COPY go.mod . 16:33:11 ---> Running in e2dabe439813 16:33:11 ---> 4b4e04096ad1 16:33:11 Step 7/24 : RUN go mod download 16:33:11 Removing intermediate container 01606de68a39 16:33:11 ---> faa53879ba64 16:33:11 Step 6/26 : COPY go.mod . 16:33:11 Removing intermediate container 2acdf947ab01 16:33:11 ---> a4915229eb1f 16:33:11 Step 6/24 : COPY go.mod . 16:33:12 ---> Running in a45a315ad412 16:33:12 ---> e04a7e33d571 16:33:12 Step 7/22 : RUN go mod download 16:33:12 ---> 5222c3c5c54b 16:33:12 Step 7/26 : RUN go mod download 16:33:12 ---> Running in 0a36cbe9784d 16:33:12 ---> 83dc4cf5316f 16:33:12 Step 7/24 : RUN go mod download 16:33:12 ---> Running in 0658897705db 16:33:12 ---> Running in 78d1b56b2b29 16:33:14 Removing intermediate container e2dabe439813 16:33:14 ---> 231d35aa5994 16:33:14 Step 8/22 : COPY . . 16:33:14 Removing intermediate container a45a315ad412 16:33:14 ---> 6ca372529938 16:33:14 Step 8/24 : COPY . . 16:33:14 Removing intermediate container 0a36cbe9784d 16:33:14 ---> f6deab34297b 16:33:14 Step 8/22 : COPY . . 16:33:19 Removing intermediate container 0658897705db 16:33:19 ---> 004d972f48df 16:33:19 Step 8/26 : COPY . . 16:33:20 Removing intermediate container 78d1b56b2b29 16:33:20 ---> 8cefa88d121e 16:33:20 Step 8/24 : COPY . . 16:33:28 Removing intermediate container 7a06486d4b0f 16:33:28 ---> 13c3fccbfbeb 16:33:28 Successfully built 13c3fccbfbeb 16:33:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:33:29 + docker inspect -f . ci-base-image-arm64 16:33:29 . [Pipeline] withDockerContainer 16:33:29 prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container 16:33:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:33:30 $ docker top 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:31 + go version 16:33:31 go version go1.15.5 linux/arm64 [Pipeline] } 16:33:32 $ docker stop --time=1 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 16:33:33 $ docker rm -f 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:35 + docker inspect -f . ci-base-image-arm64 16:33:35 . [Pipeline] withDockerContainer 16:33:35 prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container 16:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:33:36 $ docker top 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 -eo pid,comm [Pipeline] { [Pipeline] echo 16:33:37 ========================================================= 16:33:37 [edgeXBuildGoParallel] Running Tests and Build... 16:33:37 ========================================================= [Pipeline] sh 16:33:37 + make test 16:33:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:33:59 ---> a1ff02f689ce 16:33:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:33:59 ---> Running in bb9f003bc3ed 16:33:59 ---> 04bf9f631acb 16:33:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:33:59 ---> 5cf637736ce2 16:33:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:33:59 ---> f1cd38504f57 16:33:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:33:59 ---> 60d5410c413d 16:33:59 Step 9/22 : RUN make cmd/core-command/core-command 16:33:59 ---> Running in 2262470284c3 16:33:59 ---> Running in 504e0f818e2f 16:33:59 ---> Running in f56587f59e84 16:33:59 ---> Running in b350784eb69a 16:33:59 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 16:33:59 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 16:33:59 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 16:33:59 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 16:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:34:00 ? github.com/edgexfoundry/edgex-go [no test files] 16:34:26 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 16:34:30 Removing intermediate container bb9f003bc3ed 16:34:30 ---> 6053f9867443 16:34:30 16:34:30 Step 10/22 : FROM alpine:3.12 16:34:30 Removing intermediate container f56587f59e84 16:34:30 ---> 4a5f6b954196 16:34:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:34:30 Removing intermediate container 2262470284c3 16:34:30 ---> 731fe9fb562f 16:34:30 16:34:30 Step 10/24 : FROM scratch 16:34:30 ---> 16:34:30 Removing intermediate container b350784eb69a 16:34:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> 10a152d806ae 16:34:30 16:34:30 16:34:30 Step 10/22 : FROM scratch 16:34:30 ---> 16:34:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:34:30 ---> Running in 7f3feedab953 16:34:30 3.12: Pulling from library/alpine 16:34:30 ---> Running in ccc58c35b96f 16:34:30 ---> Running in a5f5db6ae44b 16:34:30 Removing intermediate container 504e0f818e2f 16:34:30 ---> 8d79bcba7ae1 16:34:30 16:34:30 Step 10/24 : FROM alpine:3.12 16:34:30 3.12: Pulling from library/alpine 16:34:31 Removing intermediate container ccc58c35b96f 16:34:31 ---> 53145ac8efdc 16:34:31 Step 12/24 : ENV APP_PORT=48060 16:34:31 Removing intermediate container a5f5db6ae44b 16:34:31 ---> dfa8c7121f52 16:34:31 Step 12/22 : ENV APP_PORT=48082 16:34:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:34:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:34:31 Status: Downloaded newer image for alpine:3.12 16:34:31 ---> 389fef711851 16:34:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:34:31 Status: Downloaded newer image for alpine:3.12 16:34:31 ---> 389fef711851 16:34:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:34:31 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 16:34:31 ---> Running in 8cd80ed3c355 16:34:31 ---> Running in a3af05da938c 16:34:31 ---> Running in cfb400141d6c 16:34:31 ---> Running in 06b192b62c10 16:34:31 Removing intermediate container 8cd80ed3c355 16:34:31 ---> c3e7df3d565c 16:34:31 Step 13/24 : EXPOSE $APP_PORT 16:34:31 ---> Running in 09a2cb700c14 16:34:31 Removing intermediate container a3af05da938c 16:34:31 ---> a671abe3d6f7 16:34:31 Step 13/22 : EXPOSE $APP_PORT 16:34:31 ---> Running in e3d3518714ca 16:34:32 Removing intermediate container 09a2cb700c14 16:34:32 ---> fb5a15bf8f59 16:34:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:34:32 Removing intermediate container e3d3518714ca 16:34:32 ---> 96f87fa1cb84 16:34:32 Step 14/22 : WORKDIR / 16:34:32 ---> Running in 6e0ab42862eb 16:34:32 ---> 85f11547dbdb 16:34:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:34:32 Removing intermediate container 6e0ab42862eb 16:34:32 ---> 7182f9c1d61a 16:34:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:33 (1/5) Installing ca-certificates (20191127-r4) 16:34:33 (1/5) Installing ca-certificates (20191127-r4) 16:34:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:34:33 (3/5) Installing libcurl (7.69.1-r3) 16:34:33 (4/5) Installing curl (7.69.1-r3) 16:34:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:34:33 (5/5) Installing dumb-init (1.2.2-r1) 16:34:33 (3/5) Installing libcurl (7.69.1-r3) 16:34:33 Executing busybox-1.31.1-r19.trigger 16:34:33 Executing ca-certificates-20191127-r4.trigger 16:34:33 (4/5) Installing curl (7.69.1-r3) 16:34:33 (5/5) Installing dumb-init (1.2.2-r1) 16:34:33 Executing busybox-1.31.1-r19.trigger 16:34:33 Executing ca-certificates-20191127-r4.trigger 16:34:33 OK: 7 MiB in 19 packages 16:34:33 OK: 7 MiB in 19 packages 16:34:33 ---> b912dc8cffb7 16:34:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:34:33 Removing intermediate container 7f3feedab953 16:34:33 ---> f7acf34fdcba 16:34:33 16:34:33 Step 11/26 : FROM docker:20.10.0 16:34:33 ---> 8297c8c15a19 16:34:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:34:33 20.10.0: Pulling from library/docker 16:34:35 ---> ef3318e3fc78 16:34:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:34:36 Removing intermediate container cfb400141d6c 16:34:36 ---> 30f030f7bce0 16:34:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:34:36 ---> 7e62204a7c97 16:34:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:34:36 Removing intermediate container 06b192b62c10 16:34:36 ---> 5a7164c6900d 16:34:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:34:36 ---> 8c5b343672c4 16:34:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:34:36 ---> Running in 0367e4db81aa 16:34:36 ---> Running in 7199d23ff1bf 16:34:37 ---> bea97b19ca7f 16:34:37 Step 18/22 : ENTRYPOINT ["/core-command"] 16:34:37 ---> aaa6d73231b0 16:34:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:34:37 Removing intermediate container 0367e4db81aa 16:34:37 ---> 0dddb298d84d 16:34:37 Step 13/22 : WORKDIR / 16:34:37 Removing intermediate container 7199d23ff1bf 16:34:37 ---> ebdb88125560 16:34:37 Step 13/24 : WORKDIR / 16:34:37 ---> Running in 603df7f30444 16:34:37 ---> Running in f4c0bcc21ba6 16:34:37 ---> Running in 3d7c8eb16846 16:34:37 ---> 0a1007dc26fc 16:34:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:34:37 Removing intermediate container 603df7f30444 16:34:37 ---> 61354f069833 16:34:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:34:37 ---> Running in 191193bdd0a0 16:34:38 Removing intermediate container 3d7c8eb16846 16:34:38 ---> f9b97304d717 16:34:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:34:38 ---> Running in cf72213acc1c 16:34:38 Removing intermediate container f4c0bcc21ba6 16:34:38 ---> de8346177970 16:34:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:34:38 Removing intermediate container 191193bdd0a0 16:34:38 ---> 7aaec6f6a2a0 16:34:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:34:38 ---> Running in 91c520f3ec9b 16:34:38 Removing intermediate container cf72213acc1c 16:34:38 ---> 5c1fd46e3113 16:34:38 Step 20/22 : LABEL arch=x86_64 16:34:38 ---> a471f81a3cda 16:34:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:34:38 ---> 0649d344eb43 16:34:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:34:38 ---> Running in d5097025dd21 16:34:39 Removing intermediate container 91c520f3ec9b 16:34:39 ---> bbe5db842d50 16:34:39 Step 22/24 : LABEL arch=x86_64 16:34:39 ---> Running in 9896e9af4ec0 16:34:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:34:39 Removing intermediate container d5097025dd21 16:34:39 ---> cfe0080a30d1 16:34:39 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:34:39 ---> d1f8b45dc61c 16:34:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:34:39 ---> Running in 534ef71d353c 16:34:39 Removing intermediate container 9896e9af4ec0 16:34:39 ---> 15caf2e3c8a6 16:34:39 Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:34:39 ---> f3882c68308e 16:34:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:34:39 ---> Running in fde50da518d4 16:34:39 ---> 3dc7a222df2a 16:34:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:34:39 Removing intermediate container 534ef71d353c 16:34:39 ---> 6bb5dd21403b 16:34:39 Step 22/22 : LABEL version=0.0.0 16:34:39 ---> Running in 8f105d525148 16:34:40 Removing intermediate container fde50da518d4 16:34:40 ---> 2655337f0139 16:34:40 Step 24/24 : LABEL version=0.0.0 16:34:40 ---> 95e743f469f3 16:34:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:34:40 ---> Running in fd4b4b12d144 16:34:40 Removing intermediate container 8f105d525148 16:34:40 ---> 7ee5e8ca5998 16:34:40 16:34:40 ---> 51cfddfd9bd1 16:34:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:34:40 Successfully built 7ee5e8ca5998 16:34:41 Successfully tagged docker-core-command-go:latest 16:34:41  Building docker-core-command-go ... done Building docker-support-scheduler-go 16:34:41 ---> 333691333fa7 16:34:41 Step 18/22 : RUN chmod +x entrypoint.sh 16:34:41 Removing intermediate container fd4b4b12d144 16:34:41 ---> db297306a9f5 16:34:41 16:34:41 ---> Running in 4eec21d4ec9b 16:34:41 ---> adba43363f86 16:34:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:34:41 Successfully built db297306a9f5 16:34:41 Successfully tagged docker-support-notifications-go:latest 16:34:41  Building docker-support-notifications-go ... done Building docker-core-data-go 16:34:41 ---> a1ec77e6c941 16:34:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:34:41 ---> Running in e0d69716dd1d 16:34:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:34:42 Status: Downloaded newer image for docker:20.10.0 16:34:42 ---> aefe523efa57 16:34:42 Step 12/26 : RUN apk add --no-cache bash 16:34:47 ---> Running in 50520be19281 16:34:48 Removing intermediate container 4eec21d4ec9b 16:34:48 ---> 208f42582f5f 16:34:48 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:34:48 ---> Running in 6c787835fa13 16:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:49 Removing intermediate container e0d69716dd1d 16:34:49 ---> 021e84aab699 16:34:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:34:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:49 Removing intermediate container 6c787835fa13 16:34:49 ---> 25d53dcdeb7e 16:34:49 Step 20/22 : LABEL arch=x86_64 16:34:49 ---> Running in 0c0210b51089 16:34:49 ---> Running in ffcf70c79b20 16:34:49 (1/2) Installing readline (8.0.4-r0) 16:34:49 (2/2) Installing bash (5.0.17-r0) 16:34:49 Executing bash-5.0.17-r0.post-install 16:34:49 Executing busybox-1.31.1-r19.trigger 16:34:49 OK: 12 MiB in 22 packages 16:34:51 Removing intermediate container 0c0210b51089 16:34:51 ---> 13a1ee858b4d 16:34:51 Step 22/24 : LABEL arch=x86_64 16:34:51 Removing intermediate container ffcf70c79b20 16:34:51 ---> 8da45d568dfb 16:34:51 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:34:52 ---> Running in 478e18021582 16:34:52 ---> Running in 3e93e37927eb 16:34:54 Removing intermediate container 50520be19281 16:34:54 ---> d7b139a9e63f 16:34:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:34:54 Removing intermediate container 3e93e37927eb 16:34:54 ---> 736a8856200f 16:34:54 Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:34:54 Removing intermediate container 478e18021582 16:34:54 ---> 7678e5dbc627 16:34:54 Step 22/22 : LABEL version=0.0.0 16:34:55 ---> Running in d81122fbe1a6 16:34:55 ---> Running in 93942b8585b0 16:34:55 ---> Running in 02d327791099 16:34:56 Removing intermediate container 02d327791099 16:34:56 ---> 66572686e4e5 16:34:56 16:34:56 Removing intermediate container d81122fbe1a6 16:34:56 ---> 5650ca878711 16:34:56 Step 24/24 : LABEL version=0.0.0 16:34:56 Removing intermediate container 93942b8585b0 16:34:56 ---> 6962d947dc3a 16:34:56 Step 14/26 : ENV APP_PORT=48090 16:34:57 Successfully built 66572686e4e5 16:34:57 Successfully tagged docker-security-bootstrap-redis-go:latest 16:34:57  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 16:34:58 ---> Running in 71db2d4bc377 16:34:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:34:59 ---> 95091026afed 16:34:59 Step 3/23 : WORKDIR /edgex-go 16:34:59 ---> Using cache 16:34:59 ---> 8d0c59a28237 16:34:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:59 ---> Using cache 16:34:59 ---> 609fcbfbcf19 16:34:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:34:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:34:59 ---> 95091026afed 16:34:59 Step 3/21 : WORKDIR /edgex-go 16:34:59 ---> Using cache 16:34:59 ---> 8d0c59a28237 16:34:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:59 ---> Using cache 16:34:59 ---> 609fcbfbcf19 16:34:59 Step 5/21 : RUN apk add --update --no-cache make git 16:34:59 ---> Using cache 16:34:59 ---> a082d127c145 16:34:59 Step 6/21 : COPY go.mod . 16:34:59 ---> Using cache 16:34:59 ---> e04a7e33d571 16:34:59 Step 7/21 : RUN go mod download 16:35:00 ---> Using cache 16:35:00 ---> f6deab34297b 16:35:00 Step 8/21 : COPY . . 16:35:00 ---> Using cache 16:35:00 ---> 60d5410c413d 16:35:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:35:00 ---> Running in 31c1c28b4959 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:35:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:35:02 ---> Running in a0ff793e8ec5 16:35:02 Removing intermediate container 71db2d4bc377 16:35:02 ---> 9d2186fd876e 16:35:02 16:35:02 ---> Running in 055609be2510 16:35:02 Successfully built 9d2186fd876e 16:35:02 Successfully tagged docker-security-secretstore-setup-go:latest 16:35:02  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 16:35:02 Removing intermediate container 31c1c28b4959 16:35:02 ---> 7179c6d928ef 16:35:02 Step 15/26 : EXPOSE $APP_PORT 16:35:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:35:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:35:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:35:05 ---> Running in 846859b00d5c 16:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:35:06 Removing intermediate container 846859b00d5c 16:35:06 ---> 508ac229bd32 16:35:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:35:07 OK: 233 MiB in 51 packages 16:35:07 ---> 6702bf3be7d7 16:35:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:35:09 ---> 062b1bec0f47 16:35:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.308s coverage: 46.6% of statements 16:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:35:12 Removing intermediate container 055609be2510 16:35:12 ---> 51e3eecd87d0 16:35:12 Step 6/23 : COPY go.mod . 16:35:13 ---> dfcce0c36726 16:35:13 Step 19/26 : RUN apk --no-cache add py3-pip 16:35:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:35:13 ---> 95091026afed 16:35:13 Step 3/22 : WORKDIR /edgex-go 16:35:13 ---> Using cache 16:35:13 ---> 8d0c59a28237 16:35:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:13 ---> Using cache 16:35:13 ---> 609fcbfbcf19 16:35:13 Step 5/22 : RUN apk add --update --no-cache make git 16:35:13 ---> Using cache 16:35:13 ---> a082d127c145 16:35:13 Step 6/22 : COPY go.mod . 16:35:13 ---> Using cache 16:35:13 ---> e04a7e33d571 16:35:13 Step 7/22 : RUN go mod download 16:35:13 ---> Using cache 16:35:13 ---> f6deab34297b 16:35:13 Step 8/22 : COPY . . 16:35:14 ---> Using cache 16:35:14 ---> 60d5410c413d 16:35:14 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:35:15 ---> Running in 27de6e1be231 16:35:15 ---> c7b93b049734 16:35:15 Step 7/23 : RUN go mod download 16:35:15 ---> Running in f9bc35959755 16:35:15 ---> Running in 85f0d7179bbc 16:35:17 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 16:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:35:18 (1/33) Installing libbz2 (1.0.8-r1) 16:35:18 (2/33) Installing expat (2.2.9-r1) 16:35:18 (3/33) Installing libffi (3.3-r2) 16:35:18 (4/33) Installing gdbm (1.13-r1) 16:35:18 (5/33) Installing xz-libs (5.2.5-r0) 16:35:18 (6/33) Installing sqlite-libs (3.32.1-r0) 16:35:18 (7/33) Installing python3 (3.8.5-r0) 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.112s coverage: 100.0% of statements 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.573s coverage: 77.8% of statements 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.361s coverage: 82.4% of statements 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:35:23 (8/33) Installing py3-appdirs (1.4.4-r1) 16:35:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:35:23 (10/33) Installing py3-parsing (2.4.7-r0) 16:35:23 (11/33) Installing py3-six (1.15.0-r0) 16:35:23 (12/33) Installing py3-packaging (20.4-r0) 16:35:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:35:23 ---> 95091026afed 16:35:23 Step 3/21 : WORKDIR /edgex-go 16:35:23 ---> Using cache 16:35:23 ---> 8d0c59a28237 16:35:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:23 ---> Using cache 16:35:23 ---> 609fcbfbcf19 16:35:23 Step 5/21 : RUN apk add --update --no-cache make git 16:35:23 ---> Using cache 16:35:23 ---> a082d127c145 16:35:23 Step 6/21 : COPY go.mod . 16:35:23 ---> Using cache 16:35:23 ---> e04a7e33d571 16:35:23 Step 7/21 : RUN go mod download 16:35:23 ---> Using cache 16:35:23 ---> f6deab34297b 16:35:23 Step 8/21 : COPY . . 16:35:23 ---> Using cache 16:35:23 ---> 60d5410c413d 16:35:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:35:23 (13/33) Installing py3-setuptools (47.0.0-r0) 16:35:23 (14/33) Installing py3-chardet (3.0.4-r4) 16:35:24 (15/33) Installing py3-idna (2.9-r0) 16:35:24 Removing intermediate container 85f0d7179bbc 16:35:24 ---> 279fe5b2367e 16:35:24 Step 8/23 : COPY . . 16:35:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:35:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:35:24 (18/33) Installing py3-requests (2.23.0-r0) 16:35:24 ---> Running in 858a34165a06 16:35:24 (19/33) Installing py3-msgpack (1.0.0-r0) 16:35:24 (20/33) Installing py3-lockfile (0.12.2-r3) 16:35:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:35:25 (22/33) Installing py3-colorama (0.4.3-r0) 16:35:25 (23/33) Installing py3-distlib (0.3.0-r0) 16:35:26 (24/33) Installing py3-distro (1.5.0-r1) 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.198s coverage: 28.6% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.312s coverage: 86.7% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:35:27 (25/33) Installing py3-webencodings (0.5.1-r3) 16:35:27 (26/33) Installing py3-html5lib (1.0.1-r4) 16:35:28 (27/33) Installing py3-pytoml (0.1.21-r0) 16:35:28 (28/33) Installing py3-pep517 (0.8.2-r0) 16:35:28 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 16:35:28 (29/33) Installing py3-progress (1.5-r0) 16:35:28 (30/33) Installing py3-toml (0.10.1-r0) 16:35:28 (31/33) Installing py3-retrying (1.3.3-r0) 16:35:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:35:29 (33/33) Installing py3-pip (20.1.1-r0) 16:35:29 Executing busybox-1.31.1-r19.trigger 16:35:29 OK: 71 MiB in 55 packages 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.103s coverage: 100.0% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements 16:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.204s coverage: 87.2% of statements 16:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements 16:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.4% of statements 16:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 63.5% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 91.3% of statements 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 16:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.174s coverage: 73.7% of statements 16:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 16:35:44 Removing intermediate container a0ff793e8ec5 16:35:44 ---> 35c050928075 16:35:44 16:35:44 Step 10/21 : FROM scratch 16:35:44 ---> 16:35:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:35:44 ---> Using cache 16:35:44 ---> dfa8c7121f52 16:35:44 Step 12/21 : ENV APP_PORT=48085 16:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 55.9% of statements 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.606s coverage: 84.0% of statements 16:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 16:35:46 ---> Running in 0496e19f811c 16:35:49 Removing intermediate container 0496e19f811c 16:35:49 ---> c51535653553 16:35:49 Step 13/21 : EXPOSE $APP_PORT 16:35:49 ---> Running in 092f7d81a0b9 16:35:49 ---> becdd0e5b34f 16:35:49 Step 9/23 : RUN make cmd/core-data/core-data 16:35:50 ---> Running in 66b88a80dd0d 16:35:50 Removing intermediate container 27de6e1be231 16:35:50 ---> 6176046424b1 16:35:50 Step 20/26 : RUN pip install docker-compose==1.23.2 16:35:50 Removing intermediate container 092f7d81a0b9 16:35:50 ---> 877a9ec03c7e 16:35:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:35:50 ---> Running in 56bfaec1511c 16:35:50 ---> 8c2cb6867a68 16:35:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:35:50 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 16:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:35:51 ---> 2831250b3324 16:35:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:35:52 ---> 5285bf5c703a 16:35:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:35:52 ---> Running in 5765e03bdfee 16:35:52 Removing intermediate container 5765e03bdfee 16:35:52 ---> d80e52742123 16:35:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:35:53 Collecting docker-compose==1.23.2 16:35:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:35:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.376s coverage: 47.1% of statements 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:35:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:35:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 16:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:35:55 Collecting docopt<0.7,>=0.6.1 16:35:55 ---> Running in fbe684531885 16:35:55 Downloading docopt-0.6.2.tar.gz (25 kB) 16:35:56 Collecting dockerpty<0.5,>=0.4.1 16:35:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:35:56 Removing intermediate container f9bc35959755 16:35:56 ---> 90cc0198c078 16:35:56 16:35:56 Step 10/22 : FROM scratch 16:35:56 ---> 16:35:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:35:56 ---> Using cache 16:35:56 ---> dfa8c7121f52 16:35:56 Step 12/22 : ENV APP_PORT=48081 16:35:56 Removing intermediate container fbe684531885 16:35:56 ---> eaed20a359df 16:35:56 Step 19/21 : LABEL arch=x86_64 16:35:56 ---> Running in a4288ac78789 16:35:56 ---> Running in d7ec8992193c 16:35:56 Collecting websocket-client<1.0,>=0.32.0 16:35:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:35:56 Removing intermediate container a4288ac78789 16:35:56 ---> 0ed919f59547 16:35:56 Step 13/22 : EXPOSE $APP_PORT 16:35:56 Collecting texttable<0.10,>=0.9.0 16:35:56 Downloading texttable-0.9.1.tar.gz (11 kB) 16:35:56 Removing intermediate container d7ec8992193c 16:35:56 ---> 1f4a07f60aa0 16:35:56 Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:35:56 ---> Running in 78d3765bef3c 16:35:57 ---> Running in dddefee1a2bc 16:35:57 Removing intermediate container 78d3765bef3c 16:35:57 ---> 0f497558f5d7 16:35:57 Step 14/22 : WORKDIR / 16:35:57 Collecting cached-property<2,>=1.2.0 16:35:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:35:57 ---> Running in df318e38b5a1 16:35:57 Removing intermediate container dddefee1a2bc 16:35:57 ---> f100143bfde4 16:35:57 Step 21/21 : LABEL version=0.0.0 16:35:57 Collecting docker<4.0,>=3.6.0 16:35:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:35:58 ---> Running in 79e4768f7a4e 16:35:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:35:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:35:58 Removing intermediate container df318e38b5a1 16:35:58 ---> ee824b0895d5 16:35:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:35:58 Removing intermediate container 79e4768f7a4e 16:35:58 ---> 7756496461a3 16:35:58 16:35:58 Collecting PyYAML<4,>=3.10 16:35:58 Downloading PyYAML-3.13.tar.gz (270 kB) 16:35:59 Successfully built 7756496461a3 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.072s coverage: 29.1% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 16:35:59 ---> 0f469fea31d0 16:35:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:35:59 Successfully tagged docker-support-scheduler-go:latest 16:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:36:01 GO111MODULE=on go vet ./... 16:36:01  Building docker-support-scheduler-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:36:02 Collecting jsonschema<3,>=2.5.1 16:36:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:36:02 ---> 7b65c435efe4 16:36:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:36:02 Removing intermediate container 858a34165a06 16:36:02 ---> 81542307c5bc 16:36:02 16:36:02 Step 10/21 : FROM alpine:3.12 16:36:02 ---> 389fef711851 16:36:02 Step 11/21 : RUN apk add --update --no-cache curl 16:36:02 Collecting docker-pycreds>=0.4.0 16:36:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:36:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:36:02 ---> Running in 8d71fab71dd0 16:36:03 Collecting urllib3<1.25,>=1.21.1 16:36:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:36:03 ---> 0641848b8d3b 16:36:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:36:03 Collecting idna<2.8,>=2.5 16:36:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:36:03 ---> Running in 815eda586fe6 16:36:03 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) 16:36:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:36:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:36:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:36:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:36:03 Installing collected packages: docopt, dockerpty, websocket-client, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, docker-compose 16:36:03 Running setup.py install for docopt: started 16:36:03 Removing intermediate container 815eda586fe6 16:36:03 ---> 1d8937c1fab0 16:36:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:36:04 ---> Running in ea5dfd9bc650 16:36:04 Removing intermediate container ea5dfd9bc650 16:36:04 ---> d6ac62079866 16:36:04 Step 20/22 : LABEL arch=x86_64 16:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:04 ---> Running in 50494d1297ad 16:36:04 Running setup.py install for docopt: finished with status 'done' 16:36:04 Running setup.py install for dockerpty: started 16:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:04 Removing intermediate container 50494d1297ad 16:36:04 ---> ef6428f6070e 16:36:04 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:36:04 (1/4) Installing ca-certificates (20191127-r4) 16:36:04 ---> Running in 1bd93957ec7e 16:36:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:36:04 (3/4) Installing libcurl (7.69.1-r3) 16:36:04 (4/4) Installing curl (7.69.1-r3) 16:36:04 Executing busybox-1.31.1-r19.trigger 16:36:04 Executing ca-certificates-20191127-r4.trigger 16:36:04 OK: 7 MiB in 18 packages 16:36:04 Running setup.py install for dockerpty: finished with status 'done' 16:36:05 Removing intermediate container 1bd93957ec7e 16:36:05 ---> 60c35f1799d1 16:36:05 Step 22/22 : LABEL version=0.0.0 16:36:05 Running setup.py install for texttable: started 16:36:06 Running setup.py install for texttable: finished with status 'done' 16:36:06 ---> Running in 057a405d9956 16:36:06 Attempting uninstall: urllib3 16:36:06 Found existing installation: urllib3 1.25.9 16:36:06 Uninstalling urllib3-1.25.9: 16:36:06 Successfully uninstalled urllib3-1.25.9 16:36:06 Removing intermediate container 057a405d9956 16:36:06 ---> a9ec853e7e86 16:36:06 16:36:07 Attempting uninstall: idna 16:36:07 Found existing installation: idna 2.9 16:36:07 Uninstalling idna-2.9: 16:36:08 Successfully uninstalled idna-2.9 16:36:08 Successfully built a9ec853e7e86 16:36:08 Successfully tagged docker-core-metadata-go:latest 16:36:08  Building docker-core-metadata-go ... done Removing intermediate container 8d71fab71dd0 16:36:08 ---> 4d2dcbe8ce8d 16:36:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:36:08 Attempting uninstall: requests 16:36:08 Found existing installation: requests 2.23.0 16:36:08 Uninstalling requests-2.23.0: 16:36:08 Successfully uninstalled requests-2.23.0 16:36:08 ---> Running in d9757250f17b 16:36:09 Removing intermediate container d9757250f17b 16:36:09 ---> 4d4a4dd53341 16:36:09 Step 13/21 : WORKDIR /edgex 16:36:09 Running setup.py install for PyYAML: started 16:36:10 ---> Running in b49dbd91abcf 16:36:10 Running setup.py install for PyYAML: finished with status 'done' 16:36:10 Removing intermediate container b49dbd91abcf 16:36:10 ---> c1778a42783a 16:36:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:36:10 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 16:36:10 ---> 1f38288d8273 16:36:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:36:12 ---> 3d042e91a09d 16:36:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:36:14 ---> 5ed819dce846 16:36:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:36:15 ---> Running in 97c4e78b61fb 16:36:15 Removing intermediate container 56bfaec1511c 16:36:15 ---> 58c134403eed 16:36:15 Step 21/26 : RUN apk --no-cache add curl 16:36:15 ---> Running in 4eb2e2f06493 16:36:15 Removing intermediate container 97c4e78b61fb 16:36:15 ---> 3a2722c13d73 16:36:15 Step 18/21 : CMD ["--init=true"] 16:36:15 ---> Running in 1009a7e14903 16:36:15 Removing intermediate container 1009a7e14903 16:36:15 ---> 45be8e7e5529 16:36:15 Step 19/21 : LABEL arch=x86_64 16:36:15 ---> Running in c0f062f3d9df 16:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:36:16 (2/3) Installing libcurl (7.69.1-r3) 16:36:16 (3/3) Installing curl (7.69.1-r3) 16:36:16 Executing busybox-1.31.1-r19.trigger 16:36:16 OK: 72 MiB in 58 packages 16:36:16 Removing intermediate container c0f062f3d9df 16:36:16 ---> 83249b4f1f92 16:36:16 Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:36:17 ---> Running in 9e59700ded6e 16:36:17 Removing intermediate container 66b88a80dd0d 16:36:17 ---> 637e4963ab8f 16:36:17 16:36:17 Step 10/23 : FROM alpine:3.12 16:36:17 ---> 389fef711851 16:36:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:36:17 ---> Running in 68f7f9706ca8 16:36:17 Removing intermediate container 9e59700ded6e 16:36:17 ---> 51a675aceddb 16:36:17 Step 21/21 : LABEL version=0.0.0 16:36:18 ---> Running in 7d69f47535eb 16:36:18 Removing intermediate container 4eb2e2f06493 16:36:18 ---> c2ed14f232bd 16:36:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:36:18 Removing intermediate container 68f7f9706ca8 16:36:18 ---> dd3636e8dca3 16:36:18 Step 12/23 : ENV APP_PORT=48080 16:36:18 ---> Running in b5f4986afa70 16:36:18 ---> Running in 2f0a031a6781 16:36:19 Removing intermediate container 7d69f47535eb 16:36:19 ---> 4016ee0a3c44 16:36:19 16:36:19 Removing intermediate container b5f4986afa70 16:36:19 ---> 9d963a1182f1 16:36:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:36:19 Successfully built 4016ee0a3c44 16:36:19 Successfully tagged docker-security-proxy-setup-go:latest 16:36:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 2f0a031a6781 16:36:19 ---> aebb90c53b98 16:36:19 Step 13/23 : EXPOSE $APP_PORT 16:36:19 ---> Running in 887c7e2cf84e 16:36:19 ---> Running in c42ae121bf94 16:36:19 Removing intermediate container 887c7e2cf84e 16:36:19 ---> 7851f6ac0507 16:36:19 Step 24/26 : LABEL arch=x86_64 16:36:20 Removing intermediate container c42ae121bf94 16:36:20 ---> 392daff87734 16:36:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:20 ---> Running in 065b288642c9 16:36:20 ---> Running in 23ddd0319ddd 16:36:20 Removing intermediate container 065b288642c9 16:36:20 ---> fe12fc31c67f 16:36:20 Step 25/26 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:36:20 ---> Running in c8bb34375a7e 16:36:20 Removing intermediate container c8bb34375a7e 16:36:20 ---> 0db6370301c2 16:36:20 Step 26/26 : LABEL version=0.0.0 16:36:20 ---> Running in 61b3903c8944 16:36:20 Removing intermediate container 61b3903c8944 16:36:20 ---> 7dc08b60f33e 16:36:20 16:36:20 Successfully built 7dc08b60f33e 16:36:21 Successfully tagged docker-sys-mgmt-agent-go:latest 16:36:21  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 23ddd0319ddd 16:36:21 ---> d77b115990e8 16:36:21 Step 15/23 : RUN apk add --update --no-cache zeromq 16:36:21 ---> Running in 88b24902f727 16:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:22 (1/5) Installing libgcc (9.3.0-r2) 16:36:23 (2/5) Installing libsodium (1.0.18-r0) 16:36:23 (3/5) Installing libstdc++ (9.3.0-r2) 16:36:23 (4/5) Installing libzmq (4.3.3-r0) 16:36:23 (5/5) Installing zeromq (4.3.3-r0) 16:36:23 Executing busybox-1.31.1-r19.trigger 16:36:23 OK: 8 MiB in 19 packages 16:36:24 Removing intermediate container 88b24902f727 16:36:24 ---> 17c252ae66df 16:36:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:36:24 ---> 5b0d1a87eb68 16:36:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:36:25 ---> 6ecf41ed2add 16:36:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:36:25 ---> 109c57d8ae01 16:36:25 Step 19/23 : ENTRYPOINT ["/core-data"] 16:36:25 ---> Running in 303726e3b24f 16:36:25 Removing intermediate container 303726e3b24f 16:36:25 ---> 0b7a02b19263 16:36:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:36:25 ---> Running in 8d07392b303f 16:36:25 Removing intermediate container 8d07392b303f 16:36:25 ---> 1bcf53b6e854 16:36:25 Step 21/23 : LABEL arch=x86_64 16:36:25 ---> Running in cc84dd19d889 16:36:26 Removing intermediate container cc84dd19d889 16:36:26 ---> 692bc7171e83 16:36:26 Step 22/23 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:36:26 ---> Running in ed180153624f 16:36:26 Removing intermediate container ed180153624f 16:36:26 ---> b8beb1a5a86f 16:36:26 Step 23/23 : LABEL version=0.0.0 16:36:26 ---> Running in a280fc468c1e 16:36:26 Removing intermediate container a280fc468c1e 16:36:26 ---> 9d091622ddd0 16:36:26 16:36:26 Successfully built 9d091622ddd0 16:36:26 Successfully tagged docker-core-data-go:latest 16:36:27  Building docker-core-data-go ... done  [Pipeline] } 16:36:27 $ docker stop --time=1 dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 16:36:28 $ docker rm -f dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 [Pipeline] // withDockerContainer [Pipeline] sh 16:36:29 + docker images 16:36:29 + grep docker 16:36:29 docker-core-data-go latest 9d091622ddd0 3 seconds ago 22.2MB 16:36:29 docker-sys-mgmt-agent-go latest 7dc08b60f33e 9 seconds ago 313MB 16:36:29 docker-security-proxy-setup-go latest 4016ee0a3c44 11 seconds ago 24.5MB 16:36:29 docker-core-metadata-go latest a9ec853e7e86 23 seconds ago 13MB 16:36:29 docker-support-scheduler-go latest 7756496461a3 31 seconds ago 10.7MB 16:36:29 docker-security-secretstore-setup-go latest 9d2186fd876e About a minute ago 24.6MB 16:36:29 docker-security-bootstrap-redis-go latest 66572686e4e5 About a minute ago 15.8MB 16:36:29 docker-support-notifications-go latest db297306a9f5 About a minute ago 12MB 16:36:29 docker-core-command-go latest 7ee5e8ca5998 About a minute ago 10.6MB 16:36:29 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 16:36:45 Still waiting to schedule task 16:36:45 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:37:09 gofmt -l . 16:37:09 [ "`gofmt -l .`" = "" ] 16:37:09 ./bin/test-go-mod-tidy.sh 16:37:09 ./bin/test-attribution-txt.sh [Pipeline] sh 16:37:13 + ls -al . 16:37:13 total 668 16:37:13 drwxrwxr-x 9 1001 1001 4096 Jan 5 16:37 . 16:37:13 drwxr-xr-x 4 root root 4096 Jan 5 16:33 .. 16:37:13 -rw-rw-r-- 1 1001 1001 11 Jan 5 16:32 .dockerignore 16:37:13 drwxrwxr-x 8 1001 1001 4096 Jan 5 16:32 .git 16:37:13 drwxrwxr-x 3 1001 1001 4096 Jan 5 16:32 .github 16:37:13 -rw-rw-r-- 1 1001 1001 824 Jan 5 16:32 .gitignore 16:37:13 -rw-rw-r-- 1 1001 1001 166 Jan 5 16:32 .sonarcloud.properties 16:37:13 -rw-rw-r-- 1 1001 1001 3804 Jan 5 16:32 CONTRIBUTING.md 16:37:13 -rw-rw-r-- 1 1001 1001 931 Jan 5 16:32 Dockerfile.build 16:37:13 -rw-rw-r-- 1 1001 1001 863 Jan 5 16:32 Jenkinsfile 16:37:13 -rw-rw-r-- 1 1001 1001 10775 Jan 5 16:32 LICENSE 16:37:13 -rw-rw-r-- 1 1001 1001 5750 Jan 5 16:32 Makefile 16:37:13 -rw-rw-r-- 1 1001 1001 6511 Jan 5 16:32 README.md 16:37:13 -rw-rw-r-- 1 1001 1001 6744 Jan 5 16:32 SECURITY.md 16:37:13 -rw-rw-r-- 1 1001 1001 5 Jan 5 16:29 VERSION 16:37:13 -rw-rw-r-- 1 1001 1001 4131 Jan 5 16:32 ZMQWindows.md 16:37:13 drwxrwxr-x 2 1001 1001 4096 Jan 5 16:32 bin 16:37:13 drwxrwxr-x 14 1001 1001 4096 Jan 5 16:32 cmd 16:37:13 -rw-r--r-- 1 root root 541590 Jan 5 16:35 coverage.out 16:37:13 -rw-r--r-- 1 root root 979 Jan 5 16:37 go.mod 16:37:13 -rw-r--r-- 1 root root 18934 Jan 5 16:37 go.sum 16:37:13 drwxrwxr-x 8 1001 1001 4096 Jan 5 16:32 internal 16:37:13 drwxrwxr-x 4 1001 1001 4096 Jan 5 16:32 openapi 16:37:13 drwxrwxr-x 4 1001 1001 4096 Jan 5 16:32 snap 16:37:13 -rw-rw-r-- 1 1001 1001 168 Jan 5 16:32 version.go [Pipeline] sh 16:37:14 + '[' -e coverage.out ] 16:37:14 + chown 1001:1001 coverage.out [Pipeline] stash 16:37:14 Warning: overwriting stash ‘coverage-report’ 16:37:15 Stashed 1 file(s) [Pipeline] sh 16:37:15 + make build 16:37: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 16:37: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 16:37:35 Running on prd-ubuntu18.04-docker-8c-8g-18520 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws 16:37:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:37:37 using credential edgex-jenkins-ssh 16:37:37 Cloning the remote Git repository 16:37:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:37:38 > git init /w/workspace/edgex-go/2 # timeout=10 16:37:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:37:38 > git --version # timeout=10 16:37:38 > git --version # 'git version 2.17.1' 16:37:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:37:46 Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:37:46 Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:37:46 Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) 16:37:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:37:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:37:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:37:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:37:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:46 > git config core.sparsecheckout # timeout=10 16:37:46 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 16:37:46 > git remote # timeout=10 16:37:46 > git config --get remote.origin.url # timeout=10 16:37:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:46 > git merge b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 16:37:46 > git rev-parse HEAD^{commit} # timeout=10 16:37:46 > git config core.sparsecheckout # timeout=10 16:37:46 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 16:37:48 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 16:37:50 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:37:51 + echo snap-build.sh 16:37:51 snap-build.sh 16:37:51 + SNAP_BASE_DIR=. 16:37:51 + '[' '!' -z /w/workspace/edgex-go/2 ']' 16:37:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 16:37:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 16:37:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 16:37:51 + cd /w/workspace/edgex-go/2 16:37:51 + sudo apt-get remove -qy --purge lxd lxd-client 16:37:51 Reading package lists... 16:37:51 Building dependency tree... 16:37:51 Reading state information... 16:37:51 The following packages were automatically installed and are no longer required: 16:37:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:37:51 uidmap xdelta3 16:37:51 Use 'sudo apt autoremove' to remove them. 16:37:51 The following packages will be REMOVED: 16:37:51 lxd* lxd-client* 16:37:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:37:52 After this operation, 31.7 MB disk space will be freed. 16:37:52 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 16:37:53 (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.) 16:37:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:37:54 Removing lxd dnsmasq configuration 16:37:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:37:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:37:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:37:55 (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.) 16:37:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:37:56 Processing triggers for systemd (237-3ubuntu10.42) ... 16:37:56 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 16:37:56 Processing triggers for ureadahead (0.100.0-21) ... 16:37:58 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 16:37:58 + sudo snap remove --purge lxd 16:37:58 snap "lxd" is not installed 16:37:58 + sudo groupadd --force --system lxd 16:37:58 ++ whoami 16:37:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:37:58 + newgrp - lxd 16:37:58 + sudo snap install lxd 16:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:38:07 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 16:38:08 2021-01-05T16:38:06Z INFO Waiting for automatic snapd restart... 16:38:11 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 16:38:15 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 16:38:19 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 16:38:23 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 16:38:26 lxd 4.9 from Canonical* installed 16:38:26 + sudo lxd init --auto [Pipeline] } 16:38:27 $ docker stop --time=1 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 16:38:30 $ docker rm -f 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:32 16:38:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:38:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:32 latest: Pulling from edgex-devops/edgex-compose-arm64 16:38:32 29e5d40040c1: Pulling fs layer 16:38:32 1ce36da41761: Pulling fs layer 16:38:32 25b303627fd3: Pulling fs layer 16:38:33 29e5d40040c1: Verifying Checksum 16:38:33 29e5d40040c1: Download complete 16:38:33 + sudo snap install --classic snapcraft 16:38:33 1ce36da41761: Verifying Checksum 16:38:33 1ce36da41761: Download complete 16:38:33 29e5d40040c1: Pull complete 16:38:35 1ce36da41761: Pull complete 16:38:35 25b303627fd3: Verifying Checksum 16:38:35 25b303627fd3: Download complete 16:38:45 25b303627fd3: Pull complete 16:38:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:38:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:38:46 prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container 16:38:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:38:50 $ docker top 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:51 + + docker-composegrep build parallel --help 16:38:51 16:38:51 snapcraft 4.4.4 from Canonical* installed 16:38:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:38:51 + patch --verbose -p1 16:38:51 Hmm... Looks like a unified diff to me... 16:38:51 The text leading up to this was: 16:38:51 -------------------------- 16:38:51 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:38:51 |From: Tony Espy 16:38:51 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:38:51 |Subject: [PATCH] optimize snap build for pipeline CI check 16:38:51 | 16:38:51 |This patch is used by the EdgeX CI pipeline builds to 16:38:51 |optimize the snap CI check run for pull requests. When 16:38:51 |applied, it essentially strips out everything (apps and 16:38:51 |parts) from the snapcraft.yaml file except those required 16:38:51 |to build edgex-go, as the whole idea of the CI check is to 16:38:51 |catch changes to edgex-go that break the snap build. 16:38:51 | 16:38:51 |In general, anyone updating snapcraft.yaml will also need 16:38:51 |to update this patch file, otherwise it may fail to apply, 16:38:51 |resulting in a failed snap build CI check in the associated 16:38:51 |pull request. 16:38:51 | 16:38:51 |Note - in addition to applying this patch, the pipeline also 16:38:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:38:51 |need to build the finally binary .snap file (and it won't 16:38:51 |work with the patch applied). This further reduces the build 16:38:51 |time. 16:38:51 |--- 16:38:51 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:38:51 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:38:51 | 16:38:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:38:51 |index 1e537489..faf42425 100644 16:38:51 |--- a/snap/snapcraft.yaml 16:38:51 |+++ b/snap/snapcraft.yaml 16:38:51 -------------------------- 16:38:51 patching file snap/snapcraft.yaml 16:38:51 Using Plan A... 16:38:51 Hunk #1 succeeded at 73. 16:38:51 Hunk #2 succeeded at 202. 16:38:51 Hunk #3 succeeded at 214. 16:38:51 Hunk #4 succeeded at 222. 16:38:51 Hunk #5 succeeded at 229. 16:38:51 Hunk #6 succeeded at 256. 16:38:51 Hunk #7 succeeded at 290. 16:38:51 Hunk #8 succeeded at 341. 16:38:51 Hmm... Ignoring the trailing garbage. 16:38:51 done 16:38:51 + sudo snapcraft prime --use-lxd 16:38:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:38:53 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: 16:38:53 - README.md 16:38:53 16:38:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:38:54 Launching a container. 16:38:54 --parallel Build images in parallel. [Pipeline] } 16:38:55 $ docker stop --time=1 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a 16:38:57 $ docker rm -f 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:57 . [Pipeline] withDockerContainer 16:38:58 prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container 16:38: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:38:59 $ docker top fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:00 + docker-compose -f ./docker-compose-build.yml build --parallel 16:39:05 Building docker-core-command-go ... 16:39:05 Building docker-core-data-go ... 16:39:05 Building docker-core-metadata-go ... 16:39:05 Building docker-security-bootstrap-redis-go ... 16:39:05 Building docker-security-proxy-setup-go ... 16:39:05 Building docker-security-secretstore-setup-go ... 16:39:05 Building docker-support-notifications-go ... 16:39:05 Building docker-support-scheduler-go ... 16:39:05 Building docker-sys-mgmt-agent-go ... 16:39:05 Building docker-support-scheduler-go 16:39:05 Building docker-core-command-go 16:39:05 Building docker-support-notifications-go 16:39:05 Building docker-security-secretstore-setup-go 16:39:05 Building docker-security-bootstrap-redis-go 16:39:06 Waiting for container to be ready 16:39:06 To start your first instance, try: lxc launch ubuntu:18.04 16:39:06 16:39:09 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:39:10 Waiting for network to be ready... 16:39:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:39:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] 16:39:10 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:39:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] 16:39:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:39:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:39:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 16:39:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 16:39:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 16:39:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:39:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:39:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:39:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:39:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:39:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:39:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:39:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:39:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:39:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:39:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 16:39:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 16:39:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] 16:39:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 16:39:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 16:39:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 16:39:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:39:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:39:14 Fetched 23.6 MB in 5s (5185 kB/s) 16:39:16 Reading package lists... 16:39:16 Reading package lists... 16:39:16 Building dependency tree... 16:39:16 Reading state information... 16:39:16 The following additional packages will be installed: 16:39:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:39:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:39:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:39:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:39:16 Suggested packages: 16:39:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:39:16 Recommended packages: 16:39:16 gnupg libsasl2-modules 16:39:16 The following NEW packages will be installed: 16:39:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:39:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:39:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:39:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:39:16 The following packages will be upgraded: 16:39:16 gpg gpg-agent gpgconf libudev1 16:39:16 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 16:39:16 Need to get 3531 kB of archives. 16:39:16 After this operation, 13.3 MB of additional disk space will be used. 16:39:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 16:39:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:39:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 16:39:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:39:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:39:17 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] 16:39:17 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] 16:39:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:39:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:39:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:39:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:39:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:39:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:39:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:39:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:39:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:39:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:39:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:39:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:39:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:39:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:39:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:39:17 debconf: delaying package configuration, since apt-utils is not installed 16:39:17 Fetched 3531 kB in 1s (3220 kB/s) 16:39:17 (Reading database ... 12511 files and directories currently installed.) 16:39:17 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 16:39:17 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:39:17 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 16:39:18 Selecting previously unselected package udev. 16:39:18 (Reading database ... 12511 files and directories currently installed.) 16:39:18 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 16:39:18 Unpacking udev (237-3ubuntu10.43) ... 16:39:18 Selecting previously unselected package libfuse2:amd64. 16:39:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:39:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:39:18 Selecting previously unselected package fuse. 16:39:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:39:18 Unpacking fuse (2.9.7-1ubuntu1) ... 16:39:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:39:18 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:39:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:39:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:39:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:39:18 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:39:18 Selecting previously unselected package libksba8:amd64. 16:39:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:39:18 Unpacking libksba8:amd64 (1.3.5-2) ... 16:39:18 Selecting previously unselected package libroken18-heimdal:amd64. 16:39:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:39:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:39:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:39:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libwind0-heimdal:amd64. 16:39:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:39:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:39:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:39:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:39:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:39:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:19 Selecting previously unselected package libsasl2-modules-db:amd64. 16:39:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 16:39:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:39:19 Selecting previously unselected package libsasl2-2:amd64. 16:39:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 16:39:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:39:19 Selecting previously unselected package libldap-common. 16:39:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:39:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:39:20 Selecting previously unselected package libldap-2.4-2:amd64. 16:39:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:39:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:39:20 Selecting previously unselected package dirmngr. 16:39:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:39:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:39:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:39:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:39:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:39:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:39:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 16:39:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:39:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:20 Setting up libksba8:amd64 (1.3.5-2) ... 16:39:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:39:20 Setting up udev (237-3ubuntu10.43) ... 16:39:20 invoke-rc.d: policy-rc.d denied execution of start. 16:39:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Processing triggers for systemd (237-3ubuntu10) ... 16:39:21 Setting up fuse (2.9.7-1ubuntu1) ... 16:39:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:39:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:39:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:39:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:39:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:39:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:39:21 settings in the [Install] section, and DefaultInstance for template units). 16:39:21 This means they are not meant to be enabled using systemctl. 16:39:21 Possible reasons for having this kind of units are: 16:39:21 1) A unit may be statically enabled by being symlinked from another unit's 16:39:21 .wants/ or .requires/ directory. 16:39:21 2) A unit's purpose may be to act as a helper for some other unit which has 16:39:21 a requirement dependency on it. 16:39:21 3) A unit may be started when needed via activation (socket, path, timer, 16:39:21 D-Bus, udev, scripted systemctl call, ...). 16:39:21 4) In case of template units, the unit is meant to be enabled with some 16:39:21 instance name specified. 16:39:22 Reading package lists... 16:39:22 Building dependency tree... 16:39:22 Reading state information... 16:39:22 The following additional packages will be installed: 16:39:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:39:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:39:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:39:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:39:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:39:22 Suggested packages: 16:39:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:39:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:39:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:39:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:39:22 systemd-container policykit-1 16:39:22 Recommended packages: 16:39:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:39:22 The following NEW packages will be installed: 16:39:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:39:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:39:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:39:22 multiarch-support openssh-client python3 python3-minimal python3.6 16:39:22 python3.6-minimal snapd squashfs-tools sudo 16:39:22 The following packages will be upgraded: 16:39:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:39:22 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 16:39:22 Need to get 35.2 MB of archives. 16:39:22 After this operation, 141 MB of additional disk space will be used. 16:39:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:39:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:39:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:39:22 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 16:39:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:39:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:39:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:39:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:39:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:39:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:39:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:39:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:39:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:39:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:39:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:39:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:39:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:39:23 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 16:39:23 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:39:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:39:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:39:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:39:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:39:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:39:23 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:39:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:39:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:39:23 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:39:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:39:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:39:25 debconf: delaying package configuration, since apt-utils is not installed 16:39:25 Fetched 35.2 MB in 3s (14.0 MB/s) 16:39:25 (Reading database ... 12757 files and directories currently installed.) 16:39:25 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 16:39:25 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:39:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 16:39:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:39:26 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 16:39:26 (Reading database ... 12757 files and directories currently installed.) 16:39:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:39:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:39:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:39:26 (Reading database ... 12757 files and directories currently installed.) 16:39:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:39:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:39:26 Setting up apt (1.6.12ubuntu0.2) ... 16:39:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:39:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:39:27 (Reading database ... 12764 files and directories currently installed.) 16:39:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:39:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:39:27 Selecting previously unselected package libpython3.6-minimal:amd64. 16:39:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:39:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:39:27 Selecting previously unselected package libexpat1:amd64. 16:39:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:39:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:39:27 Selecting previously unselected package python3.6-minimal. 16:39:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:39:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:39:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:39:28 Checking for services that may need to be restarted...done. 16:39:28 Checking for services that may need to be restarted...done. 16:39:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:39:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:39:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:39:29 Selecting previously unselected package python3-minimal. 16:39:29 (Reading database ... 13012 files and directories currently installed.) 16:39:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:39:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:39:29 Selecting previously unselected package mime-support. 16:39:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:39:29 Unpacking mime-support (3.60ubuntu1) ... 16:39:29 Selecting previously unselected package libmpdec2:amd64. 16:39:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:39:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:39:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:39:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:39:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:39:29 Selecting previously unselected package python3.6. 16:39:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:39:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:39:29 Selecting previously unselected package libpython3-stdlib:amd64. 16:39:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:39:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:39:30 Setting up python3-minimal (3.6.7-1~18.04) ... 16:39:30 Selecting previously unselected package python3. 16:39:30 (Reading database ... 13442 files and directories currently installed.) 16:39:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:39:30 Unpacking python3 (3.6.7-1~18.04) ... 16:39:30 Selecting previously unselected package multiarch-support. 16:39:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:39:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:39:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:39:30 Selecting previously unselected package liblzo2-2:amd64. 16:39:30 (Reading database ... 13479 files and directories currently installed.) 16:39:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:39:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:39:30 Selecting previously unselected package libbsd0:amd64. 16:39:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:39:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:39:30 Selecting previously unselected package sudo. 16:39:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:39:30 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:39:30 Selecting previously unselected package apparmor. 16:39:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:39:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:39:30 Selecting previously unselected package libedit2:amd64. 16:39:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:39:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:39:31 Selecting previously unselected package libkrb5support0:amd64. 16:39:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:39:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:39:31 Selecting previously unselected package libk5crypto3:amd64. 16:39:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:39:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:39:31 Selecting previously unselected package libkeyutils1:amd64. 16:39:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:39:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:39:31 Selecting previously unselected package libkrb5-3:amd64. 16:39:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:39:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:39:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:39:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:39:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:39:31 Selecting previously unselected package libssl1.0.0:amd64. 16:39:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:39:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:39:31 Selecting previously unselected package openssh-client. 16:39:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:39:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:39:32 Selecting previously unselected package squashfs-tools. 16:39:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:39:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:39:32 Selecting previously unselected package snapd. 16:39:32 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:39:32 Unpacking snapd (2.48+18.04) ... 16:39:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:39:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:39:35 Setting up mime-support (3.60ubuntu1) ... 16:39:35 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:39:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:39:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:39:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:39:35 Setting up systemd (237-3ubuntu10.43) ... 16:39:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:39:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:39:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:39:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:39:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:39:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:39:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:39:37 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:39:37 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:39:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:39:37 Setting up python3 (3.6.7-1~18.04) ... 16:39:37 running python rtupdate hooks for python3.6... 16:39:37 running python post-rtupdate hooks for python3.6... 16:39:37 Setting up apparmor (2.12-4ubuntu5.1) ... 16:39:39 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:39:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:39:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:39:39 Setting up snapd (2.48+18.04) ... 16:39:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:39:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:39:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:39:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:39:41 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:39:41 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:39:41 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:39:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:39:41 Processing triggers for systemd (237-3ubuntu10.43) ... 16:39:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:39:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:39:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:39:43 Reading package lists... 16:39:44 Reading package lists... 16:39:44 Building dependency tree... 16:39:44 Reading state information... 16:39:44 Calculating upgrade... 16:39:44 The following packages will be upgraded: 16:39:44 advancecomp base-files bash binutils binutils-common 16:39:44 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:39:44 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:39:44 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:39:44 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:39:44 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:39:44 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:39:44 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:39:44 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 16:39:44 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 16:39:44 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 16:39:44 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 16:39:44 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 16:39:44 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:39:44 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:39:44 Need to get 63.5 MB of archives. 16:39:44 After this operation, 5200 kB of additional disk space will be used. 16:39:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:39:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 16:39:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:39:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:39:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:39:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:39:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:39:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:39:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:39:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:39:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:39:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:39:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:39:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:39:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:39:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:39:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:39:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:39:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:39:45 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:39:45 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:39:45 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:39:45 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:39:45 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:39:45 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:39:45 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:39:45 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:39:45 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:39:45 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:39:45 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:39:45 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:39:45 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:39:45 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:39:46 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:39:46 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:39:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:39:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:39:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:39:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:39:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:39:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:39:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:39:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:39:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:39:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:39:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 16:39:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:39:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:39:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:39:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:39:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:39:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:39:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:39:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:39:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:39:46 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:39:46 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:39:46 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:39:46 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 16:39:46 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:39:46 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:39:46 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:39:46 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:39:46 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:39:46 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:39:46 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:39:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:39:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:39:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:39:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:39:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:39:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:39:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:39:47 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:39:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 16:39:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:39:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:39:47 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:39:47 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:39:47 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:39:47 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:39:47 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:39:47 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:39:47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:39:47 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:39:47 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:39:47 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:39:47 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:39:47 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:39:47 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:39:47 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:39:47 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:39:47 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:39:47 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:39:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:39:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:39:47 debconf: delaying package configuration, since apt-utils is not installed 16:39:47 Fetched 63.5 MB in 3s (20.0 MB/s) 16:39:47 (Reading database ... 13912 files and directories currently installed.) 16:39:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:39:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:39:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:39:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:39:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 16:39:48 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 16:39:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:39:50 (Reading database ... 13911 files and directories currently installed.) 16:39:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:39:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:39:50 (Reading database ... 13911 files and directories currently installed.) 16:39:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:39:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:39:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:39:51 (Reading database ... 13911 files and directories currently installed.) 16:39:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:39:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:39:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:39:52 (Reading database ... 13911 files and directories currently installed.) 16:39:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:39:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:39:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:39:52 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:39:52 Setting up base-files (10.1ubuntu2.10) ... 16:39:52 Installing new version of config file /etc/issue ... 16:39:52 Installing new version of config file /etc/issue.net ... 16:39:52 Installing new version of config file /etc/lsb-release ... 16:39:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:39:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:39:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:39:52 Removing obsolete conffile /etc/default/motd-news ... 16:39:52 (Reading database ... 13912 files and directories currently installed.) 16:39:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:39:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:39:53 Setting up bash (4.4.18-2ubuntu1.2) ... 16:39:53 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 16:39:53 (Reading database ... 13912 files and directories currently installed.) 16:39:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:39:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:39:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:39:53 (Reading database ... 13912 files and directories currently installed.) 16:39:53 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 16:39:53 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 16:39:53 Setting up tar (1.29b-2ubuntu0.1) ... 16:39:53 (Reading database ... 13912 files and directories currently installed.) 16:39:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:39:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:39:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:39:54 (Reading database ... 13912 files and directories currently installed.) 16:39:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:39:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:39:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:39:54 (Reading database ... 13912 files and directories currently installed.) 16:39:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:39:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:39:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:39:54 (Reading database ... 13912 files and directories currently installed.) 16:39:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:39:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:39:55 Setting up grep (3.1-2build1) ... 16:39:55 (Reading database ... 13912 files and directories currently installed.) 16:39:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:39:55 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:39:55 Setting up login (1:4.5-1ubuntu2) ... 16:39:55 (Reading database ... 13912 files and directories currently installed.) 16:39:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:39:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:39:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:39:55 (Reading database ... 13912 files and directories currently installed.) 16:39:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:39:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:39:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:39:56 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:39:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:39:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:39:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:39:56 (Reading database ... 13912 files and directories currently installed.) 16:39:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:39:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:39:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:39:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:39:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:39:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:39:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:39:58 (Reading database ... 13912 files and directories currently installed.) 16:39:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:39:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:39:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:39:58 (Reading database ... 13912 files and directories currently installed.) 16:39:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:39:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:39:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:39:59 (Reading database ... 13912 files and directories currently installed.) 16:39:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:39:59 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:39:59 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:39:59 (Reading database ... 13912 files and directories currently installed.) 16:39:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:39:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:39:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:39:59 (Reading database ... 13912 files and directories currently installed.) 16:39:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:39:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:39:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:39:59 (Reading database ... 13912 files and directories currently installed.) 16:39:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:39:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:39:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:39:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:40:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:40:00 (Reading database ... 13912 files and directories currently installed.) 16:40:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:40:00 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:40:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:40:00 (Reading database ... 13912 files and directories currently installed.) 16:40:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:40:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:40:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:40:00 (Reading database ... 13912 files and directories currently installed.) 16:40:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:40:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:40:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:40:00 (Reading database ... 13912 files and directories currently installed.) 16:40:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:40:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:40:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:40:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:40:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:40:02 (Reading database ... 13912 files and directories currently installed.) 16:40:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:40:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:40:02 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:40:02 (Reading database ... 13912 files and directories currently installed.) 16:40:02 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:40:02 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:40:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:40:02 (Reading database ... 13914 files and directories currently installed.) 16:40:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:40:02 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:40:02 Setting up debconf (1.5.66ubuntu1) ... 16:40:03 (Reading database ... 13914 files and directories currently installed.) 16:40:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:40:03 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:40:03 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:40:03 (Reading database ... 13914 files and directories currently installed.) 16:40:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:40:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:40:03 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:40:03 (Reading database ... 13914 files and directories currently installed.) 16:40:03 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:40:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:40:03 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:40:04 (Reading database ... 13914 files and directories currently installed.) 16:40:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:40:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:40:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 16:40:04 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:40:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:40:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:40:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:40:04 (Reading database ... 13914 files and directories currently installed.) 16:40:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:40:04 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:40:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:40:04 (Reading database ... 13914 files and directories currently installed.) 16:40:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:40:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:40:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:40:05 (Reading database ... 13914 files and directories currently installed.) 16:40:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:40:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:40:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:40:05 (Reading database ... 13914 files and directories currently installed.) 16:40:05 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:40:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:40:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:40:06 (Reading database ... 13914 files and directories currently installed.) 16:40:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:40:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:40:06 Setting up passwd (1:4.5-1ubuntu2) ... 16:40:06 (Reading database ... 13914 files and directories currently installed.) 16:40:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:40:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:40:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:40:06 (Reading database ... 13914 files and directories currently installed.) 16:40:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:40:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:40:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:40:06 (Reading database ... 13914 files and directories currently installed.) 16:40:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:40:07 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:40:07 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:40:07 (Reading database ... 13914 files and directories currently installed.) 16:40:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:40:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:40:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:40:07 (Reading database ... 13914 files and directories currently installed.) 16:40:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:40:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:40:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:40:07 (Reading database ... 13914 files and directories currently installed.) 16:40:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:40:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:40:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:40:07 (Reading database ... 13915 files and directories currently installed.) 16:40:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:40:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:40:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:40:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:40:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:40:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:40:08 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:40:08 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:40:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:40:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:40:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:40:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:40:08 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:40:08 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:40:08 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:40:08 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:40:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:40:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:40:08 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:40:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:40:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:40:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:40:09 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 16:40:09 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 16:40:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:40:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:40:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:40:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:40:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:40:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:40:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:40:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:40:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:40:11 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:40:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:40:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:40:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:11 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:11 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:40:13 ---> 13c3fccbfbeb 16:40:13 Step 3/21 : WORKDIR /edgex-go 16:40:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:13 ---> 13c3fccbfbeb 16:40:13 Step 3/22 : WORKDIR /edgex-go 16:40:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:13 ---> 13c3fccbfbeb 16:40:13 Step 3/22 : WORKDIR /edgex-go 16:40:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:40:13 ---> 13c3fccbfbeb 16:40:13 Step 3/24 : WORKDIR /edgex-go 16:40:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:40:13 ---> 13c3fccbfbeb 16:40:13 Step 3/24 : WORKDIR /edgex-go 16:40:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:15 ---> Running in 4220335c2327 16:40:15 ---> Running in 9428f0108c33 16:40:15 ---> Running in 9e42d4db3fc8 16:40:15 ---> Running in a6af87ca7670 16:40:15 ---> Running in 3293f041a2fd 16:40:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:40:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:40:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:40:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:40:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:40:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:40:16 Removing intermediate container 4220335c2327 16:40:16 ---> e907a94b3da2 16:40:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:16 Removing intermediate container a6af87ca7670 16:40:16 ---> dfef168ba6c0 16:40:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:16 Removing intermediate container 9e42d4db3fc8 16:40:16 ---> ecf5a353ca78 16:40:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:40:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:40:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:16 Removing intermediate container 9428f0108c33 16:40:16 ---> 587aa8d694bf 16:40:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:16 Removing intermediate container 3293f041a2fd 16:40:16 ---> ac93e1feb0cf 16:40:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:40:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:40:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:40:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:40:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:40:16 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:40:16 ---> Running in 0fd146936adc 16:40:16 ---> Running in 134e093d440b 16:40:16 ---> Running in 056799f15dc6 16:40:16 ---> Running in 8fd8f3bb923c 16:40:16 ---> Running in 6281d32af6a5 16:40:16 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:40:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:40:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:40:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:40:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:40:17 Setting up tzdata (2020d-0ubuntu0.18.04) ... 16:40:17 16:40:17 Current default time zone: 'Etc/UTC' 16:40:17 Local time is now: Tue Jan 5 16:40:17 UTC 2021. 16:40:17 Universal Time is now: Tue Jan 5 16:40:17 UTC 2021. 16:40:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:40:17 16:40:17 Setting up systemd-sysv (237-3ubuntu10.43) ... 16:40:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:17 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 16:40:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:40:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:40:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:40:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:40:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:40:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:40:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:40:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:40:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:40:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:18 Setting up patch (2.7.6-2ubuntu1.1) ... 16:40:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:40:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:40:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:40:18 Installing new version of config file /etc/ssl/openssl.cnf ... 16:40:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:40:18 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:40:18 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:40:19 Updating certificates in /etc/ssl/certs... 16:40:20 22 added, 17 removed; done. 16:40:20 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:40:20 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:40:20 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:40:20 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:40:20 Setting up pkgbinarymangler (138.18.04.1) ... 16:40:20 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:20 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:40:20 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:20 Removing intermediate container 0fd146936adc 16:40:20 ---> dc7c15dad5de 16:40:20 Step 5/21 : RUN apk add --update --no-cache make git 16:40:21 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up perl (5.26.1-6ubuntu0.5) ... 16:40:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:40:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:40:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:40:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:40:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:40:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:40:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:40:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:40:21 ---> Running in 342f1896feac 16:40:21 Removing intermediate container 134e093d440b 16:40:21 ---> e108c69f0b30 16:40:21 Step 5/22 : RUN apk add --update --no-cache make git 16:40:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:40:21 Processing triggers for systemd (237-3ubuntu10.43) ... 16:40:21 Processing triggers for mime-support (3.60ubuntu1) ... 16:40:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:40:21 Updating certificates in /etc/ssl/certs... 16:40:21 Removing intermediate container 056799f15dc6 16:40:21 ---> 87f67b6455fe 16:40:21 Step 5/22 : RUN apk add --update --no-cache make git 16:40:21 ---> Running in 55074a394e4d 16:40:21 Removing intermediate container 8fd8f3bb923c 16:40:21 ---> 3c5c75970511 16:40:21 Step 5/24 : RUN apk add --update --no-cache make git 16:40:21 ---> Running in ab0288c9a643 16:40:21 Removing intermediate container 6281d32af6a5 16:40:21 ---> cda57cb5f09f 16:40:21 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:40:22 ---> Running in 5cc3efe7f47f 16:40:22 0 added, 0 removed; done. 16:40:22 Running hooks in /etc/ca-certificates/update.d... 16:40:22 done. 16:40:22 ---> Running in fd87bb232496 16:40:22 Reading package lists... 16:40:22 Building dependency tree... 16:40:22 Reading state information... 16:40:22 The following NEW packages will be installed: 16:40:22 apt-transport-https 16:40:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:40:22 Need to get 1696 B of archives. 16:40:22 After this operation, 153 kB of additional disk space will be used. 16:40:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:40:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:23 debconf: delaying package configuration, since apt-utils is not installed 16:40:23 Fetched 1696 B in 0s (42.8 kB/s) 16:40:23 Selecting previously unselected package apt-transport-https. 16:40:23 (Reading database ... 13929 files and directories currently installed.) 16:40:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:40:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:40:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:23 Waiting for network to be ready... 16:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:24 OK: 217 MiB in 51 packages 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:25 OK: 217 MiB in 51 packages 16:40:25 OK: 217 MiB in 51 packages 16:40:25 OK: 217 MiB in 51 packages 16:40:25 OK: 217 MiB in 51 packages 16:40:26 Removing intermediate container 342f1896feac 16:40:26 ---> 652a531d67a3 16:40:26 Step 6/21 : COPY go.mod . 16:40:27 Removing intermediate container 55074a394e4d 16:40:27 ---> b5a6158359b6 16:40:27 Step 6/22 : COPY go.mod . ---> 8cdf9227398a 16:40:27 Step 7/21 : RUN go mod download 16:40:27 16:40:27 ---> Running in ef3755f5f81b 16:40:27 Removing intermediate container 5cc3efe7f47f 16:40:27 ---> 81e1477b6b47 16:40:27 Step 6/24 : COPY go.mod . 16:40:27 Removing intermediate container fd87bb232496 16:40:27 ---> a08a83855e26 16:40:27 Step 6/24 : COPY go.mod . 16:40:27 Removing intermediate container ab0288c9a643 16:40:27 ---> e260d5f09c37 16:40:27 Step 6/22 : COPY go.mod . 16:40:28 ---> dcc1d8712720 16:40:28 Step 7/22 : RUN go mod download 16:40:28 ---> Running in e5e1258fffc8 16:40:28 ---> b48e5aa13077 16:40:28 Step 7/24 : RUN go mod download 16:40:28 ---> 7cbe4c92e4ce 16:40:28 Step 7/24 : RUN go mod download 16:40:28 ---> Running in 4583ff2efca7 16:40:29 ---> aad57398e307 16:40:29 Step 7/22 : RUN go mod download 16:40:29 ---> Running in 97b2a4f38e81 16:40:29 ---> Running in c19063fcb3d0 16:40:30 2021-01-05T16:40:27Z INFO Waiting for automatic snapd restart... 16:40:30 snapd 2.48.1 from Canonical* installed 16:40:31 Removing intermediate container ef3755f5f81b 16:40:31 ---> 0ebad4f33330 16:40:31 Step 8/21 : COPY . . 16:40:31 "snapd" switched to the "latest/stable" channel 16:40:31 16:40:33 Removing intermediate container e5e1258fffc8 16:40:33 ---> 728d98878ed0 16:40:33 Step 8/22 : COPY . . 16:40:34 Removing intermediate container 97b2a4f38e81 16:40:34 ---> 5d3c64122002 16:40:34 Step 8/24 : COPY . . 16:40:34 core18 20201210 from Canonical* installed 16:40:35 Removing intermediate container 4583ff2efca7 16:40:35 ---> 848625882bc3 16:40:35 Step 8/24 : COPY . . 16:40:35 "core18" switched to the "latest/stable" channel 16:40:35 16:40:35 Removing intermediate container c19063fcb3d0 16:40:35 ---> d944064d3771 16:40:35 Step 8/22 : COPY . . 16:40:39 snapcraft 4.4.4 from Canonical* installed 16:40:39 "snapcraft" switched to the "latest/stable" channel 16:40:39 16:40:43 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: 16:40:43 - README.md 16:40:43 16:40:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:40:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:40:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:40:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:40:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:40:51 Reading package lists... 16:40:51 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 16:40:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:40:58 Reading package lists... 16:40:58 Building dependency tree... 16:40:58 Reading state information... 16:40:58 Suggested packages: 16:40:58 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:40:58 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:40:58 Recommended packages: 16:40:58 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:40:58 The following NEW packages will be installed: 16:40:58 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:40:58 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:40:58 pkg-config zip 16:40:58 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:40:58 Need to get 7655 kB of archives. 16:40:58 After this operation, 43.7 MB of additional disk space will be used. 16:40:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:40:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:40:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:40:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:40:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:40:58 ---> 98f6ddf12adb 16:40:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:40:58 ---> 852ab00d91ce 16:40:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:40:58 ---> Running in 4b184e606e9e 16:40:58 ---> Running in 6e7fe7516a6d 16:40:58 ---> cef8b8b087de 16:40:58 Step 9/22 : RUN make cmd/core-command/core-command 16:40:58 ---> 66f71c1cd9d9 16:40:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:40:58 ---> 5c1985bbed5b 16:40:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:40:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:40:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:40:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:40:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:40:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:40:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:40:58 ---> Running in c541e51fdc8d 16:40:58 ---> Running in e1c6139b204e 16:40:58 ---> Running in 68c6a919a7a3 16:40:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:40:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:40:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:40:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:40:58 debconf: delaying package configuration, since apt-utils is not installed 16:40:58 Fetched 7655 kB in 1s (10.7 MB/s) 16:40:58 Selecting previously unselected package libglib2.0-0:amd64. 16:40:58 (Reading database ... 13933 files and directories currently installed.) 16:40:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:40:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:40:59 Selecting previously unselected package libpsl5:amd64. 16:40:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:40:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:40:59 Selecting previously unselected package libnghttp2-14:amd64. 16:40:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:40:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:40:59 Selecting previously unselected package librtmp1:amd64. 16:40:59 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:40:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:40:59 Selecting previously unselected package libcurl3-gnutls:amd64. 16:40:59 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:40:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:40:59 Selecting previously unselected package liberror-perl. 16:40:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:40:59 Unpacking liberror-perl (0.17025-1) ... 16:40:59 Selecting previously unselected package git-man. 16:40:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:40:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:40:59 Selecting previously unselected package git. 16:40:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:40:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:41:00 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 16:41:00 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 16:41:00 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 16:41:00 Selecting previously unselected package libnorm1:amd64. 16:41:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:41:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:41:00 Selecting previously unselected package libpgm-5.2-0:amd64. 16:41:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:41:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:41:00 Selecting previously unselected package libsodium23:amd64. 16:41:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:41:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:41:00 Selecting previously unselected package libzmq5:amd64. 16:41:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:41:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:41:00 Selecting previously unselected package libzmq3-dev:amd64. 16:41:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:41:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:41:00 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 16:41:00 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 16:41:01 Selecting previously unselected package pkg-config. 16:41:01 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:41:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:41:01 Selecting previously unselected package zip. 16:41:01 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:41:01 Unpacking zip (3.0-11build1) ... 16:41:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:41:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:41:01 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:41:01 Setting up liberror-perl (0.17025-1) ... 16:41:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:41:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:41:01 No schema files found: doing nothing. 16:41:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:41:01 Setting up zip (3.0-11build1) ... 16:41:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:41:01 Setting up libsodium23:amd64 (1.0.16-2) ... 16:41:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:41:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:41:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:41:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:41:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:41:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:41:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:41:08 git set to automatically installed. 16:41:08 git-man set to automatically installed. 16:41:08 libcurl3-gnutls set to automatically installed. 16:41:08 liberror-perl set to automatically installed. 16:41:08 libglib2.0-0 set to automatically installed. 16:41:08 libnghttp2-14 set to automatically installed. 16:41:08 libnorm1 set to automatically installed. 16:41:08 libpgm-5.2-0 set to automatically installed. 16:41:08 libpsl5 set to automatically installed. 16:41:08 librtmp1 set to automatically installed. 16:41:08 libsodium23 set to automatically installed. 16:41:08 libzmq3-dev set to automatically installed. 16:41:08 libzmq5 set to automatically installed. 16:41:08 pkg-config set to automatically installed. 16:41:08 zip set to automatically installed. 16:41:10 snapd is not logged in, snap install commands will use sudo 16:41:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:41:17 snap "core18" has no updates available 16:41:18 Pulling config-common 16:41:19 Pulling go-build-helper 16:41:46 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:41:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:41:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:41:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] 16:41:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:41:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:41:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:41:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] 16:41:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:41:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:41:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:41:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:41:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:41:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:41:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 16:41:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 16:41:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 16:41:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:41:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:41:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 16:41:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 16:41:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] 16:41:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 16:41:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 16:41:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 16:41:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:41:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:41:46 Fetched 23.6 MB in 0s (0 B/s) 16:41:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:41:46 Fetched 96.5 kB in 0s (0 B/s) 16:41:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:41:46 Fetched 279 kB in 0s (0 B/s) 16:41:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:41:46 Fetched 122 kB in 0s (0 B/s) 16:41:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:41:46 Fetched 77.8 kB in 0s (0 B/s) 16:41:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:41:46 Fetched 8848 B in 0s (0 B/s) 16:41:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:41:46 Fetched 47.8 kB in 0s (0 B/s) 16:41:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:41:46 Fetched 45.6 kB in 0s (0 B/s) 16:41:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 16:41:46 Fetched 14.8 kB in 0s (0 B/s) 16:41:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:41:46 Fetched 214 kB in 0s (0 B/s) 16:41:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:41:46 Fetched 155 kB in 0s (0 B/s) 16:41:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:41:46 Fetched 50.6 kB in 0s (0 B/s) 16:41:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:41:46 Fetched 14.8 kB in 0s (0 B/s) 16:41:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:41:46 Fetched 41.8 kB in 0s (0 B/s) 16:41:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:41:46 Fetched 499 kB in 0s (0 B/s) 16:41:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:41:46 Fetched 111 kB in 0s (0 B/s) 16:41:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:41:46 Fetched 240 kB in 0s (0 B/s) 16:41:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:41:46 Fetched 29.3 kB in 0s (0 B/s) 16:41:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:41:46 Fetched 85.5 kB in 0s (0 B/s) 16:41:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:41:46 Fetched 24.5 kB in 0s (0 B/s) 16:41:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 16:41:46 Fetched 49.2 kB in 0s (0 B/s) 16:41:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:41:46 Fetched 54.2 kB in 0s (0 B/s) 16:41:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:41:46 Fetched 30.8 kB in 0s (0 B/s) 16:41:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:41:46 Fetched 17.0 kB in 0s (0 B/s) 16:41:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:41:46 Fetched 85.9 kB in 0s (0 B/s) 16:41:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:41:46 Fetched 8720 B in 0s (0 B/s) 16:41:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:41:46 Fetched 137 kB in 0s (0 B/s) 16:41:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:41:46 Fetched 119 kB in 0s (0 B/s) 16:41:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:41:46 Fetched 109 kB in 0s (0 B/s) 16:41:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:41:46 Fetched 11.1 kB in 0s (0 B/s) 16:41:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:41:46 Fetched 645 kB in 0s (0 B/s) 16:41:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:41:46 Fetched 41.3 kB in 0s (0 B/s) 16:41:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:41:46 Fetched 17.9 kB in 0s (0 B/s) 16:41:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:41:46 Fetched 368 kB in 0s (0 B/s) 16:41:46 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 16:41:46 Fetched 187 kB in 0s (0 B/s) 16:41:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:41:46 Fetched 175 kB in 0s (0 B/s) 16:41:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:41:46 Fetched 206 kB in 0s (0 B/s) 16:41:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:41:46 Fetched 1301 kB in 0s (0 B/s) 16:41:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:41:46 Fetched 36.2 kB in 0s (0 B/s) 16:41:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:41:46 Fetched 159 kB in 0s (0 B/s) 16:41:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:41:46 Fetched 107 kB in 0s (0 B/s) 16:41:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:41:46 Fetched 48.7 kB in 0s (0 B/s) 16:41:46 Pulling static-packages 16:41:46 'go115' has dependencies that need to be staged: static-packages go-build-helper 16:41:46 Skipping pull go-build-helper (already ran) 16:41:46 Skipping pull static-packages (already ran) 16:41:46 Building go-build-helper 16:41:51 Building static-packages 16:41:52 Staging go-build-helper 16:41:53 Staging static-packages 16:41:54 Pulling go115 16:41:56 'edgex-go' has dependencies that need to be staged: go115 16:41:56 Skipping pull go115 (already ran) 16:41:56 Building go115 16:41:56 % Total % Received % Xferd Average Speed Time Time Time Current 16:41:56 Dload Upload Total Spent Left Speed 16:41:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 93478 0 0 368k 0 0:05:21 --:--:-- 0:05:21 366k 31 115M 31 36.8M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.4M 66 115M 66 77.2M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M 16:42:00 go1.15.2.linux-amd64.tar.gz: OK 16:42:05 Staging go115 16:42:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:42:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:42:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:42:10 Fetched 0 B in 0s (0 B/s) 16:42:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:42:10 Fetched 224 kB in 0s (0 B/s) 16:42:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:42:10 Fetched 157 kB in 0s (0 B/s) 16:42:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:42:10 Fetched 221 kB in 0s (0 B/s) 16:42:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:42:10 Fetched 143 kB in 0s (0 B/s) 16:42:10 Pulling edgex-go 16:42:12 Pulling version 16:42:12 Building config-common 16:42:15 Skipping build go-build-helper (already ran) 16:42:15 Skipping build static-packages (already ran) 16:42:15 Skipping build go115 (already ran) 16:42:15 Building edgex-go 16:42:16 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 16:42:17 go: downloading github.com/gorilla/mux v1.8.0 16:42:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:42:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 16:42:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:42:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 16:42:17 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 16:42:17 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:42:17 go: downloading github.com/BurntSushi/toml v0.3.1 16:42:17 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 16:42:17 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 16:42:17 go: downloading github.com/google/uuid v1.1.4 16:42:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:42:17 go: downloading github.com/imdario/mergo v0.3.11 16:42:17 go: downloading github.com/pkg/errors v0.8.1 16:42:17 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 16:42:17 go: downloading github.com/x448/float16 v0.8.4 16:42:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:42:17 go: downloading github.com/pebbe/zmq4 v1.0.0 16:42:17 go: downloading github.com/hashicorp/consul/api v1.1.0 16:42:17 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:42:17 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:42:17 go: downloading github.com/go-kit/kit v0.8.0 16:42:17 go: downloading github.com/pelletier/go-toml v1.2.0 16:42:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:42:17 go: downloading gopkg.in/yaml.v2 v2.4.0 16:42:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:42:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:42:17 go: downloading github.com/hashicorp/serf v0.8.2 16:42:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:42:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:42:17 go: downloading github.com/mitchellh/copystructure v1.0.0 16:42:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:42:17 go: downloading github.com/go-playground/universal-translator v0.17.0 16:42:17 go: downloading github.com/leodido/go-urn v1.2.0 16:42:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:42:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:42:17 go: downloading github.com/go-playground/locales v0.13.0 16:42:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:42:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:42:17 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:42:22 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 16:42:26 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 16:42:30 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 16:42:30 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 16:42:31 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 16:42:31 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 16:42:32 go: downloading github.com/stretchr/testify v1.6.1 16:42:32 go: downloading github.com/pmezard/go-difflib v1.0.0 16:42:32 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:42:32 go: downloading github.com/davecgh/go-spew v1.1.1 16:42:32 Removing intermediate container 68c6a919a7a3 16:42:32 ---> b318488363a3 16:42:32 16:42:32 Step 10/24 : FROM alpine:3.12 16:42:32 Removing intermediate container 6e7fe7516a6d 16:42:32 ---> 08fbc1450745 16:42:32 16:42:32 Step 10/22 : FROM alpine:3.12 16:42:32 Removing intermediate container e1c6139b204e 16:42:32 ---> 2dacecbe40a5 16:42:32 16:42:32 Step 10/24 : FROM scratch 16:42:32 ---> 16:42:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium'3.12: Pulling from library/alpine 16:42:32 16:42:32 3.12: Pulling from library/alpine 16:42:32 ---> Running in 32898d581c19 16:42:33 Removing intermediate container 32898d581c19 16:42:33 ---> dd952c5af383 16:42:33 Step 12/24 : ENV APP_PORT=48060 16:42:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:42:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:42:33 Status: Downloaded newer image for alpine:3.12 16:42:33 Status: Downloaded newer image for alpine:3.12 16:42:33 ---> afeebe901d6b 16:42:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:42:33 ---> afeebe901d6b 16:42:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:42:34 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 16:42:34 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:42:34 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:42:34 ---> Running in 49f5e8897551 16:42:34 ---> Running in 1d4187158730 16:42:34 ---> Running in 8ed51972f708 16:42:34 Removing intermediate container 4b184e606e9e 16:42:34 ---> e85b77067295 16:42:34 16:42:34 Step 10/21 : FROM scratch 16:42:34 ---> 16:42:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:34 Removing intermediate container c541e51fdc8d 16:42:34 ---> c73882af7f50 16:42:34 16:42:34 Step 10/22 : FROM scratch 16:42:34 ---> 16:42:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:34 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 16:42:34 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:42:35 ---> Running in 0fd92cab1492 16:42:35 Removing intermediate container 49f5e8897551 16:42:35 ---> 52bc7d29505a 16:42:35 Step 13/24 : EXPOSE $APP_PORT 16:42:35 ---> Running in 897ac8ec8c22 16:42:35 ---> Running in ff11e5d4dc23 16:42:35 Removing intermediate container 0fd92cab1492 16:42:35 ---> 7aa190ed290b 16:42:35 Step 12/21 : ENV APP_PORT=48085 16:42:35 Removing intermediate container 897ac8ec8c22 16:42:35 ---> ecc13f67441d 16:42:35 Step 12/22 : ENV APP_PORT=48082 16:42:36 Removing intermediate container ff11e5d4dc23 16:42:36 ---> 49b279b60205 16:42:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:42:36 ---> Running in c7eccbaaecca 16:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:36 ---> Running in bf77558d553b 16:42:36 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 16:42:36 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:36 Removing intermediate container c7eccbaaecca 16:42:36 ---> dd06b59cf630 16:42:36 Step 13/21 : EXPOSE $APP_PORT 16:42:37 Removing intermediate container bf77558d553b 16:42:37 ---> 37e6d3ad9f49 16:42:37 Step 13/22 : EXPOSE $APP_PORT 16:42:37 ---> Running in 36c5317803cf 16:42:37 (1/5) Installing ca-certificates (20191127-r4) 16:42:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:42:37 (3/5) Installing libcurl (7.69.1-r3) 16:42:37 (4/5) Installing curl (7.69.1-r3) 16:42:37 (5/5) Installing dumb-init (1.2.2-r1) 16:42:37 ---> Running in 7ef9e0febb8e 16:42:37 (1/5) Installing ca-certificates (20191127-r4) 16:42:37 Executing busybox-1.31.1-r19.trigger 16:42:37 Executing ca-certificates-20191127-r4.trigger 16:42:37 ---> f1ab30abc1cb 16:42:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:42:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:42:37 (3/5) Installing libcurl (7.69.1-r3) 16:42:37 (4/5) Installing curl (7.69.1-r3) 16:42:37 (5/5) Installing dumb-init (1.2.2-r1) 16:42:37 Executing busybox-1.31.1-r19.trigger 16:42:37 Executing ca-certificates-20191127-r4.trigger 16:42:37 OK: 7 MiB in 19 packages 16:42:37 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 16:42:37 OK: 7 MiB in 19 packages 16:42:37 Removing intermediate container 36c5317803cf 16:42:37 ---> 71fca37f8b0e 16:42:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:42:37 Removing intermediate container 7ef9e0febb8e 16:42:37 ---> ccea0658d63a 16:42:37 Step 14/22 : WORKDIR / 16:42:38 ---> Running in 6e43bef88bf4 16:42:38 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 16:42:39 ---> 8ae084580be3 16:42:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:42:39 Removing intermediate container 6e43bef88bf4 16:42:39 ---> 5fc301de3f54 16:42:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:42:39 ---> a58c702f07d6 16:42:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:42:39 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 16:42:39 Removing intermediate container 1d4187158730 16:42:39 ---> 008e57308ff5 16:42:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:42:40 ---> Running in e6897f6026c7 16:42:40 Removing intermediate container 8ed51972f708 16:42:40 ---> c40d753d754b 16:42:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:42:40 ---> c8e2270b2703 16:42:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:42:40 ---> 0ebe9e176a45 16:42:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:42:41 ---> Running in 0785f1ac9e4e 16:42:41 ---> a5005a8990d5 16:42:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:42:41 Removing intermediate container e6897f6026c7 16:42:41 ---> 3ae60233cd53 16:42:41 Step 13/24 : WORKDIR / 16:42:41 ---> Running in 669b3014c19c 16:42:41 Removing intermediate container 0785f1ac9e4e 16:42:41 ---> 7af58757e40f 16:42:41 Step 13/22 : WORKDIR / 16:42:42 Building version 16:42:42 ---> Running in 57df6bb5f13d 16:42:42 ---> 1608604d4f34 16:42:42 ---> f42671de14cf 16:42:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:42:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:42:42 ---> a10bbbc30f6c 16:42:42 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:42:42 Removing intermediate container 669b3014c19c 16:42:42 ---> 8fe8123073ea 16:42:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:42:42 ---> Running in 86bde1dd72e0 16:42:42 Removing intermediate container 57df6bb5f13d 16:42:42 ---> 90a99907d931 16:42:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:42:43 Removing intermediate container 86bde1dd72e0 16:42:43 ---> 22b351403ff5 16:42:43 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:43 ---> ccc5f88a9e7d 16:42:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:42:43 ---> 76914fbb1ee7 16:42:43 Step 18/22 : ENTRYPOINT ["/core-command"] 16:42:44 ---> Running in 25b0f195025c 16:42:44 ---> Running in f70fddae0831 16:42:44 ---> 0e5855dd9c18 16:42:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / ---> e3a7376ee41a 16:42:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:42:44 16:42:44 Removing intermediate container 25b0f195025c 16:42:44 ---> 3079f75f55eb 16:42:44 Step 19/21 : LABEL arch=arm64 16:42:44 Staging config-common 16:42:44 Removing intermediate container f70fddae0831 16:42:44 ---> 2e80316f7d32 16:42:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:44 ---> Running in 2e2acea30f6b 16:42:45 ---> d3fde38202b3 16:42:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:42:45 ---> Running in 8bf1742a5de6 16:42:45 ---> 44eee1d3278b 16:42:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:42:45 ---> Running in ee09bc004fea 16:42:45 Skipping stage go-build-helper (already ran) 16:42:45 Skipping stage static-packages (already ran) 16:42:45 Skipping stage go115 (already ran) 16:42:45 Staging edgex-go 16:42:45 ---> 61b6ebea7550 16:42:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:42:45 Removing intermediate container 2e2acea30f6b 16:42:45 ---> 8fca0793e1cf 16:42:45 Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:42:46 ---> Running in eb7306510301 16:42:46 Removing intermediate container 8bf1742a5de6 16:42:46 ---> 4a1230007c3f 16:42:46 Step 20/22 : LABEL arch=arm64 16:42:46 ---> 0bdbc611c25e 16:42:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:42:46 ---> Running in 7c7524a6d829 16:42:46 Removing intermediate container ee09bc004fea 16:42:46 ---> b859422620d1 16:42:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:46 Staging version 16:42:46 ---> Running in 52d5692d0792 16:42:46 Removing intermediate container eb7306510301 16:42:46 ---> b2451c24e884 16:42:46 Step 21/21 : LABEL version=0.0.0 16:42:46 ---> 59050fc75e6d 16:42:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:42:47 ---> Running in 58092d751ea7 16:42:47 Removing intermediate container 7c7524a6d829 16:42:47 ---> b46fe9427d28 16:42:47 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:42:47 ---> Running in 396201aaf109 16:42:47 Removing intermediate container 52d5692d0792 16:42:47 ---> 96a01f603ecf 16:42:47 Step 22/24 : LABEL arch=arm64 16:42:47 Priming config-common 16:42:47 ---> Running in 203c8ca4e0b9 16:42:48 Removing intermediate container 58092d751ea7 16:42:48 ---> af6528ac94fd 16:42:48 16:42:48 ---> 158e6d8ca0ae 16:42:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:42:48 Removing intermediate container 396201aaf109 16:42:48 ---> 98339a60c18c 16:42:48 Step 22/22 : LABEL version=0.0.0 16:42:48 ---> 1f80ac1bad39 16:42:48 Step 18/22 : RUN chmod +x entrypoint.sh 16:42:48 Successfully built af6528ac94fd 16:42:48 ---> Running in aca6b6724194 16:42:48 ---> Running in ed2729dde15d 16:42:48 Successfully tagged docker-support-scheduler-go-arm64:latest 16:42:48 Building docker-core-metadata-go 16:42:48  Building docker-support-scheduler-go ... done Removing intermediate container 203c8ca4e0b9 16:42:48 ---> a583f6ce8fbb 16:42:48 Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:42:48 Priming go-build-helper 16:42:49 ---> Running in 55391d6d76d0 16:42:49 Removing intermediate container ed2729dde15d 16:42:49 ---> 41dca840cf33 16:42:49 16:42:49 Priming static-packages 16:42:50 Successfully built 41dca840cf33 16:42:50 Successfully tagged docker-core-command-go-arm64:latest 16:42:50  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 16:42:50 ---> 13212e8d10c6 16:42:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:42:51 Removing intermediate container 55391d6d76d0 16:42:51 ---> f051dda2671c 16:42:51 Step 24/24 : LABEL version=0.0.0 16:42:51 ---> Running in c01f2372e954 16:42:51 Removing intermediate container c01f2372e954 16:42:51 ---> eb3d8ab143b5 16:42:51 16:42:52 Priming go115 16:42:52 Successfully built eb3d8ab143b5 16:42:52 ---> 59c05dc950e6 16:42:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:42:53 Priming edgex-go 16:42:53 Successfully tagged docker-support-notifications-go-arm64:latest 16:42:53  Building docker-support-notifications-go ... done Building docker-core-data-go 16:42:53 ---> Running in 63d284d08acc 16:42:53 Removing intermediate container aca6b6724194 16:42:53 ---> 655320d67843 16:42:53 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:42:53 ---> Running in 1eb49de17a48 16:42:54 Priming version 16:42:54 Removing intermediate container 1eb49de17a48 16:42:54 ---> d38173a958b1 16:42:54 Step 20/22 : LABEL arch=arm64 16:42:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 16:42:55 ---> Running in 5642e3dcd457 16:42:56 Removing intermediate container 5642e3dcd457 16:42:56 ---> a31ad7d8ead3 16:42:56 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:42:56 Removing intermediate container 63d284d08acc 16:42:56 ---> 95d91dd360e8 16:42:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:42:57 ---> Running in 6a9a0894ab97 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 16:42:57 ---> Running in e74f4e50c463 [Pipeline] } [Pipeline] // stage 16:42:58 Removing intermediate container 6a9a0894ab97 16:42:58 ---> 336de04cdf9b 16:42:58 Step 22/22 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:42:58 Removing intermediate container e74f4e50c463 16:42:58 ---> f26dea7e4bae 16:42:58 Step 22/24 : LABEL arch=arm64 16:42:59 ---> Running in 58717be256a4 16:42:59 ---> Running in 4dfb3dd559cd 16:43:00 Removing intermediate container 58717be256a4 16:43:00 ---> e660f70e8e56 16:43:00 16:43:00 Removing intermediate container 4dfb3dd559cd 16:43:00 ---> 8b92b1b08f59 16:43:00 Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:43:00 Successfully built e660f70e8e56 16:43:00 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:43:00 Building docker-sys-mgmt-agent-go 16:43:00  Building docker-security-bootstrap-redis-go ... done  ---> Running in c78b5b897aa2 16:43:01 Removing intermediate container c78b5b897aa2 16:43:01 ---> 44984523e607 16:43:01 Step 24/24 : LABEL version=0.0.0 16:43:01 ---> Running in 18405d5529ce 16:43:01 Removing intermediate container 18405d5529ce 16:43:01 ---> 96ebf95bb556 16:43:01 16:43:02 Successfully built 96ebf95bb556 16:43:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:43:41  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:43:41 ---> 13c3fccbfbeb 16:43:41 Step 3/22 : WORKDIR /edgex-go 16:43:41 ---> Using cache 16:43:41 ---> ac93e1feb0cf 16:43:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:41 ---> Using cache 16:43:41 ---> cda57cb5f09f 16:43:41 Step 5/22 : RUN apk add --update --no-cache make git 16:43:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:43:41 ---> 13c3fccbfbeb 16:43:41 Step 3/21 : WORKDIR /edgex-go 16:43:41 ---> Using cache 16:43:41 ---> ac93e1feb0cf 16:43:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:41 ---> Using cache 16:43:41 ---> cda57cb5f09f 16:43:41 Step 5/21 : RUN apk add --update --no-cache make git 16:43:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:43:41 ---> 13c3fccbfbeb 16:43:41 Step 3/23 : WORKDIR /edgex-go 16:43:41 ---> Using cache 16:43:41 ---> ac93e1feb0cf 16:43:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:41 ---> Using cache 16:43:41 ---> cda57cb5f09f 16:43:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:43:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:43:41 ---> 13c3fccbfbeb 16:43:41 Step 3/26 : WORKDIR /edgex-go 16:43:41 ---> Using cache 16:43:41 ---> ac93e1feb0cf 16:43:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:41 ---> Using cache 16:43:41 ---> cda57cb5f09f 16:43:41 Step 5/26 : RUN apk add --update --no-cache make bash git 16:43:42 ---> Running in 9acc7619353d 16:43:42 ---> Running in dc7f065411d5 16:43:42 ---> Running in 5bf1e7835bbd 16:43:42 ---> Running in 24a41ae6d44f 16:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:46 OK: 217 MiB in 51 packages 16:43:46 OK: 217 MiB in 51 packages 16:43:46 OK: 217 MiB in 51 packages 16:43:47 OK: 217 MiB in 51 packages 16:43:48 Removing intermediate container 9acc7619353d 16:43:48 ---> da9960cc2808 16:43:48 Step 6/22 : COPY go.mod . 16:43:48 Removing intermediate container 24a41ae6d44f 16:43:48 ---> 3074cdc5e550 16:43:48 Step 6/26 : COPY go.mod . 16:43:48 Removing intermediate container 5bf1e7835bbd 16:43:48 ---> 1dd6e107d00a 16:43:48 Step 6/21 : COPY go.mod . 16:43:48 ---> aebe42ce93ac 16:43:48 Step 7/22 : RUN go mod download 16:43:48 Removing intermediate container dc7f065411d5 16:43:48 ---> 468b2a2767fa 16:43:48 Step 6/23 : COPY go.mod . 16:43:48 ---> Running in 6e8556bcfd0b 16:43:49 ---> 2efbbab9ff59 16:43:49 ---> 967c4c6b11cf 16:43:49 Step 7/21 : RUN go mod download 16:43:49 Step 7/26 : RUN go mod download 16:43:49 ---> Running in a509fb081cd3 16:43:49 ---> Running in 1e85a60acce8 16:43:49 ---> 350e6324aab1 16:43:50 Step 7/23 : RUN go mod download 16:43:50 ---> Running in eebf14cd21d4 16:43:52 Removing intermediate container 6e8556bcfd0b 16:43:52 ---> 11a578587290 16:43:52 Step 8/22 : COPY . . 16:43:53 Removing intermediate container 1e85a60acce8 16:43:53 ---> 642ffb9ac40b 16:43:53 Step 8/26 : COPY . . 16:43:54 Removing intermediate container eebf14cd21d4 16:43:54 ---> 7b7cdff5668f 16:43:54 Step 8/23 : COPY . . 16:43:54 Removing intermediate container a509fb081cd3 16:43:54 ---> 1675b56ba428 16:43:54 Step 8/21 : COPY . . 16:44:17 ---> 41f975181485 16:44:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:44:17 ---> 8de01762707b 16:44:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:44:17 ---> 374c53a8d65f 16:44:17 Step 9/23 : RUN make cmd/core-data/core-data 16:44:17 ---> e7707091a757 16:44:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:44:17 ---> Running in 5d6291f0bdd7 16:44:17 ---> Running in deed77c4f779 16:44:17 ---> Running in 76dd6aa8f636 16:44:17 ---> Running in d9914d7bc9e7 16:44:17 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 16:44:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:44:17 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 16:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:45:26 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 16:45:38 Removing intermediate container d9914d7bc9e7 16:45:38 ---> a3b90dbb3eaa 16:45:38 16:45:38 Step 10/21 : FROM alpine:3.12 16:45:38 ---> afeebe901d6b 16:45:38 Step 11/21 : RUN apk add --update --no-cache curl 16:45:38 Removing intermediate container deed77c4f779 16:45:38 ---> fd2d9c30702d 16:45:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:45:38 ---> Running in 292c31885f1a 16:45:38 ---> Running in d72ac9a9d3e2 16:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:45:40 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 16:45:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:45:41 (1/4) Installing ca-certificates (20191127-r4) 16:45:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:45:41 (3/4) Installing libcurl (7.69.1-r3) 16:45:41 (4/4) Installing curl (7.69.1-r3) 16:45:41 Executing busybox-1.31.1-r19.trigger 16:45:41 Executing ca-certificates-20191127-r4.trigger 16:45:41 OK: 7 MiB in 18 packages 16:45:44 Removing intermediate container 292c31885f1a 16:45:44 ---> 51b87191f2a8 16:45:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:45:44 ---> Running in 18575d3955c7 16:45:45 Removing intermediate container d72ac9a9d3e2 16:45:45 ---> dd82cd933171 16:45:45 16:45:45 Step 11/26 : FROM docker:20.10.0 16:45:45 Removing intermediate container 18575d3955c7 16:45:45 ---> 8c624ddc41da 16:45:45 Step 13/21 : WORKDIR /edgex 16:45:45 20.10.0: Pulling from library/docker 16:45:45 ---> Running in 33539bec1806 16:45:46 Removing intermediate container 33539bec1806 16:45:46 ---> e7d10aff8cd0 16:45:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:45:49 ---> b9f54ff25ce3 16:45:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:45:53 ---> 3e908f15abd0 16:45:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:45:53 Removing intermediate container 5d6291f0bdd7 16:45:53 ---> cf4560197b89 16:45:53 16:45:53 Step 10/22 : FROM scratch 16:45:53 ---> 16:45:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:54 ---> Using cache 16:45:54 ---> 7aa190ed290b 16:45:54 Step 12/22 : ENV APP_PORT=48081 16:45:54 ---> Running in f341f0c499ef 16:45:55 ---> c1a0aebe6b0c 16:45:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:45:55 Removing intermediate container f341f0c499ef 16:45:55 ---> a7b81db0e6b6 16:45:55 Step 13/22 : EXPOSE $APP_PORT 16:45:55 ---> Running in f5daf644427c 16:45:55 ---> Running in 8cf43ace69a2 16:45:56 Removing intermediate container 8cf43ace69a2 16:45:56 ---> d8ced8d2c15f 16:45:56 Step 14/22 : WORKDIR / 16:45:57 Removing intermediate container f5daf644427c 16:45:57 ---> e932d18ff504 16:45:57 Step 18/21 : CMD ["--init=true"] 16:45:57 ---> Running in 35f03c0c47fe 16:45:58 ---> Running in 2f4e29876f1a 16:45:58 Removing intermediate container 35f03c0c47fe 16:45:58 ---> 0e7a15d70f2f 16:45:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:45:58 Removing intermediate container 2f4e29876f1a 16:45:58 ---> b1a083d54350 16:45:58 Step 19/21 : LABEL arch=arm64 16:45:59 ---> Running in b6e07d3fedbb 16:45:59 ---> 258129758a6b 16:45:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:45:59 Removing intermediate container 76dd6aa8f636 16:45:59 ---> 688ab75ccc92 16:45:59 16:45:59 Step 10/23 : FROM alpine:3.12 16:45:59 ---> afeebe901d6b 16:45:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:59 ---> Running in 7f97191475aa 16:45:59 Removing intermediate container b6e07d3fedbb 16:45:59 ---> c59e0968cd2a 16:45:59 Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:46:00 ---> Running in 114fae83cd63 16:46:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:46:00 Status: Downloaded newer image for docker:20.10.0 16:46:00 ---> eeaf43b92773 16:46:00 Step 12/26 : RUN apk add --no-cache bash 16:46:00 Removing intermediate container 7f97191475aa 16:46:00 ---> 3c5d1cc95742 16:46:00 Step 12/23 : ENV APP_PORT=48080 16:46:00 ---> Running in 25a56e9ebca3 16:46:00 ---> Running in 73d918e132dd 16:46:00 Removing intermediate container 114fae83cd63 16:46:00 ---> f74d64f63e16 16:46:00 Step 21/21 : LABEL version=0.0.0 16:46:01 ---> 7f32291138af 16:46:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:46:01 ---> Running in 9344893b2aef 16:46:01 Removing intermediate container 73d918e132dd 16:46:01 ---> d34d4c8f7ad1 16:46:01 Step 13/23 : EXPOSE $APP_PORT 16:46:01 Removing intermediate container 9344893b2aef 16:46:01 ---> cfaf9511abc2 16:46:01 16:46:01 ---> Running in 978a81f9cd74 16:46:02 ---> d48a7674e7ba 16:46:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:46:02 Successfully built cfaf9511abc2 16:46:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:46:02  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:02 ---> Running in 2d9530039e88 16:46:02 Removing intermediate container 978a81f9cd74 16:46:02 ---> b231a83db3bc 16:46:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:02 ---> Running in 31fd8f1fe0e8 16:46:03 (1/2) Installing readline (8.0.4-r0) 16:46:03 (2/2) Installing bash (5.0.17-r0) 16:46:03 Executing bash-5.0.17-r0.post-install 16:46:03 Executing busybox-1.31.1-r19.trigger 16:46:03 OK: 12 MiB in 22 packages 16:46:03 Removing intermediate container 2d9530039e88 16:46:03 ---> 033ac840fa80 16:46:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:46:03 ---> Running in bfc482d31978 16:46:04 Removing intermediate container bfc482d31978 16:46:04 ---> f26b3ee542f7 16:46:04 Step 20/22 : LABEL arch=arm64 16:46:05 ---> Running in ca75c796426c 16:46:05 Removing intermediate container 25a56e9ebca3 16:46:05 ---> 1cee3204ab55 16:46:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:46:05 ---> Running in c01d463b022c 16:46:05 Removing intermediate container 31fd8f1fe0e8 16:46:05 ---> 6fd10cf7c9a4 16:46:05 Step 15/23 : RUN apk add --update --no-cache zeromq 16:46:05 Removing intermediate container ca75c796426c 16:46:05 ---> 68aad120eb78 16:46:05 Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:46:05 ---> Running in c5d4120df862 16:46:05 ---> Running in 2b2fc96228ed 16:46:05 Removing intermediate container c01d463b022c 16:46:05 ---> ea31dc2cc9d5 16:46:05 Step 14/26 : ENV APP_PORT=48090 16:46:06 ---> Running in 73d41c96dfed 16:46:06 Removing intermediate container 2b2fc96228ed 16:46:06 ---> 76b36157ba67 16:46:06 Step 22/22 : LABEL version=0.0.0 16:46:06 ---> Running in fbe64eda07b5 16:46:06 Removing intermediate container 73d41c96dfed 16:46:06 ---> b43437b7a194 16:46:06 Step 15/26 : EXPOSE $APP_PORT 16:46:07 ---> Running in 9e49ab0a03e2 16:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:07 Removing intermediate container fbe64eda07b5 16:46:07 ---> e8a4a98e04a5 16:46:07 16:46:07 Successfully built e8a4a98e04a5 16:46:07 Successfully tagged docker-core-metadata-go-arm64:latest 16:46:07  Building docker-core-metadata-go ... done Removing intermediate container 9e49ab0a03e2 16:46:07 ---> c9bd8470d2e8 16:46:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:08 (1/5) Installing libgcc (9.3.0-r2) 16:46:08 ---> 6ffed3be61e9 16:46:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:46:08 (2/5) Installing libsodium (1.0.18-r0) 16:46:08 (3/5) Installing libstdc++ (9.3.0-r2) 16:46:09 (4/5) Installing libzmq (4.3.3-r0) 16:46:09 (5/5) Installing zeromq (4.3.3-r0) 16:46:09 Executing busybox-1.31.1-r19.trigger 16:46:09 OK: 8 MiB in 19 packages 16:46:09 ---> 081579ecfce8 16:46:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:46:10 ---> 23f70a7b465c 16:46:10 Step 19/26 : RUN apk --no-cache add py3-pip 16:46:10 ---> Running in 10a4ffe08e34 16:46:10 Removing intermediate container c5d4120df862 16:46:10 ---> e468c8e1a0ec 16:46:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:46:11 ---> d367cbd785a1 16:46:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:12 (1/33) Installing libbz2 (1.0.8-r1) 16:46:12 (2/33) Installing expat (2.2.9-r1) 16:46:12 (3/33) Installing libffi (3.3-r2) 16:46:12 (4/33) Installing gdbm (1.13-r1) 16:46:12 (5/33) Installing xz-libs (5.2.5-r0) 16:46:12 (6/33) Installing sqlite-libs (3.32.1-r0) 16:46:12 (7/33) Installing python3 (3.8.5-r0) 16:46:13 ---> 6c25850420c0 16:46:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:46:14 (8/33) Installing py3-appdirs (1.4.4-r1) 16:46:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:46:14 (10/33) Installing py3-parsing (2.4.7-r0) 16:46:14 ---> 77bc6ac56aa9 16:46:14 Step 19/23 : ENTRYPOINT ["/core-data"] 16:46:14 (11/33) Installing py3-six (1.15.0-r0) 16:46:14 (12/33) Installing py3-packaging (20.4-r0) 16:46:14 (13/33) Installing py3-setuptools (47.0.0-r0) 16:46:14 (14/33) Installing py3-chardet (3.0.4-r4) 16:46:14 (15/33) Installing py3-idna (2.9-r0) 16:46:14 ---> Running in ed4d532a5c81 16:46:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:46:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:46:14 (18/33) Installing py3-requests (2.23.0-r0) 16:46:14 (19/33) Installing py3-msgpack (1.0.0-r0) 16:46:14 (20/33) Installing py3-lockfile (0.12.2-r3) 16:46:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:46:14 (22/33) Installing py3-colorama (0.4.3-r0) 16:46:15 (23/33) Installing py3-distlib (0.3.0-r0) 16:46:15 (24/33) Installing py3-distro (1.5.0-r1) 16:46:15 (25/33) Installing py3-webencodings (0.5.1-r3) 16:46:15 (26/33) Installing py3-html5lib (1.0.1-r4) 16:46:15 (27/33) Installing py3-pytoml (0.1.21-r0) 16:46:15 (28/33) Installing py3-pep517 (0.8.2-r0) 16:46:15 (29/33) Installing py3-progress (1.5-r0) 16:46:15 (30/33) Installing py3-toml (0.10.1-r0) 16:46:15 (31/33) Installing py3-retrying (1.3.3-r0) 16:46:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:46:15 (33/33) Installing py3-pip (20.1.1-r0) 16:46:15 Removing intermediate container ed4d532a5c81 16:46:15 ---> 3362c27858b6 16:46:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:46:15 Executing busybox-1.31.1-r19.trigger 16:46:15 OK: 71 MiB in 55 packages 16:46:15 ---> Running in da2ce2baf9f9 16:46:16 Removing intermediate container da2ce2baf9f9 16:46:16 ---> 22912cac8b5b 16:46:16 Step 21/23 : LABEL arch=arm64 16:46:16 ---> Running in c11efbbdcd0c 16:46:16 Removing intermediate container c11efbbdcd0c 16:46:16 ---> 773a5ad4fcfe 16:46:16 Step 22/23 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:46:16 ---> Running in 20df11dc3b8c 16:46:17 Removing intermediate container 20df11dc3b8c 16:46:17 ---> f413f22fcd80 16:46:17 Step 23/23 : LABEL version=0.0.0 16:46:17 ---> Running in 8f777ad10205 16:46:18 Removing intermediate container 8f777ad10205 16:46:18 ---> 11282416ce1e 16:46:18 16:46:18 Successfully built 11282416ce1e 16:46:18 Successfully tagged docker-core-data-go-arm64:latest 16:46:21  Building docker-core-data-go ... done Removing intermediate container 10a4ffe08e34 16:46:21 ---> 0b30c9a72dc0 16:46:21 Step 20/26 : RUN pip install docker-compose==1.23.2 16:46:21 ---> Running in 5f9de23f2f4c 16:46:26 Collecting docker-compose==1.23.2 16:46:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:46:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:46:26 Collecting dockerpty<0.5,>=0.4.1 16:46:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:46:28 Collecting docopt<0.7,>=0.6.1 16:46:28 Downloading docopt-0.6.2.tar.gz (25 kB) 16:46:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:46:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:46:31 Collecting cached-property<2,>=1.2.0 16:46:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:46:31 Collecting jsonschema<3,>=2.5.1 16:46:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:46:32 Collecting websocket-client<1.0,>=0.32.0 16:46:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:46:32 Collecting texttable<0.10,>=0.9.0 16:46:32 Downloading texttable-0.9.1.tar.gz (11 kB) 16:46:34 Collecting docker<4.0,>=3.6.0 16:46:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:46:35 Collecting PyYAML<4,>=3.10 16:46:35 Downloading PyYAML-3.13.tar.gz (270 kB) 16:46:39 Collecting urllib3<1.25,>=1.21.1 16:46:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:46:39 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) 16:46:39 Collecting idna<2.8,>=2.5 16:46:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:46:39 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) 16:46:39 Collecting docker-pycreds>=0.4.0 16:46:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:46:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:46:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:46:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:46:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:46:40 Installing collected packages: dockerpty, docopt, urllib3, idna, requests, cached-property, jsonschema, websocket-client, texttable, docker-pycreds, docker, PyYAML, docker-compose 16:46:40 Running setup.py install for dockerpty: started 16:46:42 Running setup.py install for dockerpty: finished with status 'done' 16:46:42 Running setup.py install for docopt: started 16:46:43 Running setup.py install for docopt: finished with status 'done' 16:46:43 Attempting uninstall: urllib3 16:46:43 Found existing installation: urllib3 1.25.9 16:46:43 Uninstalling urllib3-1.25.9: 16:46:44 Successfully uninstalled urllib3-1.25.9 16:46:44 Attempting uninstall: idna 16:46:44 Found existing installation: idna 2.9 16:46:44 Uninstalling idna-2.9: 16:46:44 Successfully uninstalled idna-2.9 16:46:45 Attempting uninstall: requests 16:46:45 Found existing installation: requests 2.23.0 16:46:45 Uninstalling requests-2.23.0: 16:46:45 Successfully uninstalled requests-2.23.0 16:46:46 Running setup.py install for texttable: started 16:46:48 Running setup.py install for texttable: finished with status 'done' 16:46:49 Running setup.py install for PyYAML: started 16:46:51 Running setup.py install for PyYAML: finished with status 'done' 16:46:52 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 16:46:56 Removing intermediate container 5f9de23f2f4c 16:46:56 ---> 02b659bf2d1e 16:46:56 Step 21/26 : RUN apk --no-cache add curl 16:46:56 ---> Running in 06c4ca4ff5fa 16:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:46:58 (2/3) Installing libcurl (7.69.1-r3) 16:46:58 (3/3) Installing curl (7.69.1-r3) 16:46:58 Executing busybox-1.31.1-r19.trigger 16:46:58 OK: 71 MiB in 58 packages 16:47:00 Removing intermediate container 06c4ca4ff5fa 16:47:00 ---> 8ad0f8cb6664 16:47:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:47:00 ---> Running in b54eacdf3d0b 16:47:00 Removing intermediate container b54eacdf3d0b 16:47:00 ---> b6243db5fb69 16:47:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:00 ---> Running in bf7fcadbeb60 16:47:01 Removing intermediate container bf7fcadbeb60 16:47:01 ---> df618a911c76 16:47:01 Step 24/26 : LABEL arch=arm64 16:47:01 ---> Running in ae11fde3f4ff 16:47:01 Removing intermediate container ae11fde3f4ff 16:47:01 ---> 616b0c302700 16:47:01 Step 25/26 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d 16:47:01 ---> Running in 8f85275fce46 16:47:02 Removing intermediate container 8f85275fce46 16:47:02 ---> 2aa64a85eee7 16:47:02 Step 26/26 : LABEL version=0.0.0 16:47:02 ---> Running in d28752679a91 16:47:02 Removing intermediate container d28752679a91 16:47:02 ---> e5753ab99ab4 16:47:02 16:47:02 Successfully built e5753ab99ab4 16:47:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:47:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:47:03 $ docker stop --time=1 fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 16:47:05 $ docker rm -f fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 [Pipeline] // withDockerContainer [Pipeline] sh 16:47:05 + docker images 16:47:05 + grep docker 16:47:06 docker-sys-mgmt-agent-go-arm64 latest e5753ab99ab4 3 seconds ago 300MB 16:47:06 docker-core-data-go-arm64 latest 11282416ce1e 48 seconds ago 21MB 16:47:06 docker-core-metadata-go-arm64 latest e8a4a98e04a5 59 seconds ago 12.2MB 16:47:06 docker-security-proxy-setup-go-arm64 latest cfaf9511abc2 About a minute ago 23.3MB 16:47:06 docker-security-secretstore-setup-go-arm64 latest 96ebf95bb556 4 minutes ago 23.4MB 16:47:06 docker-security-bootstrap-redis-go-arm64 latest e660f70e8e56 4 minutes ago 15.1MB 16:47:06 docker-support-notifications-go-arm64 latest eb3d8ab143b5 4 minutes ago 11.4MB 16:47:06 docker-core-command-go-arm64 latest 41dca840cf33 4 minutes ago 9.98MB 16:47:06 docker-support-scheduler-go-arm64 latest af6528ac94fd 4 minutes ago 10MB 16:47:06 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 16:47:08 provisioning config files... 16:47:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8212474666517087482tmp [Pipeline] { [Pipeline] sh 16:47:09 + set +x 16:47:09 + curl -s https://codecov.io/bash 16:47:09 + bash -s -- 16:47:09 16:47:09 _____ _ 16:47:09 / ____| | | 16:47:09 | | ___ __| | ___ ___ _____ __ 16:47:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:47:09 | |___| (_) | (_| | __/ (_| (_) \ V / 16:47:09 \_____\___/ \__,_|\___|\___\___/ \_/ 16:47:09 Bash-20201231-23d4836 16:47:09 16:47:09 16:47:09 ==> git version 2.24.3 found 16:47:09 ==> 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 16:47:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:47:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:47:09 ==> Jenkins CI detected. 16:47:09 project root: . 16:47:09 --> token set from env 16:47:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:47:09 ==> Running gcov in . (disable via -X gcov) 16:47:10 ==> Python coveragepy not found 16:47:10 ==> Searching for coverage reports in: 16:47:10 + . 16:47:10 -> Found 1 reports 16:47:10 ==> Detecting git/mercurial file structure 16:47:10 ==> Reading reports 16:47:10 + ./coverage.out bytes=541590 16:47:10 ==> Appending adjustments 16:47:10 https://docs.codecov.io/docs/fixing-reports 16:47:13 + Found adjustments 16:47:13 ==> Gzipping contents 16:47:13 84K /tmp/codecov.J0PLuy.gz 16:47:13 ==> Uploading reports 16:47:13 url: https://codecov.io 16:47:13 query: branch=PR-2984&commit=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2984%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2984&job=&cmd_args= 16:47:13 -> Pinging Codecov 16:47:13 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2984&commit=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2984%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2984&job=&cmd_args= 16:47:13 -> Uploading to 16:47:13 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b9cc290b6210ab1e9695c8ace6fb791405ff5c1d/51d771a7-d168-413f-b457-16a9b3491374.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T164713Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be616cc59ff5228106e03751e126106de1e2397fb044d914e105fa7708b85f4d 16:47:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:13 Dload Upload Total Spent Left Speed 16:47:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82342 0 0 100 82342 0 118k --:--:-- --:--:-- --:--:-- 118k 16:47:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [Pipeline] } 16:47:14 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 16:47:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:47:17 ---> package-listing.sh 16:47:17 ++ facter osfamily 16:47:17 ++ tr '[:upper:]' '[:lower:]' 16:47:17 + OS_FAMILY=redhat 16:47:17 + workspace=/w/workspace/edgex-go/2 16:47:17 + START_PACKAGES=/tmp/packages_start.txt 16:47:17 + END_PACKAGES=/tmp/packages_end.txt 16:47:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:47:17 + PACKAGES=/tmp/packages_start.txt 16:47:17 + '[' /w/workspace/edgex-go/2 ']' 16:47:17 + PACKAGES=/tmp/packages_end.txt 16:47:17 + case "${OS_FAMILY}" in 16:47:17 + rpm -qa 16:47:17 + sort 16:47:23 + '[' -f /tmp/packages_start.txt ']' 16:47:23 + '[' -f /tmp/packages_end.txt ']' 16:47:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:47:23 + '[' /w/workspace/edgex-go/2 ']' 16:47:23 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:47:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:47:23 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:47:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:47:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:47:23 16:47:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:47:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:47:24 alpine: Pulling from edgex-lftools-log-publisher 16:47:24 df20fa9351a1: Pulling fs layer 16:47:24 36b3adc4ff6f: Pulling fs layer 16:47:24 8ad3a11d3b57: Pulling fs layer 16:47:24 46f8f816bc3b: Pulling fs layer 16:47:24 93b61091891f: Pulling fs layer 16:47:24 93b9cdb0e59b: Pulling fs layer 16:47:24 5e14af77c1be: Pulling fs layer 16:47:24 01666e4c0597: Pulling fs layer 16:47:24 aa168da1d23b: Pulling fs layer 16:47:24 46f8f816bc3b: Waiting 16:47:24 93b61091891f: Waiting 16:47:24 93b9cdb0e59b: Waiting 16:47:24 5e14af77c1be: Waiting 16:47:24 01666e4c0597: Waiting 16:47:24 aa168da1d23b: Waiting 16:47:24 36b3adc4ff6f: Verifying Checksum 16:47:24 36b3adc4ff6f: Download complete 16:47:24 46f8f816bc3b: Verifying Checksum 16:47:24 46f8f816bc3b: Download complete 16:47:24 df20fa9351a1: Verifying Checksum 16:47:24 df20fa9351a1: Download complete 16:47:24 93b9cdb0e59b: Verifying Checksum 16:47:24 93b9cdb0e59b: Download complete 16:47:24 93b61091891f: Verifying Checksum 16:47:24 93b61091891f: Download complete 16:47:24 5e14af77c1be: Verifying Checksum 16:47:24 5e14af77c1be: Download complete 16:47:24 01666e4c0597: Verifying Checksum 16:47:24 01666e4c0597: Download complete 16:47:24 8ad3a11d3b57: Verifying Checksum 16:47:24 8ad3a11d3b57: Download complete 16:47:24 df20fa9351a1: Pull complete 16:47:24 36b3adc4ff6f: Pull complete 16:47:26 8ad3a11d3b57: Pull complete 16:47:26 aa168da1d23b: Verifying Checksum 16:47:26 aa168da1d23b: Download complete 16:47:27 46f8f816bc3b: Pull complete 16:47:28 93b61091891f: Pull complete 16:47:28 93b9cdb0e59b: Pull complete 16:47:28 5e14af77c1be: Pull complete 16:47:28 01666e4c0597: Pull complete 16:47:36 aa168da1d23b: Pull complete 16:47:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:47:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:47:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:47:36 prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container 16:47:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:47:42 $ docker top 8eeddf0acac0b295e3dbc85d76fe0eae6f55e67ebd5c63d83713a57a603afe1e -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:43 + touch /tmp/pre-build-complete [Pipeline] sh 16:47:43 + mkdir -p /var/log/sa [Pipeline] sh 16:47:44 + ls /var/log/sa-host 16:47:44 + sadf -c /var/log/sa-host/sa05 16:47:44 file_magic: OK 16:47:44 HZ: Using current value: 100 16:47:44 file_header: OK 16:47:44 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 16:47:44 Statistics: 16:47:44 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... 16:47:44 File successfully converted to sysstat format version 12.2.1 16:47:44 + sadf -c /var/log/sa-host/sa23 16:47:44 file_magic: OK 16:47:44 HZ: Using current value: 100 16:47:44 file_header: OK 16:47:44 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 16:47:44 Statistics: 16:47:44 Hnuu...uuuununununu... 16:47:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:47:44 provisioning config files... 16:47:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5480319459884982334tmp [Pipeline] { [Pipeline] echo 16:47:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:47:45 ---> create-netrc.sh [Pipeline] } 16:47:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:47:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:47:45 ---> python-tools-install.sh [Pipeline] echo 16:47:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:47:45 ---> sudo-logs.sh 16:47:45 Archiving 'sudo' log.. [Pipeline] echo 16:47:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:47:46 ---> job-cost.sh 16:47:46 lf-activate-venv: SKIPPING 16:47:46 INFO: No Stack... 16:47:47 INFO: Retrieving Pricing Info for: v1-standard-2 16:47:47 INFO: Archiving Costs [Pipeline] echo 16:47:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:47:48 ---> logs-deploy.sh 16:47:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2984/2 16:47:48 INFO: archiving workspace using pattern(s): 16:47:49 Archives upload complete. 16:47:49 INFO: archiving logs to Nexus 16:47:50 ---> uname -a: 16:47:50 Linux prd-centos7-docker-4c-2g-18518.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:47:50 16:47:50 16:47:50 ---> lscpu: 16:47:50 Architecture: x86_64 16:47:50 CPU op-mode(s): 32-bit, 64-bit 16:47:50 Byte Order: Little Endian 16:47:50 Address sizes: 40 bits physical, 48 bits virtual 16:47:50 CPU(s): 4 16:47:50 On-line CPU(s) list: 0-3 16:47:50 Thread(s) per core: 1 16:47:50 Core(s) per socket: 1 16:47:50 Socket(s): 4 16:47:50 NUMA node(s): 1 16:47:50 Vendor ID: GenuineIntel 16:47:50 CPU family: 6 16:47:50 Model: 44 16:47:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:47:50 Stepping: 1 16:47:50 CPU MHz: 2933.438 16:47:50 BogoMIPS: 5866.87 16:47:50 Virtualization: VT-x 16:47:50 Hypervisor vendor: KVM 16:47:50 Virtualization type: full 16:47:50 L1d cache: 128 KiB 16:47:50 L1i cache: 128 KiB 16:47:50 L2 cache: 16 MiB 16:47:50 L3 cache: 64 MiB 16:47:50 NUMA node0 CPU(s): 0-3 16:47:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:47:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:47:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:47:50 Vulnerability Meltdown: Mitigation; PTI 16:47:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:47:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:47:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:47:50 Vulnerability Srbds: Not affected 16:47:50 Vulnerability Tsx async abort: Not affected 16:47:50 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 16:47:50 16:47:50 16:47:50 ---> nproc: 16:47:50 4 16:47:50 16:47:50 16:47:50 ---> df -h: 16:47:50 Filesystem Size Used Available Use% Mounted on 16:47:50 overlay 50.0G 10.8G 39.2G 22% / 16:47:50 tmpfs 64.0M 0 64.0M 0% /dev 16:47:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:47:50 shm 64.0M 0 64.0M 0% /dev/shm 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/2@tmp 16:47:50 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/2 16:47:50 16:47:50 16:47:50 ---> free -m: 16:47:50 total used free shared buff/cache available 16:47:50 Mem: 1837 705 143 0 988 1047 16:47:50 Swap: 1023 73 950 16:47:50 16:47:50 16:47:50 ---> ip addr: 16:47:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:47:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:47:50 inet 127.0.0.1/8 scope host lo 16:47:50 valid_lft forever preferred_lft forever 16:47:50 inet6 ::1/128 scope host 16:47:50 valid_lft forever preferred_lft forever 16:47:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:47:50 link/ether fa:16:3e:ea:a3:eb brd ff:ff:ff:ff:ff:ff 16:47:50 inet 10.30.123.247/23 brd 10.30.123.255 scope global dynamic eth0 16:47:50 valid_lft 85209sec preferred_lft 85209sec 16:47:50 inet6 fe80::f816:3eff:feea:a3eb/64 scope link 16:47:50 valid_lft forever preferred_lft forever 16:47:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:47:50 link/ether 02:42:ab:8b:75:00 brd ff:ff:ff:ff:ff:ff 16:47:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:47:50 valid_lft forever preferred_lft forever 16:47:50 inet6 fe80::42:abff:fe8b:7500/64 scope link 16:47:50 valid_lft forever preferred_lft forever 16:47:50 16:47:50 16:47:50 ---> sar -b -r -n DEV: 16:47:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 16:47:50 16:47:50 16:27:47 LINUX RESTART (4 CPU) 16:47:50 16:47:50 16:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:47:50 16:30:01 224.63 110.00 114.63 0.00 7259.90 48796.94 0.00 16:47:50 16:31:01 249.68 99.58 150.09 0.00 3818.99 18549.98 0.00 16:47:50 16:32:01 165.66 89.69 75.98 0.00 4168.22 10385.61 0.00 16:47:50 16:33:02 830.55 590.28 240.27 0.00 83806.43 157119.35 0.00 16:47:50 16:34:01 2808.11 2476.91 331.20 0.00 146292.87 156886.96 0.00 16:47:50 16:35:02 900.73 613.19 287.54 0.00 59333.69 104116.93 0.00 16:47:50 16:36:02 1565.35 1227.73 337.62 0.00 94404.81 99534.41 0.00 16:47:50 16:37:01 149.03 28.87 120.16 0.00 4154.21 10973.28 0.00 16:47:50 16:38:01 2.88 1.70 1.18 0.00 36.37 15.42 0.00 16:47:50 16:39:01 0.87 0.58 0.28 0.00 125.25 3.21 0.00 16:47:50 16:40:01 0.43 0.02 0.42 0.00 0.53 5.78 0.00 16:47:50 16:41:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 16:47:50 16:42:01 0.20 0.02 0.18 0.00 0.27 1.68 0.00 16:47:50 16:43:01 1.88 1.65 0.23 0.00 53.42 3.75 0.00 16:47:50 16:44:01 0.93 0.05 0.88 0.00 1.20 15.32 0.00 16:47:50 16:45:01 0.33 0.05 0.28 0.00 0.40 3.71 0.00 16:47:50 16:46:01 0.30 0.02 0.28 0.00 0.13 2.78 0.00 16:47:50 16:47:01 0.43 0.02 0.42 0.00 0.13 5.01 0.00 16:47:50 Average: 382.15 289.91 92.25 0.00 22382.28 33721.96 0.00 16:47:50 16:47:50 16:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:47:50 16:30:01 179076 0 650932 34.60 1916 1049620 1320624 45.07 540084 926324 44 16:47:50 16:31:01 143188 0 816664 43.40 912 920780 1773936 60.54 679484 779532 75248 16:47:50 16:32:01 233272 0 804236 42.74 552 843484 1459272 49.80 642420 717420 91524 16:47:50 16:33:02 73896 0 832316 44.24 0 975332 2279788 77.81 737268 867164 77148 16:47:50 16:34:01 95244 0 1281916 68.13 0 504384 4341368 148.16 967272 558156 15504 16:47:50 16:35:02 52600 0 668116 35.51 0 1160828 1380936 47.13 610756 992244 35880 16:47:50 16:36:02 267364 0 734736 39.05 0 879444 1709008 58.33 601600 756636 756 16:47:50 16:37:01 400596 0 629332 33.45 0 851616 1235708 42.17 506064 735176 8 16:47:50 16:38:01 406792 0 623048 33.11 0 851704 1193188 40.72 501624 735256 8 16:47:50 16:39:01 400932 0 625124 33.22 0 855488 1193104 40.72 506724 736196 8 16:47:50 16:40:01 401532 0 624532 33.19 0 855480 1186936 40.51 506220 736124 8 16:47:50 16:41:01 401512 0 624532 33.19 0 855500 1186936 40.51 506344 736140 8 16:47:50 16:42:01 401512 0 624524 33.19 0 855508 1186936 40.51 506348 736148 8 16:47:50 16:43:01 399168 0 626004 33.27 0 856372 1187080 40.51 507148 736888 24 16:47:50 16:44:01 399168 0 625992 33.27 0 856384 1187056 40.51 507020 736924 12 16:47:50 16:45:01 399784 0 625364 33.24 0 856396 1186936 40.51 506596 736932 8 16:47:50 16:46:01 400080 0 625064 33.22 0 856400 1186936 40.51 506472 736940 8 16:47:50 16:47:01 400172 0 624960 33.22 0 856412 1186936 40.51 506480 736944 8 16:47:50 Average: 303105 0 703744 37.40 188 874507 1521260 51.92 574774 760952 16456 16:47:50 16:47:50 16:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:47:50 16:30:01 eth0 1219.27 1195.41 5880.52 117.02 0.00 0.00 0.00 0.00 16:47:50 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:30:01 docker0 933.33 904.18 74.32 3038.10 0.00 0.00 0.00 0.00 16:47:50 16:31:01 veth529a361 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:31:01 eth0 158.49 135.05 497.84 76.76 0.00 0.00 0.00 0.00 16:47:50 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:31:01 docker0 96.63 108.46 7.56 465.04 0.00 0.00 0.00 0.00 16:47:50 16:32:01 veth529a361 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:32:01 eth0 34.42 17.93 30.19 15.17 0.00 0.00 0.00 0.00 16:47:50 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:33:02 vethacfabc9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:33:02 eth0 214.03 175.56 1676.88 78.35 0.00 0.00 0.00 0.00 16:47:50 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:34:01 veth7ce123b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:34:01 veth37185c7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:34:01 vethacfabc9 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:34:01 veth9059a1e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:35:02 veth0c1b446 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:35:02 veth0baa8ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:35:02 vethacfabc9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:35:02 veth80aca1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:36:02 veth8f483ee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:47:50 16:36:02 vethacfabc9 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:36:02 eth0 2912.49 2357.88 13843.03 508.78 0.00 0.00 0.00 0.00 16:47:50 16:36:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:37:01 eth0 70.98 47.66 149.58 75.80 0.00 0.00 0.00 0.00 16:47:50 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:37:01 docker0 1098.70 1147.84 86.35 4312.32 0.00 0.00 0.00 0.00 16:47:50 16:38:01 eth0 1.27 0.70 0.69 0.23 0.00 0.00 0.00 0.00 16:47:50 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:39:01 eth0 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 16:47:50 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:43:01 eth0 0.50 0.35 0.27 0.17 0.00 0.00 0.00 0.00 16:47:50 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:44:01 eth0 0.33 0.27 0.17 0.11 0.00 0.00 0.00 0.00 16:47:50 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:45:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:46:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 16:47:50 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:47:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:47:50 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 Average: eth0 111.34 98.33 567.90 25.96 0.00 0.00 0.00 0.00 16:47:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:47:50 Average: docker0 60.09 62.78 4.72 235.89 0.00 0.00 0.00 0.00 16:47:50 16:47:50 16:47:50 ---> sar -P ALL: 16:47:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 16:47:50 16:47:50 16:27:47 LINUX RESTART (4 CPU) 16:47:50 16:47:50 16:29:01 CPU %user %nice %system %iowait %steal %idle 16:47:50 16:30:01 all 15.28 0.00 9.31 2.13 0.11 73.17 16:47:50 16:30:01 0 17.57 0.00 11.77 0.92 0.12 69.62 16:47:50 16:30:01 1 17.90 0.00 9.13 3.43 0.15 69.38 16:47:50 16:30:01 2 11.99 0.00 8.77 1.16 0.07 78.01 16:47:50 16:30:01 3 13.69 0.00 7.61 2.98 0.10 75.61 16:47:50 16:31:01 all 34.88 0.00 11.94 6.71 0.10 46.37 16:47:50 16:31:01 0 34.36 0.00 11.79 7.62 0.09 46.15 16:47:50 16:31:01 1 33.16 0.00 12.16 7.13 0.10 47.45 16:47:50 16:31:01 2 34.66 0.00 11.88 6.67 0.12 46.67 16:47:50 16:31:01 3 37.36 0.00 11.94 5.40 0.09 45.21 16:47:50 16:32:01 all 55.75 0.00 15.71 2.28 0.07 26.19 16:47:50 16:32:01 0 54.76 0.00 15.71 1.67 0.05 27.81 16:47:50 16:32:01 1 55.42 0.00 15.49 2.65 0.05 26.39 16:47:50 16:32:01 2 55.35 0.00 16.38 2.56 0.09 25.63 16:47:50 16:32:01 3 57.49 0.00 15.26 2.23 0.09 24.93 16:47:50 16:33:02 all 21.65 0.00 20.17 7.93 0.12 50.12 16:47:50 16:33:02 0 21.57 0.00 20.19 7.42 0.14 50.68 16:47:50 16:33:02 1 21.35 0.00 20.51 8.09 0.14 49.91 16:47:50 16:33:02 2 22.93 0.00 20.04 9.20 0.10 47.72 16:47:50 16:33:02 3 20.75 0.00 19.96 7.00 0.10 52.19 16:47:50 16:34:01 all 22.39 0.00 27.51 26.71 0.18 23.21 16:47:50 16:34:01 0 22.41 0.00 27.56 28.13 0.20 21.71 16:47:50 16:34:01 1 22.23 0.00 27.40 24.99 0.16 25.22 16:47:50 16:34:01 2 22.25 0.00 27.27 28.11 0.20 22.17 16:47:50 16:34:01 3 22.68 0.00 27.80 25.59 0.16 23.77 16:47:50 16:35:02 all 45.62 0.00 20.19 15.39 0.11 18.69 16:47:50 16:35:02 0 45.03 0.00 19.27 14.74 0.14 20.83 16:47:50 16:35:02 1 45.34 0.00 20.82 14.32 0.09 19.44 16:47:50 16:35:02 2 45.58 0.00 20.64 16.17 0.12 17.49 16:47:50 16:35:02 3 46.52 0.00 20.03 16.32 0.10 17.02 16:47:50 16:36:02 all 45.97 0.00 23.40 23.03 0.09 7.50 16:47:50 16:36:02 0 44.97 0.00 25.17 21.58 0.09 8.19 16:47:50 16:36:02 1 44.81 0.00 23.63 24.56 0.12 6.87 16:47:50 16:36:02 2 47.81 0.00 21.09 23.10 0.10 7.90 16:47:50 16:36:02 3 46.29 0.00 23.71 22.90 0.05 7.04 16:47:50 16:37:01 all 10.07 0.00 5.30 8.18 0.05 76.40 16:47:50 16:37:01 0 9.45 0.00 5.35 7.19 0.02 77.99 16:47:50 16:37:01 1 10.36 0.00 5.56 10.85 0.03 73.20 16:47:50 16:37:01 2 9.79 0.00 5.33 8.22 0.09 76.57 16:47:50 16:37:01 3 10.70 0.00 4.94 6.44 0.07 77.85 16:47:50 16:38:01 all 0.17 0.00 0.05 0.06 0.00 99.73 16:47:50 16:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:47:50 16:38:01 1 0.07 0.00 0.07 0.23 0.00 99.63 16:47:50 16:38:01 2 0.52 0.00 0.03 0.00 0.00 99.45 16:47:50 16:38:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:47:50 16:39:01 all 0.18 0.00 0.08 0.01 0.00 99.72 16:47:50 16:39:01 0 0.07 0.00 0.10 0.00 0.02 99.82 16:47:50 16:39:01 1 0.05 0.00 0.05 0.02 0.00 99.88 16:47:50 16:39:01 2 0.57 0.00 0.08 0.00 0.00 99.35 16:47:50 16:39:01 3 0.03 0.00 0.08 0.03 0.00 99.85 16:47:50 16:40:01 all 0.14 0.00 0.02 0.00 0.00 99.84 16:47:50 16:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:47:50 16:40:01 1 0.50 0.00 0.03 0.00 0.00 99.47 16:47:50 16:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:47:50 16:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:47:50 16:47:50 16:40:01 CPU %user %nice %system %iowait %steal %idle 16:47:50 16:41:01 all 0.08 0.00 0.05 0.00 0.00 99.87 16:47:50 16:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:47:50 16:41:01 1 0.18 0.00 0.07 0.00 0.00 99.75 16:47:50 16:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:47:50 16:41:01 3 0.05 0.00 0.05 0.00 0.02 99.88 16:47:50 16:42:01 all 0.03 0.00 0.03 0.00 0.00 99.94 16:47:50 16:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:47:50 16:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:47:50 16:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:47:50 16:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:47:50 16:43:01 all 0.13 0.00 0.06 0.03 0.00 99.78 16:47:50 16:43:01 0 0.05 0.00 0.02 0.02 0.00 99.92 16:47:50 16:43:01 1 0.42 0.00 0.08 0.02 0.00 99.48 16:47:50 16:43:01 2 0.03 0.00 0.03 0.02 0.00 99.92 16:47:50 16:43:01 3 0.03 0.00 0.10 0.07 0.00 99.80 16:47:50 16:44:01 all 0.15 0.00 0.02 0.00 0.00 99.82 16:47:50 16:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:47:50 16:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 16:47:50 16:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:47:50 16:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:47:50 16:45:01 all 0.16 0.00 0.02 0.00 0.00 99.81 16:47:50 16:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:47:50 16:45:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:47:50 16:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 16:47:50 16:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:47:50 16:46:01 all 0.08 0.00 0.03 0.00 0.00 99.89 16:47:50 16:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:47:50 16:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 16:47:50 16:46:01 2 0.28 0.00 0.10 0.00 0.00 99.62 16:47:50 16:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:47:50 16:47:01 all 0.04 0.00 0.04 0.00 0.00 99.92 16:47:50 16:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:47:50 16:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:47:50 16:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 16:47:50 16:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:47:50 Average: all 13.70 0.00 7.23 4.97 0.05 74.05 16:47:50 Average: 0 13.57 0.00 7.41 4.81 0.05 74.16 16:47:50 Average: 1 13.67 0.00 7.29 5.18 0.05 73.81 16:47:50 Average: 2 13.73 0.00 7.14 5.13 0.05 73.95 16:47:50 Average: 3 13.83 0.00 7.09 4.77 0.04 74.27 16:47:50 16:47:50 16:47:50