Pull request #2966 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 135337ef8a94f3bf495bf0711e4285c3adb5abc8 rather than 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae Obtained Jenkinsfile from 135337ef8a94f3bf495bf0711e4285c3adb5abc8 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-18470 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 135337ef8a94f3bf495bf0711e4285c3adb5abc8 into PR head commit 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae Merge succeeded, producing 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae Checking out Revision 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae (PR-2966) > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # 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 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 Commit message: "Merge branch 'master' into issue-2965" > git rev-list --no-walk 0830afa18e5c419e18725ea1165d6d57c64bc4fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:14:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:14:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:14:12 ========================================================= 07:14:12 EdgeX Global Pipelines Version Info 07:14:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:14:14 ------------------- 07:14:14 stable info: 07:14:14 ------------------- 07:14:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:14:14 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:14:14 Message: update stable to v1.0.173 07:14:14 ------------------- 07:14:14 experimental info: 07:14:14 ------------------- 07:14:14 Commited By: **** collab-it+edgex@linuxfoundation.org 07:14:14 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:14:14 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:14:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:14:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:14:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:14:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4fa8bcc [Pipeline] echo 07:14:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:14:17 provisioning config files... 07:14:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6769436183682814188tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:14:18 ---> docker-login.sh 07:14:18 nexus3.edgexfoundry.org:10001 07:14:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:18 Configure a credential helper to remove this warning. See 07:14:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:18 07:14:18 Login Succeeded 07:14:18 nexus3.edgexfoundry.org:10002 07:14:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:18 Configure a credential helper to remove this warning. See 07:14:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:18 07:14:18 Login Succeeded 07:14:18 nexus3.edgexfoundry.org:10003 07:14:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:18 Configure a credential helper to remove this warning. See 07:14:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:18 07:14:18 Login Succeeded 07:14:18 nexus3.edgexfoundry.org:10004 07:14:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:19 Configure a credential helper to remove this warning. See 07:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:19 07:14:19 Login Succeeded 07:14:19 docker.io 07:14:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:19 Configure a credential helper to remove this warning. See 07:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:19 07:14:19 Login Succeeded 07:14:19 ---> docker-login.sh ends [Pipeline] } 07:14:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:14:19 ++ 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 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/core-command/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo core-command,cmd/core-command/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/core-data/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo core-data,cmd/core-data/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/core-metadata/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo core-metadata,cmd/core-metadata/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/security-proxy-setup/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/support-notifications/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo support-notifications,cmd/support-notifications/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/support-scheduler/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:14:19 + for file in '`ls cmd/**/Dockerfile`' 07:14:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:14:19 ++ cut -d/ -f2 07:14:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:14:20 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 07:14:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:14:21 07:14:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:14:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:14:21 latest: Pulling from edgex-devops/git-semver 07:14:21 31603596830f: Pulling fs layer 07:14:21 2a8b12db71e7: Pulling fs layer 07:14:21 6ca5941a6612: Pulling fs layer 07:14:21 ecc8261a40a4: Pulling fs layer 07:14:21 ecc8261a40a4: Waiting 07:14:21 2a8b12db71e7: Verifying Checksum 07:14:21 2a8b12db71e7: Download complete 07:14:21 31603596830f: Download complete 07:14:21 ecc8261a40a4: Verifying Checksum 07:14:21 ecc8261a40a4: Download complete 07:14:21 6ca5941a6612: Verifying Checksum 07:14:21 6ca5941a6612: Download complete 07:14:21 31603596830f: Pull complete 07:14:21 2a8b12db71e7: Pull complete 07:14:22 6ca5941a6612: Pull complete 07:14:22 ecc8261a40a4: Pull complete 07:14:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:14:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:14:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:14:23 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:14:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:14:25 $ docker top 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:14:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:14:26 [ssh-agent] Looking for ssh-agent implementation... 07:14:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:14:26 $ docker exec 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent 07:14:26 SSH_AUTH_SOCK=/tmp/ssh-Y8zRSZGS0zWI/agent.13 07:14:26 SSH_AGENT_PID=18 07:14:26 Running ssh-add (command line suppressed) 07:14:26 Identity added: /w/workspace/edgex-go/11@tmp/private_key_4899402905817885078.key (/w/workspace/edgex-go/11@tmp/private_key_4899402905817885078.key) 07:14:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:14:27 + git tag --points-at HEAD [Pipeline] } 07:14:27 $ docker exec --env ******** --env ******** 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent -k 07:14:27 unset SSH_AUTH_SOCK; 07:14:27 unset SSH_AGENT_PID; 07:14:27 echo Agent pid 18 killed; 07:14:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:14:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:14:27 [ssh-agent] Looking for ssh-agent implementation... 07:14:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:14:27 $ docker exec 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent 07:14:27 SSH_AUTH_SOCK=/tmp/ssh-7dtoaWHLjCc4/agent.46 07:14:27 SSH_AGENT_PID=52 07:14:27 Running ssh-add (command line suppressed) 07:14:27 Identity added: /w/workspace/edgex-go/11@tmp/private_key_7579664303513035914.key (/w/workspace/edgex-go/11@tmp/private_key_7579664303513035914.key) 07:14:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:14:28 + git semver init 07:14:28 # -> Open(): unable to determine branch for HEAD 07:14:28 # $GIT_DIR = /w/workspace/edgex-go/11/.git 07:14:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 07:14:28 # $SEMVER_REMOTE_NAME = origin 07:14:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:14:28 # $SEMVER_USER_NAME = edgex-jenkins 07:14:28 # $SEMVER_BRANCH = PR-2966 07:14:28 # $SEMVER_TEMP = /tmp/semver-513023514 07:14:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:14:46 # '/tmp/semver-513023514' -> '/w/workspace/edgex-go/11/.semver' 07:14:46 # -> Force: false 07:14:46 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 07:14:46 $ docker exec --env ******** --env ******** 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent -k 07:14:46 unset SSH_AUTH_SOCK; 07:14:46 unset SSH_AGENT_PID; 07:14:46 echo Agent pid 52 killed; 07:14:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:14:47 + git semver [Pipeline] } 07:14:47 $ docker stop --time=1 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b 07:14:48 $ docker rm -f 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b [Pipeline] // withDockerContainer [Pipeline] sh 07:14:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:14:50 Stashed 1 file(s) [Pipeline] echo 07:14:50 [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 07:14:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:14:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:14:51 + sudo service docker restart 07:14:51 + true 07:14:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:14:52 ========================================================= 07:14:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:14:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:14:52 + 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 . 07:14:55 Sending build context to Docker daemon 326.3MB 07:14:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:14:55 Step 2/6 : FROM ${BASE} 07:14:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:14:55 188c0c94c7c5: Pulling fs layer 07:14:55 0ef7d3d256c8: Pulling fs layer 07:14:55 de9db76c5a1d: Pulling fs layer 07:14:55 bca2f99d35d6: Pulling fs layer 07:14:55 93359f2a8cfa: Pulling fs layer 07:14:55 7c6f9722023f: Pulling fs layer 07:14:55 a35cf1a2eb13: Pulling fs layer 07:14:55 93359f2a8cfa: Waiting 07:14:55 7c6f9722023f: Waiting 07:14:55 a35cf1a2eb13: Waiting 07:14:55 bca2f99d35d6: Waiting 07:14:55 de9db76c5a1d: Verifying Checksum 07:14:55 de9db76c5a1d: Download complete 07:14:55 0ef7d3d256c8: Verifying Checksum 07:14:55 0ef7d3d256c8: Download complete 07:14:55 93359f2a8cfa: Verifying Checksum 07:14:55 93359f2a8cfa: Download complete 07:14:55 188c0c94c7c5: Verifying Checksum 07:14:55 188c0c94c7c5: Download complete 07:14:55 7c6f9722023f: Verifying Checksum 07:14:55 7c6f9722023f: Download complete 07:14:56 188c0c94c7c5: Pull complete 07:14:56 0ef7d3d256c8: Pull complete 07:14:56 de9db76c5a1d: Pull complete 07:14:57 a35cf1a2eb13: Download complete 07:14:58 bca2f99d35d6: Verifying Checksum 07:14:58 bca2f99d35d6: Download complete 07:15:04 bca2f99d35d6: Pull complete 07:15:04 93359f2a8cfa: Pull complete 07:15:04 7c6f9722023f: Pull complete 07:15:05 Still waiting to schedule task 07:15:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:15:10 a35cf1a2eb13: Pull complete 07:15:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:15:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:15:10 ---> a62c8e92a672 07:15:10 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 07:15:10 ---> Running in e3690a1c6ab6 07:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:15:12 (1/12) Installing libmagic (5.38-r0) 07:15:12 (2/12) Installing file (5.38-r0) 07:15:12 (3/12) Installing libc-dev (0.7.2-r3) 07:15:12 (4/12) Installing g++ (9.3.0-r2) 07:15:19 (5/12) Installing fortify-headers (1.1-r0) 07:15:19 (6/12) Installing patch (2.7.6-r6) 07:15:19 (7/12) Installing build-base (0.5-r2) 07:15:19 (8/12) Installing libsodium (1.0.18-r0) 07:15:19 (9/12) Installing pkgconf (1.7.2-r0) 07:15:19 (10/12) Installing libsodium-dev (1.0.18-r0) 07:15:19 (11/12) Installing libzmq (4.3.3-r0) 07:15:19 (12/12) Installing zeromq-dev (4.3.3-r0) 07:15:19 Executing busybox-1.31.1-r19.trigger 07:15:19 OK: 233 MiB in 51 packages 07:15:23 Removing intermediate container e3690a1c6ab6 07:15:23 ---> 7f19b5b244c9 07:15:23 Step 4/6 : WORKDIR /edgex-go 07:15:23 ---> Running in 45e7a5cc06f2 07:15:23 Removing intermediate container 45e7a5cc06f2 07:15:23 ---> b1c450bb26af 07:15:23 Step 5/6 : COPY go.mod . 07:15:23 ---> b08413da2971 07:15:23 Step 6/6 : RUN go mod download 07:15:23 ---> Running in 90bc02f8cb23 07:15:45 Removing intermediate container 90bc02f8cb23 07:15:45 ---> c1fb69b6f8c6 07:15:45 Successfully built c1fb69b6f8c6 07:15:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:15:45 + docker inspect -f . ci-base-image-x86_64 07:15:45 . [Pipeline] withDockerContainer 07:15:46 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:15:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:15:46 $ docker top 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b -eo pid,comm [Pipeline] { [Pipeline] sh 07:15:47 + go version 07:15:47 go version go1.15.5 linux/amd64 [Pipeline] } 07:15:47 $ docker stop --time=1 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b 07:15:48 $ docker rm -f 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:15:49 + docker inspect -f . ci-base-image-x86_64 07:15:49 . [Pipeline] withDockerContainer 07:15:49 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:15:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:15:50 $ docker top d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 -eo pid,comm [Pipeline] { [Pipeline] echo 07:15:50 ========================================================= 07:15:50 [edgeXBuildGoParallel] Running Tests and Build... 07:15:50 ========================================================= [Pipeline] sh 07:15:50 + make test 07:15:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:15:59 ? github.com/edgexfoundry/edgex-go [no test files] 07:16:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:16:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:16:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:16:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:16:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:16:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:16:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:16:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 07:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.0% of statements 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 76.7% of statements 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.7% of statements 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements 07:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:16:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 07:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 93.8% of statements 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 07:16:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 07:16:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 07:16:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 07:16:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 07:16:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:16:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 07:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 07:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:16:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.0% of statements 07:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements 07:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:16:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 07:16:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:16:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:16:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.036s coverage: 100.0% of statements 07:16:42 GO111MODULE=on go vet ./... 07:17:04 gofmt -l . 07:17:04 [ "`gofmt -l .`" = "" ] 07:17:05 ./bin/test-go-mod-tidy.sh 07:17:05 ./bin/test-attribution-txt.sh [Pipeline] sh 07:17:07 + ls -al . 07:17:07 total 636 07:17:07 drwxrwxr-x 10 1001 1001 4096 Jan 5 07:17 . 07:17:07 drwxr-xr-x 4 root root 30 Jan 5 07:15 .. 07:17:07 -rw-rw-r-- 1 1001 1001 11 Jan 5 07:14 .dockerignore 07:17:07 drwxrwxr-x 8 1001 1001 179 Jan 5 07:14 .git 07:17:07 drwxrwxr-x 3 1001 1001 125 Jan 5 07:14 .github 07:17:07 -rw-rw-r-- 1 1001 1001 824 Jan 5 07:14 .gitignore 07:17:07 drwx------ 3 1001 1001 47 Jan 5 07:14 .semver 07:17:07 -rw-rw-r-- 1 1001 1001 166 Jan 5 07:14 .sonarcloud.properties 07:17:07 -rw-rw-r-- 1 1001 1001 3804 Jan 5 07:14 CONTRIBUTING.md 07:17:07 -rw-rw-r-- 1 1001 1001 931 Jan 5 07:14 Dockerfile.build 07:17:07 -rw-rw-r-- 1 1001 1001 863 Jan 5 07:14 Jenkinsfile 07:17:07 -rw-rw-r-- 1 1001 1001 10775 Jan 5 07:14 LICENSE 07:17:07 -rw-rw-r-- 1 1001 1001 5750 Jan 5 07:14 Makefile 07:17:07 -rw-rw-r-- 1 1001 1001 6511 Jan 5 07:14 README.md 07:17:07 -rw-rw-r-- 1 1001 1001 6744 Jan 5 07:14 SECURITY.md 07:17:07 -rw-rw-r-- 1 1001 1001 5 Jan 5 07:14 VERSION 07:17:07 -rw-rw-r-- 1 1001 1001 4131 Jan 5 07:14 ZMQWindows.md 07:17:07 drwxrwxr-x 2 1001 1001 117 Jan 5 07:14 bin 07:17:07 drwxrwxr-x 14 1001 1001 4096 Jan 5 07:14 cmd 07:17:07 -rw-r--r-- 1 root root 540436 Jan 5 07:16 coverage.out 07:17:07 -rw-r--r-- 1 root root 979 Jan 5 07:17 go.mod 07:17:07 -rw-r--r-- 1 root root 18934 Jan 5 07:17 go.sum 07:17:07 drwxrwxr-x 8 1001 1001 127 Jan 5 07:14 internal 07:17:07 drwxrwxr-x 4 1001 1001 26 Jan 5 07:14 openapi 07:17:07 drwxrwxr-x 4 1001 1001 71 Jan 5 07:14 snap 07:17:07 -rw-rw-r-- 1 1001 1001 168 Jan 5 07:14 version.go [Pipeline] sh 07:17:08 + '[' -e coverage.out ] 07:17:08 + chown 1001:1001 coverage.out [Pipeline] stash 07:17:08 Stashed 1 file(s) [Pipeline] sh 07:17:08 + make build 07:17:08 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 07:17:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:17:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:17:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:17:21 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 07:17:22 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 07:17:23 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 07:17:25 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 07:17: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 07:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:17:28 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 07:17:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 07:17:30 $ docker stop --time=1 d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 07:17:32 $ docker rm -f d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:17:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:17:34 07:17:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:17:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:17:34 latest: Pulling from edgex-devops/edgex-compose 07:17:34 cbdbe7a5bc2a: Pulling fs layer 07:17:34 ca9280d653b3: Pulling fs layer 07:17:34 7e9c9ca2126c: Pulling fs layer 07:17:35 cbdbe7a5bc2a: Verifying Checksum 07:17:35 cbdbe7a5bc2a: Download complete 07:17:35 cbdbe7a5bc2a: Pull complete 07:17:35 ca9280d653b3: Verifying Checksum 07:17:35 ca9280d653b3: Download complete 07:17:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18472 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 07:17:35 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 07:17:36 7e9c9ca2126c: Verifying Checksum 07:17:36 7e9c9ca2126c: Download complete 07:17:36 ca9280d653b3: Pull complete 07:17:41 using credential edgex-jenkins-ssh 07:17:41 Cloning the remote Git repository 07:17:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:17:41 > git init /w/workspace/edgex-go/11 # timeout=10 07:17:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:17:41 > git --version # timeout=10 07:17:41 > git --version # 'git version 2.17.1' 07:17:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:43 7e9c9ca2126c: Pull complete 07:17:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:17:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:17:43 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:17:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:17:46 $ docker top 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:46 + docker-compose build --help 07:17:46 + grep parallel 07:17:47 --parallel Build images in parallel. [Pipeline] } 07:17:47 $ docker stop --time=1 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 07:17:48 $ docker rm -f 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:17:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:17:49 . [Pipeline] withDockerContainer 07:17:49 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:17:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:17:50 $ docker top 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:50 + docker-compose -f ./docker-compose-build.yml build --parallel 07:17:51 Building docker-core-command-go ... 07:17:51 Building docker-core-data-go ... 07:17:51 Building docker-core-metadata-go ... 07:17:51 Building docker-security-bootstrap-redis-go ... 07:17:51 Building docker-security-proxy-setup-go ... 07:17:51 Building docker-security-secretstore-setup-go ... 07:17:51 Building docker-support-notifications-go ... 07:17:51 Building docker-support-scheduler-go ... 07:17:51 Building docker-sys-mgmt-agent-go ... 07:17:51 Building docker-core-data-go 07:17:51 Building docker-security-bootstrap-redis-go 07:17:51 Building docker-security-secretstore-setup-go 07:17:51 Building docker-security-proxy-setup-go 07:17:51 Building docker-core-metadata-go 07:17:57 Merging remotes/origin/master commit 135337ef8a94f3bf495bf0711e4285c3adb5abc8 into PR head commit 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:17:57 Merge succeeded, producing 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:17:57 Checking out Revision 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae (PR-2966) 07:17:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:17:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:17:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:17:56 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:57 > git config core.sparsecheckout # timeout=10 07:17:57 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 07:17:57 > git remote # timeout=10 07:17:57 > git config --get remote.origin.url # timeout=10 07:17:57 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:57 > git merge 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 07:17:57 > git rev-parse HEAD^{commit} # timeout=10 07:17:57 > git config core.sparsecheckout # timeout=10 07:17:57 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 07:18:02 Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:18:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:18:04 + true 07:18:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:18:06 provisioning config files... 07:18:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config8248274214450261727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:07 ---> docker-login.sh 07:18:07 nexus3.edgexfoundry.org:10001 07:18:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:08 Configure a credential helper to remove this warning. See 07:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:08 07:18:08 Login Succeeded 07:18:08 nexus3.edgexfoundry.org:10002 07:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:08 Configure a credential helper to remove this warning. See 07:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:08 07:18:08 Login Succeeded 07:18:08 nexus3.edgexfoundry.org:10003 07:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:09 Configure a credential helper to remove this warning. See 07:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:09 07:18:09 Login Succeeded 07:18:09 nexus3.edgexfoundry.org:10004 07:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:09 Configure a credential helper to remove this warning. See 07:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:09 07:18:09 Login Succeeded 07:18:09 docker.io 07:18:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:10 Configure a credential helper to remove this warning. See 07:18:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:10 07:18:10 Login Succeeded 07:18:10 ---> docker-login.sh ends [Pipeline] } 07:18:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:18:10 ========================================================= 07:18:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:18:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:18:11 + 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 . 07:18:13 Sending build context to Docker daemon 165.5MB 07:18:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:18:13 Step 2/6 : FROM ${BASE} 07:18:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:18:13 5f621e34cdf4: Pulling fs layer 07:18:13 a4357932f1b6: Pulling fs layer 07:18:13 18c013af1878: Pulling fs layer 07:18:13 00ac8860ef70: Pulling fs layer 07:18:13 63d7cb157983: Pulling fs layer 07:18:13 b116817d02f9: Pulling fs layer 07:18:13 745a02a5169b: Pulling fs layer 07:18:13 00ac8860ef70: Waiting 07:18:13 63d7cb157983: Waiting 07:18:13 745a02a5169b: Waiting 07:18:13 b116817d02f9: Waiting 07:18:13 18c013af1878: Download complete 07:18:13 a4357932f1b6: Verifying Checksum 07:18:13 a4357932f1b6: Download complete 07:18:13 63d7cb157983: Verifying Checksum 07:18:13 63d7cb157983: Download complete 07:18:13 b116817d02f9: Download complete 07:18:13 5f621e34cdf4: Verifying Checksum 07:18:14 5f621e34cdf4: Pull complete 07:18:15 a4357932f1b6: Pull complete 07:18:15 18c013af1878: Pull complete 07:18:16 745a02a5169b: Verifying Checksum 07:18:16 745a02a5169b: Download complete 07:18:17 00ac8860ef70: Verifying Checksum 07:18:17 00ac8860ef70: Download complete 07:18:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:18:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:18:24 ---> c1fb69b6f8c6 07:18:24 Step 3/22 : WORKDIR /edgex-go 07:18:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:18:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:18:24 ---> c1fb69b6f8c6 07:18:24 Step 3/21 : WORKDIR /edgex-go 07:18:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:18:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:18:24 ---> c1fb69b6f8c6 07:18:24 Step 3/24 : WORKDIR /edgex-go 07:18:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:18:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:18:24 ---> c1fb69b6f8c6 07:18:24 Step 3/23 : WORKDIR /edgex-go 07:18:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:18:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:18:24 ---> c1fb69b6f8c6 07:18:24 Step 3/22 : WORKDIR /edgex-go 07:18:24 ---> Running in 752b896e5ada 07:18:24 ---> Running in 9b4b4e3d9bda 07:18:24 ---> Running in 9fd26e8973f9 07:18:24 ---> Running in d166439a2e33 07:18:24 ---> Running in a62111c679bc 07:18:24 Removing intermediate container 9fd26e8973f9 07:18:24 ---> 3ea84af75e02 07:18:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:24 Removing intermediate container 752b896e5ada 07:18:24 ---> 9ac60b9f9bb9 07:18:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:24 Removing intermediate container 9b4b4e3d9bda 07:18:24 ---> 5493e0bac978 07:18:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:24 Removing intermediate container d166439a2e33 07:18:24 ---> ccc07215fc6e 07:18:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:24 Removing intermediate container a62111c679bc 07:18:24 ---> 7cfa4f38276c 07:18:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:24 ---> Running in d1a04c4980ce 07:18:24 ---> Running in 694d315579fc 07:18:24 ---> Running in 30155d9e257a 07:18:24 ---> Running in d924fc2904a2 07:18:24 ---> Running in 2895332d46f4 07:18:26 Removing intermediate container 694d315579fc 07:18:26 ---> d7ebac4ce4ed 07:18:26 Step 5/24 : RUN apk add --update --no-cache make git 07:18:26 ---> Running in c07ffd8b653f 07:18:26 Removing intermediate container d1a04c4980ce 07:18:26 ---> 62ae28ba558c 07:18:26 Step 5/22 : RUN apk add --update --no-cache make git 07:18:26 ---> Running in 51a6e3f4f498 07:18:26 Removing intermediate container 30155d9e257a 07:18:26 ---> 10d814b7fcd1 07:18:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:18:26 ---> Running in 5be31e3857d6 07:18:26 Removing intermediate container d924fc2904a2 07:18:26 ---> 25b4bf250192 07:18:26 Step 5/22 : RUN apk add --update --no-cache make git 07:18:27 Removing intermediate container 2895332d46f4 07:18:27 ---> 3e27116d5508 07:18:27 Step 5/21 : RUN apk add --update --no-cache make git 07:18:27 ---> Running in 97314661bf85 07:18:27 ---> Running in 46227e2e94ca 07:18:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:27 00ac8860ef70: Pull complete 07:18:27 63d7cb157983: Pull complete 07:18:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:18:28 b116817d02f9: Pull complete 07:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:18:30 OK: 233 MiB in 51 packages 07:18:30 OK: 233 MiB in 51 packages 07:18:30 OK: 233 MiB in 51 packages 07:18:30 OK: 233 MiB in 51 packages 07:18:31 Removing intermediate container 51a6e3f4f498 07:18:31 ---> 85add94b9558 07:18:31 Step 6/22 : COPY go.mod . 07:18:31 Removing intermediate container 5be31e3857d6 07:18:31 ---> b2de24a44bfd 07:18:31 Step 6/23 : COPY go.mod . 07:18:31 ---> 09b2d3ed4594 07:18:31 Step 7/22 : RUN go mod download 07:18:31 Removing intermediate container c07ffd8b653f 07:18:31 ---> f1d3c2b3a406 07:18:31 Step 6/24 : COPY go.mod . 07:18:31 745a02a5169b: Pull complete 07:18:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:18:32 ---> Running in 831695e54ed0 07:18:32 Removing intermediate container 97314661bf85 07:18:32 ---> 27540aac42fa 07:18:32 Step 6/22 : COPY go.mod . 07:18:32 OK: 233 MiB in 51 packages 07:18:32 ---> b35a4ab07531 07:18:32 Step 7/23 : RUN go mod download 07:18:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:18:32 ---> b7e6874047d6 07:18:32 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 07:18:32 ---> Running in 29cbfe7cb9ec 07:18:32 ---> d1107f61ed58 07:18:32 Step 7/24 : RUN go mod download 07:18:32 ---> c38cfdc1bbc0 07:18:32 Step 7/22 : RUN go mod download 07:18:32 ---> Running in e4a03316d49a 07:18:32 ---> Running in 15cfd460ed76 07:18:32 Removing intermediate container 46227e2e94ca 07:18:32 ---> 5f3cbd73baab 07:18:32 Step 6/21 : COPY go.mod . 07:18:33 ---> e3046cc6ce8c 07:18:33 Step 7/21 : RUN go mod download 07:18:33 ---> Running in 0f95b8e7a940 07:18:34 Removing intermediate container 831695e54ed0 07:18:34 ---> 9f2e06cb11a0 07:18:34 Step 8/22 : COPY . . 07:18:34 Removing intermediate container 29cbfe7cb9ec 07:18:34 ---> 55238c44281a 07:18:34 Step 8/23 : COPY . . 07:18:35 ---> Running in 56fe45f8e09d 07:18:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:18:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:18:38 (1/12) Installing libmagic (5.38-r0) 07:18:39 Removing intermediate container 15cfd460ed76 07:18:39 ---> 966b587b88b1 07:18:39 Step 8/22 : COPY . . 07:18:39 (2/12) Installing file (5.38-r0) 07:18:39 (3/12) Installing libc-dev (0.7.2-r3) 07:18:39 (4/12) Installing g++ (9.3.0-r2) 07:18:40 Removing intermediate container e4a03316d49a 07:18:40 ---> be616558556f 07:18:40 Step 8/24 : COPY . . 07:18:44 (5/12) Installing fortify-headers (1.1-r0) 07:18:44 (6/12) Installing patch (2.7.6-r6) 07:18:44 (7/12) Installing build-base (0.5-r2) 07:18:44 (8/12) Installing libsodium (1.0.18-r0) 07:18:44 (9/12) Installing pkgconf (1.7.2-r0) 07:18:44 (10/12) Installing libsodium-dev (1.0.18-r0) 07:18:44 (11/12) Installing libzmq (4.3.3-r0) 07:18:44 (12/12) Installing zeromq-dev (4.3.3-r0) 07:18:44 Executing busybox-1.31.1-r19.trigger 07:18:44 OK: 217 MiB in 51 packages 07:18:45 Removing intermediate container 0f95b8e7a940 07:18:45 ---> d255f9026bde 07:18:45 Step 8/21 : COPY . . 07:18:48 Removing intermediate container 56fe45f8e09d 07:18:48 ---> 65d3bfca6799 07:18:48 Step 4/6 : WORKDIR /edgex-go 07:18:48 ---> Running in 8beaeed7be30 07:18:49 Removing intermediate container 8beaeed7be30 07:18:49 ---> c702b87051bb 07:18:49 Step 5/6 : COPY go.mod . 07:18:49 ---> ff0932dcca8a 07:18:49 Step 6/6 : RUN go mod download 07:18:50 ---> Running in 6c372cd1d8f4 07:19:16 Removing intermediate container 6c372cd1d8f4 07:19:16 ---> 64ea2c48ee05 07:19:16 Successfully built 64ea2c48ee05 07:19:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:19:17 + docker inspect -f . ci-base-image-arm64 07:19:17 . [Pipeline] withDockerContainer 07:19:17 prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container 07:19:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:19:17 ---> 8c6efda70580 07:19:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:19:17 ---> Running in 3420ec707840 07:19:17 ---> cc02bc610862 07:19:17 Step 9/23 : RUN make cmd/core-data/core-data 07:19:17 ---> 95402bbce35c 07:19:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:19:17 ---> 0f3189db59d9 07:19:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:19:17 ---> f83a25d8bd89 07:19:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:19:17 ---> Running in 4284d3ae43c8 07:19:17 ---> Running in 96c11f8688fa 07:19:17 ---> Running in 5db7bbeb5ff9 07:19:17 ---> Running in 99a77892bb95 07:19:18 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 07:19:18 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 07:19: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 07:19:19 $ docker top caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f -eo pid,comm 07:19: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 07:19:19 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 [Pipeline] { [Pipeline] sh 07:19:20 + go version 07:19:20 go version go1.15.5 linux/arm64 [Pipeline] } 07:19:20 $ docker stop --time=1 caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f 07:19:22 $ docker rm -f caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:23 + docker inspect -f . ci-base-image-arm64 07:19:23 . [Pipeline] withDockerContainer 07:19:23 prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container 07:19:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:19:24 $ docker top 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 -eo pid,comm [Pipeline] { [Pipeline] echo 07:19:25 ========================================================= 07:19:25 [edgeXBuildGoParallel] Running Tests and Build... 07:19:25 ========================================================= [Pipeline] sh 07:19:25 + make test 07:19:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:19:45 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 07:19:45 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 07:19:47 ? github.com/edgexfoundry/edgex-go [no test files] 07:19:51 Removing intermediate container 5db7bbeb5ff9 07:19:51 ---> cdbd285a27a7 07:19:51 07:19:51 Step 10/22 : FROM alpine:3.12 07:19:51 3.12: Pulling from library/alpine 07:19:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:19:51 Status: Downloaded newer image for alpine:3.12 07:19:51 ---> 389fef711851 07:19:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:19:54 ---> Running in 8dfcf7ba55ac 07:19:55 Removing intermediate container 99a77892bb95 07:19:55 ---> 20535174327e 07:19:55 07:19:55 Step 10/21 : FROM alpine:3.12 07:19:55 ---> 389fef711851 07:19:55 Step 11/21 : RUN apk add --update --no-cache curl 07:19:55 Removing intermediate container 96c11f8688fa 07:19:55 ---> 90a67e292d24 07:19:55 07:19:55 Step 10/24 : FROM alpine:3.12 07:19:55 ---> 389fef711851 07:19:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:19:55 ---> Running in 966cc7fb6b63 07:19:55 ---> Running in b33dda0a294a 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:56 (1/5) Installing ca-certificates (20191127-r4) 07:19:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:19:56 (3/5) Installing libcurl (7.69.1-r3) 07:19:56 (4/5) Installing curl (7.69.1-r3) 07:19:56 (5/5) Installing dumb-init (1.2.2-r1) 07:19:56 Executing busybox-1.31.1-r19.trigger 07:19:56 Executing ca-certificates-20191127-r4.trigger 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:56 OK: 7 MiB in 19 packages 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:56 (1/5) Installing ca-certificates (20191127-r4) 07:19:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:19:56 (3/5) Installing libcurl (7.69.1-r3) 07:19:56 (4/5) Installing curl (7.69.1-r3) 07:19:57 (5/5) Installing dumb-init (1.2.2-r1) 07:19:57 (1/4) Installing ca-certificates (20191127-r4) 07:19:57 Executing busybox-1.31.1-r19.trigger 07:19:57 Executing ca-certificates-20191127-r4.trigger 07:19:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:19:57 (3/4) Installing libcurl (7.69.1-r3) 07:19:57 (4/4) Installing curl (7.69.1-r3) 07:19:57 OK: 7 MiB in 19 packages 07:19:57 Executing busybox-1.31.1-r19.trigger 07:19:57 Executing ca-certificates-20191127-r4.trigger 07:19:57 OK: 7 MiB in 18 packages 07:20:00 Removing intermediate container 8dfcf7ba55ac 07:20:00 ---> b9a18323b5a8 07:20:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:20:01 Removing intermediate container 3420ec707840 07:20:01 ---> ad9d3ecf04bb 07:20:01 07:20:01 Step 10/22 : FROM scratch 07:20:01 ---> 07:20:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:20:01 Removing intermediate container 4284d3ae43c8 07:20:01 ---> 3df20b6b1c93 07:20:01 07:20:01 Step 10/23 : FROM alpine:3.12 07:20:01 ---> 389fef711851 07:20:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:20:02 ---> Running in 9c4267d219e4 07:20:02 ---> Running in 5e0471b98d4d 07:20:02 ---> Running in 4400ea50ef5f 07:20:02 Removing intermediate container b33dda0a294a 07:20:02 ---> 23481c2e9e52 07:20:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:20:02 Removing intermediate container 966cc7fb6b63 07:20:02 ---> 01a5b573bb8d 07:20:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:20:02 ---> Running in a39d2b1e6c34 07:20:02 ---> Running in 7d57cf8ae309 07:20:02 Removing intermediate container 9c4267d219e4 07:20:02 ---> 6713b25262ce 07:20:02 Step 12/22 : ENV APP_PORT=48081 07:20:02 Removing intermediate container 4400ea50ef5f 07:20:02 ---> ff3bda0b5e68 07:20:02 Step 13/22 : WORKDIR / 07:20:02 Removing intermediate container 5e0471b98d4d 07:20:02 ---> 4cad7abfd5e4 07:20:02 Step 12/23 : ENV APP_PORT=48080 07:20:02 ---> Running in 6e12c73d75d7 07:20:02 ---> Running in 0ec75f9fb459 07:20:02 ---> Running in 98623321b83d 07:20:02 Removing intermediate container 7d57cf8ae309 07:20:02 ---> a4b7a5356535 07:20:02 Step 13/24 : WORKDIR / 07:20:02 Removing intermediate container a39d2b1e6c34 07:20:02 ---> f80d4eef2e98 07:20:02 Step 13/21 : WORKDIR /edgex 07:20:02 Removing intermediate container 6e12c73d75d7 07:20:02 ---> 86fa55cc17e7 07:20:02 Step 13/22 : EXPOSE $APP_PORT 07:20:02 ---> Running in d466d5b06a14 07:20:02 ---> Running in e877b2598077 07:20:02 ---> Running in ab9c4b6e2231 07:20:03 Removing intermediate container 0ec75f9fb459 07:20:03 ---> 21ef64fbdc29 07:20:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:20:03 Removing intermediate container 98623321b83d 07:20:03 ---> 5432277ae6c6 07:20:03 Step 13/23 : EXPOSE $APP_PORT 07:20:03 ---> Running in 2a1ff3ed525c 07:20:03 Removing intermediate container d466d5b06a14 07:20:03 ---> 93d16397de6e 07:20:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:20:03 Removing intermediate container ab9c4b6e2231 07:20:03 ---> 37bd0983b35b 07:20:03 Step 14/22 : WORKDIR / 07:20:04 Removing intermediate container e877b2598077 07:20:04 ---> 76706c5806db 07:20:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:20:04 Removing intermediate container 2a1ff3ed525c 07:20:04 ---> 89975fb78dd2 07:20:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:04 ---> 30dd592a8461 07:20:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:20:04 ---> Running in f0927a97b9b6 07:20:04 ---> Running in 77683540d5a5 07:20:04 ---> c5fd8efef6ed 07:20:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:20:04 ---> 089b9ac920f1 07:20:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:20:04 Removing intermediate container f0927a97b9b6 07:20:04 ---> cc4cd54eaeae 07:20:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:20:04 ---> 00ad90d2949b 07:20:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:20:04 ---> a64a819c2639 07:20:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:20:05 ---> 7aeef5ac0c90 07:20:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:20:05 ---> d0d467b8f64d 07:20:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:20:05 ---> 6cb35c6f6cb3 07:20:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:20:05 ---> 4c6907be10ef 07:20:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:20:05 ---> ed938e29ad40 07:20:05 Step 18/22 : RUN chmod +x entrypoint.sh 07:20:05 ---> 3432218cece9 07:20:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:20:05 ---> 094d54302512 07:20:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:20:06 ---> Running in 160a4e4d4492 07:20:06 Removing intermediate container 77683540d5a5 07:20:06 ---> 53cc75bd2242 07:20:06 Step 15/23 : RUN apk add --update --no-cache zeromq 07:20:06 ---> f329f4b329f8 07:20:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:20:06 ---> d0b23258df14 07:20:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:20:07 ---> 51ee7c15f493 07:20:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:20:07 ---> Running in dc9fd27d130d 07:20:07 ---> Running in 3bac7fb03a67 07:20:07 ---> Running in 7870fafad72a 07:20:07 ---> ae07d1518df0 07:20:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:20:07 Removing intermediate container dc9fd27d130d 07:20:07 ---> 0a98ae17ef57 07:20:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:07 ---> Running in 0aa9a7f8cb95 07:20:07 Removing intermediate container 7870fafad72a 07:20:07 ---> 833667a13191 07:20:07 Step 18/21 : CMD ["--init=true"] 07:20:07 ---> Running in 39aec9945ea7 07:20:07 ---> Running in 12fa83adc30f 07:20:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:08 Removing intermediate container 39aec9945ea7 07:20:08 ---> 8f03854d96e0 07:20:08 Step 20/22 : LABEL arch=x86_64 07:20:08 Removing intermediate container 12fa83adc30f 07:20:08 ---> 7cf6aef9d30b 07:20:08 Step 19/21 : LABEL arch=x86_64 07:20:08 ---> Running in b97a95c6a9a7 07:20:08 ---> Running in 0e10a06481de 07:20:08 Removing intermediate container 160a4e4d4492 07:20:08 ---> 8548d04f433a 07:20:08 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:08 ---> Running in 31425fe1ffaf 07:20:08 Removing intermediate container b97a95c6a9a7 07:20:08 ---> 9e850d315fb5 07:20:08 Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:20:08 Removing intermediate container 0e10a06481de 07:20:08 ---> 93af9547c3a2 07:20:08 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:20:08 ---> Running in 55b4c7f87558 07:20:08 (1/5) Installing libgcc (9.3.0-r2) 07:20:09 (2/5) Installing libsodium (1.0.18-r0) 07:20:09 ---> Running in 811f2d375173 07:20:09 Removing intermediate container 31425fe1ffaf 07:20:09 ---> 85b92f3836f6 07:20:09 Step 20/22 : LABEL arch=x86_64 07:20:09 (3/5) Installing libstdc++ (9.3.0-r2) 07:20:09 Removing intermediate container 55b4c7f87558 07:20:09 ---> 56bca11b4319 07:20:09 Step 21/21 : LABEL version=0.0.0 07:20:09 (4/5) Installing libzmq (4.3.3-r0) 07:20:09 ---> Running in 3d3c256fcd50 07:20:09 (5/5) Installing zeromq (4.3.3-r0) 07:20:09 ---> Running in 5c28a960850a 07:20:09 Removing intermediate container 0aa9a7f8cb95 07:20:09 Removing intermediate container 811f2d375173 07:20:09 ---> dfa846f3c360 07:20:09 Step 22/22 : LABEL version=0.0.0 07:20:09 ---> 08c9b1e6efce 07:20:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:20:09 Executing busybox-1.31.1-r19.trigger 07:20:09 OK: 8 MiB in 19 packages 07:20:09 ---> Running in 524a7e10a513 07:20:09 ---> Running in 37f8846f087e 07:20:09 Removing intermediate container 3d3c256fcd50 07:20:09 ---> 5714221cbb2d 07:20:09 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:20:09 Removing intermediate container 5c28a960850a 07:20:09 ---> ed4c858b00ac 07:20:09 07:20:09 ---> Running in 67e312feb68d 07:20:09 Removing intermediate container 524a7e10a513 07:20:09 ---> 75b20cc739fe 07:20:09 Step 22/24 : LABEL arch=x86_64 07:20:10 Removing intermediate container 37f8846f087e 07:20:10 ---> 437fa085c08c 07:20:10 07:20:10 Successfully built ed4c858b00ac 07:20:10 Successfully tagged docker-security-proxy-setup-go:latest 07:20:10  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 07:20:10 ---> Running in 377c3b45659f 07:20:10 Successfully built 437fa085c08c 07:20:10 Successfully tagged docker-core-metadata-go:latest 07:20:10  Building docker-core-metadata-go ... done Building docker-support-notifications-go 07:20:10 Removing intermediate container 67e312feb68d 07:20:10 ---> 2580dce571e5 07:20:10 Step 22/22 : LABEL version=0.0.0 07:20:10 Removing intermediate container 3bac7fb03a67 07:20:10 ---> 9b98d11c5b06 07:20:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:20:10 ---> Running in 84d586a3e578 07:20:10 Removing intermediate container 377c3b45659f 07:20:10 ---> 99e0471e35a2 07:20:10 Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:20:10 ---> Running in 983aea1ac427 07:20:11 Removing intermediate container 84d586a3e578 07:20:11 ---> 19c10e894170 07:20:11 07:20:11 ---> fa16608be61b 07:20:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:20:11 Successfully built 19c10e894170 07:20:11 Successfully tagged docker-security-bootstrap-redis-go:latest 07:20:11  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 07:20:11 Removing intermediate container 983aea1ac427 07:20:11 ---> 7948da3e5575 07:20:11 Step 24/24 : LABEL version=0.0.0 07:20:11 ---> Running in 38ca7f6b547a 07:20:11 ---> f774856d8552 07:20:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:20:12 Removing intermediate container 38ca7f6b547a 07:20:12 ---> ed6718f9f646 07:20:12 07:20:13 Successfully built ed6718f9f646 07:20:13 Successfully tagged docker-security-secretstore-setup-go:latest 07:20:13  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 07:20:16 ---> 056ca3641162 07:20:16 Step 19/23 : ENTRYPOINT ["/core-data"] 07:20:17 ---> Running in 97c731ce30ae 07:20:18 Removing intermediate container 97c731ce30ae 07:20:18 ---> e485f735e994 07:20:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:21 ---> Running in 03f38bc221fa 07:20:21 Removing intermediate container 03f38bc221fa 07:20:21 ---> 89945701bfc1 07:20:21 Step 21/23 : LABEL arch=x86_64 07:20:21 ---> Running in 20ad31bff65b 07:20:21 Removing intermediate container 20ad31bff65b 07:20:21 ---> 8cb2fd09df6b 07:20:21 Step 22/23 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:20:22 ---> Running in 3afcfa0dd920 07:20:22 Removing intermediate container 3afcfa0dd920 07:20:22 ---> 60414e079ee0 07:20:22 Step 23/23 : LABEL version=0.0.0 07:20:22 ---> Running in d64a39a16dd5 07:20:22 Removing intermediate container d64a39a16dd5 07:20:22 ---> fd945006f090 07:20:22 07:20:22 Successfully built fd945006f090 07:20:22 Successfully tagged docker-core-data-go:latest 07:20:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:20:35  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:20:35 ---> c1fb69b6f8c6 07:20:35 Step 3/26 : WORKDIR /edgex-go 07:20:35 ---> Using cache 07:20:35 ---> 7cfa4f38276c 07:20:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:35 ---> Using cache 07:20:35 ---> 3e27116d5508 07:20:35 Step 5/26 : RUN apk add --update --no-cache make bash git 07:20:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:20:35 ---> c1fb69b6f8c6 07:20:35 Step 3/21 : WORKDIR /edgex-go 07:20:35 ---> Using cache 07:20:35 ---> 7cfa4f38276c 07:20:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:35 ---> Using cache 07:20:35 ---> 3e27116d5508 07:20:35 Step 5/21 : RUN apk add --update --no-cache make git 07:20:35 ---> Using cache 07:20:35 ---> 5f3cbd73baab 07:20:35 Step 6/21 : COPY go.mod . 07:20:35 ---> Using cache 07:20:35 ---> e3046cc6ce8c 07:20:35 Step 7/21 : RUN go mod download 07:20:35 ---> Using cache 07:20:35 ---> d255f9026bde 07:20:35 Step 8/21 : COPY . . 07:20:35 ---> Using cache 07:20:35 ---> f83a25d8bd89 07:20:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:20:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:20:35 ---> c1fb69b6f8c6 07:20:35 Step 3/24 : WORKDIR /edgex-go 07:20:35 ---> Using cache 07:20:35 ---> 7cfa4f38276c 07:20:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:35 ---> Using cache 07:20:35 ---> 3e27116d5508 07:20:35 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:20:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:36 ---> c1fb69b6f8c6 07:20:36 Step 3/22 : WORKDIR /edgex-go 07:20:36 ---> Using cache 07:20:36 ---> 7cfa4f38276c 07:20:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:36 ---> Using cache 07:20:36 ---> 3e27116d5508 07:20:36 Step 5/22 : RUN apk add --update --no-cache make git 07:20:36 ---> Using cache 07:20:36 ---> 5f3cbd73baab 07:20:36 Step 6/22 : COPY go.mod . 07:20:36 ---> Using cache 07:20:36 ---> e3046cc6ce8c 07:20:36 Step 7/22 : RUN go mod download 07:20:36 ---> Using cache 07:20:36 ---> d255f9026bde 07:20:36 Step 8/22 : COPY . . 07:20:36 ---> Using cache 07:20:36 ---> f83a25d8bd89 07:20:36 Step 9/22 : RUN make cmd/core-command/core-command 07:20:37 ---> Running in b0db8f686955 07:20:37 ---> Running in e40664cb8c29 07:20:37 ---> Running in 35f7ffd1a607 07:20:37 ---> Running in 8bd239e01605 07:20:39 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 07:20:39 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 07:20:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:20:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:40 OK: 233 MiB in 51 packages 07:20:40 OK: 233 MiB in 51 packages 07:20:41 Removing intermediate container 8bd239e01605 07:20:41 ---> 3a2c4444e8be 07:20:41 Step 6/26 : COPY go.mod . 07:20:41 Removing intermediate container b0db8f686955 07:20:41 ---> 77bc719b4002 07:20:41 Step 6/24 : COPY go.mod . 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:20:42 ---> 016f8a96ab21 07:20:42 Step 7/26 : RUN go mod download 07:20:42 ---> c2cdff4ea7bb 07:20:42 Step 7/24 : RUN go mod download 07:20:42 ---> Running in 97210f62c771 07:20:42 ---> Running in 899b93b07058 07:20:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:20:45 Removing intermediate container 899b93b07058 07:20:45 ---> ad5c0aa21a76 07:20:45 Step 8/24 : COPY . . 07:20:45 Removing intermediate container 97210f62c771 07:20:45 ---> 5fa93bc13ae0 07:20:45 Step 8/26 : COPY . . 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:20:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:20:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:20:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:20:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.274s coverage: 46.6% of statements 07:20:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:20:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:20:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:20:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:20:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.0% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.109s coverage: 100.0% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 76.7% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:21:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.777s coverage: 82.7% of statements 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:21:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:21:12 Removing intermediate container e40664cb8c29 07:21:12 ---> f060d9687b92 07:21:12 07:21:12 Step 10/21 : FROM scratch 07:21:12 ---> 07:21:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:12 Removing intermediate container 35f7ffd1a607 07:21:12 ---> 26934f68db3b 07:21:12 07:21:12 Step 10/22 : FROM scratch 07:21:12 ---> 07:21:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:12 ---> 6bec9e4d29d1 07:21:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:21:12 ---> Running in 10385109f2b4 07:21:12 ---> Using cache 07:21:12 ---> 6713b25262ce 07:21:12 Step 12/21 : ENV APP_PORT=48085 07:21:12 ---> Using cache 07:21:12 ---> 6713b25262ce 07:21:12 Step 12/22 : ENV APP_PORT=48082 07:21:12 ---> Running in 7265f72e452d 07:21:12 ---> Running in f502f3c4078c 07:21:12 ---> ace6b226434b 07:21:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:21:12 ---> Running in 5ffb0667bcd9 07:21:12 Removing intermediate container f502f3c4078c 07:21:12 ---> b95ec2e14f8a 07:21:12 Step 13/22 : EXPOSE $APP_PORT 07:21:12 Removing intermediate container 7265f72e452d 07:21:12 ---> 057e688ed67c 07:21:12 Step 13/21 : EXPOSE $APP_PORT 07:21:12 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 07:21:13 ---> Running in 3ece1b921212 07:21:13 ---> Running in 553bd12558d1 07:21:13 Removing intermediate container 3ece1b921212 07:21:13 ---> fe213b547d57 07:21:13 Step 14/22 : WORKDIR / 07:21:13 Removing intermediate container 553bd12558d1 07:21:13 ---> d3ad26cbf723 07:21:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:21:13 ---> Running in fd7a32095f95 07:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:21:13 Removing intermediate container fd7a32095f95 07:21:13 ---> 92577111f80e 07:21:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:21:13 ---> 2383973df382 07:21:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:21:14 ---> 3101bd4f1adb 07:21:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:21:14 ---> b4ab2645a166 07:21:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.313s coverage: 86.7% of statements 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:21:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements 07:21:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:21:15 ---> d647c4a66a85 07:21:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:21:15 ---> 2295d7210500 07:21:15 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:21:15 ---> Running in 670d9c8c89fb 07:21:15 ---> ce946141df5c 07:21:15 Step 18/22 : ENTRYPOINT ["/core-command"] 07:21:15 Removing intermediate container 670d9c8c89fb 07:21:15 ---> c26c47428021 07:21:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:15 ---> Running in 45cdbdadcebf 07:21:15 ---> Running in 237cb4c8a6b3 07:21:15 Removing intermediate container 45cdbdadcebf 07:21:15 ---> ef549aeb922d 07:21:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:16 Removing intermediate container 237cb4c8a6b3 07:21:16 ---> fbc01beb1450 07:21:16 Step 19/21 : LABEL arch=x86_64 07:21:17 ---> Running in 7813d746d5a8 07:21:17 ---> Running in 4a1f939a3833 07:21:17 Removing intermediate container 7813d746d5a8 07:21:17 ---> 5c4595beeef8 07:21:17 Step 20/22 : LABEL arch=x86_64 07:21:17 ---> Running in 60603a7c093a 07:21:17 Removing intermediate container 4a1f939a3833 07:21:17 ---> f0c84ce3c23b 07:21:17 Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:21:18 ---> Running in 3a60e48a543a 07:21:18 Removing intermediate container 60603a7c093a 07:21:18 ---> 762fcb07d12c 07:21:18 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:21:18 ---> Running in 32939cd47551 07:21:18 Removing intermediate container 3a60e48a543a 07:21:18 ---> 600d54f9707e 07:21:18 Step 21/21 : LABEL version=0.0.0 07:21:18 ---> Running in 1df314908078 07:21:18 Removing intermediate container 32939cd47551 07:21:18 ---> 676295c99f4a 07:21:18 Step 22/22 : LABEL version=0.0.0 07:21:18 ---> Running in f240b0793c46 07:21:18 Removing intermediate container 1df314908078 07:21:18 ---> 4932adf429ba 07:21:18 07:21:19 Successfully built 4932adf429ba 07:21:19 Removing intermediate container f240b0793c46 07:21:19 ---> b95c1d5f2942 07:21:19 07:21:19 Successfully tagged docker-support-scheduler-go:latest 07:21:19  Building docker-support-scheduler-go ... done Successfully built b95c1d5f2942 07:21:19 Successfully tagged docker-core-command-go:latest 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.124s coverage: 93.8% of statements 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.149s coverage: 0.1% of statements 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements 07:21:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements 07:21:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 07:21:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements 07:21:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 63.5% of statements 07:21:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:21:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 07:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 07:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 07:21:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 07:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 07:21:29  Building docker-core-command-go ... done Removing intermediate container 5ffb0667bcd9 07:21:29 ---> 64a2b551b4bb 07:21:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:21:29 Removing intermediate container 10385109f2b4 07:21:29 ---> 8ae0ec0ad797 07:21:29 07:21:29 Step 10/24 : FROM scratch 07:21:29 ---> 07:21:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:21:29 ---> Running in 43d5953ef917 07:21:29 ---> Running in 8868813c7a20 07:21:29 Removing intermediate container 8868813c7a20 07:21:29 ---> 4be00711af73 07:21:29 Step 12/24 : ENV APP_PORT=48060 07:21:29 ---> Running in bff10d6afbbe 07:21:30 Removing intermediate container bff10d6afbbe 07:21:30 ---> 61986acac92f 07:21:30 Step 13/24 : EXPOSE $APP_PORT 07:21:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:21:30 ---> Running in 3a3a0a2f38fc 07:21:30 Removing intermediate container 3a3a0a2f38fc 07:21:30 ---> 7bee4becb81b 07:21:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:21:30 ---> f84c5e148e75 07:21:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:21:31 ---> ebcf57636ff2 07:21:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:21:31 Removing intermediate container 43d5953ef917 07:21:31 ---> 633726647a60 07:21:31 07:21:31 Step 11/26 : FROM docker:20.10.0 07:21:31 20.10.0: Pulling from library/docker 07:21:32 ---> 0b1538b49b9a 07:21:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:21:32 ---> e7bb200664bf 07:21:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:21:33 ---> 8fe54a036daf 07:21:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:21:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.981s coverage: 55.9% of statements 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:21:34 ---> fd3a3ad9fc6f 07:21:34 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:21:34 ---> Running in 56d4fb0fc8b8 07:21:34 Removing intermediate container 56d4fb0fc8b8 07:21:34 ---> 746641baf273 07:21:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:34 ---> Running in 9fe9c44d10e9 07:21:35 Removing intermediate container 9fe9c44d10e9 07:21:35 ---> e5909897fefd 07:21:35 Step 22/24 : LABEL arch=x86_64 07:21:35 ---> Running in c6fbf137606c 07:21:35 Removing intermediate container c6fbf137606c 07:21:35 ---> 4a3dab071289 07:21:35 Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.396s coverage: 37.0% of statements 07:21:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:21:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.648s coverage: 84.0% of statements 07:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 07:21:35 ---> Running in 9efdf208558f 07:21:36 Removing intermediate container 9efdf208558f 07:21:36 ---> 5edc92dceaa6 07:21:36 Step 24/24 : LABEL version=0.0.0 07:21:36 ---> Running in 436f663a1f62 07:21:37 Removing intermediate container 436f663a1f62 07:21:37 ---> 61b816b717b1 07:21:37 07:21:37 Successfully built 61b816b717b1 07:21:37 Successfully tagged docker-support-notifications-go:latest 07:21:37  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:21:37 Status: Downloaded newer image for docker:20.10.0 07:21:37 ---> aefe523efa57 07:21:37 Step 12/26 : RUN apk add --no-cache bash 07:21:37 ---> Running in c7c8f1f18833 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:38 (1/2) Installing readline (8.0.4-r0) 07:21:38 (2/2) Installing bash (5.0.17-r0) 07:21:38 Executing bash-5.0.17-r0.post-install 07:21:38 Executing busybox-1.31.1-r19.trigger 07:21:38 OK: 12 MiB in 22 packages 07:21:38 Removing intermediate container c7c8f1f18833 07:21:38 ---> 3b57f6e8b27f 07:21:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:21:38 ---> Running in 989343ed64cc 07:21:38 Removing intermediate container 989343ed64cc 07:21:38 ---> 2ae36d307433 07:21:38 Step 14/26 : ENV APP_PORT=48090 07:21:38 ---> Running in c1dabfcbe91b 07:21:39 Removing intermediate container c1dabfcbe91b 07:21:39 ---> 0e485b11c114 07:21:39 Step 15/26 : EXPOSE $APP_PORT 07:21:39 ---> Running in 301b3eba58d8 07:21:39 Removing intermediate container 301b3eba58d8 07:21:39 ---> deb26185a3ba 07:21:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:21:40 ---> 6c236c895b3c 07:21:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:21:40 ---> 7159f421bf45 07:21:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:21:40 ---> 5b44fd161474 07:21:40 Step 19/26 : RUN apk --no-cache add py3-pip 07:21:40 ---> Running in d09792376563 07:21:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:41 (1/33) Installing libbz2 (1.0.8-r1) 07:21:41 (2/33) Installing expat (2.2.9-r1) 07:21:41 (3/33) Installing libffi (3.3-r2) 07:21:41 (4/33) Installing gdbm (1.13-r1) 07:21:41 (5/33) Installing xz-libs (5.2.5-r0) 07:21:41 (6/33) Installing sqlite-libs (3.32.1-r0) 07:21:41 (7/33) Installing python3 (3.8.5-r0) 07:21:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:21:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:21:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 07:21:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:21:42 (8/33) Installing py3-appdirs (1.4.4-r1) 07:21:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:21:42 (10/33) Installing py3-parsing (2.4.7-r0) 07:21:42 (11/33) Installing py3-six (1.15.0-r0) 07:21:42 (12/33) Installing py3-packaging (20.4-r0) 07:21:42 (13/33) Installing py3-setuptools (47.0.0-r0) 07:21:42 (14/33) Installing py3-chardet (3.0.4-r4) 07:21:42 (15/33) Installing py3-idna (2.9-r0) 07:21:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:21:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:21:42 (18/33) Installing py3-requests (2.23.0-r0) 07:21:42 (19/33) Installing py3-msgpack (1.0.0-r0) 07:21:42 (20/33) Installing py3-lockfile (0.12.2-r3) 07:21:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:21:42 (22/33) Installing py3-colorama (0.4.3-r0) 07:21:42 (23/33) Installing py3-distlib (0.3.0-r0) 07:21:42 (24/33) Installing py3-distro (1.5.0-r1) 07:21:42 (25/33) Installing py3-webencodings (0.5.1-r3) 07:21:42 (26/33) Installing py3-html5lib (1.0.1-r4) 07:21:42 (27/33) Installing py3-pytoml (0.1.21-r0) 07:21:42 (28/33) Installing py3-pep517 (0.8.2-r0) 07:21:42 (29/33) Installing py3-progress (1.5-r0) 07:21:42 (30/33) Installing py3-toml (0.10.1-r0) 07:21:42 (31/33) Installing py3-retrying (1.3.3-r0) 07:21:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:21:42 (33/33) Installing py3-pip (20.1.1-r0) 07:21:42 Executing busybox-1.31.1-r19.trigger 07:21:42 OK: 71 MiB in 55 packages 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.090s coverage: 29.1% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:21:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements 07:21:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 07:21:49 GO111MODULE=on go vet ./... 07:21:51 Removing intermediate container d09792376563 07:21:51 ---> 2bb715fe6495 07:21:51 Step 20/26 : RUN pip install docker-compose==1.23.2 07:21:51 ---> Running in 95fb0eceef30 07:21:52 Collecting docker-compose==1.23.2 07:21:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:21:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:21:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:21:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:21:53 Collecting docopt<0.7,>=0.6.1 07:21:53 Downloading docopt-0.6.2.tar.gz (25 kB) 07:21:53 Collecting PyYAML<4,>=3.10 07:21:53 Downloading PyYAML-3.13.tar.gz (270 kB) 07:21:54 Collecting texttable<0.10,>=0.9.0 07:21:54 Downloading texttable-0.9.1.tar.gz (11 kB) 07:21:55 Collecting cached-property<2,>=1.2.0 07:21:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:21:55 Collecting jsonschema<3,>=2.5.1 07:21:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:21:55 Collecting websocket-client<1.0,>=0.32.0 07:21:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:21:55 Collecting docker<4.0,>=3.6.0 07:21:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:21:55 Collecting dockerpty<0.5,>=0.4.1 07:21:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:21:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:21:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:21:56 Collecting idna<2.8,>=2.5 07:21:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:21:56 Collecting urllib3<1.25,>=1.21.1 07:21:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:21:56 Collecting docker-pycreds>=0.4.0 07:21:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:21:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:21:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:21:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:21:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:21:56 Installing collected packages: idna, urllib3, requests, docopt, PyYAML, texttable, cached-property, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 07:21:56 Attempting uninstall: idna 07:21:56 Found existing installation: idna 2.9 07:21:56 Uninstalling idna-2.9: 07:21:56 Successfully uninstalled idna-2.9 07:21:56 Attempting uninstall: urllib3 07:21:56 Found existing installation: urllib3 1.25.9 07:21:56 Uninstalling urllib3-1.25.9: 07:21:57 Successfully uninstalled urllib3-1.25.9 07:21:57 Attempting uninstall: requests 07:21:57 Found existing installation: requests 2.23.0 07:21:57 Uninstalling requests-2.23.0: 07:21:57 Successfully uninstalled requests-2.23.0 07:21:57 Running setup.py install for docopt: started 07:21:57 Running setup.py install for docopt: finished with status 'done' 07:21:57 Running setup.py install for PyYAML: started 07:21:58 Running setup.py install for PyYAML: finished with status 'done' 07:21:58 Running setup.py install for texttable: started 07:21:58 Running setup.py install for texttable: finished with status 'done' 07:21:59 Running setup.py install for dockerpty: started 07:21:59 Running setup.py install for dockerpty: finished with status 'done' 07:21:59 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 07:22:03 Removing intermediate container 95fb0eceef30 07:22:03 ---> 72b2efeba134 07:22:03 Step 21/26 : RUN apk --no-cache add curl 07:22:03 ---> Running in c49a62be84d8 07:22:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:22:04 (2/3) Installing libcurl (7.69.1-r3) 07:22:04 (3/3) Installing curl (7.69.1-r3) 07:22:04 Executing busybox-1.31.1-r19.trigger 07:22:04 OK: 72 MiB in 58 packages 07:22:04 Removing intermediate container c49a62be84d8 07:22:04 ---> adbec5b71860 07:22:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:22:04 ---> Running in eb99785b906f 07:22:04 Removing intermediate container eb99785b906f 07:22:04 ---> dba26688846b 07:22:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:04 ---> Running in dc263f2362d7 07:22:04 Removing intermediate container dc263f2362d7 07:22:04 ---> b043dc573483 07:22:04 Step 24/26 : LABEL arch=x86_64 07:22:05 ---> Running in 0d4f4dca9e3f 07:22:05 Removing intermediate container 0d4f4dca9e3f 07:22:05 ---> ab9f3fef992c 07:22:05 Step 25/26 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:22:05 ---> Running in 60748da69a11 07:22:05 Removing intermediate container 60748da69a11 07:22:05 ---> f97290329de0 07:22:05 Step 26/26 : LABEL version=0.0.0 07:22:05 ---> Running in 99de20caccbe 07:22:05 Removing intermediate container 99de20caccbe 07:22:05 ---> 3cf5d4116631 07:22:05 07:22:05 Successfully built 3cf5d4116631 07:22:05 Successfully tagged docker-sys-mgmt-agent-go:latest 07:22:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:22:06 $ docker stop --time=1 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 07:22:08 $ docker rm -f 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 [Pipeline] // withDockerContainer [Pipeline] sh 07:22:08 + docker images 07:22:08 + grep docker 07:22:08 docker-sys-mgmt-agent-go latest 3cf5d4116631 3 seconds ago 313MB 07:22:08 docker-support-notifications-go latest 61b816b717b1 32 seconds ago 12MB 07:22:08 docker-core-command-go latest b95c1d5f2942 49 seconds ago 10.6MB 07:22:08 docker-support-scheduler-go latest 4932adf429ba 50 seconds ago 10.7MB 07:22:08 docker-core-data-go latest fd945006f090 About a minute ago 22.2MB 07:22:08 docker-security-secretstore-setup-go latest ed6718f9f646 About a minute ago 24.6MB 07:22:08 docker-security-bootstrap-redis-go latest 19c10e894170 About a minute ago 15.8MB 07:22:08 docker-core-metadata-go latest 437fa085c08c About a minute ago 13MB 07:22:08 docker-security-proxy-setup-go latest ed4c858b00ac About a minute ago 24.5MB 07:22:08 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:22:24 Still waiting to schedule task 07:22:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:22:57 gofmt -l . 07:22:57 [ "`gofmt -l .`" = "" ] 07:22:57 ./bin/test-go-mod-tidy.sh 07:22:57 ./bin/test-attribution-txt.sh [Pipeline] sh 07:23:01 + ls -al . 07:23:01 total 664 07:23:01 drwxrwxr-x 9 1001 1001 4096 Jan 5 07:22 . 07:23:01 drwxr-xr-x 4 root root 4096 Jan 5 07:19 .. 07:23:01 -rw-rw-r-- 1 1001 1001 11 Jan 5 07:17 .dockerignore 07:23:01 drwxrwxr-x 8 1001 1001 4096 Jan 5 07:18 .git 07:23:01 drwxrwxr-x 3 1001 1001 4096 Jan 5 07:17 .github 07:23:01 -rw-rw-r-- 1 1001 1001 824 Jan 5 07:17 .gitignore 07:23:01 -rw-rw-r-- 1 1001 1001 166 Jan 5 07:17 .sonarcloud.properties 07:23:01 -rw-rw-r-- 1 1001 1001 3804 Jan 5 07:17 CONTRIBUTING.md 07:23:01 -rw-rw-r-- 1 1001 1001 931 Jan 5 07:17 Dockerfile.build 07:23:01 -rw-rw-r-- 1 1001 1001 863 Jan 5 07:17 Jenkinsfile 07:23:01 -rw-rw-r-- 1 1001 1001 10775 Jan 5 07:17 LICENSE 07:23:01 -rw-rw-r-- 1 1001 1001 5750 Jan 5 07:17 Makefile 07:23:01 -rw-rw-r-- 1 1001 1001 6511 Jan 5 07:17 README.md 07:23:01 -rw-rw-r-- 1 1001 1001 6744 Jan 5 07:17 SECURITY.md 07:23:01 -rw-rw-r-- 1 1001 1001 5 Jan 5 07:14 VERSION 07:23:01 -rw-rw-r-- 1 1001 1001 4131 Jan 5 07:17 ZMQWindows.md 07:23:01 drwxrwxr-x 2 1001 1001 4096 Jan 5 07:17 bin 07:23:01 drwxrwxr-x 14 1001 1001 4096 Jan 5 07:17 cmd 07:23:01 -rw-r--r-- 1 root root 540436 Jan 5 07:21 coverage.out 07:23:01 -rw-r--r-- 1 root root 979 Jan 5 07:22 go.mod 07:23:01 -rw-r--r-- 1 root root 18934 Jan 5 07:22 go.sum 07:23:01 drwxrwxr-x 8 1001 1001 4096 Jan 5 07:17 internal 07:23:01 drwxrwxr-x 4 1001 1001 4096 Jan 5 07:17 openapi 07:23:01 drwxrwxr-x 4 1001 1001 4096 Jan 5 07:17 snap 07:23:01 -rw-rw-r-- 1 1001 1001 168 Jan 5 07:17 version.go [Pipeline] sh 07:23:01 + '[' -e coverage.out ] 07:23:01 + chown 1001:1001 coverage.out [Pipeline] stash 07:23:01 Warning: overwriting stash ‘coverage-report’ 07:23:02 Stashed 1 file(s) [Pipeline] sh 07:23:03 + make build 07:23:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:23:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:23:16 Running on prd-ubuntu18.04-docker-8c-8g-18473 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 07:23:16 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 07:23:18 using credential edgex-jenkins-ssh 07:23:18 Cloning the remote Git repository 07:23:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:23:18 > git init /w/workspace/edgex-go/11 # timeout=10 07:23:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:23:18 > git --version # timeout=10 07:23:18 > git --version # 'git version 2.17.1' 07:23:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:36 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 07:23:38 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 07:23:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:23:42 Merging remotes/origin/master commit 135337ef8a94f3bf495bf0711e4285c3adb5abc8 into PR head commit 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:23:43 Merge succeeded, producing 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:23:43 Checking out Revision 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae (PR-2966) 07:23:43 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 07:23:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:23:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:23:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:23:42 > git config core.sparsecheckout # timeout=10 07:23:42 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 07:23:43 > git remote # timeout=10 07:23:43 > git config --get remote.origin.url # timeout=10 07:23:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:43 > git merge 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 07:23:43 > git rev-parse HEAD^{commit} # timeout=10 07:23:43 > git config core.sparsecheckout # timeout=10 07:23:43 > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 07:23:45 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 07:23:46 Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:48 + echo snap-build.sh 07:23:48 snap-build.sh 07:23:48 + SNAP_BASE_DIR=. 07:23:48 + '[' '!' -z /w/workspace/edgex-go/11 ']' 07:23:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 07:23:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 07:23:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 07:23:48 + cd /w/workspace/edgex-go/11 07:23:48 + sudo apt-get remove -qy --purge lxd lxd-client 07:23:48 Reading package lists... 07:23:48 Building dependency tree... 07:23:48 Reading state information... 07:23:48 The following packages were automatically installed and are no longer required: 07:23:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:23:48 uidmap xdelta3 07:23:48 Use 'sudo apt autoremove' to remove them. 07:23:48 The following packages will be REMOVED: 07:23:48 lxd* lxd-client* 07:23:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:23:48 After this operation, 31.7 MB disk space will be freed. 07:23:49 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 07:23:49 (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.) 07:23:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:23:50 Removing lxd dnsmasq configuration 07:23:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:23:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:23:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:23:52 (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.) 07:23:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:23:53 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 07:23:53 Processing triggers for systemd (237-3ubuntu10.42) ... 07:23:53 Processing triggers for ureadahead (0.100.0-21) ... 07:23:55 + sudo snap remove --purge lxd 07:23:55 snap "lxd" is not installed 07:23:55 + sudo groupadd --force --system lxd 07:23:55 ++ whoami 07:23:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:23:55 + newgrp - lxd 07:23:55 + sudo snap install lxd 07:23:57 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 07:24:02 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 07:24:03 2021-01-05T07:24:00Z INFO Waiting for automatic snapd restart... 07:24:05 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 07:24:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 07:24:12 $ docker stop --time=1 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 07:24:15 $ docker rm -f 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 07:24:15 lxd 4.9 from Canonical* installed 07:24:15 + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:17 07:24:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:24:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:17 latest: Pulling from edgex-devops/edgex-compose-arm64 07:24:17 29e5d40040c1: Pulling fs layer 07:24:17 1ce36da41761: Pulling fs layer 07:24:17 25b303627fd3: Pulling fs layer 07:24:17 29e5d40040c1: Download complete 07:24:18 1ce36da41761: Verifying Checksum 07:24:18 1ce36da41761: Download complete 07:24:18 29e5d40040c1: Pull complete 07:24:20 1ce36da41761: Pull complete 07:24:20 25b303627fd3: Download complete 07:24:25 + sudo snap install --classic snapcraft 07:24:29 snapcraft 4.4.4 from Canonical* installed 07:24:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:24:29 + patch --verbose -p1 07:24:29 Hmm... Looks like a unified diff to me... 07:24:29 The text leading up to this was: 07:24:29 -------------------------- 07:24:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:24:29 |From: Tony Espy 07:24:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:24:29 |Subject: [PATCH] optimize snap build for pipeline CI check 07:24:29 | 07:24:29 |This patch is used by the EdgeX CI pipeline builds to 07:24:29 |optimize the snap CI check run for pull requests. When 07:24:29 |applied, it essentially strips out everything (apps and 07:24:29 |parts) from the snapcraft.yaml file except those required 07:24:29 |to build edgex-go, as the whole idea of the CI check is to 07:24:29 |catch changes to edgex-go that break the snap build. 07:24:29 | 07:24:29 |In general, anyone updating snapcraft.yaml will also need 07:24:29 |to update this patch file, otherwise it may fail to apply, 07:24:29 |resulting in a failed snap build CI check in the associated 07:24:29 |pull request. 07:24:29 | 07:24:29 |Note - in addition to applying this patch, the pipeline also 07:24:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:24:29 |need to build the finally binary .snap file (and it won't 07:24:29 |work with the patch applied). This further reduces the build 07:24:29 |time. 07:24:29 |--- 07:24:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:24:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:24:29 | 07:24:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:24:29 |index 1e537489..faf42425 100644 07:24:29 |--- a/snap/snapcraft.yaml 07:24:29 |+++ b/snap/snapcraft.yaml 07:24:29 -------------------------- 07:24:29 patching file snap/snapcraft.yaml 07:24:29 Using Plan A... 07:24:29 Hunk #1 succeeded at 73. 07:24:29 Hunk #2 succeeded at 202. 07:24:29 Hunk #3 succeeded at 214. 07:24:29 Hunk #4 succeeded at 222. 07:24:29 Hunk #5 succeeded at 229. 07:24:29 Hunk #6 succeeded at 256. 07:24:29 Hunk #7 succeeded at 290. 07:24:29 Hunk #8 succeeded at 341. 07:24:29 Hmm... Ignoring the trailing garbage. 07:24:29 done 07:24:29 + sudo snapcraft prime --use-lxd 07:24:30 25b303627fd3: Pull complete 07:24:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:24:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:24:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:24:30 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: 07:24:30 - README.md 07:24:30 07:24:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:24:30 prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container 07:24:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:24:31 Launching a container. 07:24:33 $ docker top c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:34 + docker-compose build --help 07:24:34 + grep parallel 07:24:38 --parallel Build images in parallel. [Pipeline] } 07:24:38 $ docker stop --time=1 c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 07:24:40 $ docker rm -f c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:40 . [Pipeline] withDockerContainer 07:24:41 prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container 07:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:24:42 $ docker top cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:43 Waiting for container to be ready 07:24:43 To start your first instance, try: lxc launch ubuntu:18.04 07:24:43 07:24:43 + docker-compose -f ./docker-compose-build.yml build --parallel 07:24:46 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:24:46 Waiting for network to be ready... 07:24:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:24:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 07:24:46 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:24:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 07:24:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 07:24:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 07:24:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 07:24:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 07:24:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 07:24:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 07:24:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:24:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:24:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:24:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:24:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:24:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:24:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:24:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:24:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:24:48 Building docker-core-command-go ... 07:24:48 Building docker-core-data-go ... 07:24:48 Building docker-core-metadata-go ... 07:24:48 Building docker-security-bootstrap-redis-go ... 07:24:48 Building docker-security-proxy-setup-go ... 07:24:48 Building docker-security-secretstore-setup-go ... 07:24:48 Building docker-support-notifications-go ... 07:24:48 Building docker-support-scheduler-go ... 07:24:48 Building docker-sys-mgmt-agent-go ... 07:24:48 Building docker-support-notifications-go 07:24:48 Building docker-support-scheduler-go 07:24:48 Building docker-security-secretstore-setup-go 07:24:48 Building docker-core-metadata-go 07:24:48 Building docker-security-proxy-setup-go 07:24:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] 07:24:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 07:24:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 07:24:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:24:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 07:24:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 07:24:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:24:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:24:50 Fetched 23.6 MB in 4s (5996 kB/s) 07:24:51 Reading package lists... 07:24:51 Reading package lists... 07:24:51 Building dependency tree... 07:24:51 Reading state information... 07:24:51 The following additional packages will be installed: 07:24:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:24:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:24:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:24:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:24:51 Suggested packages: 07:24:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:24:51 Recommended packages: 07:24:51 gnupg libsasl2-modules 07:24:51 The following NEW packages will be installed: 07:24:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:24:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:24:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:24:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:24:51 The following packages will be upgraded: 07:24:51 gpg gpg-agent gpgconf libudev1 07:24:51 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 07:24:51 Need to get 3531 kB of archives. 07:24:51 After this operation, 13.3 MB of additional disk space will be used. 07:24:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:24:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:24:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:24:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 07:24:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 07:24:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:24:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:24:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:24:51 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 07:24:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 07:24:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:24:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:24:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:24:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:24:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:24:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:24:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:24:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:24:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:24:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:24:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:24:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:24:52 debconf: delaying package configuration, since apt-utils is not installed 07:24:52 Fetched 3531 kB in 1s (3210 kB/s) 07:24:52 (Reading database ... 12511 files and directories currently installed.) 07:24:52 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 07:24:52 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:24:53 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 07:24:53 Selecting previously unselected package udev. 07:24:53 (Reading database ... 12511 files and directories currently installed.) 07:24:53 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 07:24:53 Unpacking udev (237-3ubuntu10.43) ... 07:24:53 Selecting previously unselected package libfuse2:amd64. 07:24:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:24:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:24:53 Selecting previously unselected package fuse. 07:24:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:24:53 Unpacking fuse (2.9.7-1ubuntu1) ... 07:24:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:24:53 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:24:54 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:24:54 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:24:54 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:24:54 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:24:54 Selecting previously unselected package libksba8:amd64. 07:24:54 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:24:54 Unpacking libksba8:amd64 (1.3.5-2) ... 07:24:54 Selecting previously unselected package libroken18-heimdal:amd64. 07:24:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:24:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:24:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:24:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:54 Selecting previously unselected package libwind0-heimdal:amd64. 07:24:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:24:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:24:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:55 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:24:55 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:55 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:55 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:24:55 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:24:55 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:55 Selecting previously unselected package libsasl2-modules-db:amd64. 07:24:55 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 07:24:55 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:24:55 Selecting previously unselected package libsasl2-2:amd64. 07:24:55 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 07:24:55 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:24:55 Selecting previously unselected package libldap-common. 07:24:55 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:24:55 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:24:55 Selecting previously unselected package libldap-2.4-2:amd64. 07:24:55 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:24:55 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:24:55 Selecting previously unselected package dirmngr. 07:24:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:24:55 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:24:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:24:55 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:24:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:24:56 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:24:56 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 07:24:56 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:24:56 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libksba8:amd64 (1.3.5-2) ... 07:24:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:24:56 Setting up udev (237-3ubuntu10.43) ... 07:24:56 invoke-rc.d: policy-rc.d denied execution of start. 07:24:56 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Processing triggers for systemd (237-3ubuntu10) ... 07:24:56 Setting up fuse (2.9.7-1ubuntu1) ... 07:24:56 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:24:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:24:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:24:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:24:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:24:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:24:57 settings in the [Install] section, and DefaultInstance for template units). 07:24:57 This means they are not meant to be enabled using systemctl. 07:24:57 Possible reasons for having this kind of units are: 07:24:57 1) A unit may be statically enabled by being symlinked from another unit's 07:24:57 .wants/ or .requires/ directory. 07:24:57 2) A unit's purpose may be to act as a helper for some other unit which has 07:24:57 a requirement dependency on it. 07:24:57 3) A unit may be started when needed via activation (socket, path, timer, 07:24:57 D-Bus, udev, scripted systemctl call, ...). 07:24:57 4) In case of template units, the unit is meant to be enabled with some 07:24:57 instance name specified. 07:24:58 Reading package lists... 07:24:58 Building dependency tree... 07:24:58 Reading state information... 07:24:58 The following additional packages will be installed: 07:24:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:24:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:24:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:24:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:24:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:24:58 Suggested packages: 07:24:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:24:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:24:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:24:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:24:58 systemd-container policykit-1 07:24:58 Recommended packages: 07:24:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:24:58 The following NEW packages will be installed: 07:24:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:24:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:24:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:24:58 multiarch-support openssh-client python3 python3-minimal python3.6 07:24:58 python3.6-minimal snapd squashfs-tools sudo 07:24:58 The following packages will be upgraded: 07:24:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:24:58 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 07:24:58 Need to get 35.2 MB of archives. 07:24:58 After this operation, 141 MB of additional disk space will be used. 07:24:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:24:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:24:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:24:58 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 07:24:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:24:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:24:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:24:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:24:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:24:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:24:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:24:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:24:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:24:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:24:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:24:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:24:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:24:59 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 07:24:59 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:24:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:24:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:24:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:24:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:24:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:24:59 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:24:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:24:59 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:24:59 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:24:59 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:24:59 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:25:00 debconf: delaying package configuration, since apt-utils is not installed 07:25:00 Fetched 35.2 MB in 2s (17.0 MB/s) 07:25:00 (Reading database ... 12757 files and directories currently installed.) 07:25:00 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 07:25:00 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 07:25:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:01 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 07:25:01 (Reading database ... 12757 files and directories currently installed.) 07:25:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:25:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:25:01 (Reading database ... 12757 files and directories currently installed.) 07:25:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:25:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:02 Setting up apt (1.6.12ubuntu0.2) ... 07:25:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:25:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:25:02 (Reading database ... 12764 files and directories currently installed.) 07:25:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:25:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:25:02 Selecting previously unselected package libpython3.6-minimal:amd64. 07:25:02 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:02 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:02 Selecting previously unselected package libexpat1:amd64. 07:25:02 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:25:02 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:03 Selecting previously unselected package python3.6-minimal. 07:25:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:03 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:25:03 Checking for services that may need to be restarted...done. 07:25:03 Checking for services that may need to be restarted...done. 07:25:03 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:03 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:03 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:04 Selecting previously unselected package python3-minimal. 07:25:04 (Reading database ... 13012 files and directories currently installed.) 07:25:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:25:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:25:04 Selecting previously unselected package mime-support. 07:25:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:25:04 Unpacking mime-support (3.60ubuntu1) ... 07:25:04 Selecting previously unselected package libmpdec2:amd64. 07:25:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:25:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:25:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:25:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:04 Selecting previously unselected package python3.6. 07:25:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:25:04 Selecting previously unselected package libpython3-stdlib:amd64. 07:25:04 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:25:04 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:25:04 Setting up python3-minimal (3.6.7-1~18.04) ... 07:25:05 Selecting previously unselected package python3. 07:25:05 (Reading database ... 13442 files and directories currently installed.) 07:25:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:25:05 Unpacking python3 (3.6.7-1~18.04) ... 07:25:05 Selecting previously unselected package multiarch-support. 07:25:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:25:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:25:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:25:05 Selecting previously unselected package liblzo2-2:amd64. 07:25:05 (Reading database ... 13479 files and directories currently installed.) 07:25:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:25:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:25:05 Selecting previously unselected package libbsd0:amd64. 07:25:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:25:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:25:05 Selecting previously unselected package sudo. 07:25:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:25:05 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:25:05 Selecting previously unselected package apparmor. 07:25:05 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:25:05 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:25:05 Selecting previously unselected package libedit2:amd64. 07:25:05 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:25:05 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:25:06 Selecting previously unselected package libkrb5support0:amd64. 07:25:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:25:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:25:06 Selecting previously unselected package libk5crypto3:amd64. 07:25:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:25:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:25:06 Selecting previously unselected package libkeyutils1:amd64. 07:25:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:25:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:25:06 Selecting previously unselected package libkrb5-3:amd64. 07:25:06 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:25:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:25:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:25:06 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:25:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:25:06 Selecting previously unselected package libssl1.0.0:amd64. 07:25:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:25:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:25:06 Selecting previously unselected package openssh-client. 07:25:06 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:25:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:25:07 Selecting previously unselected package squashfs-tools. 07:25:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:25:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:25:07 Selecting previously unselected package snapd. 07:25:07 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:25:07 Unpacking snapd (2.48+18.04) ... 07:25:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:25:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:25:09 Setting up mime-support (3.60ubuntu1) ... 07:25:09 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:25:09 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:25:09 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:25:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:09 Setting up systemd (237-3ubuntu10.43) ... 07:25:09 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:25:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:25:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:25:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:25:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:25:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:25:11 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:25:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:25:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:25:11 Setting up python3 (3.6.7-1~18.04) ... 07:25:11 running python rtupdate hooks for python3.6... 07:25:11 running python post-rtupdate hooks for python3.6... 07:25:11 Setting up apparmor (2.12-4ubuntu5.1) ... 07:25:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:25:13 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:25:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:25:13 Setting up snapd (2.48+18.04) ... 07:25:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:25:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:25:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:25:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:25:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:25:14 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:25:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:25:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:25:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:25:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:25:15 /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' 07:25:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:15 Processing triggers for systemd (237-3ubuntu10.43) ... 07:25:17 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:25:17 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:25:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:25:17 Reading package lists... 07:25:18 Reading package lists... 07:25:18 Building dependency tree... 07:25:18 Reading state information... 07:25:18 Calculating upgrade... 07:25:18 The following packages will be upgraded: 07:25:18 advancecomp base-files bash binutils binutils-common 07:25:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:25:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:25:18 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:25:18 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:25:18 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:25:18 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:25:18 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:25:18 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 07:25:18 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 07:25:18 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 07:25:18 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 07:25:18 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 07:25:18 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:25:18 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:25:18 Need to get 63.5 MB of archives. 07:25:18 After this operation, 5200 kB of additional disk space will be used. 07:25:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:25:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:25:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:25:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:25:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:25:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:25:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:25:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:25:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:25:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:25:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:25:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:25:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:25:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:25:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:25:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:25:19 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:25:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 07:25:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:25:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:25:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:25:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:25:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 07:25:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:25:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:25:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:25:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:25:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:25:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:25:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:25:19 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:25:19 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:25:19 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:25:19 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:25:19 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:25:19 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:25:19 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:25:19 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:25:19 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:25:19 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:25:19 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:25:19 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:25:19 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:25:19 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:25:20 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:25:20 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:25:20 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:25:20 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 07:25:20 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:25:20 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:25:20 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:25:20 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:25:20 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:25:20 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:25:20 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:25:20 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:25:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:25:20 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:25:20 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:25:20 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:25:20 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:25:20 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:25:20 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:25:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:25:20 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:25:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:25:20 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:25:20 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:25:20 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:25:20 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:25:20 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:25:20 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:25:20 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:25:20 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 07:25:20 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:25:20 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:25:20 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:25:20 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:25:20 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:25:20 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:25:20 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:25:20 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:25:20 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:25:20 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:25:20 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:25:20 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:25:20 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:25:20 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:25:21 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:25:21 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:25:21 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:25:21 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:25:21 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:25:21 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:25:21 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:25:21 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:25:21 debconf: delaying package configuration, since apt-utils is not installed 07:25:21 Fetched 63.5 MB in 3s (20.2 MB/s) 07:25:21 (Reading database ... 13912 files and directories currently installed.) 07:25:21 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:25:21 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:22 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:25:22 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:22 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 07:25:22 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 07:25:23 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:23 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:23 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:23 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:23 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:23 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:23 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:24 (Reading database ... 13911 files and directories currently installed.) 07:25:24 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:25:24 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:25:24 (Reading database ... 13911 files and directories currently installed.) 07:25:24 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:24 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:24 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:25 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:25 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:25 (Reading database ... 13911 files and directories currently installed.) 07:25:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:25:25 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:26 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:25:26 (Reading database ... 13911 files and directories currently installed.) 07:25:26 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:25:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:25:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:25:26 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:25:26 Setting up base-files (10.1ubuntu2.10) ... 07:25:26 Installing new version of config file /etc/issue ... 07:25:26 Installing new version of config file /etc/issue.net ... 07:25:26 Installing new version of config file /etc/lsb-release ... 07:25:26 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:25:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:25:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:25:27 Removing obsolete conffile /etc/default/motd-news ... 07:25:27 (Reading database ... 13912 files and directories currently installed.) 07:25:27 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:25:27 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:25:27 Setting up bash (4.4.18-2ubuntu1.2) ... 07:25:27 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 07:25:27 (Reading database ... 13912 files and directories currently installed.) 07:25:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:25:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:25:27 (Reading database ... 13912 files and directories currently installed.) 07:25:27 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 07:25:27 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 07:25:27 Setting up tar (1.29b-2ubuntu0.1) ... 07:25:27 (Reading database ... 13912 files and directories currently installed.) 07:25:27 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:25:27 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:25:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:25:28 (Reading database ... 13912 files and directories currently installed.) 07:25:28 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:25:28 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:25:28 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:25:28 (Reading database ... 13912 files and directories currently installed.) 07:25:28 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:25:28 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:25:28 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:25:28 (Reading database ... 13912 files and directories currently installed.) 07:25:28 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:25:28 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:25:28 Setting up grep (3.1-2build1) ... 07:25:28 (Reading database ... 13912 files and directories currently installed.) 07:25:28 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:25:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:25:29 Setting up login (1:4.5-1ubuntu2) ... 07:25:29 (Reading database ... 13912 files and directories currently installed.) 07:25:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:25:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:25:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:25:29 (Reading database ... 13912 files and directories currently installed.) 07:25:29 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:25:29 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:25:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:25:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:25:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:25:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:25:30 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:25:30 (Reading database ... 13912 files and directories currently installed.) 07:25:30 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:25:30 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:25:32 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:25:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:25:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:25:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:25:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:25:32 (Reading database ... 13912 files and directories currently installed.) 07:25:32 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:25:32 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:25:32 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:25:32 (Reading database ... 13912 files and directories currently installed.) 07:25:32 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:32 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:32 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:25:33 (Reading database ... 13912 files and directories currently installed.) 07:25:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:25:33 (Reading database ... 13912 files and directories currently installed.) 07:25:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:25:33 (Reading database ... 13912 files and directories currently installed.) 07:25:33 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:33 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:33 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:25:33 (Reading database ... 13912 files and directories currently installed.) 07:25:33 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:25:33 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:25:33 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:25:33 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:25:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:25:34 (Reading database ... 13912 files and directories currently installed.) 07:25:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:25:34 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:25:34 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:25:34 (Reading database ... 13912 files and directories currently installed.) 07:25:34 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:34 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:34 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:25:34 (Reading database ... 13912 files and directories currently installed.) 07:25:34 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:34 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:34 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:25:34 (Reading database ... 13912 files and directories currently installed.) 07:25:34 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:34 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:35 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:25:35 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:25:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:25:35 (Reading database ... 13912 files and directories currently installed.) 07:25:35 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:25:35 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:25:36 (Reading database ... 13912 files and directories currently installed.) 07:25:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:25:36 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:25:36 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:25:36 (Reading database ... 13914 files and directories currently installed.) 07:25:36 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:25:36 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:25:37 Setting up debconf (1.5.66ubuntu1) ... 07:25:37 (Reading database ... 13914 files and directories currently installed.) 07:25:37 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:25:37 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:25:37 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:25:37 (Reading database ... 13914 files and directories currently installed.) 07:25:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:25:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:25:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:25:37 (Reading database ... 13914 files and directories currently installed.) 07:25:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:25:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:25:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:25:38 (Reading database ... 13914 files and directories currently installed.) 07:25:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:25:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 07:25:38 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:25:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:25:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:25:38 (Reading database ... 13914 files and directories currently installed.) 07:25:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:25:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:25:39 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:25:39 (Reading database ... 13914 files and directories currently installed.) 07:25:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:25:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:25:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:25:39 (Reading database ... 13914 files and directories currently installed.) 07:25:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:25:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:25:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:25:39 (Reading database ... 13914 files and directories currently installed.) 07:25:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:25:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:25:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:25:40 (Reading database ... 13914 files and directories currently installed.) 07:25:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:25:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:25:40 Setting up passwd (1:4.5-1ubuntu2) ... 07:25:40 (Reading database ... 13914 files and directories currently installed.) 07:25:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:40 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:41 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:25:41 (Reading database ... 13914 files and directories currently installed.) 07:25:41 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:25:41 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:25:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:25:41 (Reading database ... 13914 files and directories currently installed.) 07:25:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:25:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:25:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:25:41 (Reading database ... 13914 files and directories currently installed.) 07:25:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:25:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:25:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:25:41 (Reading database ... 13914 files and directories currently installed.) 07:25:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:25:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:25:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:25:42 (Reading database ... 13914 files and directories currently installed.) 07:25:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:25:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:25:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:25:42 (Reading database ... 13915 files and directories currently installed.) 07:25:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:25:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:25:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:25:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:25:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:25:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:25:43 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:25:43 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:25:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:25:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:25:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:25:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:25:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:25:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:25:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:25:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:25:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:25:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:25:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:25:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:25:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:25:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:25:44 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 07:25:44 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 07:25:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:25:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:25:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:25:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:25:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:25:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:25:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:25:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:25:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:25:46 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:25:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:25:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:25:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:25:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:25:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:25:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:25:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:25:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:25:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:25:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:25:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:25:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:25:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:25:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:25:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:25:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:25:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:25:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:25:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:25:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:25:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:25:51 Setting up tzdata (2020d-0ubuntu0.18.04) ... 07:25:51 07:25:51 Current default time zone: 'Etc/UTC' 07:25:51 Local time is now: Tue Jan 5 07:25:51 UTC 2021. 07:25:51 Universal Time is now: Tue Jan 5 07:25:51 UTC 2021. 07:25:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:25:51 07:25:51 Setting up systemd-sysv (237-3ubuntu10.43) ... 07:25:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:51 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 07:25:51 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:25:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:25:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:25:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:25:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:25:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:25:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:25:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:25:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:25:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:52 Setting up patch (2.7.6-2ubuntu1.1) ... 07:25:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:25:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:25:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:25:53 Installing new version of config file /etc/ssl/openssl.cnf ... 07:25:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:25:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:25:53 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:25:54 Updating certificates in /etc/ssl/certs... 07:25:55 22 added, 17 removed; done. 07:25:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:25:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:25:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:25:55 Setting up pkgbinarymangler (138.18.04.1) ... 07:25:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:25:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up perl (5.26.1-6ubuntu0.5) ... 07:25:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:25:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:25:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:25:56 ---> 64ea2c48ee05 07:25:56 Step 3/21 : WORKDIR /edgex-go 07:25:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:25:56 ---> 64ea2c48ee05 07:25:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:56 Step 3/22 : WORKDIR /edgex-go 07:25:56 ---> 64ea2c48ee05 07:25:56 Step 3/24 : WORKDIR /edgex-go 07:25:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:56 ---> 64ea2c48ee05 07:25:56 Step 3/24 : WORKDIR /edgex-go 07:25:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:25:56 ---> 64ea2c48ee05 07:25:56 Step 3/21 : WORKDIR /edgex-go 07:25:56 ---> Running in b0f2aaa661c9 07:25:56 ---> Running in 00e79f5d34a4 07:25:56 ---> Running in 6a27a72b9066 07:25:56 ---> Running in f965da533cc9 07:25:56 ---> Running in b61b972ef7a9 07:25:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:25:56 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:25:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:25:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:25:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:25:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:25:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:25:56 Processing triggers for systemd (237-3ubuntu10.43) ... 07:25:56 Processing triggers for mime-support (3.60ubuntu1) ... 07:25:56 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:25:56 Updating certificates in /etc/ssl/certs... 07:25:57 Removing intermediate container 6a27a72b9066 07:25:57 ---> 4759cb8dd424 07:25:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:57 Removing intermediate container b0f2aaa661c9 07:25:57 ---> 0bc6b6ae2527 07:25:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:57 Removing intermediate container 00e79f5d34a4 07:25:57 ---> 0ec70a5c8b16 07:25:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:57 0 added, 0 removed; done. 07:25:57 Running hooks in /etc/ca-certificates/update.d... 07:25:57 done. 07:25:57 Removing intermediate container f965da533cc9 07:25:57 ---> 9cacdabf1e1f 07:25:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:57 Removing intermediate container b61b972ef7a9 07:25:57 ---> 13b52679e8a6 07:25:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:57 ---> Running in c3b8d9d06b23 07:25:57 ---> Running in 6393dfcc1d13 07:25:57 ---> Running in c1fd0a7da84b 07:25:57 ---> Running in 9e7c1bd279b5 07:25:57 ---> Running in a27ea78951d0 07:25:57 Reading package lists... 07:25:57 Building dependency tree... 07:25:57 Reading state information... 07:25:57 The following NEW packages will be installed: 07:25:57 apt-transport-https 07:25:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:25:58 Need to get 1696 B of archives. 07:25:58 After this operation, 153 kB of additional disk space will be used. 07:25:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:25:58 debconf: delaying package configuration, since apt-utils is not installed 07:25:58 Fetched 1696 B in 0s (8519 B/s) 07:25:58 Selecting previously unselected package apt-transport-https. 07:25:58 (Reading database ... 13929 files and directories currently installed.) 07:25:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:25:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:25:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:25:58 Waiting for network to be ready... 07:26:01 Removing intermediate container 6393dfcc1d13 07:26:01 ---> 7aaadedb4681 07:26:01 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:26:01 Removing intermediate container c3b8d9d06b23 07:26:01 ---> c3e14c2a9fdc 07:26:01 Step 5/21 : RUN apk add --update --no-cache make git 07:26:01 ---> Running in bef78e2df244 07:26:01 ---> Running in 64caede04887 07:26:01 Removing intermediate container c1fd0a7da84b 07:26:01 ---> addec3d8558c 07:26:01 Step 5/22 : RUN apk add --update --no-cache make git 07:26:02 Removing intermediate container 9e7c1bd279b5 07:26:02 ---> ddda2c34da58 07:26:02 Step 5/24 : RUN apk add --update --no-cache make git 07:26:02 Removing intermediate container a27ea78951d0 07:26:02 ---> 7339362e05a1 07:26:02 Step 5/21 : RUN apk add --update --no-cache make git 07:26:02 ---> Running in 14e3541ec07a 07:26:02 ---> Running in 64e1d7067174 07:26:02 ---> Running in e3c631eb514d 07:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:05 OK: 217 MiB in 51 packages 07:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:05 OK: 217 MiB in 51 packages 07:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:05 2021-01-05T07:26:01Z INFO Waiting for automatic snapd restart... 07:26:05 snapd 2.48.1 from Canonical* installed 07:26:05 "snapd" switched to the "latest/stable" channel 07:26:05 07:26:06 OK: 217 MiB in 51 packages 07:26:06 OK: 217 MiB in 51 packages 07:26:06 OK: 217 MiB in 51 packages 07:26:06 Removing intermediate container bef78e2df244 07:26:06 ---> ad9c26105e1e 07:26:06 Step 6/24 : COPY go.mod . 07:26:07 Removing intermediate container 64caede04887 07:26:07 ---> 8808e0ae14ec 07:26:07 Step 6/21 : COPY go.mod . 07:26:08 Removing intermediate container 14e3541ec07a 07:26:08 ---> 27099e7d2794 07:26:08 Step 6/22 : COPY go.mod . 07:26:08 ---> abd97781c1f3 07:26:08 Step 7/24 : RUN go mod download 07:26:08 ---> Running in 3c1cee61df2c 07:26:08 Removing intermediate container 64e1d7067174 07:26:08 ---> 662ad246f738 07:26:08 Step 6/24 : COPY go.mod . 07:26:08 core18 20201210 from Canonical* installed 07:26:08 ---> 2723d10ad990 07:26:08 Step 7/21 : RUN go mod download 07:26:08 Removing intermediate container e3c631eb514d 07:26:08 ---> 2179d35f8f81 07:26:08 Step 6/21 : COPY go.mod . 07:26:08 "core18" switched to the "latest/stable" channel 07:26:08 07:26:08 ---> Running in 592b6c285680 07:26:09 ---> 520d8a6af76f 07:26:09 Step 7/22 : RUN go mod download 07:26:09 ---> Running in cef1329a9ca3 07:26:09 ---> 0fdd94748333 07:26:09 Step 7/24 : RUN go mod download 07:26:09 ---> f68deedb9143 07:26:09 Step 7/21 : RUN go mod download 07:26:10 ---> Running in 290eda2a7483 07:26:10 ---> Running in a16b92df4eaa 07:26:11 snapcraft 4.4.4 from Canonical* installed 07:26:11 "snapcraft" switched to the "latest/stable" channel 07:26:11 07:26:13 Removing intermediate container 3c1cee61df2c 07:26:13 ---> 943e69377e4f 07:26:13 Step 8/24 : COPY . . 07:26:14 Removing intermediate container 592b6c285680 07:26:14 ---> 0010aa2f8c22 07:26:14 Step 8/21 : COPY . . 07:26:15 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: 07:26:15 - README.md 07:26:15 07:26:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:26:16 Removing intermediate container 290eda2a7483 07:26:16 ---> c240ab3a5ebb 07:26:16 Step 8/24 : COPY . . 07:26:16 Removing intermediate container cef1329a9ca3 07:26:16 ---> 635ac18a0808 07:26:16 Step 8/22 : COPY . . 07:26:17 Removing intermediate container a16b92df4eaa 07:26:17 ---> 88e4564e3f29 07:26:17 Step 8/21 : COPY . . 07:26:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:26:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:26:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:26:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:26:22 Reading package lists... 07:26:23 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 07:26:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:26:29 Reading package lists... 07:26:29 Building dependency tree... 07:26:29 Reading state information... 07:26:29 Suggested packages: 07:26:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:26:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:26:29 Recommended packages: 07:26:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:26:29 The following NEW packages will be installed: 07:26:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:26:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:26:29 pkg-config zip 07:26:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:26:29 Need to get 7655 kB of archives. 07:26:29 After this operation, 43.7 MB of additional disk space will be used. 07:26:29 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:26:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:26:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:26:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:26:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:26:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:26:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:26:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:26:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:26:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:26:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:26:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:26:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:26:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:26:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:26:30 debconf: delaying package configuration, since apt-utils is not installed 07:26:30 Fetched 7655 kB in 1s (7206 kB/s) 07:26:30 Selecting previously unselected package libglib2.0-0:amd64. 07:26:30 (Reading database ... 13933 files and directories currently installed.) 07:26:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:26:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:26:30 Selecting previously unselected package libpsl5:amd64. 07:26:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:26:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:26:30 Selecting previously unselected package libnghttp2-14:amd64. 07:26:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:26:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:26:31 Selecting previously unselected package librtmp1:amd64. 07:26:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:26:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:26:31 Selecting previously unselected package libcurl3-gnutls:amd64. 07:26:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:26:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:26:31 Selecting previously unselected package liberror-perl. 07:26:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:26:31 Unpacking liberror-perl (0.17025-1) ... 07:26:31 Selecting previously unselected package git-man. 07:26:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:26:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:26:31 Selecting previously unselected package git. 07:26:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:26:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:26:32 Selecting previously unselected package libnorm1:amd64. 07:26:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:26:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:26:32 Selecting previously unselected package libpgm-5.2-0:amd64. 07:26:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:26:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:26:32 Selecting previously unselected package libsodium23:amd64. 07:26:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:26:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:26:32 Selecting previously unselected package libzmq5:amd64. 07:26:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:26:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:26:32 Selecting previously unselected package libzmq3-dev:amd64. 07:26:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:26:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:26:32 Selecting previously unselected package pkg-config. 07:26:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:26:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:26:33 Selecting previously unselected package zip. 07:26:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:26:33 Unpacking zip (3.0-11build1) ... 07:26:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:26:33 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:26:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:26:33 Setting up liberror-perl (0.17025-1) ... 07:26:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:26:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:26:33 No schema files found: doing nothing. 07:26:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:26:33 Setting up zip (3.0-11build1) ... 07:26:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:26:33 Setting up libsodium23:amd64 (1.0.16-2) ... 07:26:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:26:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:26:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:26:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:26:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:26:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:26:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:26:40 git set to automatically installed. 07:26:40 git-man set to automatically installed. 07:26:40 libcurl3-gnutls set to automatically installed. 07:26:40 liberror-perl set to automatically installed. 07:26:40 libglib2.0-0 set to automatically installed. 07:26:40 libnghttp2-14 set to automatically installed. 07:26:40 libnorm1 set to automatically installed. 07:26:40 libpgm-5.2-0 set to automatically installed. 07:26:40 libpsl5 set to automatically installed. 07:26:40 librtmp1 set to automatically installed. 07:26:40 libsodium23 set to automatically installed. 07:26:40 libzmq3-dev set to automatically installed. 07:26:40 libzmq5 set to automatically installed. 07:26:40 pkg-config set to automatically installed. 07:26:40 zip set to automatically installed. 07:26:42 snapd is not logged in, snap install commands will use sudo 07:26:43 ---> 04cd26b61b6c 07:26:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:26:43 ---> dd38241d15f6 07:26:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:26:43 ---> 2c375d5e2b81 07:26:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:26:43 ---> Running in 5d434d13b370 07:26:43 ---> Running in c2bdffd17878 07:26:43 ---> a796cf21741e 07:26:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:26:43 ---> 1afacf95b526 07:26:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:26:43 ---> Running in cbce558833d1 07:26:43 ---> Running in 3439ebf94987 07:26:43 ---> Running in 1ea1da39114d 07:26:43 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 07:26:43 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 07:26:43 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 07:26:43 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 07:26:43 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 07:26:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:26:48 snap "core18" has no updates available 07:26:49 Pulling config-common 07:26:50 Pulling go-build-helper 07:27:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:27:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:27:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 07:27:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 07:27:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 07:27:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 07:27:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 07:27:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 07:27:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 07:27:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 07:27:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:27:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:27:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:27:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:27:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:27:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:27:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:27:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:27:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:27:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] 07:27:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 07:27:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 07:27:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 07:27:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 07:27:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 07:27:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:27:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:27:12 Fetched 23.6 MB in 0s (0 B/s) 07:27:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:27:12 Fetched 96.5 kB in 0s (0 B/s) 07:27:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:27:12 Fetched 279 kB in 0s (0 B/s) 07:27:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:27:12 Fetched 122 kB in 0s (0 B/s) 07:27:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:27:12 Fetched 77.8 kB in 0s (0 B/s) 07:27:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:27:12 Fetched 8848 B in 0s (0 B/s) 07:27:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:27:12 Fetched 47.8 kB in 0s (0 B/s) 07:27:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:27:12 Fetched 45.6 kB in 0s (0 B/s) 07:27:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 07:27:12 Fetched 14.8 kB in 0s (0 B/s) 07:27:12 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:27:12 Fetched 214 kB in 0s (0 B/s) 07:27:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:27:12 Fetched 155 kB in 0s (0 B/s) 07:27:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:27:12 Fetched 50.6 kB in 0s (0 B/s) 07:27:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:27:12 Fetched 14.8 kB in 0s (0 B/s) 07:27:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:27:12 Fetched 41.8 kB in 0s (0 B/s) 07:27:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:27:12 Fetched 499 kB in 0s (0 B/s) 07:27:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:27:12 Fetched 111 kB in 0s (0 B/s) 07:27:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:27:12 Fetched 240 kB in 0s (0 B/s) 07:27:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:27:12 Fetched 29.3 kB in 0s (0 B/s) 07:27:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:27:12 Fetched 85.5 kB in 0s (0 B/s) 07:27:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:27:12 Fetched 24.5 kB in 0s (0 B/s) 07:27:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 07:27:12 Fetched 49.2 kB in 0s (0 B/s) 07:27:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:27:12 Fetched 54.2 kB in 0s (0 B/s) 07:27:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:27:12 Fetched 30.8 kB in 0s (0 B/s) 07:27:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:27:12 Fetched 17.0 kB in 0s (0 B/s) 07:27:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:27:12 Fetched 85.9 kB in 0s (0 B/s) 07:27:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:27:12 Fetched 8720 B in 0s (0 B/s) 07:27:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:27:12 Fetched 137 kB in 0s (0 B/s) 07:27:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:27:12 Fetched 119 kB in 0s (0 B/s) 07:27:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:27:12 Fetched 109 kB in 0s (0 B/s) 07:27:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:27:12 Fetched 11.1 kB in 0s (0 B/s) 07:27:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:27:12 Fetched 645 kB in 0s (0 B/s) 07:27:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:27:12 Fetched 41.3 kB in 0s (0 B/s) 07:27:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:27:12 Fetched 17.9 kB in 0s (0 B/s) 07:27:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:27:12 Fetched 368 kB in 0s (0 B/s) 07:27:12 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 07:27:12 Fetched 187 kB in 0s (0 B/s) 07:27:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:27:12 Fetched 175 kB in 0s (0 B/s) 07:27:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:27:15 Fetched 206 kB in 0s (0 B/s) 07:27:15 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:27:15 Fetched 1301 kB in 0s (0 B/s) 07:27:15 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:27:15 Fetched 36.2 kB in 0s (0 B/s) 07:27:15 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:27:15 Fetched 159 kB in 0s (0 B/s) 07:27:15 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:27:15 Fetched 107 kB in 0s (0 B/s) 07:27:15 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:27:15 Fetched 48.7 kB in 0s (0 B/s) 07:27:15 Pulling static-packages 07:27:15 'go115' has dependencies that need to be staged: go-build-helper static-packages 07:27:15 Skipping pull go-build-helper (already ran) 07:27:15 Skipping pull static-packages (already ran) 07:27:15 Building go-build-helper 07:27:19 Building static-packages 07:27:21 Staging go-build-helper 07:27:22 Staging static-packages 07:27:23 Pulling go115 07:27:24 'edgex-go' has dependencies that need to be staged: go115 07:27:24 Skipping pull go115 (already ran) 07:27:24 Building go115 07:27:24 % Total % Received % Xferd Average Speed Time Time Time Current 07:27:24 Dload Upload Total Spent Left Speed 07:27:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1266k 0 0 3509k 0 0:00:33 --:--:-- 0:00:33 3499k 34 115M 34 39.5M 0 0 29.0M 0 0:00:03 0:00:01 0:00:02 29.0M 72 115M 72 83.9M 0 0 35.5M 0 0:00:03 0:00:02 0:00:01 35.5M 100 115M 100 115M 0 0 38.0M 0 0:00:03 0:00:03 --:--:-- 38.0M 07:27:27 go1.15.2.linux-amd64.tar.gz: OK 07:27:31 Staging go115 07:27:37 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:27:37 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:27:37 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:27:37 Fetched 0 B in 0s (0 B/s) 07:27:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:27:37 Fetched 224 kB in 0s (0 B/s) 07:27:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:27:37 Fetched 157 kB in 0s (0 B/s) 07:27:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:27:37 Fetched 221 kB in 0s (0 B/s) 07:27:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:27:37 Fetched 143 kB in 0s (0 B/s) 07:27:37 Pulling edgex-go 07:27:37 Pulling version 07:27:38 Building config-common 07:27:40 Skipping build go-build-helper (already ran) 07:27:40 Skipping build static-packages (already ran) 07:27:40 Skipping build go115 (already ran) 07:27:40 Building edgex-go 07:27:40 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 07:27:41 go: downloading github.com/gorilla/mux v1.8.0 07:27:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:27:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:27:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 07:27:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 07:27:41 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 07:27:41 go: downloading github.com/x448/float16 v0.8.4 07:27:41 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 07:27:41 go: downloading github.com/google/uuid v1.1.3 07:27:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:27:41 go: downloading github.com/go-kit/kit v0.8.0 07:27:41 go: downloading github.com/pelletier/go-toml v1.2.0 07:27:41 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 07:27:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:27:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:27:41 go: downloading github.com/pkg/errors v0.8.1 07:27:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:27:41 go: downloading github.com/imdario/mergo v0.3.11 07:27:41 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 07:27:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:27:41 go: downloading github.com/BurntSushi/toml v0.3.1 07:27:41 go: downloading github.com/hashicorp/consul/api v1.1.0 07:27:41 go: downloading gopkg.in/yaml.v2 v2.4.0 07:27:41 go: downloading github.com/pebbe/zmq4 v1.0.0 07:27:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:27:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:27:41 go: downloading github.com/mitchellh/copystructure v1.0.0 07:27:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:27:41 go: downloading github.com/leodido/go-urn v1.2.0 07:27:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:27:41 go: downloading github.com/go-playground/universal-translator v0.17.0 07:27:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:27:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:27:41 go: downloading github.com/hashicorp/serf v0.8.2 07:27:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:27:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:27:41 go: downloading github.com/go-playground/locales v0.13.0 07:27:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:27:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:27:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:27:48 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 07:27:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:27:53 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 07:27:53 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 07:27:54 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 07:27:54 go: downloading github.com/stretchr/testify v1.6.1 07:27:54 go: downloading github.com/pmezard/go-difflib v1.0.0 07:27:54 go: downloading github.com/davecgh/go-spew v1.1.1 07:27:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:27:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:27:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:27:57 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:27:58 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 07:27:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:27: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 07:28: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 07:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:28:03 Building version 07:28:05 Staging config-common 07:28:05 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 07:28:05 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 07:28:05 Skipping stage go-build-helper (already ran) 07:28:05 Skipping stage static-packages (already ran) 07:28:05 Skipping stage go115 (already ran) 07:28:05 Staging edgex-go 07:28:06 Staging version 07:28:07 Priming config-common 07:28:08 Priming go-build-helper 07:28:09 Priming static-packages 07:28:11 Removing intermediate container 3439ebf94987 07:28:11 ---> 61a9b67dea4b 07:28:11 07:28:11 Step 10/24 : FROM alpine:3.12 07:28:11 3.12: Pulling from library/alpine 07:28:11 Priming go115 07:28:12 Priming edgex-go 07:28:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:28:12 Status: Downloaded newer image for alpine:3.12 07:28:12 ---> afeebe901d6b 07:28:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:28:13 Priming version 07:28:13 ---> Running in e52d1cc77e53 07:28:14 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 07:28:15 Removing intermediate container 5d434d13b370 07:28:15 ---> a1478404726c 07:28:15 07:28:15 Step 10/24 : FROM scratch 07:28:15 ---> 07:28:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:28:15 ---> Running in 7cc536df17dc 07:28:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 07:28:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:28:17 Removing intermediate container 7cc536df17dc 07:28:17 ---> 582f76367b61 07:28:17 Step 12/24 : ENV APP_PORT=48060 07:28:17 (1/5) Installing ca-certificates (20191127-r4) 07:28:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:28:17 (3/5) Installing libcurl (7.69.1-r3) 07:28:17 (4/5) Installing curl (7.69.1-r3) 07:28:17 (5/5) Installing dumb-init (1.2.2-r1) 07:28:17 Executing busybox-1.31.1-r19.trigger 07:28:17 Executing ca-certificates-20191127-r4.trigger 07:28:17 ---> Running in 3fcadbb7a4d2 07:28:17 OK: 7 MiB in 19 packages 07:28:18 Removing intermediate container 3fcadbb7a4d2 07:28:18 ---> 09e47c0a4678 07:28:18 Step 13/24 : EXPOSE $APP_PORT 07:28:19 ---> Running in 2eca2cb66a8f 07:28:19 Removing intermediate container 1ea1da39114d 07:28:19 ---> ac79a9674d40 07:28:19 07:28:19 Step 10/21 : FROM alpine:3.12 07:28:19 ---> afeebe901d6b 07:28:19 Step 11/21 : RUN apk add --update --no-cache curl 07:28:20 Removing intermediate container c2bdffd17878 07:28:20 ---> de0c0ee9cae3 07:28:20 07:28:20 Step 10/21 : FROM scratch 07:28:20 ---> 07:28:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:20 ---> Running in f5e26ffba806 07:28:20 Removing intermediate container 2eca2cb66a8f 07:28:20 ---> 75e0f41eab8e 07:28:20 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:28:20 ---> Running in 15b55a465913 07:28:20 Removing intermediate container e52d1cc77e53 07:28:20 ---> deb01cc2254e 07:28:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:21 ---> Running in 33506e64f0d6 07:28:21 Removing intermediate container 15b55a465913 07:28:21 ---> 486bb9f94990 07:28:21 Step 12/21 : ENV APP_PORT=48085 07:28:21 ---> Running in 6f47aa186468 07:28:22 ---> bfa021513824 07:28:22 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:28:22 Removing intermediate container 33506e64f0d6 07:28:22 ---> 282a39bbd3e5 07:28:22 Step 13/24 : WORKDIR / 07:28:22 Removing intermediate container 6f47aa186468 07:28:22 ---> a34e1d634b83 07:28:22 Step 13/21 : EXPOSE $APP_PORT 07:28:22 ---> Running in 20688a420958 07:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:22 ---> Running in 5e9c8947dbae 07:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:23 (1/4) Installing ca-certificates (20191127-r4) 07:28:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:23 (3/4) Installing libcurl (7.69.1-r3) 07:28:23 (4/4) Installing curl (7.69.1-r3) 07:28:23 Executing busybox-1.31.1-r19.trigger 07:28:23 Executing ca-certificates-20191127-r4.trigger 07:28:23 Removing intermediate container 20688a420958 07:28:23 ---> c867d0ce3890 07:28:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:28:23 Removing intermediate container 5e9c8947dbae 07:28:23 ---> 0a052b24e1be 07:28:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:28:23 OK: 7 MiB in 18 packages 07:28:23 ---> ad3f7631d19e 07:28:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:28:25 ---> 5d5b3d14ed2f 07:28:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:25 ---> 097127ea6507 07:28:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:28:26 ---> b52bde8ab5dc 07:28:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:28:27 ---> 169e7c6d15ff 07:28:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:28:27 Removing intermediate container f5e26ffba806 07:28:27 ---> 20c0b781ba51 07:28:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:27 ---> 4d0ee07b6fcd 07:28:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:27 ---> Running in 69cef20304da 07:28:27 ---> 3a2bee21405e 07:28:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:28:28 Removing intermediate container 69cef20304da 07:28:28 ---> 92ccba0ab3a5 07:28:28 Step 13/21 : WORKDIR /edgex 07:28:28 ---> 39a4ce61b0de 07:28:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:28:28 ---> Running in 373e2390a76b 07:28:28 ---> 0ae05b08c0e7 07:28:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:28:29 ---> Running in a656d58e4ad3 07:28:29 Removing intermediate container 373e2390a76b 07:28:29 ---> 309aad3ba1d5 07:28:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:29 Removing intermediate container a656d58e4ad3 07:28:29 ---> 101543ac7fbd 07:28:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:30 ---> 7f1da5bcd10a 07:28:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:28:30 ---> Running in 64fc21872c67 07:28:30 ---> e90c6008c067 07:28:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:28:30 ---> 83e84bd19acd 07:28:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:31 Removing intermediate container 64fc21872c67 07:28:31 ---> b984fc3a85a1 07:28:31 Step 19/21 : LABEL arch=arm64 07:28:31 ---> 5645e1faba71 07:28:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:28:31 ---> Running in 8070b0e9b965 07:28:31 ---> Running in 9a21cfc623d5 07:28:32 Removing intermediate container cbce558833d1 07:28:32 ---> 993b49226c62 07:28:32 07:28:32 Step 10/22 : FROM scratch 07:28:32 ---> 07:28:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:32 ---> a8b9ee6e6855 07:28:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:28:32 ---> Using cache 07:28:32 ---> 486bb9f94990 07:28:32 Step 12/22 : ENV APP_PORT=48081 07:28:32 Removing intermediate container 8070b0e9b965 07:28:32 ---> 7f343f34def5 07:28:32 Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:28:32 ---> c99cb7e9feee 07:28:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:32 Removing intermediate container 9a21cfc623d5 07:28:32 ---> ffe8166b8a7d 07:28:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:32 ---> Running in d82f27c88ff5 07:28:32 ---> Running in 1f3f4eaa6c99 07:28:32 ---> Running in 65042105b829 07:28:33 Removing intermediate container d82f27c88ff5 07:28:33 ---> ff455b18331c 07:28:33 Step 13/22 : EXPOSE $APP_PORT 07:28:33 ---> Running in f9b1894f4bdb 07:28:33 ---> a3eadc83cb6b 07:28:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:28:33 Removing intermediate container 65042105b829 07:28:33 ---> b3e662521e0b 07:28:33 Step 21/21 : LABEL version=0.0.0 07:28:33 Removing intermediate container 1f3f4eaa6c99 07:28:33 ---> 45cfc1292d8a 07:28:33 Step 22/24 : LABEL arch=arm64 07:28:33 ---> Running in b19acf145141 07:28:33 ---> Running in cf7f38996847 07:28:33 ---> Running in 988f6513b1c3 07:28:34 ---> c1d797b94155 07:28:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:34 Removing intermediate container f9b1894f4bdb 07:28:34 ---> a0eef09ec67a 07:28:34 Step 14/22 : WORKDIR / 07:28:34 ---> Running in 16008e8eb0d1 07:28:34 ---> Running in 433f9f0e1c58 07:28:34 Removing intermediate container cf7f38996847 07:28:34 ---> d7f099bd709d 07:28:34 Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:28:34 Removing intermediate container 988f6513b1c3 07:28:34 ---> b40193fe1921 07:28:34 07:28:35 ---> Running in 9f8e32df2812 07:28:35 Removing intermediate container 433f9f0e1c58 07:28:35 ---> 4fa390ce75d4 07:28:35 Step 18/21 : CMD ["--init=true"] 07:28:35 Successfully built b40193fe1921 07:28:35 Successfully tagged docker-support-scheduler-go-arm64:latest 07:28:35  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 07:28:35 Removing intermediate container 16008e8eb0d1 07:28:35 ---> a22d8df22ba6 07:28:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:28:35 ---> Running in abe2807aa39f 07:28:35 Removing intermediate container 9f8e32df2812 07:28:35 ---> 44cbf2ca3285 07:28:35 Step 24/24 : LABEL version=0.0.0 07:28:36 ---> Running in a0af158bda0d 07:28:36 Removing intermediate container abe2807aa39f 07:28:36 ---> fdc85263b116 07:28:36 Step 19/21 : LABEL arch=arm64 07:28:36 ---> Running in f40f545725a0 07:28:36 ---> 16342d2abde8 07:28:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:28:37 Removing intermediate container a0af158bda0d 07:28:37 ---> 1db851b63e1a 07:28:37 07:28:37 Successfully built 1db851b63e1a 07:28:37 Successfully tagged docker-support-notifications-go-arm64:latest 07:28:37  Building docker-support-notifications-go ... done Building docker-core-command-go 07:28:37 Removing intermediate container f40f545725a0 07:28:37 ---> 3099545f474d 07:28:37 Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:28:38 Removing intermediate container b19acf145141 07:28:38 ---> 8dd262fd33d7 07:28:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:28:38 ---> Running in 2542f5bdfc2e 07:28:38 ---> 4c09fa0f4073 07:28:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:28:38 ---> Running in d05a4916dd37 07:28:40 Removing intermediate container 2542f5bdfc2e 07:28:40 ---> 28f05c6a9c9f 07:28:40 Step 21/21 : LABEL version=0.0.0 07:28:40 Removing intermediate container d05a4916dd37 07:28:40 ---> 4ed369e38bc8 07:28:40 Step 22/24 : LABEL arch=arm64 07:28:40 ---> Running in 5502689abc7a 07:28:40 ---> 644af0f4a310 07:28:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:28:40 ---> Running in 1e86a973b6f1 07:28:41 ---> Running in 44ca52ecd6e2 07:28:41 Removing intermediate container 1e86a973b6f1 07:28:41 ---> 87cafc17a123 07:28:41 Removing intermediate container 5502689abc7a 07:28:41 ---> 4dc97e201ae2 07:28:41 07:28:41 Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:28:42 Successfully built 4dc97e201ae2 07:28:42 Removing intermediate container 44ca52ecd6e2 07:28:42 ---> cc2613717c71 07:28:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:28:42 Building docker-core-data-go 07:28:42  Building docker-security-proxy-setup-go ... done  ---> Running in d9cd7cc66103 07:28:42 ---> Running in 9abe1f5213d2 07:28:42 Removing intermediate container d9cd7cc66103 07:28:42 ---> b0a88a0c880c 07:28:42 Step 24/24 : LABEL version=0.0.0 07:28:43 Removing intermediate container 9abe1f5213d2 07:28:43 ---> 18e64afb396e 07:28:43 Step 20/22 : LABEL arch=arm64 07:28:43 ---> Running in eaf765845047 07:28:43 ---> Running in 85c3a4ceff59 07:28:43 Removing intermediate container eaf765845047 07:28:43 ---> d8d46672597c 07:28:43 07:28:43 Removing intermediate container 85c3a4ceff59 07:28:43 ---> 200938eb7292 07:28:43 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:28:44 Successfully built d8d46672597c 07:28:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:28:44 Building docker-security-bootstrap-redis-go 07:28:44  Building docker-security-secretstore-setup-go ... done  ---> Running in 577e74e36263 07:28:44 Removing intermediate container 577e74e36263 07:28:44 ---> 7893742d2ebf 07:28:44 Step 22/22 : LABEL version=0.0.0 07:28:44 ---> Running in 7a6cfaf8a8ce 07:28:45 Removing intermediate container 7a6cfaf8a8ce 07:28:45 ---> a882c9ece162 07:28:45 07:28:45 Successfully built a882c9ece162 07:28:45 Successfully tagged docker-core-metadata-go-arm64:latest 07:29:25  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:29:25 ---> 64ea2c48ee05 07:29:25 Step 3/26 : WORKDIR /edgex-go 07:29:25 ---> Using cache 07:29:25 ---> 13b52679e8a6 07:29:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:25 ---> Using cache 07:29:25 ---> ddda2c34da58 07:29:25 Step 5/26 : RUN apk add --update --no-cache make bash git 07:29:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:26 ---> 64ea2c48ee05 07:29:26 Step 3/22 : WORKDIR /edgex-go 07:29:26 ---> Using cache 07:29:26 ---> 13b52679e8a6 07:29:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:26 ---> Using cache 07:29:26 ---> ddda2c34da58 07:29:26 Step 5/22 : RUN apk add --update --no-cache make git 07:29:26 ---> Using cache 07:29:26 ---> 662ad246f738 07:29:26 Step 6/22 : COPY go.mod . 07:29:26 ---> Using cache 07:29:26 ---> 0fdd94748333 07:29:26 Step 7/22 : RUN go mod download 07:29:26 ---> Using cache 07:29:26 ---> c240ab3a5ebb 07:29:26 Step 8/22 : COPY . . 07:29:26 ---> Using cache 07:29:26 ---> 1afacf95b526 07:29:26 Step 9/22 : RUN make cmd/core-command/core-command 07:29:27 ---> Running in bedf236f63ca 07:29:27 ---> Running in fe467033bb2f 07:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:29 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 07:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:30 ---> 64ea2c48ee05 07:29:30 Step 3/23 : WORKDIR /edgex-go 07:29:30 ---> Using cache 07:29:30 ---> 13b52679e8a6 07:29:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:30 ---> Using cache 07:29:30 ---> ddda2c34da58 07:29:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:29:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:31 ---> 64ea2c48ee05 07:29:31 Step 3/22 : WORKDIR /edgex-go 07:29:31 ---> Using cache 07:29:31 ---> 13b52679e8a6 07:29:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:31 ---> Using cache 07:29:31 ---> ddda2c34da58 07:29:31 Step 5/22 : RUN apk add --update --no-cache make git 07:29:31 ---> Using cache 07:29:31 ---> 662ad246f738 07:29:31 Step 6/22 : COPY go.mod . 07:29:31 ---> Using cache 07:29:31 ---> 0fdd94748333 07:29:31 Step 7/22 : RUN go mod download 07:29:31 ---> Using cache 07:29:31 ---> c240ab3a5ebb 07:29:31 Step 8/22 : COPY . . 07:29:31 OK: 217 MiB in 51 packages 07:29:31 ---> Using cache 07:29:31 ---> 1afacf95b526 07:29:31 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:29:31 ---> Running in 5b3cde005c9e 07:29:31 ---> Running in f2b9fd9bed89 07:29:32 Removing intermediate container fe467033bb2f 07:29:32 ---> 7dd15f801f9c 07:29:32 Step 6/26 : COPY go.mod . 07:29:33 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 07:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:34 ---> 7975fc87956f 07:29:34 Step 7/26 : RUN go mod download 07:29:34 ---> Running in 412be66af8f1 07:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:35 OK: 217 MiB in 51 packages 07:29:37 Removing intermediate container 5b3cde005c9e 07:29:37 ---> cacd37d2d571 07:29:37 Step 6/23 : COPY go.mod . 07:29:38 Removing intermediate container 412be66af8f1 07:29:38 ---> a58c5f993999 07:29:38 Step 8/26 : COPY . . 07:29:38 ---> 6f3cdb538c7b 07:29:38 Step 7/23 : RUN go mod download 07:29:38 ---> Running in d41df97eed85 07:29:45 Removing intermediate container d41df97eed85 07:29:45 ---> 3b42cb027773 07:29:45 Step 8/23 : COPY . . 07:30:07 ---> 5611563bbc00 07:30:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:30:07 ---> Running in b9359a9a5e7e 07:30:07 ---> 6fbf07a88930 07:30:07 Step 9/23 : RUN make cmd/core-data/core-data 07:30:08 ---> Running in 9c20b71a72c6 07:30:09 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 07:30:10 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 07:30:32 Removing intermediate container bedf236f63ca 07:30:32 ---> 627309048890 07:30:32 07:30:32 Step 10/22 : FROM scratch 07:30:32 ---> 07:30:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:32 ---> Using cache 07:30:32 ---> 486bb9f94990 07:30:32 Step 12/22 : ENV APP_PORT=48082 07:30:32 ---> Running in 46069c194c2d 07:30:32 Removing intermediate container 46069c194c2d 07:30:32 ---> e63551b3ee2c 07:30:32 Step 13/22 : EXPOSE $APP_PORT 07:30:32 ---> Running in 47dcdfc9fedf 07:30:33 Removing intermediate container 47dcdfc9fedf 07:30:33 ---> b60ef59325c1 07:30:33 Step 14/22 : WORKDIR / 07:30:33 ---> Running in dc756efdcbe0 07:30:34 Removing intermediate container dc756efdcbe0 07:30:34 ---> 079b6759200a 07:30:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:30:36 ---> 6daf2a0bec6c 07:30:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:30:37 Removing intermediate container f2b9fd9bed89 07:30:37 ---> 7cb38a7a4a13 07:30:37 07:30:37 Step 10/22 : FROM alpine:3.12 07:30:37 ---> afeebe901d6b 07:30:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:30:37 ---> Using cache 07:30:37 ---> deb01cc2254e 07:30:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:30:38 ---> Running in 8a0a258d7d29 07:30:38 ---> b67770374899 07:30:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:30:39 Removing intermediate container 8a0a258d7d29 07:30:39 ---> 174422c137f7 07:30:39 Step 13/22 : WORKDIR / 07:30:39 ---> Running in adedd48abd4a 07:30:39 ---> a0de6c6b759d 07:30:39 Step 18/22 : ENTRYPOINT ["/core-command"] 07:30:40 ---> Running in c502d9b6bd68 07:30:40 Removing intermediate container adedd48abd4a 07:30:40 ---> 283816abdd4f 07:30:40 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:30:41 Removing intermediate container c502d9b6bd68 07:30:41 ---> 16a99c58e5ca 07:30:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:41 ---> Running in dab4ea839309 07:30:41 ---> f33f2e271c11 07:30:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:30:42 Removing intermediate container dab4ea839309 07:30:42 ---> fd8cd7338b5f 07:30:42 Step 20/22 : LABEL arch=arm64 07:30:42 ---> Running in 127155522f44 07:30:43 Removing intermediate container 127155522f44 07:30:43 ---> 81ce5cc5ce22 07:30:43 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:30:43 ---> Running in c85439b53dfd 07:30:43 ---> 59fb91256b6c 07:30:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:30:44 Removing intermediate container c85439b53dfd 07:30:44 ---> f92c1b43bb41 07:30:44 Step 22/22 : LABEL version=0.0.0 07:30:44 ---> Running in e146f3891146 07:30:45 ---> 9ba8bbb8d42e 07:30:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:30:45 Removing intermediate container e146f3891146 07:30:45 ---> a6ab4528389c 07:30:45 07:30:46 Successfully built a6ab4528389c 07:30:46 Successfully tagged docker-core-command-go-arm64:latest 07:30:46  Building docker-core-command-go ... done  ---> 69ab7ec745c7 07:30:46 Step 18/22 : RUN chmod +x entrypoint.sh 07:30:46 ---> Running in 3f167394f223 07:30:49 Removing intermediate container 3f167394f223 07:30:49 ---> e59eaad0d50d 07:30:49 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:30:49 ---> Running in 3a429df21ad7 07:30:50 Removing intermediate container 3a429df21ad7 07:30:50 ---> bcdb4a4153f3 07:30:50 Step 20/22 : LABEL arch=arm64 07:30:50 ---> Running in d96d0caf5541 07:30:51 Removing intermediate container d96d0caf5541 07:30:51 ---> 25bfd1be2d7c 07:30:51 Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:30:51 ---> Running in 704e1e7bd2f8 07:30:52 Removing intermediate container 704e1e7bd2f8 07:30:52 ---> e0ab7fa5756c 07:30:52 Step 22/22 : LABEL version=0.0.0 07:30:52 ---> Running in 36768f72af43 07:30:53 Removing intermediate container 36768f72af43 07:30:53 ---> 6a28314a41c7 07:30:53 07:30:53 Successfully built 6a28314a41c7 07:30:53 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:31:11  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b9359a9a5e7e 07:31:11 ---> 0ccdd908844e 07:31:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:31:11 ---> Running in a2b6a9783e81 07:31:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:31:15 Removing intermediate container a2b6a9783e81 07:31:15 ---> 86fb685a7065 07:31:15 07:31:15 Step 11/26 : FROM docker:20.10.0 07:31:15 20.10.0: Pulling from library/docker 07:31:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:31:23 Status: Downloaded newer image for docker:20.10.0 07:31:23 ---> eeaf43b92773 07:31:23 Step 12/26 : RUN apk add --no-cache bash 07:31:23 ---> Running in 762f5c7b6132 07:31:23 Removing intermediate container 9c20b71a72c6 07:31:23 ---> 1d4d2c70e570 07:31:23 07:31:23 Step 10/23 : FROM alpine:3.12 07:31:23 ---> afeebe901d6b 07:31:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:24 ---> Running in ba60e743d486 07:31:24 Removing intermediate container ba60e743d486 07:31:24 ---> 889232bc37eb 07:31:24 Step 12/23 : ENV APP_PORT=48080 07:31:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:24 ---> Running in 1ad3f5a31e64 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:25 Removing intermediate container 1ad3f5a31e64 07:31:25 ---> ac034074887b 07:31:25 Step 13/23 : EXPOSE $APP_PORT 07:31:25 ---> Running in 61cf816d8ddb 07:31:25 (1/2) Installing readline (8.0.4-r0) 07:31:25 (2/2) Installing bash (5.0.17-r0) 07:31:25 Executing bash-5.0.17-r0.post-install 07:31:25 Executing busybox-1.31.1-r19.trigger 07:31:25 OK: 12 MiB in 22 packages 07:31:25 Removing intermediate container 61cf816d8ddb 07:31:25 ---> b3af16a35abd 07:31:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:25 ---> Running in ec60228660f2 07:31:26 Removing intermediate container 762f5c7b6132 07:31:26 ---> 33a2523c7784 07:31:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:31:27 ---> Running in be1958e6d86c 07:31:27 Removing intermediate container be1958e6d86c 07:31:27 ---> 3ef0866d32ec 07:31:27 Step 14/26 : ENV APP_PORT=48090 07:31:27 ---> Running in d0a833b98eea 07:31:28 Removing intermediate container d0a833b98eea 07:31:28 ---> 7e221f849308 07:31:28 Step 15/26 : EXPOSE $APP_PORT 07:31:28 ---> Running in a3edfdba9238 07:31:28 Removing intermediate container ec60228660f2 07:31:28 ---> d74e9210609a 07:31:28 Step 15/23 : RUN apk add --update --no-cache zeromq 07:31:28 ---> Running in 1f2cff369fdc 07:31:28 Removing intermediate container a3edfdba9238 07:31:28 ---> 324d0aa81e23 07:31:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:30 ---> 6444a268be79 07:31:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:31:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:30 ---> d4048dc12027 07:31:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:31:31 (1/5) Installing libgcc (9.3.0-r2) 07:31:31 (2/5) Installing libsodium (1.0.18-r0) 07:31:31 (3/5) Installing libstdc++ (9.3.0-r2) 07:31:31 ---> 451be0f6ee2c 07:31:31 Step 19/26 : RUN apk --no-cache add py3-pip 07:31:31 ---> Running in 45a516e75d87 07:31:31 (4/5) Installing libzmq (4.3.3-r0) 07:31:31 (5/5) Installing zeromq (4.3.3-r0) 07:31:32 Executing busybox-1.31.1-r19.trigger 07:31:32 OK: 8 MiB in 19 packages 07:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:33 Removing intermediate container 1f2cff369fdc 07:31:33 ---> 9413cd940363 07:31:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:31:33 (1/33) Installing libbz2 (1.0.8-r1) 07:31:33 (2/33) Installing expat (2.2.9-r1) 07:31:33 (3/33) Installing libffi (3.3-r2) 07:31:33 (4/33) Installing gdbm (1.13-r1) 07:31:33 (5/33) Installing xz-libs (5.2.5-r0) 07:31:33 (6/33) Installing sqlite-libs (3.32.1-r0) 07:31:33 (7/33) Installing python3 (3.8.5-r0) 07:31:34 ---> 474703ba2702 07:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:31:35 (8/33) Installing py3-appdirs (1.4.4-r1) 07:31:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:31:35 (10/33) Installing py3-parsing (2.4.7-r0) 07:31:35 (11/33) Installing py3-six (1.15.0-r0) 07:31:35 (12/33) Installing py3-packaging (20.4-r0) 07:31:35 (13/33) Installing py3-setuptools (47.0.0-r0) 07:31:35 (14/33) Installing py3-chardet (3.0.4-r4) 07:31:35 (15/33) Installing py3-idna (2.9-r0) 07:31:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:31:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:31:36 (18/33) Installing py3-requests (2.23.0-r0) 07:31:36 (19/33) Installing py3-msgpack (1.0.0-r0) 07:31:36 (20/33) Installing py3-lockfile (0.12.2-r3) 07:31:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:31:36 (22/33) Installing py3-colorama (0.4.3-r0) 07:31:36 (23/33) Installing py3-distlib (0.3.0-r0) 07:31:36 (24/33) Installing py3-distro (1.5.0-r1) 07:31:36 (25/33) Installing py3-webencodings (0.5.1-r3) 07:31:36 ---> 380a3d8a9844 07:31:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:31:36 (26/33) Installing py3-html5lib (1.0.1-r4) 07:31:36 (27/33) Installing py3-pytoml (0.1.21-r0) 07:31:36 (28/33) Installing py3-pep517 (0.8.2-r0) 07:31:36 (29/33) Installing py3-progress (1.5-r0) 07:31:36 (30/33) Installing py3-toml (0.10.1-r0) 07:31:36 (31/33) Installing py3-retrying (1.3.3-r0) 07:31:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:31:36 (33/33) Installing py3-pip (20.1.1-r0) 07:31:36 Executing busybox-1.31.1-r19.trigger 07:31:36 OK: 71 MiB in 55 packages 07:31:37 ---> 3f0099ac3d90 07:31:37 Step 19/23 : ENTRYPOINT ["/core-data"] 07:31:37 ---> Running in 8aa09f534be0 07:31:37 Removing intermediate container 8aa09f534be0 07:31:37 ---> c66cf80c7fd7 07:31:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:38 ---> Running in 4d65fa3a4419 07:31:38 Removing intermediate container 4d65fa3a4419 07:31:38 ---> c940092f1e02 07:31:38 Step 21/23 : LABEL arch=arm64 07:31:38 ---> Running in 94ee67f057d4 07:31:39 Removing intermediate container 94ee67f057d4 07:31:39 ---> a9f6fa0de9fc 07:31:39 Step 22/23 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:31:39 ---> Running in 61ff17aeb7f7 07:31:40 Removing intermediate container 61ff17aeb7f7 07:31:40 ---> 25f1ba53f490 07:31:40 Step 23/23 : LABEL version=0.0.0 07:31:40 ---> Running in 82aa8963668b 07:31:41 Removing intermediate container 82aa8963668b 07:31:41 ---> 7ffd9d544546 07:31:41 07:31:41 Successfully built 7ffd9d544546 07:31:41 Successfully tagged docker-core-data-go-arm64:latest 07:31:42  Building docker-core-data-go ... done Removing intermediate container 45a516e75d87 07:31:42 ---> c7c532ce8b31 07:31:42 Step 20/26 : RUN pip install docker-compose==1.23.2 07:31:42 ---> Running in 0da764775bb7 07:31:47 Collecting docker-compose==1.23.2 07:31:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:31:48 Collecting cached-property<2,>=1.2.0 07:31:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:31:49 Collecting texttable<0.10,>=0.9.0 07:31:49 Downloading texttable-0.9.1.tar.gz (11 kB) 07:31:51 Collecting docopt<0.7,>=0.6.1 07:31:51 Downloading docopt-0.6.2.tar.gz (25 kB) 07:31:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:31:53 Collecting jsonschema<3,>=2.5.1 07:31:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:31:54 Collecting websocket-client<1.0,>=0.32.0 07:31:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:31:54 Collecting dockerpty<0.5,>=0.4.1 07:31:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:31:57 Collecting docker<4.0,>=3.6.0 07:31:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:31:58 Collecting PyYAML<4,>=3.10 07:31:58 Downloading PyYAML-3.13.tar.gz (270 kB) 07:32:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:32:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:32:04 Collecting docker-pycreds>=0.4.0 07:32:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:32:04 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) 07:32:04 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) 07:32:04 Collecting idna<2.8,>=2.5 07:32:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:32:05 Collecting urllib3<1.25,>=1.21.1 07:32:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:32:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:32:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:32:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:32:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:32:06 Installing collected packages: cached-property, texttable, docopt, jsonschema, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose 07:32:06 Running setup.py install for texttable: started 07:32:08 Running setup.py install for texttable: finished with status 'done' 07:32:08 Running setup.py install for docopt: started 07:32:11 Running setup.py install for docopt: finished with status 'done' 07:32:11 Running setup.py install for dockerpty: started 07:32:13 Running setup.py install for dockerpty: finished with status 'done' 07:32:13 Attempting uninstall: idna 07:32:13 Found existing installation: idna 2.9 07:32:13 Uninstalling idna-2.9: 07:32:14 Successfully uninstalled idna-2.9 07:32:14 Attempting uninstall: urllib3 07:32:14 Found existing installation: urllib3 1.25.9 07:32:14 Uninstalling urllib3-1.25.9: 07:32:14 Successfully uninstalled urllib3-1.25.9 07:32:15 Attempting uninstall: requests 07:32:15 Found existing installation: requests 2.23.0 07:32:15 Uninstalling requests-2.23.0: 07:32:15 Successfully uninstalled requests-2.23.0 07:32:16 Running setup.py install for PyYAML: started 07:32:18 Running setup.py install for PyYAML: finished with status 'done' 07:32:19 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 07:32:24 Removing intermediate container 0da764775bb7 07:32:24 ---> ad24748dcf15 07:32:24 Step 21/26 : RUN apk --no-cache add curl 07:32:24 ---> Running in b196d1b4f5dd 07:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:32:25 (2/3) Installing libcurl (7.69.1-r3) 07:32:26 (3/3) Installing curl (7.69.1-r3) 07:32:26 Executing busybox-1.31.1-r19.trigger 07:32:26 OK: 71 MiB in 58 packages 07:32:27 Removing intermediate container b196d1b4f5dd 07:32:27 ---> dbefbb6c9c0e 07:32:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:32:27 ---> Running in b9532d104801 07:32:27 Removing intermediate container b9532d104801 07:32:27 ---> 4e43b4810f42 07:32:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:27 ---> Running in 65033a22fd39 07:32:28 Removing intermediate container 65033a22fd39 07:32:28 ---> 4e832ec987c7 07:32:28 Step 24/26 : LABEL arch=arm64 07:32:28 ---> Running in 6113bf4b131d 07:32:28 Removing intermediate container 6113bf4b131d 07:32:28 ---> 761a91826484 07:32:28 Step 25/26 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae 07:32:28 ---> Running in fa0037d27ff8 07:32:29 Removing intermediate container fa0037d27ff8 07:32:29 ---> 54798a633cda 07:32:29 Step 26/26 : LABEL version=0.0.0 07:32:29 ---> Running in 8d5d322fced6 07:32:30 Removing intermediate container 8d5d322fced6 07:32:30 ---> 53a23dd14c8f 07:32:30 07:32:30 Successfully built 53a23dd14c8f 07:32:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:32:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:32:30 $ docker stop --time=1 cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f 07:32:32 $ docker rm -f cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f [Pipeline] // withDockerContainer [Pipeline] sh 07:32:33 + + docker imagesgrep 07:32:33 docker 07:32:33 docker-sys-mgmt-agent-go-arm64 latest 53a23dd14c8f 4 seconds ago 300MB 07:32:33 docker-core-data-go-arm64 latest 7ffd9d544546 53 seconds ago 21MB 07:32:33 docker-security-bootstrap-redis-go-arm64 latest 6a28314a41c7 About a minute ago 15.1MB 07:32:33 docker-core-command-go-arm64 latest a6ab4528389c About a minute ago 9.98MB 07:32:33 docker-core-metadata-go-arm64 latest a882c9ece162 3 minutes ago 12.3MB 07:32:33 docker-security-secretstore-setup-go-arm64 latest d8d46672597c 3 minutes ago 23.4MB 07:32:33 docker-security-proxy-setup-go-arm64 latest 4dc97e201ae2 3 minutes ago 23.3MB 07:32:33 docker-support-notifications-go-arm64 latest 1db851b63e1a 3 minutes ago 11.4MB 07:32:33 docker-support-scheduler-go-arm64 latest b40193fe1921 3 minutes ago 10MB 07:32:33 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 07:32:35 provisioning config files... 07:32:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config4416597907214655932tmp [Pipeline] { [Pipeline] sh 07:32:36 + set +x 07:32:36 + curl -s https://codecov.io/bash 07:32:36 + bash -s -- 07:32:36 07:32:36 _____ _ 07:32:36 / ____| | | 07:32:36 | | ___ __| | ___ ___ _____ __ 07:32:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:32:36 | |___| (_) | (_| | __/ (_| (_) \ V / 07:32:36 \_____\___/ \__,_|\___|\___\___/ \_/ 07:32:36 Bash-20201231-23d4836 07:32:36 07:32:36 07:32:36 ==> git version 2.24.3 found 07:32:36 ==> 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 07:32:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:32:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:32:36 ==> Jenkins CI detected. 07:32:36 project root: . 07:32:36 --> token set from env 07:32:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:32:36 ==> Running gcov in . (disable via -X gcov) 07:32:36 ==> Python coveragepy not found 07:32:36 ==> Searching for coverage reports in: 07:32:36 + . 07:32:36 -> Found 1 reports 07:32:36 ==> Detecting git/mercurial file structure 07:32:36 ==> Reading reports 07:32:36 + ./coverage.out bytes=540436 07:32:36 ==> Appending adjustments 07:32:36 https://docs.codecov.io/docs/fixing-reports 07:32:39 + Found adjustments 07:32:39 ==> Gzipping contents 07:32:39 84K /tmp/codecov.mVc2W3.gz 07:32:39 ==> Uploading reports 07:32:39 url: https://codecov.io 07:32:39 query: branch=PR-2966&commit=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 07:32:39 -> Pinging Codecov 07:32:39 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 07:32:40 -> Uploading to 07:32:40 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/4fa8bcc82ff6b6875fe64c88ba7225c5877399ae/4bbd62d4-5f36-4dba-bc51-ab21e39370c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T073240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=487e65b23718889d75b2f9bfe44494cbe5c3beb91caa0eb160927869b32a71dd 07:32:40 % Total % Received % Xferd Average Speed Time Time Time Current 07:32:40 Dload Upload Total Spent Left Speed 07:32:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 59 82277 0 0 59 49152 0 129k --:--:-- --:--:-- --:--:-- 129k 100 82277 0 0 100 82277 0 117k --:--:-- --:--:-- --:--:-- 116k 07:32:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [Pipeline] } 07:32:41 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 07:32:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:32:43 ---> package-listing.sh 07:32:43 ++ facter osfamily 07:32:43 ++ tr '[:upper:]' '[:lower:]' 07:32:43 + OS_FAMILY=redhat 07:32:43 + workspace=/w/workspace/edgex-go/11 07:32:43 + START_PACKAGES=/tmp/packages_start.txt 07:32:43 + END_PACKAGES=/tmp/packages_end.txt 07:32:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:43 + PACKAGES=/tmp/packages_start.txt 07:32:43 + '[' /w/workspace/edgex-go/11 ']' 07:32:43 + PACKAGES=/tmp/packages_end.txt 07:32:43 + case "${OS_FAMILY}" in 07:32:43 + rpm -qa 07:32:43 + sort 07:32:49 + '[' -f /tmp/packages_start.txt ']' 07:32:49 + '[' -f /tmp/packages_end.txt ']' 07:32:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:49 + '[' /w/workspace/edgex-go/11 ']' 07:32:49 + mkdir -p /w/workspace/edgex-go/11/archives/ 07:32:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 07:32:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:32:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:49 07:32:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:50 alpine: Pulling from edgex-lftools-log-publisher 07:32:50 df20fa9351a1: Pulling fs layer 07:32:50 36b3adc4ff6f: Pulling fs layer 07:32:50 8ad3a11d3b57: Pulling fs layer 07:32:50 46f8f816bc3b: Pulling fs layer 07:32:50 93b61091891f: Pulling fs layer 07:32:50 93b9cdb0e59b: Pulling fs layer 07:32:50 5e14af77c1be: Pulling fs layer 07:32:50 01666e4c0597: Pulling fs layer 07:32:50 aa168da1d23b: Pulling fs layer 07:32:50 93b9cdb0e59b: Waiting 07:32:50 5e14af77c1be: Waiting 07:32:50 01666e4c0597: Waiting 07:32:50 46f8f816bc3b: Waiting 07:32:50 aa168da1d23b: Waiting 07:32:50 93b61091891f: Waiting 07:32:50 36b3adc4ff6f: Verifying Checksum 07:32:50 36b3adc4ff6f: Download complete 07:32:50 46f8f816bc3b: Verifying Checksum 07:32:50 46f8f816bc3b: Download complete 07:32:50 df20fa9351a1: Download complete 07:32:50 93b9cdb0e59b: Verifying Checksum 07:32:50 93b9cdb0e59b: Download complete 07:32:50 93b61091891f: Verifying Checksum 07:32:50 93b61091891f: Download complete 07:32:50 5e14af77c1be: Verifying Checksum 07:32:50 5e14af77c1be: Download complete 07:32:50 01666e4c0597: Verifying Checksum 07:32:50 01666e4c0597: Download complete 07:32:50 8ad3a11d3b57: Verifying Checksum 07:32:50 8ad3a11d3b57: Download complete 07:32:50 df20fa9351a1: Pull complete 07:32:50 36b3adc4ff6f: Pull complete 07:32:51 8ad3a11d3b57: Pull complete 07:32:52 aa168da1d23b: Verifying Checksum 07:32:52 aa168da1d23b: Download complete 07:32:53 46f8f816bc3b: Pull complete 07:32:53 93b61091891f: Pull complete 07:32:53 93b9cdb0e59b: Pull complete 07:32:53 5e14af77c1be: Pull complete 07:32:53 01666e4c0597: Pull complete 07:33:01 aa168da1d23b: Pull complete 07:33:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:33:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:33:01 prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container 07:33:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:33:10 $ docker top af1d11b4ac7883a5064f4917b26a15ab36760d01694c1b6c5d6baa90825475e2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:10 + touch /tmp/pre-build-complete [Pipeline] sh 07:33:11 + mkdir -p /var/log/sa [Pipeline] sh 07:33:11 + ls /var/log/sa-host 07:33:11 + sadf -c /var/log/sa-host/sa05 07:33:11 file_magic: OK 07:33:11 HZ: Using current value: 100 07:33:11 file_header: OK 07:33:11 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 07:33:11 Statistics: 07:33:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:33:11 File successfully converted to sysstat format version 12.2.1 07:33:11 + sadf -c /var/log/sa-host/sa23 07:33:11 file_magic: OK 07:33:11 HZ: Using current value: 100 07:33:11 file_header: OK 07:33:11 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 07:33:11 Statistics: 07:33:11 Hnuu...uuuununununu... 07:33:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:33:11 provisioning config files... 07:33:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config1141638002186861096tmp [Pipeline] { [Pipeline] echo 07:33:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:33:12 ---> create-netrc.sh [Pipeline] } 07:33:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:33:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:33:12 ---> python-tools-install.sh [Pipeline] echo 07:33:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:33:12 ---> sudo-logs.sh 07:33:12 Archiving 'sudo' log.. [Pipeline] echo 07:33:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:33:13 ---> job-cost.sh 07:33:13 lf-activate-venv: SKIPPING 07:33:13 INFO: No Stack... 07:33:13 INFO: Retrieving Pricing Info for: v1-standard-2 07:33:14 INFO: Archiving Costs [Pipeline] echo 07:33:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:33:14 ---> logs-deploy.sh 07:33:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/11 07:33:14 INFO: archiving workspace using pattern(s): 07:33:16 Archives upload complete. 07:33:16 INFO: archiving logs to Nexus 07:33:17 ---> uname -a: 07:33:17 Linux prd-centos7-docker-4c-2g-18470.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:33:17 07:33:17 07:33:17 ---> lscpu: 07:33:17 Architecture: x86_64 07:33:17 CPU op-mode(s): 32-bit, 64-bit 07:33:17 Byte Order: Little Endian 07:33:17 Address sizes: 40 bits physical, 48 bits virtual 07:33:17 CPU(s): 4 07:33:17 On-line CPU(s) list: 0-3 07:33:17 Thread(s) per core: 1 07:33:17 Core(s) per socket: 1 07:33:17 Socket(s): 4 07:33:17 NUMA node(s): 1 07:33:17 Vendor ID: GenuineIntel 07:33:17 CPU family: 6 07:33:17 Model: 44 07:33:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:33:17 Stepping: 1 07:33:17 CPU MHz: 2933.438 07:33:17 BogoMIPS: 5866.87 07:33:17 Virtualization: VT-x 07:33:17 Hypervisor vendor: KVM 07:33:17 Virtualization type: full 07:33:17 L1d cache: 128 KiB 07:33:17 L1i cache: 128 KiB 07:33:17 L2 cache: 16 MiB 07:33:17 L3 cache: 64 MiB 07:33:17 NUMA node0 CPU(s): 0-3 07:33:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:33:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:33:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:33:17 Vulnerability Meltdown: Mitigation; PTI 07:33:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:33:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:33:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:33:17 Vulnerability Srbds: Not affected 07:33:17 Vulnerability Tsx async abort: Not affected 07:33:17 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 07:33:17 07:33:17 07:33:17 ---> nproc: 07:33:17 4 07:33:17 07:33:17 07:33:17 ---> df -h: 07:33:17 Filesystem Size Used Available Use% Mounted on 07:33:17 overlay 50.0G 12.0G 38.0G 24% / 07:33:17 tmpfs 64.0M 0 64.0M 0% /dev 07:33:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:33:17 shm 64.0M 0 64.0M 0% /dev/shm 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/11@tmp 07:33:17 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/11 07:33:17 07:33:17 07:33:17 ---> free -m: 07:33:17 total used free shared buff/cache available 07:33:17 Mem: 1837 715 117 0 1004 1039 07:33:17 Swap: 1023 60 963 07:33:17 07:33:17 07:33:17 ---> ip addr: 07:33:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:33:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:33:17 inet 127.0.0.1/8 scope host lo 07:33:17 valid_lft forever preferred_lft forever 07:33:17 inet6 ::1/128 scope host 07:33:17 valid_lft forever preferred_lft forever 07:33:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:33:17 link/ether fa:16:3e:e7:90:24 brd ff:ff:ff:ff:ff:ff 07:33:17 inet 10.30.123.250/23 brd 10.30.123.255 scope global dynamic eth0 07:33:17 valid_lft 85209sec preferred_lft 85209sec 07:33:17 inet6 fe80::f816:3eff:fee7:9024/64 scope link 07:33:17 valid_lft forever preferred_lft forever 07:33:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:33:17 link/ether 02:42:68:0b:71:e1 brd ff:ff:ff:ff:ff:ff 07:33:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:33:17 valid_lft forever preferred_lft forever 07:33:17 inet6 fe80::42:68ff:fe0b:71e1/64 scope link 07:33:17 valid_lft forever preferred_lft forever 07:33:17 07:33:17 07:33:17 ---> sar -b -r -n DEV: 07:33:17 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) 07:33:17 07:33:17 07:13:14 LINUX RESTART (4 CPU) 07:33:17 07:33:17 07:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:33:17 07:15:01 151.06 52.52 98.54 0.00 8192.31 37576.44 0.00 07:33:17 07:16:01 278.77 104.79 173.98 0.00 4446.43 29911.21 0.00 07:33:17 07:17:02 193.37 78.89 114.48 0.00 2992.59 13304.57 0.00 07:33:17 07:18:01 205.59 64.84 140.75 0.00 13514.45 76085.07 0.00 07:33:17 07:19:02 2288.14 1952.09 336.05 0.00 168384.09 182970.62 0.00 07:33:17 07:20:01 1242.28 996.93 245.35 0.00 63274.73 79171.17 0.00 07:33:17 07:21:02 1830.81 1488.37 342.45 0.00 122912.64 167367.38 0.00 07:33:17 07:22:01 559.72 341.82 217.89 0.00 22188.80 47717.94 0.00 07:33:17 07:23:01 37.06 18.00 19.06 0.00 3123.94 627.69 0.00 07:33:17 07:24:01 1.55 1.22 0.33 0.00 27.98 5.41 0.00 07:33:17 07:25:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 07:33:17 07:26:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 07:33:17 07:27:01 0.40 0.12 0.28 0.00 1.47 3.11 0.00 07:33:17 07:28:02 0.25 0.00 0.25 0.00 0.00 2.70 0.00 07:33:17 07:29:01 2.02 1.76 0.25 0.00 58.26 3.00 0.00 07:33:17 07:30:01 0.87 0.05 0.82 0.00 1.33 15.49 0.00 07:33:17 07:31:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 07:33:17 07:32:01 0.32 0.12 0.20 0.00 1.87 2.58 0.00 07:33:17 07:33:01 116.88 68.52 48.36 0.00 5765.01 14634.24 0.00 07:33:17 Average: 366.30 274.47 91.82 0.00 22051.42 34376.59 0.00 07:33:17 07:33:17 07:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:33:17 07:15:01 69524 0 657936 34.97 2596 1151488 1535440 52.40 699172 896144 93576 07:33:17 07:16:01 74876 0 810804 43.09 1492 994372 1747128 59.63 664396 862772 80252 07:33:17 07:17:02 230176 0 809404 43.02 764 841200 1783776 60.88 656128 703328 75684 07:33:17 07:18:01 67168 0 708104 37.63 212 1106060 1259444 42.98 720176 839292 17560 07:33:17 07:19:02 78636 0 842424 44.77 0 960484 2354412 80.35 758820 817260 48776 07:33:17 07:20:01 392828 0 784592 41.70 0 704124 1914264 65.33 525336 710832 24 07:33:17 07:21:02 76468 0 730036 38.80 0 1075040 1749148 59.70 661732 911628 60880 07:33:17 07:22:01 163432 0 671332 35.68 0 1046780 1348056 46.01 574248 898984 8 07:33:17 07:23:01 170600 0 627928 33.37 0 1083016 1188088 40.55 520180 950332 16 07:33:17 07:24:01 171428 0 626680 33.31 0 1083436 1174636 40.09 520244 950256 12 07:33:17 07:25:01 172468 0 625648 33.25 0 1083428 1172508 40.02 519944 950100 12 07:33:17 07:26:01 172728 0 625364 33.24 0 1083452 1170452 39.95 519520 950116 8 07:33:17 07:27:01 171560 0 626524 33.30 0 1083460 1170608 39.95 520344 950156 12 07:33:17 07:28:02 172568 0 625508 33.24 0 1083468 1170452 39.95 519652 950164 12 07:33:17 07:29:01 170352 0 626708 33.31 0 1084484 1170524 39.95 520304 950812 24 07:33:17 07:30:01 170820 0 626224 33.28 0 1084500 1170452 39.95 520048 950824 12 07:33:17 07:31:01 170844 0 626196 33.28 0 1084504 1170452 39.95 520052 950824 12 07:33:17 07:32:01 169752 0 627284 33.34 0 1084508 1170560 39.95 520784 950872 16 07:33:17 07:33:01 237892 0 675872 35.92 0 967780 1172040 40.00 519928 837432 99888 07:33:17 Average: 163375 0 681819 36.24 267 1036083 1399602 47.77 577948 893796 25094 07:33:17 07:33:17 07:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:33:17 07:15:01 eth0 1409.10 1317.75 6729.92 159.04 0.00 0.00 0.00 0.00 07:33:17 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:15:01 docker0 846.88 784.58 69.77 2673.23 0.00 0.00 0.00 0.00 07:33:17 07:16:01 eth0 208.96 153.77 856.45 25.04 0.00 0.00 0.00 0.00 07:33:17 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:16:01 vethf44b941 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:33:17 07:16:01 docker0 133.09 173.08 9.23 824.43 0.00 0.00 0.00 0.00 07:33:17 07:17:02 eth0 47.58 33.62 24.58 70.87 0.00 0.00 0.00 0.00 07:33:17 07:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:17:02 vethf44b941 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 07:33:17 07:17:02 docker0 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 07:33:17 07:18:01 vethddcf9dc 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:33:17 07:18:01 eth0 229.11 190.78 1737.41 82.42 0.00 0.00 0.00 0.00 07:33:17 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:19:02 vethddcf9dc 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 07:33:17 07:19:02 eth0 51.60 24.64 160.82 9.86 0.00 0.00 0.00 0.00 07:33:17 07:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:19:02 docker0 13.74 30.80 0.72 143.84 0.00 0.00 0.00 0.00 07:33:17 07:20:01 vethddcf9dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:20:01 eth0 38.46 21.25 179.04 8.52 0.00 0.00 0.00 0.00 07:33:17 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:20:01 docker0 8.21 16.64 0.46 117.57 0.00 0.00 0.00 0.00 07:33:17 07:21:02 vethddcf9dc 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 07:33:17 07:21:02 vethd8b9e53 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:33:17 07:21:02 eth0 78.91 54.77 131.80 78.65 0.00 0.00 0.00 0.00 07:33:17 07:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:22:01 vethddcf9dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:22:01 eth0 225.93 177.22 1639.62 87.49 0.00 0.00 0.00 0.00 07:33:17 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:22:01 docker0 1053.34 1084.09 83.72 4297.28 0.00 0.00 0.00 0.00 07:33:17 07:23:01 eth0 12.54 7.16 42.98 3.26 0.00 0.00 0.00 0.00 07:33:17 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:23:01 docker0 2.55 4.38 0.14 35.74 0.00 0.00 0.00 0.00 07:33:17 07:24:01 eth0 0.70 0.45 0.35 0.27 0.00 0.00 0.00 0.00 07:33:17 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:25:01 eth0 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 07:33:17 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:33:17 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:27:01 eth0 1.02 0.48 0.32 0.18 0.00 0.00 0.00 0.00 07:33:17 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:28:02 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 07:33:17 07:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:29:01 eth0 0.27 0.19 0.14 0.07 0.00 0.00 0.00 0.00 07:33:17 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:30:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:33:17 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:31:01 eth0 0.73 0.03 0.06 0.00 0.00 0.00 0.00 0.00 07:33:17 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:32:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 07:33:17 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:33:01 eth0 189.16 157.88 2173.38 19.65 0.00 0.00 0.00 0.00 07:33:17 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 Average: eth0 131.30 112.65 718.69 28.68 0.00 0.00 0.00 0.00 07:33:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:17 Average: docker0 54.79 56.48 4.35 224.86 0.00 0.00 0.00 0.00 07:33:17 07:33:17 07:33:17 ---> sar -P ALL: 07:33:17 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) 07:33:17 07:33:17 07:13:14 LINUX RESTART (4 CPU) 07:33:17 07:33:17 07:14:01 CPU %user %nice %system %iowait %steal %idle 07:33:17 07:15:01 all 15.87 0.00 8.02 2.10 0.05 73.96 07:33:17 07:15:01 0 12.17 0.00 9.51 1.55 0.05 76.72 07:33:17 07:15:01 1 19.52 0.00 8.00 2.37 0.05 70.06 07:33:17 07:15:01 2 15.14 0.00 7.39 2.33 0.07 75.08 07:33:17 07:15:01 3 16.62 0.00 7.18 2.15 0.03 74.02 07:33:17 07:16:01 all 17.42 0.00 8.93 5.43 0.07 68.15 07:33:17 07:16:01 0 18.57 0.00 9.31 4.17 0.07 67.89 07:33:17 07:16:01 1 17.30 0.00 8.75 10.20 0.09 63.66 07:33:17 07:16:01 2 17.60 0.00 8.55 3.39 0.05 70.41 07:33:17 07:16:01 3 16.20 0.00 9.09 3.96 0.09 70.66 07:33:17 07:17:02 all 61.96 0.00 15.87 5.86 0.05 16.26 07:33:17 07:17:02 0 60.56 0.00 16.40 6.29 0.05 16.70 07:33:17 07:17:02 1 61.66 0.00 16.21 4.84 0.03 17.24 07:33:17 07:17:02 2 63.54 0.00 15.32 4.35 0.05 16.73 07:33:17 07:17:02 3 62.05 0.00 15.54 7.99 0.07 14.35 07:33:17 07:18:01 all 24.76 0.00 13.71 6.49 0.07 54.97 07:33:17 07:18:01 0 25.10 0.00 14.45 6.87 0.07 53.52 07:33:17 07:18:01 1 25.70 0.00 12.75 5.56 0.07 55.92 07:33:17 07:18:01 2 23.48 0.00 13.87 4.90 0.05 57.69 07:33:17 07:18:01 3 24.78 0.00 13.77 8.62 0.09 52.75 07:33:17 07:19:02 all 19.27 0.00 25.80 25.52 0.11 29.30 07:33:17 07:19:02 0 19.15 0.00 26.52 26.81 0.14 27.38 07:33:17 07:19:02 1 19.52 0.00 26.38 23.86 0.09 30.15 07:33:17 07:19:02 2 19.99 0.00 25.69 27.28 0.10 26.94 07:33:17 07:19:02 3 18.41 0.00 24.60 24.09 0.10 32.80 07:33:17 07:20:01 all 54.43 0.00 18.21 14.30 0.07 12.98 07:33:17 07:20:01 0 54.24 0.00 18.36 13.71 0.07 13.62 07:33:17 07:20:01 1 53.71 0.00 18.41 16.63 0.07 11.18 07:33:17 07:20:01 2 54.20 0.00 18.82 14.21 0.07 12.70 07:33:17 07:20:01 3 55.58 0.00 17.25 12.67 0.07 14.43 07:33:17 07:21:02 all 33.91 0.00 25.33 17.76 0.16 22.84 07:33:17 07:21:02 0 33.69 0.00 25.13 18.10 0.16 22.92 07:33:17 07:21:02 1 32.05 0.00 25.51 16.70 0.17 25.56 07:33:17 07:21:02 2 34.80 0.00 24.80 18.86 0.14 21.41 07:33:17 07:21:02 3 35.09 0.00 25.87 17.40 0.19 21.44 07:33:17 07:22:01 all 27.18 0.00 11.91 12.83 0.07 48.01 07:33:17 07:22:01 0 27.33 0.00 11.97 13.10 0.11 47.49 07:33:17 07:22:01 1 28.30 0.00 12.05 11.79 0.07 47.78 07:33:17 07:22:01 2 26.59 0.00 11.14 12.06 0.05 50.16 07:33:17 07:22:01 3 26.49 0.00 12.48 14.40 0.05 46.58 07:33:17 07:23:01 all 0.92 0.00 0.99 0.62 0.00 97.47 07:33:17 07:23:01 0 0.80 0.00 1.02 0.83 0.00 97.35 07:33:17 07:23:01 1 1.00 0.00 1.12 0.22 0.00 97.67 07:33:17 07:23:01 2 1.18 0.00 0.92 1.15 0.02 96.73 07:33:17 07:23:01 3 0.68 0.00 0.92 0.27 0.00 98.13 07:33:17 07:24:01 all 0.15 0.00 0.03 0.02 0.00 99.79 07:33:17 07:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:33:17 07:24:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:33:17 07:24:01 2 0.53 0.00 0.03 0.10 0.00 99.33 07:33:17 07:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:33:17 07:25:01 all 0.17 0.00 0.03 0.00 0.01 99.80 07:33:17 07:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:33:17 07:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:33:17 07:25:01 2 0.53 0.00 0.02 0.00 0.02 99.43 07:33:17 07:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:33:17 07:33:17 07:25:01 CPU %user %nice %system %iowait %steal %idle 07:33:17 07:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:33:17 07:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:33:17 07:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:33:17 07:26:01 2 0.53 0.00 0.03 0.00 0.00 99.43 07:33:17 07:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:33:17 07:27:01 all 0.17 0.00 0.02 0.01 0.00 99.80 07:33:17 07:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:33:17 07:27:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:33:17 07:27:01 2 0.53 0.00 0.02 0.02 0.00 99.43 07:33:17 07:27:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:33:17 07:28:02 all 0.15 0.00 0.03 0.00 0.00 99.81 07:33:17 07:28:02 0 0.02 0.00 0.02 0.00 0.02 99.95 07:33:17 07:28:02 1 0.02 0.00 0.05 0.00 0.00 99.93 07:33:17 07:28:02 2 0.53 0.00 0.02 0.00 0.00 99.45 07:33:17 07:28:02 3 0.05 0.00 0.05 0.00 0.00 99.90 07:33:17 07:29:01 all 0.16 0.00 0.06 0.03 0.00 99.76 07:33:17 07:29:01 0 0.03 0.00 0.03 0.02 0.00 99.92 07:33:17 07:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:33:17 07:29:01 2 0.54 0.00 0.12 0.08 0.00 99.25 07:33:17 07:29:01 3 0.03 0.00 0.07 0.00 0.00 99.90 07:33:17 07:30:01 all 0.10 0.00 0.03 0.00 0.00 99.87 07:33:17 07:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:33:17 07:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:33:17 07:30:01 2 0.33 0.00 0.07 0.00 0.00 99.60 07:33:17 07:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:33:17 07:31:01 all 0.03 0.00 0.04 0.00 0.00 99.93 07:33:17 07:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:33:17 07:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:33:17 07:31:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:33:17 07:31:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:33:17 07:32:01 all 0.14 0.00 0.02 0.00 0.00 99.83 07:33:17 07:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:33:17 07:32:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:33:17 07:32:01 2 0.42 0.00 0.05 0.00 0.00 99.53 07:33:17 07:32:01 3 0.05 0.00 0.02 0.02 0.00 99.92 07:33:17 07:33:01 all 6.22 0.00 4.33 2.37 0.03 87.06 07:33:17 07:33:01 0 6.03 0.00 4.31 0.61 0.03 89.01 07:33:17 07:33:01 1 5.37 0.00 4.11 1.35 0.02 89.16 07:33:17 07:33:01 2 8.28 0.00 4.90 5.84 0.03 80.94 07:33:17 07:33:01 3 5.19 0.00 3.99 1.67 0.02 89.13 07:33:17 Average: all 13.58 0.00 6.88 4.81 0.04 74.69 07:33:17 Average: 0 13.31 0.00 7.09 4.75 0.04 74.82 07:33:17 Average: 1 13.64 0.00 6.89 4.82 0.04 74.61 07:33:17 Average: 2 13.90 0.00 6.81 4.89 0.03 74.37 07:33:17 Average: 3 13.45 0.00 6.74 4.79 0.04 74.98 07:33:17 07:33:17 07:33:17