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 [2021-01-05T07:14:11.648Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T07:14:11.964Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T07:14:12.094Z] ========================================================= [2021-01-05T07:14:12.094Z] EdgeX Global Pipelines Version Info [2021-01-05T07:14:12.095Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:14:14.022Z] ------------------- [2021-01-05T07:14:14.022Z] stable info: [2021-01-05T07:14:14.022Z] ------------------- [2021-01-05T07:14:14.022Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T07:14:14.022Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T07:14:14.022Z] Message: update stable to v1.0.173 [2021-01-05T07:14:14.597Z] ------------------- [2021-01-05T07:14:14.597Z] experimental info: [2021-01-05T07:14:14.597Z] ------------------- [2021-01-05T07:14:14.597Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T07:14:14.597Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T07:14:14.597Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T07:14:14.887Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T07:14:14.976Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T07:14:15.065Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T07:14:15.200Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T07:14:15.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T07:14:15.380Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T07:14:15.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T07:14:15.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T07:14:15.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T07:14:15.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T07:14:15.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T07:14:15.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T07:14:16.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T07:14:16.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T07:14:16.244Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T07:14:16.342Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T07:14:16.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T07:14:16.552Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T07:14:16.645Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T07:14:16.756Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T07:14:16.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T07:14:16.959Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T07:14:17.049Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T07:14:17.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-05T07:14:17.242Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-05T07:14:17.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-05T07:14:17.431Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [Pipeline] echo [2021-01-05T07:14:17.524Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4fa8bcc [Pipeline] echo [2021-01-05T07:14:17.614Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:14:17.785Z] provisioning config files... [2021-01-05T07:14:17.817Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6769436183682814188tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:14:18.166Z] ---> docker-login.sh [2021-01-05T07:14:18.166Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:14:18.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:14:18.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:14:18.428Z] Configure a credential helper to remove this warning. See [2021-01-05T07:14:18.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:14:18.428Z] [2021-01-05T07:14:18.428Z] Login Succeeded [2021-01-05T07:14:18.697Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:14:18.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:14:18.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:14:18.697Z] Configure a credential helper to remove this warning. See [2021-01-05T07:14:18.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:14:18.697Z] [2021-01-05T07:14:18.697Z] Login Succeeded [2021-01-05T07:14:18.697Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:14:18.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:14:18.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:14:18.960Z] Configure a credential helper to remove this warning. See [2021-01-05T07:14:18.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:14:18.960Z] [2021-01-05T07:14:18.960Z] Login Succeeded [2021-01-05T07:14:18.960Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:14:18.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:14:19.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:14:19.222Z] Configure a credential helper to remove this warning. See [2021-01-05T07:14:19.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:14:19.222Z] [2021-01-05T07:14:19.222Z] Login Succeeded [2021-01-05T07:14:19.222Z] docker.io [2021-01-05T07:14:19.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:14:19.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:14:19.486Z] Configure a credential helper to remove this warning. See [2021-01-05T07:14:19.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:14:19.486Z] [2021-01-05T07:14:19.486Z] Login Succeeded [2021-01-05T07:14:19.486Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:14:19.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:14:19.972Z] ++ 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 [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T07:14:19.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:14:19.972Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T07:14:19.972Z] ++ cut -d/ -f2 [2021-01-05T07:14:19.972Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T07:14:20.048Z] 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 [2021-01-05T07:14:21.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:14:21.007Z] [2021-01-05T07:14:21.007Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:14:21.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:14:21.359Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T07:14:21.359Z] 31603596830f: Pulling fs layer [2021-01-05T07:14:21.359Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T07:14:21.359Z] 6ca5941a6612: Pulling fs layer [2021-01-05T07:14:21.359Z] ecc8261a40a4: Pulling fs layer [2021-01-05T07:14:21.359Z] ecc8261a40a4: Waiting [2021-01-05T07:14:21.359Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T07:14:21.359Z] 2a8b12db71e7: Download complete [2021-01-05T07:14:21.359Z] 31603596830f: Download complete [2021-01-05T07:14:21.627Z] ecc8261a40a4: Verifying Checksum [2021-01-05T07:14:21.627Z] ecc8261a40a4: Download complete [2021-01-05T07:14:21.627Z] 6ca5941a6612: Verifying Checksum [2021-01-05T07:14:21.627Z] 6ca5941a6612: Download complete [2021-01-05T07:14:21.892Z] 31603596830f: Pull complete [2021-01-05T07:14:21.892Z] 2a8b12db71e7: Pull complete [2021-01-05T07:14:22.852Z] 6ca5941a6612: Pull complete [2021-01-05T07:14:22.852Z] ecc8261a40a4: Pull complete [2021-01-05T07:14:23.115Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T07:14:23.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:14:23.115Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T07:14:23.221Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:14:23.276Z] $ 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 [2021-01-05T07:14:25.856Z] $ docker top 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T07:14:26.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:14:26.234Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:14:26.456Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:14:26.460Z] $ docker exec 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent [2021-01-05T07:14:26.629Z] SSH_AUTH_SOCK=/tmp/ssh-Y8zRSZGS0zWI/agent.13 [2021-01-05T07:14:26.629Z] SSH_AGENT_PID=18 [2021-01-05T07:14:26.644Z] Running ssh-add (command line suppressed) [2021-01-05T07:14:26.758Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4899402905817885078.key (/w/workspace/edgex-go/11@tmp/private_key_4899402905817885078.key) [2021-01-05T07:14:26.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:14:27.144Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T07:14:27.170Z] $ docker exec --env ******** --env ******** 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent -k [2021-01-05T07:14:27.279Z] unset SSH_AUTH_SOCK; [2021-01-05T07:14:27.279Z] unset SSH_AGENT_PID; [2021-01-05T07:14:27.279Z] echo Agent pid 18 killed; [2021-01-05T07:14:27.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T07:14:27.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:14:27.468Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:14:27.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:14:27.632Z] $ docker exec 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent [2021-01-05T07:14:27.790Z] SSH_AUTH_SOCK=/tmp/ssh-7dtoaWHLjCc4/agent.46 [2021-01-05T07:14:27.790Z] SSH_AGENT_PID=52 [2021-01-05T07:14:27.798Z] Running ssh-add (command line suppressed) [2021-01-05T07:14:27.916Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_7579664303513035914.key (/w/workspace/edgex-go/11@tmp/private_key_7579664303513035914.key) [2021-01-05T07:14:27.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:14:28.302Z] + git semver init [2021-01-05T07:14:28.302Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T07:14:28.302Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-01-05T07:14:28.302Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-01-05T07:14:28.302Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T07:14:28.302Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T07:14:28.302Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T07:14:28.302Z] # $SEMVER_BRANCH = PR-2966 [2021-01-05T07:14:28.302Z] # $SEMVER_TEMP = /tmp/semver-513023514 [2021-01-05T07:14:28.302Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T07:14:46.478Z] # '/tmp/semver-513023514' -> '/w/workspace/edgex-go/11/.semver' [2021-01-05T07:14:46.478Z] # -> Force: false [2021-01-05T07:14:46.478Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-01-05T07:14:46.494Z] $ docker exec --env ******** --env ******** 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b ssh-agent -k [2021-01-05T07:14:46.710Z] unset SSH_AUTH_SOCK; [2021-01-05T07:14:46.713Z] unset SSH_AGENT_PID; [2021-01-05T07:14:46.713Z] echo Agent pid 52 killed; [2021-01-05T07:14:46.795Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:14:47.278Z] + git semver [Pipeline] } [2021-01-05T07:14:47.298Z] $ docker stop --time=1 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b [2021-01-05T07:14:48.935Z] $ docker rm -f 80f77b7fa5febc660db6575c1ea8b294c42186c2f4160a696148873e9b1fb00b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:14:49.504Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T07:14:50.091Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T07:14:50.094Z] [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 [2021-01-05T07:14:51.073Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:14:51.379Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:14:51.679Z] + sudo service docker restart [2021-01-05T07:14:51.680Z] + true [2021-01-05T07:14:51.680Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T07:14:52.273Z] ========================================================= [2021-01-05T07:14:52.273Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T07:14:52.273Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:14:52.617Z] + 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 . [2021-01-05T07:14:55.950Z] Sending build context to Docker daemon 326.3MB [2021-01-05T07:14:55.950Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T07:14:55.950Z] Step 2/6 : FROM ${BASE} [2021-01-05T07:14:55.950Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T07:14:55.950Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T07:14:55.950Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T07:14:55.950Z] de9db76c5a1d: Pulling fs layer [2021-01-05T07:14:55.950Z] bca2f99d35d6: Pulling fs layer [2021-01-05T07:14:55.950Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T07:14:55.950Z] 7c6f9722023f: Pulling fs layer [2021-01-05T07:14:55.950Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T07:14:55.950Z] 93359f2a8cfa: Waiting [2021-01-05T07:14:55.950Z] 7c6f9722023f: Waiting [2021-01-05T07:14:55.950Z] a35cf1a2eb13: Waiting [2021-01-05T07:14:55.950Z] bca2f99d35d6: Waiting [2021-01-05T07:14:55.950Z] de9db76c5a1d: Verifying Checksum [2021-01-05T07:14:55.950Z] de9db76c5a1d: Download complete [2021-01-05T07:14:55.950Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T07:14:55.950Z] 0ef7d3d256c8: Download complete [2021-01-05T07:14:55.950Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T07:14:55.950Z] 93359f2a8cfa: Download complete [2021-01-05T07:14:55.950Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T07:14:55.950Z] 188c0c94c7c5: Download complete [2021-01-05T07:14:55.950Z] 7c6f9722023f: Verifying Checksum [2021-01-05T07:14:55.950Z] 7c6f9722023f: Download complete [2021-01-05T07:14:56.527Z] 188c0c94c7c5: Pull complete [2021-01-05T07:14:56.527Z] 0ef7d3d256c8: Pull complete [2021-01-05T07:14:56.795Z] de9db76c5a1d: Pull complete [2021-01-05T07:14:57.748Z] a35cf1a2eb13: Download complete [2021-01-05T07:14:58.323Z] bca2f99d35d6: Verifying Checksum [2021-01-05T07:14:58.323Z] bca2f99d35d6: Download complete [2021-01-05T07:15:04.966Z] bca2f99d35d6: Pull complete [2021-01-05T07:15:04.966Z] 93359f2a8cfa: Pull complete [2021-01-05T07:15:04.966Z] 7c6f9722023f: Pull complete [2021-01-05T07:15:05.563Z] Still waiting to schedule task [2021-01-05T07:15:05.563Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T07:15:10.278Z] a35cf1a2eb13: Pull complete [2021-01-05T07:15:10.278Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T07:15:10.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T07:15:10.278Z] ---> a62c8e92a672 [2021-01-05T07:15:10.278Z] 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 [2021-01-05T07:15:10.542Z] ---> Running in e3690a1c6ab6 [2021-01-05T07:15:11.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:15:12.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:15:12.345Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T07:15:12.608Z] (2/12) Installing file (5.38-r0) [2021-01-05T07:15:12.608Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T07:15:12.608Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T07:15:19.212Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T07:15:19.212Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T07:15:19.212Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T07:15:19.212Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T07:15:19.212Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T07:15:19.475Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T07:15:19.475Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T07:15:19.475Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T07:15:19.738Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:15:19.738Z] OK: 233 MiB in 51 packages [2021-01-05T07:15:23.058Z] Removing intermediate container e3690a1c6ab6 [2021-01-05T07:15:23.058Z] ---> 7f19b5b244c9 [2021-01-05T07:15:23.058Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T07:15:23.058Z] ---> Running in 45e7a5cc06f2 [2021-01-05T07:15:23.321Z] Removing intermediate container 45e7a5cc06f2 [2021-01-05T07:15:23.321Z] ---> b1c450bb26af [2021-01-05T07:15:23.321Z] Step 5/6 : COPY go.mod . [2021-01-05T07:15:23.584Z] ---> b08413da2971 [2021-01-05T07:15:23.584Z] Step 6/6 : RUN go mod download [2021-01-05T07:15:23.584Z] ---> Running in 90bc02f8cb23 [2021-01-05T07:15:45.597Z] Removing intermediate container 90bc02f8cb23 [2021-01-05T07:15:45.597Z] ---> c1fb69b6f8c6 [2021-01-05T07:15:45.597Z] Successfully built c1fb69b6f8c6 [2021-01-05T07:15:45.597Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:15:45.912Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T07:15:45.912Z] . [Pipeline] withDockerContainer [2021-01-05T07:15:46.013Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:15:46.064Z] $ 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 [2021-01-05T07:15:46.865Z] $ docker top 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:15:47.339Z] + go version [2021-01-05T07:15:47.339Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T07:15:47.355Z] $ docker stop --time=1 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b [2021-01-05T07:15:48.715Z] $ docker rm -f 09c69bd404676d1019abca45fdd67aafe337b0e84aac0feb5607440afcc6ee8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:15:49.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T07:15:49.539Z] . [Pipeline] withDockerContainer [2021-01-05T07:15:49.643Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:15:49.687Z] $ 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 [2021-01-05T07:15:50.345Z] $ docker top d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T07:15:50.549Z] ========================================================= [2021-01-05T07:15:50.549Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T07:15:50.549Z] ========================================================= [Pipeline] sh [2021-01-05T07:15:50.847Z] + make test [2021-01-05T07:15:50.847Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T07:15:59.055Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T07:16:14.080Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T07:16:19.431Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T07:16:19.431Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T07:16:19.431Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T07:16:19.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T07:16:19.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T07:16:19.969Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T07:16:20.236Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T07:16:20.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T07:16:21.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T07:16:24.003Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T07:16:24.003Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T07:16:24.003Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T07:16:25.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements [2021-01-05T07:16:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T07:16:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T07:16:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T07:16:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T07:16:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T07:16:30.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.237s coverage: 27.0% of statements [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T07:16:30.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T07:16:30.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T07:16:30.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 76.7% of statements [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T07:16:30.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.7% of statements [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T07:16:30.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T07:16:31.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T07:16:31.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T07:16:31.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T07:16:31.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-01-05T07:16:31.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T07:16:31.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements [2021-01-05T07:16:31.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T07:16:32.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-01-05T07:16:32.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T07:16:32.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T07:16:32.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T07:16:32.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T07:16:34.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 93.8% of statements [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T07:16:34.810Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T07:16:34.810Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T07:16:34.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T07:16:34.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T07:16:34.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-05T07:16:34.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T07:16:34.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-01-05T07:16:34.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T07:16:34.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-05T07:16:34.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-01-05T07:16:34.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2021-01-05T07:16:35.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-01-05T07:16:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T07:16:36.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-01-05T07:16:36.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T07:16:36.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T07:16:36.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-01-05T07:16:36.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-05T07:16:36.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-05T07:16:36.273Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-05T07:16:36.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-05T07:16:37.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T07:16:37.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T07:16:37.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T07:16:37.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.0% of statements [2021-01-05T07:16:37.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.059s coverage: 100.0% of statements [2021-01-05T07:16:39.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements [2021-01-05T07:16:39.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T07:16:39.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T07:16:39.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T07:16:39.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T07:16:39.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T07:16:39.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-05T07:16:39.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T07:16:39.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-05T07:16:39.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T07:16:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T07:16:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T07:16:41.633Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-05T07:16:41.633Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-05T07:16:41.897Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.036s coverage: 100.0% of statements [2021-01-05T07:16:42.477Z] GO111MODULE=on go vet ./... [2021-01-05T07:17:04.559Z] gofmt -l . [2021-01-05T07:17:04.823Z] [ "`gofmt -l .`" = "" ] [2021-01-05T07:17:05.400Z] ./bin/test-go-mod-tidy.sh [2021-01-05T07:17:05.663Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T07:17:07.897Z] + ls -al . [2021-01-05T07:17:07.897Z] total 636 [2021-01-05T07:17:07.897Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 07:17 . [2021-01-05T07:17:07.897Z] drwxr-xr-x 4 root root 30 Jan 5 07:15 .. [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 07:14 .dockerignore [2021-01-05T07:17:07.897Z] drwxrwxr-x 8 1001 1001 179 Jan 5 07:14 .git [2021-01-05T07:17:07.897Z] drwxrwxr-x 3 1001 1001 125 Jan 5 07:14 .github [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 07:14 .gitignore [2021-01-05T07:17:07.897Z] drwx------ 3 1001 1001 47 Jan 5 07:14 .semver [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 07:14 .sonarcloud.properties [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 07:14 CONTRIBUTING.md [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 07:14 Dockerfile.build [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 07:14 Jenkinsfile [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 07:14 LICENSE [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 07:14 Makefile [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 07:14 README.md [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 07:14 SECURITY.md [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 07:14 VERSION [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 07:14 ZMQWindows.md [2021-01-05T07:17:07.897Z] drwxrwxr-x 2 1001 1001 117 Jan 5 07:14 bin [2021-01-05T07:17:07.897Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 07:14 cmd [2021-01-05T07:17:07.897Z] -rw-r--r-- 1 root root 540436 Jan 5 07:16 coverage.out [2021-01-05T07:17:07.897Z] -rw-r--r-- 1 root root 979 Jan 5 07:17 go.mod [2021-01-05T07:17:07.897Z] -rw-r--r-- 1 root root 18934 Jan 5 07:17 go.sum [2021-01-05T07:17:07.897Z] drwxrwxr-x 8 1001 1001 127 Jan 5 07:14 internal [2021-01-05T07:17:07.897Z] drwxrwxr-x 4 1001 1001 26 Jan 5 07:14 openapi [2021-01-05T07:17:07.897Z] drwxrwxr-x 4 1001 1001 71 Jan 5 07:14 snap [2021-01-05T07:17:07.897Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 07:14 version.go [Pipeline] sh [2021-01-05T07:17:08.196Z] + '[' -e coverage.out ] [2021-01-05T07:17:08.196Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T07:17:08.438Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T07:17:08.733Z] + make build [2021-01-05T07:17:08.733Z] 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 [2021-01-05T07:17:12.060Z] 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 [2021-01-05T07:17:20.293Z] 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 [2021-01-05T07:17:20.561Z] 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 [2021-01-05T07:17:21.959Z] 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 [2021-01-05T07:17:22.534Z] 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 [2021-01-05T07:17:23.929Z] 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 [2021-01-05T07:17:25.326Z] 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 [2021-01-05T07:17:26.281Z] 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 [2021-01-05T07:17:27.673Z] 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 [2021-01-05T07:17:28.620Z] 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 [2021-01-05T07:17:29.570Z] 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] } [2021-01-05T07:17:30.534Z] $ docker stop --time=1 d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 [2021-01-05T07:17:32.242Z] $ docker rm -f d54f40f948b9d0e0782e6d0d25ae48470e7985cbff9eb607ef4c3e34fe9095e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:17:34.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:17:34.079Z] [2021-01-05T07:17:34.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:17:34.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:17:34.426Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T07:17:34.426Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T07:17:34.426Z] ca9280d653b3: Pulling fs layer [2021-01-05T07:17:34.426Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T07:17:35.004Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T07:17:35.004Z] cbdbe7a5bc2a: Download complete [2021-01-05T07:17:35.265Z] cbdbe7a5bc2a: Pull complete [2021-01-05T07:17:35.844Z] ca9280d653b3: Verifying Checksum [2021-01-05T07:17:35.844Z] ca9280d653b3: Download complete [2021-01-05T07:17:35.879Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18472 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-05T07:17:35.939Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-01-05T07:17:36.107Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T07:17:36.107Z] 7e9c9ca2126c: Download complete [2021-01-05T07:17:36.692Z] ca9280d653b3: Pull complete [2021-01-05T07:17:41.244Z] using credential edgex-jenkins-ssh [2021-01-05T07:17:41.347Z] Cloning the remote Git repository [2021-01-05T07:17:41.414Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:17:41.523Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-01-05T07:17:41.597Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:17:41.597Z] > git --version # timeout=10 [2021-01-05T07:17:41.625Z] > git --version # 'git version 2.17.1' [2021-01-05T07:17:41.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:17:41.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:17:43.307Z] 7e9c9ca2126c: Pull complete [2021-01-05T07:17:43.307Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T07:17:43.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:17:43.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T07:17:43.487Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:17:43.540Z] $ 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 [2021-01-05T07:17:46.201Z] $ docker top 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:17:46.694Z] + docker-compose build --help [2021-01-05T07:17:46.694Z] + grep parallel [2021-01-05T07:17:47.640Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T07:17:47.655Z] $ docker stop --time=1 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 [2021-01-05T07:17:48.999Z] $ docker rm -f 5762b3801b3e8af08fd93bc1de1bdf4014768bec536ecce9ddeba69f999bad42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:17:49.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:17:49.593Z] . [Pipeline] withDockerContainer [2021-01-05T07:17:49.731Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:17:49.825Z] $ 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 [2021-01-05T07:17:50.469Z] $ docker top 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:17:50.987Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T07:17:51.932Z] Building docker-core-command-go ... [2021-01-05T07:17:51.932Z] Building docker-core-data-go ... [2021-01-05T07:17:51.932Z] Building docker-core-metadata-go ... [2021-01-05T07:17:51.932Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T07:17:51.932Z] Building docker-security-proxy-setup-go ... [2021-01-05T07:17:51.932Z] Building docker-security-secretstore-setup-go ... [2021-01-05T07:17:51.932Z] Building docker-support-notifications-go ... [2021-01-05T07:17:51.932Z] Building docker-support-scheduler-go ... [2021-01-05T07:17:51.932Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T07:17:51.932Z] Building docker-core-data-go [2021-01-05T07:17:51.932Z] Building docker-security-bootstrap-redis-go [2021-01-05T07:17:51.932Z] Building docker-security-secretstore-setup-go [2021-01-05T07:17:51.932Z] Building docker-security-proxy-setup-go [2021-01-05T07:17:51.932Z] Building docker-core-metadata-go [2021-01-05T07:17:57.349Z] Merging remotes/origin/master commit 135337ef8a94f3bf495bf0711e4285c3adb5abc8 into PR head commit 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:17:57.895Z] Merge succeeded, producing 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:17:57.896Z] Checking out Revision 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae (PR-2966) [2021-01-05T07:17:56.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:17:56.439Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:17:56.470Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:17:56.504Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:17:56.504Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:17:56.517Z] > 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 [2021-01-05T07:17:57.369Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T07:17:57.391Z] > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 [2021-01-05T07:17:57.690Z] > git remote # timeout=10 [2021-01-05T07:17:57.707Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T07:17:57.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:17:57.793Z] > git merge 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 [2021-01-05T07:17:57.843Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T07:17:57.902Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T07:17:57.940Z] > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 [2021-01-05T07:18:02.370Z] Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T07:18:03.859Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:18:04.273Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:18:04.615Z] + true [2021-01-05T07:18:04.615Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:18:06.719Z] provisioning config files... [2021-01-05T07:18:06.759Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config8248274214450261727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:18:07.163Z] ---> docker-login.sh [2021-01-05T07:18:07.163Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:18:07.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:18:08.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:18:08.365Z] Configure a credential helper to remove this warning. See [2021-01-05T07:18:08.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:18:08.365Z] [2021-01-05T07:18:08.365Z] Login Succeeded [2021-01-05T07:18:08.365Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:18:08.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:18:08.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:18:08.645Z] Configure a credential helper to remove this warning. See [2021-01-05T07:18:08.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:18:08.645Z] [2021-01-05T07:18:08.645Z] Login Succeeded [2021-01-05T07:18:08.645Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:18:09.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:18:09.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:18:09.241Z] Configure a credential helper to remove this warning. See [2021-01-05T07:18:09.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:18:09.241Z] [2021-01-05T07:18:09.241Z] Login Succeeded [2021-01-05T07:18:09.241Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:18:09.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:18:09.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:18:09.789Z] Configure a credential helper to remove this warning. See [2021-01-05T07:18:09.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:18:09.789Z] [2021-01-05T07:18:09.789Z] Login Succeeded [2021-01-05T07:18:09.789Z] docker.io [2021-01-05T07:18:10.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:18:10.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:18:10.331Z] Configure a credential helper to remove this warning. See [2021-01-05T07:18:10.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:18:10.332Z] [2021-01-05T07:18:10.332Z] Login Succeeded [2021-01-05T07:18:10.332Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:18:10.348Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T07:18:10.774Z] ========================================================= [2021-01-05T07:18:10.774Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T07:18:10.774Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:18:11.160Z] + 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 . [2021-01-05T07:18:13.828Z] Sending build context to Docker daemon 165.5MB [2021-01-05T07:18:13.828Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:13.828Z] Step 2/6 : FROM ${BASE} [2021-01-05T07:18:13.828Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T07:18:13.828Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T07:18:13.828Z] a4357932f1b6: Pulling fs layer [2021-01-05T07:18:13.828Z] 18c013af1878: Pulling fs layer [2021-01-05T07:18:13.828Z] 00ac8860ef70: Pulling fs layer [2021-01-05T07:18:13.828Z] 63d7cb157983: Pulling fs layer [2021-01-05T07:18:13.828Z] b116817d02f9: Pulling fs layer [2021-01-05T07:18:13.828Z] 745a02a5169b: Pulling fs layer [2021-01-05T07:18:13.828Z] 00ac8860ef70: Waiting [2021-01-05T07:18:13.828Z] 63d7cb157983: Waiting [2021-01-05T07:18:13.828Z] 745a02a5169b: Waiting [2021-01-05T07:18:13.828Z] b116817d02f9: Waiting [2021-01-05T07:18:13.828Z] 18c013af1878: Download complete [2021-01-05T07:18:13.828Z] a4357932f1b6: Verifying Checksum [2021-01-05T07:18:13.828Z] a4357932f1b6: Download complete [2021-01-05T07:18:13.828Z] 63d7cb157983: Verifying Checksum [2021-01-05T07:18:13.828Z] 63d7cb157983: Download complete [2021-01-05T07:18:13.828Z] b116817d02f9: Download complete [2021-01-05T07:18:13.828Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T07:18:14.426Z] 5f621e34cdf4: Pull complete [2021-01-05T07:18:15.033Z] a4357932f1b6: Pull complete [2021-01-05T07:18:15.305Z] 18c013af1878: Pull complete [2021-01-05T07:18:16.287Z] 745a02a5169b: Verifying Checksum [2021-01-05T07:18:16.287Z] 745a02a5169b: Download complete [2021-01-05T07:18:17.735Z] 00ac8860ef70: Verifying Checksum [2021-01-05T07:18:17.735Z] 00ac8860ef70: Download complete [2021-01-05T07:18:24.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:24.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:18:24.235Z] ---> c1fb69b6f8c6 [2021-01-05T07:18:24.235Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:18:24.235Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:24.235Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:18:24.235Z] ---> c1fb69b6f8c6 [2021-01-05T07:18:24.235Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:18:24.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:24.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:18:24.235Z] ---> c1fb69b6f8c6 [2021-01-05T07:18:24.235Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:18:24.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:24.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:18:24.235Z] ---> c1fb69b6f8c6 [2021-01-05T07:18:24.235Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T07:18:24.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:18:24.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:18:24.235Z] ---> c1fb69b6f8c6 [2021-01-05T07:18:24.235Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:18:24.235Z] ---> Running in 752b896e5ada [2021-01-05T07:18:24.235Z] ---> Running in 9b4b4e3d9bda [2021-01-05T07:18:24.235Z] ---> Running in 9fd26e8973f9 [2021-01-05T07:18:24.235Z] ---> Running in d166439a2e33 [2021-01-05T07:18:24.235Z] ---> Running in a62111c679bc [2021-01-05T07:18:24.235Z] Removing intermediate container 9fd26e8973f9 [2021-01-05T07:18:24.235Z] ---> 3ea84af75e02 [2021-01-05T07:18:24.235Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:18:24.235Z] Removing intermediate container 752b896e5ada [2021-01-05T07:18:24.235Z] ---> 9ac60b9f9bb9 [2021-01-05T07:18:24.235Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:18:24.235Z] Removing intermediate container 9b4b4e3d9bda [2021-01-05T07:18:24.235Z] ---> 5493e0bac978 [2021-01-05T07:18:24.235Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:18:24.235Z] Removing intermediate container d166439a2e33 [2021-01-05T07:18:24.235Z] ---> ccc07215fc6e [2021-01-05T07:18:24.235Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:18:24.499Z] Removing intermediate container a62111c679bc [2021-01-05T07:18:24.499Z] ---> 7cfa4f38276c [2021-01-05T07:18:24.499Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:18:24.499Z] ---> Running in d1a04c4980ce [2021-01-05T07:18:24.499Z] ---> Running in 694d315579fc [2021-01-05T07:18:24.499Z] ---> Running in 30155d9e257a [2021-01-05T07:18:24.499Z] ---> Running in d924fc2904a2 [2021-01-05T07:18:24.499Z] ---> Running in 2895332d46f4 [2021-01-05T07:18:26.430Z] Removing intermediate container 694d315579fc [2021-01-05T07:18:26.430Z] ---> d7ebac4ce4ed [2021-01-05T07:18:26.430Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T07:18:26.430Z] ---> Running in c07ffd8b653f [2021-01-05T07:18:26.430Z] Removing intermediate container d1a04c4980ce [2021-01-05T07:18:26.430Z] ---> 62ae28ba558c [2021-01-05T07:18:26.430Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:18:26.430Z] ---> Running in 51a6e3f4f498 [2021-01-05T07:18:26.692Z] Removing intermediate container 30155d9e257a [2021-01-05T07:18:26.692Z] ---> 10d814b7fcd1 [2021-01-05T07:18:26.692Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T07:18:26.954Z] ---> Running in 5be31e3857d6 [2021-01-05T07:18:26.954Z] Removing intermediate container d924fc2904a2 [2021-01-05T07:18:26.954Z] ---> 25b4bf250192 [2021-01-05T07:18:26.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:18:27.229Z] Removing intermediate container 2895332d46f4 [2021-01-05T07:18:27.229Z] ---> 3e27116d5508 [2021-01-05T07:18:27.229Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:18:27.229Z] ---> Running in 97314661bf85 [2021-01-05T07:18:27.497Z] ---> Running in 46227e2e94ca [2021-01-05T07:18:27.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:27.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:27.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:27.919Z] 00ac8860ef70: Pull complete [2021-01-05T07:18:27.919Z] 63d7cb157983: Pull complete [2021-01-05T07:18:28.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:28.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:28.513Z] b116817d02f9: Pull complete [2021-01-05T07:18:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:18:30.653Z] OK: 233 MiB in 51 packages [2021-01-05T07:18:30.920Z] OK: 233 MiB in 51 packages [2021-01-05T07:18:30.920Z] OK: 233 MiB in 51 packages [2021-01-05T07:18:30.920Z] OK: 233 MiB in 51 packages [2021-01-05T07:18:31.507Z] Removing intermediate container 51a6e3f4f498 [2021-01-05T07:18:31.507Z] ---> 85add94b9558 [2021-01-05T07:18:31.507Z] Step 6/22 : COPY go.mod . [2021-01-05T07:18:31.773Z] Removing intermediate container 5be31e3857d6 [2021-01-05T07:18:31.773Z] ---> b2de24a44bfd [2021-01-05T07:18:31.773Z] Step 6/23 : COPY go.mod . [2021-01-05T07:18:31.773Z] ---> 09b2d3ed4594 [2021-01-05T07:18:31.773Z] Step 7/22 : RUN go mod download [2021-01-05T07:18:31.773Z] Removing intermediate container c07ffd8b653f [2021-01-05T07:18:31.773Z] ---> f1d3c2b3a406 [2021-01-05T07:18:31.773Z] Step 6/24 : COPY go.mod . [2021-01-05T07:18:31.904Z] 745a02a5169b: Pull complete [2021-01-05T07:18:31.904Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T07:18:32.037Z] ---> Running in 831695e54ed0 [2021-01-05T07:18:32.037Z] Removing intermediate container 97314661bf85 [2021-01-05T07:18:32.037Z] ---> 27540aac42fa [2021-01-05T07:18:32.037Z] Step 6/22 : COPY go.mod . [2021-01-05T07:18:32.037Z] OK: 233 MiB in 51 packages [2021-01-05T07:18:32.037Z] ---> b35a4ab07531 [2021-01-05T07:18:32.037Z] Step 7/23 : RUN go mod download [2021-01-05T07:18:32.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T07:18:32.178Z] ---> b7e6874047d6 [2021-01-05T07:18:32.178Z] 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 [2021-01-05T07:18:32.301Z] ---> Running in 29cbfe7cb9ec [2021-01-05T07:18:32.301Z] ---> d1107f61ed58 [2021-01-05T07:18:32.301Z] Step 7/24 : RUN go mod download [2021-01-05T07:18:32.301Z] ---> c38cfdc1bbc0 [2021-01-05T07:18:32.301Z] Step 7/22 : RUN go mod download [2021-01-05T07:18:32.568Z] ---> Running in e4a03316d49a [2021-01-05T07:18:32.568Z] ---> Running in 15cfd460ed76 [2021-01-05T07:18:32.839Z] Removing intermediate container 46227e2e94ca [2021-01-05T07:18:32.839Z] ---> 5f3cbd73baab [2021-01-05T07:18:32.839Z] Step 6/21 : COPY go.mod . [2021-01-05T07:18:33.428Z] ---> e3046cc6ce8c [2021-01-05T07:18:33.428Z] Step 7/21 : RUN go mod download [2021-01-05T07:18:33.428Z] ---> Running in 0f95b8e7a940 [2021-01-05T07:18:34.040Z] Removing intermediate container 831695e54ed0 [2021-01-05T07:18:34.040Z] ---> 9f2e06cb11a0 [2021-01-05T07:18:34.040Z] Step 8/22 : COPY . . [2021-01-05T07:18:34.991Z] Removing intermediate container 29cbfe7cb9ec [2021-01-05T07:18:34.991Z] ---> 55238c44281a [2021-01-05T07:18:34.991Z] Step 8/23 : COPY . . [2021-01-05T07:18:35.599Z] ---> Running in 56fe45f8e09d [2021-01-05T07:18:36.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:18:38.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:18:38.979Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T07:18:39.491Z] Removing intermediate container 15cfd460ed76 [2021-01-05T07:18:39.491Z] ---> 966b587b88b1 [2021-01-05T07:18:39.491Z] Step 8/22 : COPY . . [2021-01-05T07:18:39.571Z] (2/12) Installing file (5.38-r0) [2021-01-05T07:18:39.571Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T07:18:39.841Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T07:18:40.073Z] Removing intermediate container e4a03316d49a [2021-01-05T07:18:40.074Z] ---> be616558556f [2021-01-05T07:18:40.074Z] Step 8/24 : COPY . . [2021-01-05T07:18:44.130Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T07:18:44.130Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T07:18:44.130Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T07:18:44.130Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T07:18:44.130Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T07:18:44.130Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T07:18:44.401Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T07:18:44.401Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T07:18:44.674Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:18:44.674Z] OK: 217 MiB in 51 packages [2021-01-05T07:18:45.400Z] Removing intermediate container 0f95b8e7a940 [2021-01-05T07:18:45.400Z] ---> d255f9026bde [2021-01-05T07:18:45.400Z] Step 8/21 : COPY . . [2021-01-05T07:18:48.974Z] Removing intermediate container 56fe45f8e09d [2021-01-05T07:18:48.974Z] ---> 65d3bfca6799 [2021-01-05T07:18:48.974Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T07:18:48.974Z] ---> Running in 8beaeed7be30 [2021-01-05T07:18:49.248Z] Removing intermediate container 8beaeed7be30 [2021-01-05T07:18:49.248Z] ---> c702b87051bb [2021-01-05T07:18:49.248Z] Step 5/6 : COPY go.mod . [2021-01-05T07:18:49.846Z] ---> ff0932dcca8a [2021-01-05T07:18:49.846Z] Step 6/6 : RUN go mod download [2021-01-05T07:18:50.119Z] ---> Running in 6c372cd1d8f4 [2021-01-05T07:19:16.932Z] Removing intermediate container 6c372cd1d8f4 [2021-01-05T07:19:16.932Z] ---> 64ea2c48ee05 [2021-01-05T07:19:16.932Z] Successfully built 64ea2c48ee05 [2021-01-05T07:19:16.932Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:19:17.272Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T07:19:17.272Z] . [Pipeline] withDockerContainer [2021-01-05T07:19:17.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container [2021-01-05T07:19:17.611Z] $ 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 [2021-01-05T07:19:17.646Z] ---> 8c6efda70580 [2021-01-05T07:19:17.646Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T07:19:17.646Z] ---> Running in 3420ec707840 [2021-01-05T07:19:17.646Z] ---> cc02bc610862 [2021-01-05T07:19:17.646Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T07:19:17.646Z] ---> 95402bbce35c [2021-01-05T07:19:17.646Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T07:19:17.646Z] ---> 0f3189db59d9 [2021-01-05T07:19:17.646Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T07:19:17.912Z] ---> f83a25d8bd89 [2021-01-05T07:19:17.912Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T07:19:17.912Z] ---> Running in 4284d3ae43c8 [2021-01-05T07:19:17.912Z] ---> Running in 96c11f8688fa [2021-01-05T07:19:17.912Z] ---> Running in 5db7bbeb5ff9 [2021-01-05T07:19:17.912Z] ---> Running in 99a77892bb95 [2021-01-05T07:19:18.878Z] 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 [2021-01-05T07:19:18.879Z] 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 [2021-01-05T07:19:18.879Z] 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 [2021-01-05T07:19:19.084Z] $ docker top caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f -eo pid,comm [2021-01-05T07:19:19.143Z] 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 [2021-01-05T07:19:19.143Z] 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 [2021-01-05T07:19:20.103Z] + go version [2021-01-05T07:19:20.103Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T07:19:20.109Z] $ docker stop --time=1 caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f [2021-01-05T07:19:22.108Z] $ docker rm -f caa1116ee5275ca4a76028af2f06235f54979b7836c0eb3ab315d40d7b46770f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:19:23.138Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T07:19:23.138Z] . [Pipeline] withDockerContainer [2021-01-05T07:19:23.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container [2021-01-05T07:19:23.461Z] $ 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 [2021-01-05T07:19:24.765Z] $ docker top 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T07:19:25.121Z] ========================================================= [2021-01-05T07:19:25.121Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T07:19:25.121Z] ========================================================= [Pipeline] sh [2021-01-05T07:19:25.766Z] + make test [2021-01-05T07:19:25.766Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T07:19:45.851Z] 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 [2021-01-05T07:19:45.851Z] 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 [2021-01-05T07:19:47.940Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T07:19:51.203Z] Removing intermediate container 5db7bbeb5ff9 [2021-01-05T07:19:51.203Z] ---> cdbd285a27a7 [2021-01-05T07:19:51.203Z] [2021-01-05T07:19:51.203Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T07:19:51.203Z] 3.12: Pulling from library/alpine [2021-01-05T07:19:51.488Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T07:19:51.488Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T07:19:51.488Z] ---> 389fef711851 [2021-01-05T07:19:51.488Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:19:54.843Z] ---> Running in 8dfcf7ba55ac [2021-01-05T07:19:55.813Z] Removing intermediate container 99a77892bb95 [2021-01-05T07:19:55.813Z] ---> 20535174327e [2021-01-05T07:19:55.813Z] [2021-01-05T07:19:55.813Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T07:19:55.813Z] ---> 389fef711851 [2021-01-05T07:19:55.813Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T07:19:55.813Z] Removing intermediate container 96c11f8688fa [2021-01-05T07:19:55.813Z] ---> 90a67e292d24 [2021-01-05T07:19:55.813Z] [2021-01-05T07:19:55.813Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T07:19:55.813Z] ---> 389fef711851 [2021-01-05T07:19:55.813Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:19:55.813Z] ---> Running in 966cc7fb6b63 [2021-01-05T07:19:55.813Z] ---> Running in b33dda0a294a [2021-01-05T07:19:56.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.710Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:19:56.710Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:19:56.710Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:19:56.710Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:19:56.710Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:19:56.710Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:56.710Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:19:56.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.710Z] OK: 7 MiB in 19 packages [2021-01-05T07:19:56.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:56.992Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:19:56.992Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:19:56.992Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:19:56.992Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:19:57.259Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:19:57.259Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T07:19:57.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:57.259Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:19:57.259Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:19:57.259Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T07:19:57.259Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T07:19:57.259Z] OK: 7 MiB in 19 packages [2021-01-05T07:19:57.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:57.259Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:19:57.259Z] OK: 7 MiB in 18 packages [2021-01-05T07:20:00.576Z] Removing intermediate container 8dfcf7ba55ac [2021-01-05T07:20:00.576Z] ---> b9a18323b5a8 [2021-01-05T07:20:00.576Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T07:20:01.152Z] Removing intermediate container 3420ec707840 [2021-01-05T07:20:01.152Z] ---> ad9d3ecf04bb [2021-01-05T07:20:01.152Z] [2021-01-05T07:20:01.152Z] Step 10/22 : FROM scratch [2021-01-05T07:20:01.152Z] ---> [2021-01-05T07:20:01.152Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:20:01.152Z] Removing intermediate container 4284d3ae43c8 [2021-01-05T07:20:01.152Z] ---> 3df20b6b1c93 [2021-01-05T07:20:01.152Z] [2021-01-05T07:20:01.152Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T07:20:01.152Z] ---> 389fef711851 [2021-01-05T07:20:01.152Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:20:02.103Z] ---> Running in 9c4267d219e4 [2021-01-05T07:20:02.103Z] ---> Running in 5e0471b98d4d [2021-01-05T07:20:02.103Z] ---> Running in 4400ea50ef5f [2021-01-05T07:20:02.103Z] Removing intermediate container b33dda0a294a [2021-01-05T07:20:02.103Z] ---> 23481c2e9e52 [2021-01-05T07:20:02.103Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:20:02.103Z] Removing intermediate container 966cc7fb6b63 [2021-01-05T07:20:02.103Z] ---> 01a5b573bb8d [2021-01-05T07:20:02.103Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:20:02.366Z] ---> Running in a39d2b1e6c34 [2021-01-05T07:20:02.366Z] ---> Running in 7d57cf8ae309 [2021-01-05T07:20:02.366Z] Removing intermediate container 9c4267d219e4 [2021-01-05T07:20:02.366Z] ---> 6713b25262ce [2021-01-05T07:20:02.366Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T07:20:02.366Z] Removing intermediate container 4400ea50ef5f [2021-01-05T07:20:02.366Z] ---> ff3bda0b5e68 [2021-01-05T07:20:02.366Z] Step 13/22 : WORKDIR / [2021-01-05T07:20:02.366Z] Removing intermediate container 5e0471b98d4d [2021-01-05T07:20:02.366Z] ---> 4cad7abfd5e4 [2021-01-05T07:20:02.366Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T07:20:02.366Z] ---> Running in 6e12c73d75d7 [2021-01-05T07:20:02.630Z] ---> Running in 0ec75f9fb459 [2021-01-05T07:20:02.630Z] ---> Running in 98623321b83d [2021-01-05T07:20:02.630Z] Removing intermediate container 7d57cf8ae309 [2021-01-05T07:20:02.630Z] ---> a4b7a5356535 [2021-01-05T07:20:02.630Z] Step 13/24 : WORKDIR / [2021-01-05T07:20:02.630Z] Removing intermediate container a39d2b1e6c34 [2021-01-05T07:20:02.630Z] ---> f80d4eef2e98 [2021-01-05T07:20:02.630Z] Step 13/21 : WORKDIR /edgex [2021-01-05T07:20:02.898Z] Removing intermediate container 6e12c73d75d7 [2021-01-05T07:20:02.898Z] ---> 86fa55cc17e7 [2021-01-05T07:20:02.898Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:20:02.898Z] ---> Running in d466d5b06a14 [2021-01-05T07:20:02.898Z] ---> Running in e877b2598077 [2021-01-05T07:20:02.898Z] ---> Running in ab9c4b6e2231 [2021-01-05T07:20:03.161Z] Removing intermediate container 0ec75f9fb459 [2021-01-05T07:20:03.161Z] ---> 21ef64fbdc29 [2021-01-05T07:20:03.161Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T07:20:03.161Z] Removing intermediate container 98623321b83d [2021-01-05T07:20:03.161Z] ---> 5432277ae6c6 [2021-01-05T07:20:03.161Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T07:20:03.161Z] ---> Running in 2a1ff3ed525c [2021-01-05T07:20:03.742Z] Removing intermediate container d466d5b06a14 [2021-01-05T07:20:03.742Z] ---> 93d16397de6e [2021-01-05T07:20:03.742Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T07:20:03.742Z] Removing intermediate container ab9c4b6e2231 [2021-01-05T07:20:03.742Z] ---> 37bd0983b35b [2021-01-05T07:20:03.742Z] Step 14/22 : WORKDIR / [2021-01-05T07:20:04.011Z] Removing intermediate container e877b2598077 [2021-01-05T07:20:04.011Z] ---> 76706c5806db [2021-01-05T07:20:04.011Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T07:20:04.011Z] Removing intermediate container 2a1ff3ed525c [2021-01-05T07:20:04.011Z] ---> 89975fb78dd2 [2021-01-05T07:20:04.011Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:04.011Z] ---> 30dd592a8461 [2021-01-05T07:20:04.011Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T07:20:04.011Z] ---> Running in f0927a97b9b6 [2021-01-05T07:20:04.011Z] ---> Running in 77683540d5a5 [2021-01-05T07:20:04.600Z] ---> c5fd8efef6ed [2021-01-05T07:20:04.600Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T07:20:04.600Z] ---> 089b9ac920f1 [2021-01-05T07:20:04.600Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T07:20:04.600Z] Removing intermediate container f0927a97b9b6 [2021-01-05T07:20:04.600Z] ---> cc4cd54eaeae [2021-01-05T07:20:04.600Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T07:20:04.600Z] ---> 00ad90d2949b [2021-01-05T07:20:04.600Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T07:20:04.867Z] ---> a64a819c2639 [2021-01-05T07:20:04.867Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T07:20:05.138Z] ---> 7aeef5ac0c90 [2021-01-05T07:20:05.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T07:20:05.138Z] ---> d0d467b8f64d [2021-01-05T07:20:05.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T07:20:05.138Z] ---> 6cb35c6f6cb3 [2021-01-05T07:20:05.138Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T07:20:05.405Z] ---> 4c6907be10ef [2021-01-05T07:20:05.405Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T07:20:05.669Z] ---> ed938e29ad40 [2021-01-05T07:20:05.669Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T07:20:05.933Z] ---> 3432218cece9 [2021-01-05T07:20:05.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T07:20:05.933Z] ---> 094d54302512 [2021-01-05T07:20:05.933Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T07:20:06.507Z] ---> Running in 160a4e4d4492 [2021-01-05T07:20:06.770Z] Removing intermediate container 77683540d5a5 [2021-01-05T07:20:06.770Z] ---> 53cc75bd2242 [2021-01-05T07:20:06.770Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T07:20:06.770Z] ---> f329f4b329f8 [2021-01-05T07:20:06.770Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T07:20:06.770Z] ---> d0b23258df14 [2021-01-05T07:20:06.770Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T07:20:07.034Z] ---> 51ee7c15f493 [2021-01-05T07:20:07.034Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T07:20:07.034Z] ---> Running in dc9fd27d130d [2021-01-05T07:20:07.034Z] ---> Running in 3bac7fb03a67 [2021-01-05T07:20:07.034Z] ---> Running in 7870fafad72a [2021-01-05T07:20:07.298Z] ---> ae07d1518df0 [2021-01-05T07:20:07.298Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T07:20:07.560Z] Removing intermediate container dc9fd27d130d [2021-01-05T07:20:07.560Z] ---> 0a98ae17ef57 [2021-01-05T07:20:07.560Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:20:07.560Z] ---> Running in 0aa9a7f8cb95 [2021-01-05T07:20:07.560Z] Removing intermediate container 7870fafad72a [2021-01-05T07:20:07.560Z] ---> 833667a13191 [2021-01-05T07:20:07.560Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T07:20:07.821Z] ---> Running in 39aec9945ea7 [2021-01-05T07:20:07.821Z] ---> Running in 12fa83adc30f [2021-01-05T07:20:07.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:08.396Z] Removing intermediate container 39aec9945ea7 [2021-01-05T07:20:08.396Z] ---> 8f03854d96e0 [2021-01-05T07:20:08.396Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:20:08.396Z] Removing intermediate container 12fa83adc30f [2021-01-05T07:20:08.396Z] ---> 7cf6aef9d30b [2021-01-05T07:20:08.396Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T07:20:08.396Z] ---> Running in b97a95c6a9a7 [2021-01-05T07:20:08.396Z] ---> Running in 0e10a06481de [2021-01-05T07:20:08.396Z] Removing intermediate container 160a4e4d4492 [2021-01-05T07:20:08.396Z] ---> 8548d04f433a [2021-01-05T07:20:08.396Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T07:20:08.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:08.658Z] ---> Running in 31425fe1ffaf [2021-01-05T07:20:08.658Z] Removing intermediate container b97a95c6a9a7 [2021-01-05T07:20:08.658Z] ---> 9e850d315fb5 [2021-01-05T07:20:08.658Z] Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:20:08.921Z] Removing intermediate container 0e10a06481de [2021-01-05T07:20:08.921Z] ---> 93af9547c3a2 [2021-01-05T07:20:08.921Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:20:08.921Z] ---> Running in 55b4c7f87558 [2021-01-05T07:20:08.921Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T07:20:09.183Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T07:20:09.183Z] ---> Running in 811f2d375173 [2021-01-05T07:20:09.183Z] Removing intermediate container 31425fe1ffaf [2021-01-05T07:20:09.183Z] ---> 85b92f3836f6 [2021-01-05T07:20:09.183Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:20:09.183Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T07:20:09.183Z] Removing intermediate container 55b4c7f87558 [2021-01-05T07:20:09.183Z] ---> 56bca11b4319 [2021-01-05T07:20:09.183Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T07:20:09.447Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T07:20:09.447Z] ---> Running in 3d3c256fcd50 [2021-01-05T07:20:09.447Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T07:20:09.447Z] ---> Running in 5c28a960850a [2021-01-05T07:20:09.447Z] Removing intermediate container 0aa9a7f8cb95 [2021-01-05T07:20:09.447Z] Removing intermediate container 811f2d375173 [2021-01-05T07:20:09.447Z] ---> dfa846f3c360 [2021-01-05T07:20:09.447Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:20:09.447Z] ---> 08c9b1e6efce [2021-01-05T07:20:09.447Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T07:20:09.447Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:20:09.447Z] OK: 8 MiB in 19 packages [2021-01-05T07:20:09.714Z] ---> Running in 524a7e10a513 [2021-01-05T07:20:09.714Z] ---> Running in 37f8846f087e [2021-01-05T07:20:09.714Z] Removing intermediate container 3d3c256fcd50 [2021-01-05T07:20:09.714Z] ---> 5714221cbb2d [2021-01-05T07:20:09.714Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:20:09.976Z] Removing intermediate container 5c28a960850a [2021-01-05T07:20:09.976Z] ---> ed4c858b00ac [2021-01-05T07:20:09.976Z] [2021-01-05T07:20:09.976Z] ---> Running in 67e312feb68d [2021-01-05T07:20:09.976Z] Removing intermediate container 524a7e10a513 [2021-01-05T07:20:09.976Z] ---> 75b20cc739fe [2021-01-05T07:20:09.976Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T07:20:10.238Z] Removing intermediate container 37f8846f087e [2021-01-05T07:20:10.238Z] ---> 437fa085c08c [2021-01-05T07:20:10.238Z] [2021-01-05T07:20:10.238Z] Successfully built ed4c858b00ac [2021-01-05T07:20:10.238Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T07:20:10.238Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-05T07:20:10.502Z] ---> Running in 377c3b45659f [2021-01-05T07:20:10.502Z] Successfully built 437fa085c08c [2021-01-05T07:20:10.502Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T07:20:10.502Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-05T07:20:10.502Z] Removing intermediate container 67e312feb68d [2021-01-05T07:20:10.502Z] ---> 2580dce571e5 [2021-01-05T07:20:10.502Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:20:10.502Z] Removing intermediate container 3bac7fb03a67 [2021-01-05T07:20:10.502Z] ---> 9b98d11c5b06 [2021-01-05T07:20:10.502Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T07:20:10.764Z] ---> Running in 84d586a3e578 [2021-01-05T07:20:10.764Z] Removing intermediate container 377c3b45659f [2021-01-05T07:20:10.764Z] ---> 99e0471e35a2 [2021-01-05T07:20:10.764Z] Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:20:10.764Z] ---> Running in 983aea1ac427 [2021-01-05T07:20:11.033Z] Removing intermediate container 84d586a3e578 [2021-01-05T07:20:11.033Z] ---> 19c10e894170 [2021-01-05T07:20:11.033Z] [2021-01-05T07:20:11.033Z] ---> fa16608be61b [2021-01-05T07:20:11.033Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T07:20:11.033Z] Successfully built 19c10e894170 [2021-01-05T07:20:11.300Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T07:20:11.300Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-05T07:20:11.300Z] Removing intermediate container 983aea1ac427 [2021-01-05T07:20:11.300Z] ---> 7948da3e5575 [2021-01-05T07:20:11.300Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T07:20:11.562Z] ---> Running in 38ca7f6b547a [2021-01-05T07:20:11.825Z] ---> f774856d8552 [2021-01-05T07:20:11.825Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T07:20:12.781Z] Removing intermediate container 38ca7f6b547a [2021-01-05T07:20:12.781Z] ---> ed6718f9f646 [2021-01-05T07:20:12.781Z] [2021-01-05T07:20:13.732Z] Successfully built ed6718f9f646 [2021-01-05T07:20:13.997Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T07:20:13.997Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-05T07:20:16.169Z] ---> 056ca3641162 [2021-01-05T07:20:16.170Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T07:20:17.586Z] ---> Running in 97c731ce30ae [2021-01-05T07:20:18.545Z] Removing intermediate container 97c731ce30ae [2021-01-05T07:20:18.545Z] ---> e485f735e994 [2021-01-05T07:20:18.545Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:20:21.863Z] ---> Running in 03f38bc221fa [2021-01-05T07:20:21.863Z] Removing intermediate container 03f38bc221fa [2021-01-05T07:20:21.863Z] ---> 89945701bfc1 [2021-01-05T07:20:21.863Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T07:20:21.863Z] ---> Running in 20ad31bff65b [2021-01-05T07:20:21.863Z] Removing intermediate container 20ad31bff65b [2021-01-05T07:20:21.863Z] ---> 8cb2fd09df6b [2021-01-05T07:20:21.863Z] Step 22/23 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:20:22.133Z] ---> Running in 3afcfa0dd920 [2021-01-05T07:20:22.133Z] Removing intermediate container 3afcfa0dd920 [2021-01-05T07:20:22.133Z] ---> 60414e079ee0 [2021-01-05T07:20:22.133Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T07:20:22.133Z] ---> Running in d64a39a16dd5 [2021-01-05T07:20:22.397Z] Removing intermediate container d64a39a16dd5 [2021-01-05T07:20:22.397Z] ---> fd945006f090 [2021-01-05T07:20:22.397Z] [2021-01-05T07:20:22.661Z] Successfully built fd945006f090 [2021-01-05T07:20:22.661Z] Successfully tagged docker-core-data-go:latest [2021-01-05T07:20:34.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T07:20:35.056Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:20:35.057Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:20:35.057Z] ---> c1fb69b6f8c6 [2021-01-05T07:20:35.057Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T07:20:35.057Z] ---> Using cache [2021-01-05T07:20:35.057Z] ---> 7cfa4f38276c [2021-01-05T07:20:35.057Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:35.057Z] ---> Using cache [2021-01-05T07:20:35.057Z] ---> 3e27116d5508 [2021-01-05T07:20:35.057Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T07:20:35.633Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:20:35.633Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:20:35.633Z] ---> c1fb69b6f8c6 [2021-01-05T07:20:35.633Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:20:35.633Z] ---> Using cache [2021-01-05T07:20:35.633Z] ---> 7cfa4f38276c [2021-01-05T07:20:35.633Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:35.633Z] ---> Using cache [2021-01-05T07:20:35.633Z] ---> 3e27116d5508 [2021-01-05T07:20:35.633Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:20:35.633Z] ---> Using cache [2021-01-05T07:20:35.633Z] ---> 5f3cbd73baab [2021-01-05T07:20:35.633Z] Step 6/21 : COPY go.mod . [2021-01-05T07:20:35.633Z] ---> Using cache [2021-01-05T07:20:35.633Z] ---> e3046cc6ce8c [2021-01-05T07:20:35.633Z] Step 7/21 : RUN go mod download [2021-01-05T07:20:35.633Z] ---> Using cache [2021-01-05T07:20:35.633Z] ---> d255f9026bde [2021-01-05T07:20:35.633Z] Step 8/21 : COPY . . [2021-01-05T07:20:35.895Z] ---> Using cache [2021-01-05T07:20:35.895Z] ---> f83a25d8bd89 [2021-01-05T07:20:35.895Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T07:20:35.895Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:20:35.895Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:20:35.895Z] ---> c1fb69b6f8c6 [2021-01-05T07:20:35.895Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:20:35.895Z] ---> Using cache [2021-01-05T07:20:35.895Z] ---> 7cfa4f38276c [2021-01-05T07:20:35.895Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:35.895Z] ---> Using cache [2021-01-05T07:20:35.895Z] ---> 3e27116d5508 [2021-01-05T07:20:35.895Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T07:20:36.468Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:20:36.468Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:20:36.468Z] ---> c1fb69b6f8c6 [2021-01-05T07:20:36.468Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> 7cfa4f38276c [2021-01-05T07:20:36.468Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> 3e27116d5508 [2021-01-05T07:20:36.468Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> 5f3cbd73baab [2021-01-05T07:20:36.468Z] Step 6/22 : COPY go.mod . [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> e3046cc6ce8c [2021-01-05T07:20:36.468Z] Step 7/22 : RUN go mod download [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> d255f9026bde [2021-01-05T07:20:36.468Z] Step 8/22 : COPY . . [2021-01-05T07:20:36.468Z] ---> Using cache [2021-01-05T07:20:36.468Z] ---> f83a25d8bd89 [2021-01-05T07:20:36.468Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T07:20:37.881Z] ---> Running in b0db8f686955 [2021-01-05T07:20:37.881Z] ---> Running in e40664cb8c29 [2021-01-05T07:20:37.881Z] ---> Running in 35f7ffd1a607 [2021-01-05T07:20:37.881Z] ---> Running in 8bd239e01605 [2021-01-05T07:20:39.275Z] 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 [2021-01-05T07:20:39.275Z] 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 [2021-01-05T07:20:39.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:39.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:39.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T07:20:39.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:39.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:40.129Z] OK: 233 MiB in 51 packages [2021-01-05T07:20:40.129Z] OK: 233 MiB in 51 packages [2021-01-05T07:20:41.558Z] Removing intermediate container 8bd239e01605 [2021-01-05T07:20:41.558Z] ---> 3a2c4444e8be [2021-01-05T07:20:41.558Z] Step 6/26 : COPY go.mod . [2021-01-05T07:20:41.837Z] Removing intermediate container b0db8f686955 [2021-01-05T07:20:41.837Z] ---> 77bc719b4002 [2021-01-05T07:20:41.837Z] Step 6/24 : COPY go.mod . [2021-01-05T07:20:41.964Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T07:20:41.964Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T07:20:41.964Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T07:20:41.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T07:20:41.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T07:20:42.106Z] ---> 016f8a96ab21 [2021-01-05T07:20:42.106Z] Step 7/26 : RUN go mod download [2021-01-05T07:20:42.377Z] ---> c2cdff4ea7bb [2021-01-05T07:20:42.377Z] Step 7/24 : RUN go mod download [2021-01-05T07:20:42.377Z] ---> Running in 97210f62c771 [2021-01-05T07:20:42.377Z] ---> Running in 899b93b07058 [2021-01-05T07:20:42.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T07:20:45.223Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T07:20:45.766Z] Removing intermediate container 899b93b07058 [2021-01-05T07:20:45.766Z] ---> ad5c0aa21a76 [2021-01-05T07:20:45.766Z] Step 8/24 : COPY . . [2021-01-05T07:20:45.766Z] Removing intermediate container 97210f62c771 [2021-01-05T07:20:45.766Z] ---> 5fa93bc13ae0 [2021-01-05T07:20:45.766Z] Step 8/26 : COPY . . [2021-01-05T07:20:45.828Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T07:20:52.769Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T07:20:52.769Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T07:20:52.769Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T07:20:59.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.274s coverage: 46.6% of statements [2021-01-05T07:20:59.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T07:20:59.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T07:20:59.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T07:20:59.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T07:20:59.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T07:21:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.0% of statements [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T07:21:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T07:21:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.109s coverage: 100.0% of statements [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T07:21:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 76.7% of statements [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T07:21:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.777s coverage: 82.7% of statements [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T07:21:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T07:21:12.563Z] Removing intermediate container e40664cb8c29 [2021-01-05T07:21:12.563Z] ---> f060d9687b92 [2021-01-05T07:21:12.563Z] [2021-01-05T07:21:12.563Z] Step 10/21 : FROM scratch [2021-01-05T07:21:12.563Z] ---> [2021-01-05T07:21:12.563Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:12.563Z] Removing intermediate container 35f7ffd1a607 [2021-01-05T07:21:12.563Z] ---> 26934f68db3b [2021-01-05T07:21:12.563Z] [2021-01-05T07:21:12.563Z] Step 10/22 : FROM scratch [2021-01-05T07:21:12.563Z] ---> [2021-01-05T07:21:12.563Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:12.563Z] ---> 6bec9e4d29d1 [2021-01-05T07:21:12.563Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T07:21:12.563Z] ---> Running in 10385109f2b4 [2021-01-05T07:21:12.563Z] ---> Using cache [2021-01-05T07:21:12.563Z] ---> 6713b25262ce [2021-01-05T07:21:12.563Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T07:21:12.563Z] ---> Using cache [2021-01-05T07:21:12.563Z] ---> 6713b25262ce [2021-01-05T07:21:12.563Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T07:21:12.563Z] ---> Running in 7265f72e452d [2021-01-05T07:21:12.563Z] ---> Running in f502f3c4078c [2021-01-05T07:21:12.563Z] ---> ace6b226434b [2021-01-05T07:21:12.563Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T07:21:12.563Z] ---> Running in 5ffb0667bcd9 [2021-01-05T07:21:12.829Z] Removing intermediate container f502f3c4078c [2021-01-05T07:21:12.829Z] ---> b95ec2e14f8a [2021-01-05T07:21:12.829Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:21:12.829Z] Removing intermediate container 7265f72e452d [2021-01-05T07:21:12.829Z] ---> 057e688ed67c [2021-01-05T07:21:12.829Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T07:21:12.829Z] 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 [2021-01-05T07:21:13.114Z] ---> Running in 3ece1b921212 [2021-01-05T07:21:13.114Z] ---> Running in 553bd12558d1 [2021-01-05T07:21:13.380Z] Removing intermediate container 3ece1b921212 [2021-01-05T07:21:13.380Z] ---> fe213b547d57 [2021-01-05T07:21:13.380Z] Step 14/22 : WORKDIR / [2021-01-05T07:21:13.380Z] Removing intermediate container 553bd12558d1 [2021-01-05T07:21:13.380Z] ---> d3ad26cbf723 [2021-01-05T07:21:13.380Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T07:21:13.380Z] ---> Running in fd7a32095f95 [2021-01-05T07:21:13.380Z] 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 [2021-01-05T07:21:13.656Z] Removing intermediate container fd7a32095f95 [2021-01-05T07:21:13.656Z] ---> 92577111f80e [2021-01-05T07:21:13.656Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T07:21:13.656Z] ---> 2383973df382 [2021-01-05T07:21:13.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T07:21:14.262Z] ---> 3101bd4f1adb [2021-01-05T07:21:14.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T07:21:14.546Z] ---> b4ab2645a166 [2021-01-05T07:21:14.546Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:14.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T07:21:14.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T07:21:14.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T07:21:14.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.313s coverage: 86.7% of statements [2021-01-05T07:21:14.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T07:21:14.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements [2021-01-05T07:21:14.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T07:21:15.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-01-05T07:21:15.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T07:21:15.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T07:21:15.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T07:21:15.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T07:21:15.149Z] ---> d647c4a66a85 [2021-01-05T07:21:15.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:15.149Z] ---> 2295d7210500 [2021-01-05T07:21:15.149Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T07:21:15.149Z] ---> Running in 670d9c8c89fb [2021-01-05T07:21:15.430Z] ---> ce946141df5c [2021-01-05T07:21:15.430Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T07:21:15.707Z] Removing intermediate container 670d9c8c89fb [2021-01-05T07:21:15.707Z] ---> c26c47428021 [2021-01-05T07:21:15.707Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:15.707Z] ---> Running in 45cdbdadcebf [2021-01-05T07:21:15.707Z] ---> Running in 237cb4c8a6b3 [2021-01-05T07:21:15.989Z] Removing intermediate container 45cdbdadcebf [2021-01-05T07:21:15.990Z] ---> ef549aeb922d [2021-01-05T07:21:15.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:16.982Z] Removing intermediate container 237cb4c8a6b3 [2021-01-05T07:21:16.982Z] ---> fbc01beb1450 [2021-01-05T07:21:16.982Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T07:21:17.575Z] ---> Running in 7813d746d5a8 [2021-01-05T07:21:17.575Z] ---> Running in 4a1f939a3833 [2021-01-05T07:21:17.575Z] Removing intermediate container 7813d746d5a8 [2021-01-05T07:21:17.575Z] ---> 5c4595beeef8 [2021-01-05T07:21:17.575Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:21:17.839Z] ---> Running in 60603a7c093a [2021-01-05T07:21:17.839Z] Removing intermediate container 4a1f939a3833 [2021-01-05T07:21:17.839Z] ---> f0c84ce3c23b [2021-01-05T07:21:17.839Z] Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:21:18.110Z] ---> Running in 3a60e48a543a [2021-01-05T07:21:18.110Z] Removing intermediate container 60603a7c093a [2021-01-05T07:21:18.110Z] ---> 762fcb07d12c [2021-01-05T07:21:18.110Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:21:18.381Z] ---> Running in 32939cd47551 [2021-01-05T07:21:18.381Z] Removing intermediate container 3a60e48a543a [2021-01-05T07:21:18.381Z] ---> 600d54f9707e [2021-01-05T07:21:18.381Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T07:21:18.650Z] ---> Running in 1df314908078 [2021-01-05T07:21:18.917Z] Removing intermediate container 32939cd47551 [2021-01-05T07:21:18.918Z] ---> 676295c99f4a [2021-01-05T07:21:18.918Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:21:18.918Z] ---> Running in f240b0793c46 [2021-01-05T07:21:18.918Z] Removing intermediate container 1df314908078 [2021-01-05T07:21:18.918Z] ---> 4932adf429ba [2021-01-05T07:21:18.918Z] [2021-01-05T07:21:19.186Z] Successfully built 4932adf429ba [2021-01-05T07:21:19.454Z] Removing intermediate container f240b0793c46 [2021-01-05T07:21:19.454Z] ---> b95c1d5f2942 [2021-01-05T07:21:19.454Z] [2021-01-05T07:21:19.454Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T07:21:19.454Z]  Building docker-support-scheduler-go ... done Successfully built b95c1d5f2942 [2021-01-05T07:21:19.454Z] Successfully tagged docker-core-command-go:latest [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.124s coverage: 93.8% of statements [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.149s coverage: 0.1% of statements [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-01-05T07:21:23.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements [2021-01-05T07:21:23.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-01-05T07:21:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-05T07:21:26.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements [2021-01-05T07:21:26.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T07:21:28.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 63.5% of statements [2021-01-05T07:21:28.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T07:21:28.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T07:21:28.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-05T07:21:28.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-01-05T07:21:28.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-01-05T07:21:28.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-01-05T07:21:29.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-01-05T07:21:29.550Z]  Building docker-core-command-go ... done Removing intermediate container 5ffb0667bcd9 [2021-01-05T07:21:29.550Z] ---> 64a2b551b4bb [2021-01-05T07:21:29.550Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T07:21:29.550Z] Removing intermediate container 10385109f2b4 [2021-01-05T07:21:29.550Z] ---> 8ae0ec0ad797 [2021-01-05T07:21:29.550Z] [2021-01-05T07:21:29.550Z] Step 10/24 : FROM scratch [2021-01-05T07:21:29.550Z] ---> [2021-01-05T07:21:29.550Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T07:21:29.550Z] ---> Running in 43d5953ef917 [2021-01-05T07:21:29.550Z] ---> Running in 8868813c7a20 [2021-01-05T07:21:29.812Z] Removing intermediate container 8868813c7a20 [2021-01-05T07:21:29.812Z] ---> 4be00711af73 [2021-01-05T07:21:29.812Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T07:21:29.812Z] ---> Running in bff10d6afbbe [2021-01-05T07:21:30.074Z] Removing intermediate container bff10d6afbbe [2021-01-05T07:21:30.074Z] ---> 61986acac92f [2021-01-05T07:21:30.074Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T07:21:30.074Z] 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 [2021-01-05T07:21:30.074Z] ---> Running in 3a3a0a2f38fc [2021-01-05T07:21:30.344Z] Removing intermediate container 3a3a0a2f38fc [2021-01-05T07:21:30.344Z] ---> 7bee4becb81b [2021-01-05T07:21:30.344Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T07:21:30.344Z] ---> f84c5e148e75 [2021-01-05T07:21:30.344Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T07:21:31.738Z] ---> ebcf57636ff2 [2021-01-05T07:21:31.738Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T07:21:31.738Z] Removing intermediate container 43d5953ef917 [2021-01-05T07:21:31.738Z] ---> 633726647a60 [2021-01-05T07:21:31.738Z] [2021-01-05T07:21:31.738Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T07:21:31.738Z] 20.10.0: Pulling from library/docker [2021-01-05T07:21:32.001Z] ---> 0b1538b49b9a [2021-01-05T07:21:32.001Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T07:21:32.267Z] ---> e7bb200664bf [2021-01-05T07:21:32.267Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T07:21:33.667Z] ---> 8fe54a036daf [2021-01-05T07:21:33.667Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:33.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.981s coverage: 55.9% of statements [2021-01-05T07:21:33.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T07:21:33.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T07:21:33.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T07:21:33.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T07:21:33.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T07:21:34.243Z] ---> fd3a3ad9fc6f [2021-01-05T07:21:34.243Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T07:21:34.243Z] ---> Running in 56d4fb0fc8b8 [2021-01-05T07:21:34.515Z] Removing intermediate container 56d4fb0fc8b8 [2021-01-05T07:21:34.515Z] ---> 746641baf273 [2021-01-05T07:21:34.515Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:34.779Z] ---> Running in 9fe9c44d10e9 [2021-01-05T07:21:35.041Z] Removing intermediate container 9fe9c44d10e9 [2021-01-05T07:21:35.041Z] ---> e5909897fefd [2021-01-05T07:21:35.041Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T07:21:35.041Z] ---> Running in c6fbf137606c [2021-01-05T07:21:35.303Z] Removing intermediate container c6fbf137606c [2021-01-05T07:21:35.303Z] ---> 4a3dab071289 [2021-01-05T07:21:35.303Z] Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:21:35.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.396s coverage: 37.0% of statements [2021-01-05T07:21:35.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T07:21:35.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T07:21:35.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.648s coverage: 84.0% of statements [2021-01-05T07:21:35.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-05T07:21:35.565Z] ---> Running in 9efdf208558f [2021-01-05T07:21:36.513Z] Removing intermediate container 9efdf208558f [2021-01-05T07:21:36.513Z] ---> 5edc92dceaa6 [2021-01-05T07:21:36.513Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T07:21:36.776Z] ---> Running in 436f663a1f62 [2021-01-05T07:21:37.038Z] Removing intermediate container 436f663a1f62 [2021-01-05T07:21:37.038Z] ---> 61b816b717b1 [2021-01-05T07:21:37.038Z] [2021-01-05T07:21:37.038Z] Successfully built 61b816b717b1 [2021-01-05T07:21:37.038Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T07:21:37.038Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T07:21:37.317Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T07:21:37.317Z] ---> aefe523efa57 [2021-01-05T07:21:37.317Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T07:21:37.317Z] ---> Running in c7c8f1f18833 [2021-01-05T07:21:37.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:37.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:38.156Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T07:21:38.156Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T07:21:38.156Z] Executing bash-5.0.17-r0.post-install [2021-01-05T07:21:38.156Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:38.156Z] OK: 12 MiB in 22 packages [2021-01-05T07:21:38.728Z] Removing intermediate container c7c8f1f18833 [2021-01-05T07:21:38.728Z] ---> 3b57f6e8b27f [2021-01-05T07:21:38.728Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T07:21:38.991Z] ---> Running in 989343ed64cc [2021-01-05T07:21:38.991Z] Removing intermediate container 989343ed64cc [2021-01-05T07:21:38.991Z] ---> 2ae36d307433 [2021-01-05T07:21:38.991Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T07:21:38.991Z] ---> Running in c1dabfcbe91b [2021-01-05T07:21:39.253Z] Removing intermediate container c1dabfcbe91b [2021-01-05T07:21:39.253Z] ---> 0e485b11c114 [2021-01-05T07:21:39.253Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T07:21:39.253Z] ---> Running in 301b3eba58d8 [2021-01-05T07:21:39.514Z] Removing intermediate container 301b3eba58d8 [2021-01-05T07:21:39.514Z] ---> deb26185a3ba [2021-01-05T07:21:39.514Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T07:21:40.089Z] ---> 6c236c895b3c [2021-01-05T07:21:40.089Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:40.351Z] ---> 7159f421bf45 [2021-01-05T07:21:40.351Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T07:21:40.612Z] ---> 5b44fd161474 [2021-01-05T07:21:40.612Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T07:21:40.612Z] ---> Running in d09792376563 [2021-01-05T07:21:41.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:41.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:41.447Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T07:21:41.447Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T07:21:41.447Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T07:21:41.447Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T07:21:41.447Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T07:21:41.447Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T07:21:41.447Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T07:21:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T07:21:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T07:21:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-05T07:21:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T07:21:42.402Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T07:21:42.403Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T07:21:42.403Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T07:21:42.403Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T07:21:42.403Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T07:21:42.403Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T07:21:42.403Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T07:21:42.403Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T07:21:42.665Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T07:21:42.665Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T07:21:42.665Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T07:21:42.665Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T07:21:42.665Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T07:21:42.665Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T07:21:42.665Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T07:21:42.665Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T07:21:42.665Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T07:21:42.665Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T07:21:42.665Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T07:21:42.927Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T07:21:42.927Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T07:21:42.927Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T07:21:42.927Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T07:21:42.927Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T07:21:42.927Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T07:21:42.927Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T07:21:42.927Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:42.927Z] OK: 71 MiB in 55 packages [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.090s coverage: 29.1% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T07:21:47.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements [2021-01-05T07:21:47.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-05T07:21:48.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-05T07:21:49.050Z] GO111MODULE=on go vet ./... [2021-01-05T07:21:51.084Z] Removing intermediate container d09792376563 [2021-01-05T07:21:51.084Z] ---> 2bb715fe6495 [2021-01-05T07:21:51.084Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T07:21:51.347Z] ---> Running in 95fb0eceef30 [2021-01-05T07:21:52.743Z] Collecting docker-compose==1.23.2 [2021-01-05T07:21:52.743Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T07:21:53.005Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T07:21:53.005Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T07:21:53.005Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T07:21:53.005Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T07:21:53.005Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T07:21:53.580Z] Collecting PyYAML<4,>=3.10 [2021-01-05T07:21:53.580Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T07:21:54.532Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T07:21:54.532Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T07:21:55.105Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T07:21:55.105Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T07:21:55.105Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T07:21:55.105Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T07:21:55.370Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T07:21:55.370Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T07:21:55.370Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T07:21:55.632Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T07:21:55.632Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T07:21:55.632Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T07:21:56.205Z] 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) [2021-01-05T07:21:56.205Z] 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) [2021-01-05T07:21:56.205Z] Collecting idna<2.8,>=2.5 [2021-01-05T07:21:56.205Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T07:21:56.205Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T07:21:56.205Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T07:21:56.467Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T07:21:56.467Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T07:21:56.467Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T07:21:56.467Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T07:21:56.467Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T07:21:56.467Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T07:21:56.728Z] Installing collected packages: idna, urllib3, requests, docopt, PyYAML, texttable, cached-property, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-01-05T07:21:56.728Z] Attempting uninstall: idna [2021-01-05T07:21:56.728Z] Found existing installation: idna 2.9 [2021-01-05T07:21:56.728Z] Uninstalling idna-2.9: [2021-01-05T07:21:56.728Z] Successfully uninstalled idna-2.9 [2021-01-05T07:21:56.728Z] Attempting uninstall: urllib3 [2021-01-05T07:21:56.728Z] Found existing installation: urllib3 1.25.9 [2021-01-05T07:21:56.728Z] Uninstalling urllib3-1.25.9: [2021-01-05T07:21:57.046Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T07:21:57.046Z] Attempting uninstall: requests [2021-01-05T07:21:57.046Z] Found existing installation: requests 2.23.0 [2021-01-05T07:21:57.046Z] Uninstalling requests-2.23.0: [2021-01-05T07:21:57.046Z] Successfully uninstalled requests-2.23.0 [2021-01-05T07:21:57.366Z] Running setup.py install for docopt: started [2021-01-05T07:21:57.643Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T07:21:57.643Z] Running setup.py install for PyYAML: started [2021-01-05T07:21:58.260Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T07:21:58.260Z] Running setup.py install for texttable: started [2021-01-05T07:21:58.838Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T07:21:59.101Z] Running setup.py install for dockerpty: started [2021-01-05T07:21:59.672Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T07:21:59.934Z] 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 [2021-01-05T07:22:03.247Z] Removing intermediate container 95fb0eceef30 [2021-01-05T07:22:03.247Z] ---> 72b2efeba134 [2021-01-05T07:22:03.247Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T07:22:03.247Z] ---> Running in c49a62be84d8 [2021-01-05T07:22:03.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:22:03.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:22:04.087Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:22:04.087Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T07:22:04.087Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T07:22:04.087Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:22:04.087Z] OK: 72 MiB in 58 packages [2021-01-05T07:22:04.661Z] Removing intermediate container c49a62be84d8 [2021-01-05T07:22:04.661Z] ---> adbec5b71860 [2021-01-05T07:22:04.661Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T07:22:04.661Z] ---> Running in eb99785b906f [2021-01-05T07:22:04.661Z] Removing intermediate container eb99785b906f [2021-01-05T07:22:04.661Z] ---> dba26688846b [2021-01-05T07:22:04.661Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:22:04.923Z] ---> Running in dc263f2362d7 [2021-01-05T07:22:04.923Z] Removing intermediate container dc263f2362d7 [2021-01-05T07:22:04.923Z] ---> b043dc573483 [2021-01-05T07:22:04.923Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T07:22:05.187Z] ---> Running in 0d4f4dca9e3f [2021-01-05T07:22:05.187Z] Removing intermediate container 0d4f4dca9e3f [2021-01-05T07:22:05.187Z] ---> ab9f3fef992c [2021-01-05T07:22:05.187Z] Step 25/26 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:22:05.187Z] ---> Running in 60748da69a11 [2021-01-05T07:22:05.449Z] Removing intermediate container 60748da69a11 [2021-01-05T07:22:05.449Z] ---> f97290329de0 [2021-01-05T07:22:05.449Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T07:22:05.449Z] ---> Running in 99de20caccbe [2021-01-05T07:22:05.710Z] Removing intermediate container 99de20caccbe [2021-01-05T07:22:05.710Z] ---> 3cf5d4116631 [2021-01-05T07:22:05.710Z] [2021-01-05T07:22:05.973Z] Successfully built 3cf5d4116631 [2021-01-05T07:22:05.974Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T07:22:06.562Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T07:22:06.573Z] $ docker stop --time=1 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 [2021-01-05T07:22:08.214Z] $ docker rm -f 80f7d32402e90eb5f45365e2c8367e8e2d4b71e329623f520a4a1e2a4e68b2b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:22:08.740Z] + docker images [2021-01-05T07:22:08.740Z] + grep docker [2021-01-05T07:22:08.740Z] docker-sys-mgmt-agent-go latest 3cf5d4116631 3 seconds ago 313MB [2021-01-05T07:22:08.740Z] docker-support-notifications-go latest 61b816b717b1 32 seconds ago 12MB [2021-01-05T07:22:08.740Z] docker-core-command-go latest b95c1d5f2942 49 seconds ago 10.6MB [2021-01-05T07:22:08.740Z] docker-support-scheduler-go latest 4932adf429ba 50 seconds ago 10.7MB [2021-01-05T07:22:08.740Z] docker-core-data-go latest fd945006f090 About a minute ago 22.2MB [2021-01-05T07:22:08.740Z] docker-security-secretstore-setup-go latest ed6718f9f646 About a minute ago 24.6MB [2021-01-05T07:22:08.740Z] docker-security-bootstrap-redis-go latest 19c10e894170 About a minute ago 15.8MB [2021-01-05T07:22:08.740Z] docker-core-metadata-go latest 437fa085c08c About a minute ago 13MB [2021-01-05T07:22:08.740Z] docker-security-proxy-setup-go latest ed4c858b00ac About a minute ago 24.5MB [2021-01-05T07:22:08.740Z] 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 [2021-01-05T07:22:24.623Z] Still waiting to schedule task [2021-01-05T07:22:24.624Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-05T07:22:57.118Z] gofmt -l . [2021-01-05T07:22:57.118Z] [ "`gofmt -l .`" = "" ] [2021-01-05T07:22:57.118Z] ./bin/test-go-mod-tidy.sh [2021-01-05T07:22:57.118Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T07:23:01.160Z] + ls -al . [2021-01-05T07:23:01.160Z] total 664 [2021-01-05T07:23:01.160Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 07:22 . [2021-01-05T07:23:01.160Z] drwxr-xr-x 4 root root 4096 Jan 5 07:19 .. [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 07:17 .dockerignore [2021-01-05T07:23:01.160Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 07:18 .git [2021-01-05T07:23:01.160Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 07:17 .github [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 07:17 .gitignore [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 07:17 .sonarcloud.properties [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 07:17 CONTRIBUTING.md [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 07:17 Dockerfile.build [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 07:17 Jenkinsfile [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 07:17 LICENSE [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 07:17 Makefile [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 07:17 README.md [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 07:17 SECURITY.md [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 07:14 VERSION [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 07:17 ZMQWindows.md [2021-01-05T07:23:01.160Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 07:17 bin [2021-01-05T07:23:01.160Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 07:17 cmd [2021-01-05T07:23:01.160Z] -rw-r--r-- 1 root root 540436 Jan 5 07:21 coverage.out [2021-01-05T07:23:01.160Z] -rw-r--r-- 1 root root 979 Jan 5 07:22 go.mod [2021-01-05T07:23:01.160Z] -rw-r--r-- 1 root root 18934 Jan 5 07:22 go.sum [2021-01-05T07:23:01.160Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 07:17 internal [2021-01-05T07:23:01.160Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 07:17 openapi [2021-01-05T07:23:01.160Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 07:17 snap [2021-01-05T07:23:01.160Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 07:17 version.go [Pipeline] sh [2021-01-05T07:23:01.831Z] + '[' -e coverage.out ] [2021-01-05T07:23:01.831Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T07:23:01.905Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T07:23:02.990Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T07:23:03.734Z] + make build [2021-01-05T07:23:03.734Z] 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 [2021-01-05T07:23:13.926Z] 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 [2021-01-05T07:23:16.025Z] Running on prd-ubuntu18.04-docker-8c-8g-18473 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-05T07:23:16.084Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-01-05T07:23:18.159Z] using credential edgex-jenkins-ssh [2021-01-05T07:23:18.213Z] Cloning the remote Git repository [2021-01-05T07:23:18.241Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:23:18.348Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-01-05T07:23:18.383Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:23:18.383Z] > git --version # timeout=10 [2021-01-05T07:23:18.396Z] > git --version # 'git version 2.17.1' [2021-01-05T07:23:18.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:23:18.422Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:23:36.140Z] 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 [2021-01-05T07:23:38.755Z] 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 [2021-01-05T07:23:42.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:23:42.914Z] Merging remotes/origin/master commit 135337ef8a94f3bf495bf0711e4285c3adb5abc8 into PR head commit 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:23:43.027Z] Merge succeeded, producing 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:23:43.027Z] Checking out Revision 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae (PR-2966) [2021-01-05T07:23:43.048Z] 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 [2021-01-05T07:23:42.249Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:23:42.258Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:23:42.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:23:42.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:23:42.275Z] > 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 [2021-01-05T07:23:42.929Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T07:23:42.935Z] > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 [2021-01-05T07:23:43.001Z] > git remote # timeout=10 [2021-01-05T07:23:43.008Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T07:23:43.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:23:43.017Z] > git merge 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 [2021-01-05T07:23:43.026Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T07:23:43.034Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T07:23:43.042Z] > git checkout -f 4fa8bcc82ff6b6875fe64c88ba7225c5877399ae # timeout=10 [2021-01-05T07:23:45.037Z] 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 [2021-01-05T07:23:46.775Z] Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:23:48.019Z] + echo snap-build.sh [2021-01-05T07:23:48.019Z] snap-build.sh [2021-01-05T07:23:48.019Z] + SNAP_BASE_DIR=. [2021-01-05T07:23:48.019Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-01-05T07:23:48.019Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-01-05T07:23:48.019Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-01-05T07:23:48.019Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-01-05T07:23:48.019Z] + cd /w/workspace/edgex-go/11 [2021-01-05T07:23:48.019Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T07:23:48.019Z] Reading package lists... [2021-01-05T07:23:48.019Z] Building dependency tree... [2021-01-05T07:23:48.019Z] Reading state information... [2021-01-05T07:23:48.280Z] The following packages were automatically installed and are no longer required: [2021-01-05T07:23:48.280Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T07:23:48.280Z] uidmap xdelta3 [2021-01-05T07:23:48.280Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T07:23:48.280Z] The following packages will be REMOVED: [2021-01-05T07:23:48.280Z] lxd* lxd-client* [2021-01-05T07:23:48.541Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T07:23:48.541Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T07:23:49.374Z] 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 [2021-01-05T07:23:49.904Z] (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.) [2021-01-05T07:23:49.905Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T07:23:50.847Z] Removing lxd dnsmasq configuration [2021-01-05T07:23:50.847Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T07:23:51.109Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-05T07:23:52.070Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-05T07:23:52.331Z] (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.) [2021-01-05T07:23:52.331Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T07:23:53.690Z] 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 [2021-01-05T07:23:53.726Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T07:23:53.726Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T07:23:55.111Z] + sudo snap remove --purge lxd [2021-01-05T07:23:55.111Z] snap "lxd" is not installed [2021-01-05T07:23:55.111Z] + sudo groupadd --force --system lxd [2021-01-05T07:23:55.111Z] ++ whoami [2021-01-05T07:23:55.111Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T07:23:55.111Z] + newgrp - lxd [2021-01-05T07:23:55.111Z] + sudo snap install lxd [2021-01-05T07:23:57.991Z] 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 [2021-01-05T07:24:02.316Z] 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 [2021-01-05T07:24:03.254Z] 2021-01-05T07:24:00Z INFO Waiting for automatic snapd restart... [2021-01-05T07:24:05.698Z] 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 [2021-01-05T07:24:09.081Z] 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] } [2021-01-05T07:24:12.447Z] $ docker stop --time=1 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 [2021-01-05T07:24:15.050Z] $ docker rm -f 04d3503932a1a7ac38cc0a62b290d2d757faff9caa9a888064b7898a31acad80 [2021-01-05T07:24:15.525Z] lxd 4.9 from Canonical* installed [2021-01-05T07:24:15.525Z] + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:24:17.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:24:17.062Z] [2021-01-05T07:24:17.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:24:17.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:24:17.982Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T07:24:17.982Z] 29e5d40040c1: Pulling fs layer [2021-01-05T07:24:17.982Z] 1ce36da41761: Pulling fs layer [2021-01-05T07:24:17.982Z] 25b303627fd3: Pulling fs layer [2021-01-05T07:24:17.982Z] 29e5d40040c1: Download complete [2021-01-05T07:24:18.581Z] 1ce36da41761: Verifying Checksum [2021-01-05T07:24:18.581Z] 1ce36da41761: Download complete [2021-01-05T07:24:18.581Z] 29e5d40040c1: Pull complete [2021-01-05T07:24:20.023Z] 1ce36da41761: Pull complete [2021-01-05T07:24:20.296Z] 25b303627fd3: Download complete [2021-01-05T07:24:25.543Z] + sudo snap install --classic snapcraft [2021-01-05T07:24:29.747Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T07:24:29.748Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T07:24:29.748Z] + patch --verbose -p1 [2021-01-05T07:24:29.748Z] Hmm... Looks like a unified diff to me... [2021-01-05T07:24:29.748Z] The text leading up to this was: [2021-01-05T07:24:29.748Z] -------------------------- [2021-01-05T07:24:29.748Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T07:24:29.748Z] |From: Tony Espy [2021-01-05T07:24:29.748Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T07:24:29.748Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T07:24:29.748Z] | [2021-01-05T07:24:29.748Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T07:24:29.748Z] |optimize the snap CI check run for pull requests. When [2021-01-05T07:24:29.748Z] |applied, it essentially strips out everything (apps and [2021-01-05T07:24:29.748Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T07:24:29.748Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T07:24:29.748Z] |catch changes to edgex-go that break the snap build. [2021-01-05T07:24:29.748Z] | [2021-01-05T07:24:29.748Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T07:24:29.748Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T07:24:29.748Z] |resulting in a failed snap build CI check in the associated [2021-01-05T07:24:29.748Z] |pull request. [2021-01-05T07:24:29.748Z] | [2021-01-05T07:24:29.748Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T07:24:29.748Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T07:24:29.748Z] |need to build the finally binary .snap file (and it won't [2021-01-05T07:24:29.748Z] |work with the patch applied). This further reduces the build [2021-01-05T07:24:29.748Z] |time. [2021-01-05T07:24:29.748Z] |--- [2021-01-05T07:24:29.748Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T07:24:29.748Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T07:24:29.748Z] | [2021-01-05T07:24:29.748Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T07:24:29.748Z] |index 1e537489..faf42425 100644 [2021-01-05T07:24:29.748Z] |--- a/snap/snapcraft.yaml [2021-01-05T07:24:29.748Z] |+++ b/snap/snapcraft.yaml [2021-01-05T07:24:29.748Z] -------------------------- [2021-01-05T07:24:29.748Z] patching file snap/snapcraft.yaml [2021-01-05T07:24:29.748Z] Using Plan A... [2021-01-05T07:24:29.748Z] Hunk #1 succeeded at 73. [2021-01-05T07:24:29.748Z] Hunk #2 succeeded at 202. [2021-01-05T07:24:29.748Z] Hunk #3 succeeded at 214. [2021-01-05T07:24:29.748Z] Hunk #4 succeeded at 222. [2021-01-05T07:24:29.748Z] Hunk #5 succeeded at 229. [2021-01-05T07:24:29.748Z] Hunk #6 succeeded at 256. [2021-01-05T07:24:29.748Z] Hunk #7 succeeded at 290. [2021-01-05T07:24:29.748Z] Hunk #8 succeeded at 341. [2021-01-05T07:24:29.748Z] Hmm... Ignoring the trailing garbage. [2021-01-05T07:24:29.748Z] done [2021-01-05T07:24:29.748Z] + sudo snapcraft prime --use-lxd [2021-01-05T07:24:30.445Z] 25b303627fd3: Pull complete [2021-01-05T07:24:30.446Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T07:24:30.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:24:30.446Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T07:24:30.691Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T07:24:30.691Z] 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: [2021-01-05T07:24:30.691Z] - README.md [2021-01-05T07:24:30.691Z] [2021-01-05T07:24:30.691Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T07:24:30.714Z] prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container [2021-01-05T07:24:30.754Z] $ 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 [2021-01-05T07:24:31.263Z] Launching a container. [2021-01-05T07:24:33.760Z] $ docker top c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:24:34.841Z] + docker-compose build --help [2021-01-05T07:24:34.841Z] + grep parallel [2021-01-05T07:24:38.206Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T07:24:38.184Z] $ docker stop --time=1 c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 [2021-01-05T07:24:40.040Z] $ docker rm -f c374e2311d2f80aa2c277e6723f48b1db71faa421299e597193fb52ee1fd8cb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:24:40.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:24:40.989Z] . [Pipeline] withDockerContainer [2021-01-05T07:24:41.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-18472 does not seem to be running inside a container [2021-01-05T07:24:41.286Z] $ 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 [2021-01-05T07:24:42.661Z] $ docker top cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:24:43.504Z] Waiting for container to be ready [2021-01-05T07:24:43.504Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T07:24:43.504Z] [2021-01-05T07:24:43.849Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T07:24:46.048Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T07:24:46.048Z] Waiting for network to be ready... [2021-01-05T07:24:46.621Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T07:24:46.621Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-05T07:24:46.621Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T07:24:46.621Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-05T07:24:46.621Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-05T07:24:46.621Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-05T07:24:46.621Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-05T07:24:46.621Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-05T07:24:46.621Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-05T07:24:46.883Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-05T07:24:47.153Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T07:24:47.153Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T07:24:47.420Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T07:24:47.690Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T07:24:47.690Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T07:24:47.690Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T07:24:47.690Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T07:24:47.690Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T07:24:47.950Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T07:24:48.152Z] Building docker-core-command-go ... [2021-01-05T07:24:48.153Z] Building docker-core-data-go ... [2021-01-05T07:24:48.153Z] Building docker-core-metadata-go ... [2021-01-05T07:24:48.153Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T07:24:48.153Z] Building docker-security-proxy-setup-go ... [2021-01-05T07:24:48.153Z] Building docker-security-secretstore-setup-go ... [2021-01-05T07:24:48.153Z] Building docker-support-notifications-go ... [2021-01-05T07:24:48.153Z] Building docker-support-scheduler-go ... [2021-01-05T07:24:48.153Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T07:24:48.153Z] Building docker-support-notifications-go [2021-01-05T07:24:48.153Z] Building docker-support-scheduler-go [2021-01-05T07:24:48.153Z] Building docker-security-secretstore-setup-go [2021-01-05T07:24:48.153Z] Building docker-core-metadata-go [2021-01-05T07:24:48.153Z] Building docker-security-proxy-setup-go [2021-01-05T07:24:48.210Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-05T07:24:48.210Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T07:24:48.210Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-05T07:24:48.210Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T07:24:48.210Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T07:24:48.210Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T07:24:48.210Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T07:24:48.470Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T07:24:50.392Z] Fetched 23.6 MB in 4s (5996 kB/s) [2021-01-05T07:24:51.339Z] Reading package lists... [2021-01-05T07:24:51.339Z] Reading package lists... [2021-01-05T07:24:51.600Z] Building dependency tree... [2021-01-05T07:24:51.600Z] Reading state information... [2021-01-05T07:24:51.600Z] The following additional packages will be installed: [2021-01-05T07:24:51.600Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T07:24:51.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T07:24:51.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T07:24:51.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T07:24:51.600Z] Suggested packages: [2021-01-05T07:24:51.600Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T07:24:51.600Z] Recommended packages: [2021-01-05T07:24:51.600Z] gnupg libsasl2-modules [2021-01-05T07:24:51.600Z] The following NEW packages will be installed: [2021-01-05T07:24:51.600Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T07:24:51.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T07:24:51.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T07:24:51.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T07:24:51.600Z] The following packages will be upgraded: [2021-01-05T07:24:51.600Z] gpg gpg-agent gpgconf libudev1 [2021-01-05T07:24:51.600Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-05T07:24:51.600Z] Need to get 3531 kB of archives. [2021-01-05T07:24:51.600Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T07:24:51.600Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T07:24:51.861Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T07:24:51.861Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T07:24:51.861Z] 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] [2021-01-05T07:24:51.861Z] 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] [2021-01-05T07:24:51.861Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-05T07:24:51.861Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-05T07:24:51.861Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T07:24:51.861Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T07:24:52.125Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T07:24:52.696Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T07:24:52.696Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T07:24:52.696Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T07:24:52.696Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T07:24:52.696Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T07:24:52.696Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T07:24:52.696Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T07:24:52.696Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T07:24:52.696Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T07:24:52.696Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T07:24:52.696Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T07:24:52.696Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T07:24:52.956Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T07:24:52.956Z] Fetched 3531 kB in 1s (3210 kB/s) [2021-01-05T07:24:52.956Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T07:24:52.956Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T07:24:52.956Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T07:24:53.227Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T07:24:53.227Z] Selecting previously unselected package udev. [2021-01-05T07:24:53.227Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T07:24:53.227Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T07:24:53.227Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T07:24:53.488Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T07:24:53.488Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T07:24:53.488Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T07:24:53.749Z] Selecting previously unselected package fuse. [2021-01-05T07:24:53.749Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T07:24:53.749Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T07:24:53.749Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T07:24:53.749Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T07:24:54.010Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T07:24:54.010Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T07:24:54.010Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T07:24:54.010Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T07:24:54.271Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T07:24:54.271Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T07:24:54.271Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T07:24:54.271Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T07:24:54.271Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.271Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:54.531Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T07:24:54.531Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.531Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:54.531Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T07:24:54.531Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.531Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:54.792Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T07:24:54.792Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.792Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:54.792Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T07:24:54.792Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.792Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:54.792Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T07:24:54.792Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:54.792Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:55.054Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T07:24:55.054Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:55.054Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:55.054Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T07:24:55.054Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:55.054Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:55.317Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T07:24:55.317Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T07:24:55.317Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:55.317Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T07:24:55.317Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T07:24:55.317Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T07:24:55.317Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T07:24:55.317Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T07:24:55.317Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T07:24:55.578Z] Selecting previously unselected package libldap-common. [2021-01-05T07:24:55.578Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T07:24:55.578Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T07:24:55.578Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T07:24:55.578Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T07:24:55.578Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T07:24:55.840Z] Selecting previously unselected package dirmngr. [2021-01-05T07:24:55.840Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T07:24:55.840Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T07:24:55.840Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T07:24:55.840Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T07:24:55.840Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T07:24:56.101Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T07:24:56.101Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T07:24:56.101Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T07:24:56.101Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.101Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T07:24:56.101Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T07:24:56.101Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T07:24:56.673Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T07:24:56.673Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.673Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T07:24:56.673Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T07:24:56.934Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T07:24:56.934Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.934Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.934Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.934Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.934Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:56.934Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:57.196Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T07:24:57.196Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T07:24:57.196Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T07:24:57.196Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T07:24:57.771Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T07:24:57.771Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T07:24:57.771Z] This means they are not meant to be enabled using systemctl. [2021-01-05T07:24:57.771Z] Possible reasons for having this kind of units are: [2021-01-05T07:24:57.771Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T07:24:57.771Z] .wants/ or .requires/ directory. [2021-01-05T07:24:57.771Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T07:24:57.771Z] a requirement dependency on it. [2021-01-05T07:24:57.771Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T07:24:57.771Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T07:24:57.771Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T07:24:57.771Z] instance name specified. [2021-01-05T07:24:58.031Z] Reading package lists... [2021-01-05T07:24:58.031Z] Building dependency tree... [2021-01-05T07:24:58.031Z] Reading state information... [2021-01-05T07:24:58.291Z] The following additional packages will be installed: [2021-01-05T07:24:58.291Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T07:24:58.291Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T07:24:58.291Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T07:24:58.291Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T07:24:58.291Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T07:24:58.291Z] Suggested packages: [2021-01-05T07:24:58.291Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T07:24:58.291Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T07:24:58.291Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T07:24:58.291Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T07:24:58.291Z] systemd-container policykit-1 [2021-01-05T07:24:58.291Z] Recommended packages: [2021-01-05T07:24:58.291Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T07:24:58.291Z] The following NEW packages will be installed: [2021-01-05T07:24:58.291Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T07:24:58.291Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T07:24:58.291Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T07:24:58.291Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T07:24:58.291Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T07:24:58.291Z] The following packages will be upgraded: [2021-01-05T07:24:58.291Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T07:24:58.291Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-05T07:24:58.291Z] Need to get 35.2 MB of archives. [2021-01-05T07:24:58.291Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T07:24:58.291Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T07:24:58.291Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T07:24:58.552Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-05T07:24:58.552Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T07:24:58.552Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-05T07:24:58.552Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T07:24:58.552Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-05T07:24:58.552Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-05T07:24:58.552Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T07:24:58.552Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T07:24:58.552Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T07:24:58.552Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T07:24:58.552Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T07:24:58.552Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T07:24:58.552Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T07:24:58.552Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T07:24:58.552Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T07:24:59.122Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T07:24:59.123Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T07:24:59.123Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T07:24:59.123Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T07:24:59.123Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T07:24:59.123Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T07:24:59.123Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T07:24:59.123Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T07:24:59.123Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T07:24:59.384Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T07:24:59.384Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T07:24:59.384Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T07:24:59.384Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T07:25:00.330Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T07:25:00.330Z] Fetched 35.2 MB in 2s (17.0 MB/s) [2021-01-05T07:25:00.591Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T07:25:00.591Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T07:25:00.592Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T07:25:01.162Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T07:25:01.422Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T07:25:01.422Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T07:25:01.422Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T07:25:01.422Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T07:25:01.422Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T07:25:01.682Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T07:25:01.682Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T07:25:01.682Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T07:25:01.943Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T07:25:02.205Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T07:25:02.205Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T07:25:02.470Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T07:25:02.730Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T07:25:02.730Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T07:25:02.730Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T07:25:02.991Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T07:25:02.991Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T07:25:02.991Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:02.991Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T07:25:02.991Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T07:25:02.991Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T07:25:03.253Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T07:25:03.253Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T07:25:03.253Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:03.253Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T07:25:03.514Z] Checking for services that may need to be restarted...done. [2021-01-05T07:25:03.514Z] Checking for services that may need to be restarted...done. [2021-01-05T07:25:03.514Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:03.514Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T07:25:03.514Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:04.087Z] Selecting previously unselected package python3-minimal. [2021-01-05T07:25:04.087Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T07:25:04.087Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T07:25:04.087Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T07:25:04.087Z] Selecting previously unselected package mime-support. [2021-01-05T07:25:04.087Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T07:25:04.087Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T07:25:04.348Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T07:25:04.348Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T07:25:04.348Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T07:25:04.348Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T07:25:04.348Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T07:25:04.348Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:04.920Z] Selecting previously unselected package python3.6. [2021-01-05T07:25:04.920Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T07:25:04.920Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:04.920Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T07:25:04.920Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T07:25:04.920Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T07:25:04.920Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T07:25:05.181Z] Selecting previously unselected package python3. [2021-01-05T07:25:05.181Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T07:25:05.181Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T07:25:05.181Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T07:25:05.181Z] Selecting previously unselected package multiarch-support. [2021-01-05T07:25:05.181Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T07:25:05.449Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T07:25:05.449Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T07:25:05.449Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T07:25:05.449Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T07:25:05.449Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T07:25:05.449Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T07:25:05.449Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T07:25:05.449Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T07:25:05.709Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T07:25:05.709Z] Selecting previously unselected package sudo. [2021-01-05T07:25:05.709Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T07:25:05.709Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T07:25:05.970Z] Selecting previously unselected package apparmor. [2021-01-05T07:25:05.970Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T07:25:05.970Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T07:25:05.970Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T07:25:05.970Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T07:25:05.970Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T07:25:06.230Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T07:25:06.231Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T07:25:06.231Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:06.231Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T07:25:06.231Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T07:25:06.231Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:06.231Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T07:25:06.231Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T07:25:06.231Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T07:25:06.491Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T07:25:06.491Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T07:25:06.491Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:06.491Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T07:25:06.491Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T07:25:06.491Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:06.751Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T07:25:06.751Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T07:25:06.751Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T07:25:06.751Z] Selecting previously unselected package openssh-client. [2021-01-05T07:25:06.751Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T07:25:06.751Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T07:25:07.012Z] Selecting previously unselected package squashfs-tools. [2021-01-05T07:25:07.012Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T07:25:07.012Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T07:25:07.012Z] Selecting previously unselected package snapd. [2021-01-05T07:25:07.012Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T07:25:07.012Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T07:25:08.943Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T07:25:08.943Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T07:25:09.204Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T07:25:09.204Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T07:25:09.204Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T07:25:09.204Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:09.468Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T07:25:09.468Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T07:25:09.468Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T07:25:10.857Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T07:25:10.857Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T07:25:11.118Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T07:25:11.118Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:11.118Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:11.118Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T07:25:11.687Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T07:25:11.687Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:11.687Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T07:25:11.687Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T07:25:11.950Z] running python rtupdate hooks for python3.6... [2021-01-05T07:25:11.950Z] running python post-rtupdate hooks for python3.6... [2021-01-05T07:25:11.950Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T07:25:13.340Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T07:25:13.601Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T07:25:13.601Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T07:25:13.861Z] Setting up snapd (2.48+18.04) ... [2021-01-05T07:25:14.121Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T07:25:14.382Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T07:25:14.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T07:25:14.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T07:25:14.903Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T07:25:14.903Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T07:25:15.163Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T07:25:15.163Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T07:25:15.423Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T07:25:15.683Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T07:25:15.683Z] /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' [2021-01-05T07:25:15.683Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T07:25:15.683Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T07:25:17.070Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T07:25:17.070Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T07:25:17.070Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T07:25:17.900Z] Reading package lists... [2021-01-05T07:25:18.161Z] Reading package lists... [2021-01-05T07:25:18.421Z] Building dependency tree... [2021-01-05T07:25:18.421Z] Reading state information... [2021-01-05T07:25:18.421Z] Calculating upgrade... [2021-01-05T07:25:18.681Z] The following packages will be upgraded: [2021-01-05T07:25:18.681Z] advancecomp base-files bash binutils binutils-common [2021-01-05T07:25:18.681Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T07:25:18.681Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T07:25:18.681Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T07:25:18.681Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T07:25:18.681Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T07:25:18.681Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T07:25:18.681Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T07:25:18.681Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-05T07:25:18.681Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-05T07:25:18.681Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-05T07:25:18.681Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-05T07:25:18.681Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-05T07:25:18.681Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-05T07:25:18.681Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T07:25:18.681Z] Need to get 63.5 MB of archives. [2021-01-05T07:25:18.681Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-05T07:25:18.681Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T07:25:18.681Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T07:25:19.250Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T07:25:19.250Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T07:25:19.250Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T07:25:19.250Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T07:25:19.250Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T07:25:19.511Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-05T07:25:19.511Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-05T07:25:19.511Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-05T07:25:19.511Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T07:25:19.511Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T07:25:19.511Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-05T07:25:19.511Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T07:25:19.511Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T07:25:19.511Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T07:25:19.511Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T07:25:19.511Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T07:25:19.511Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T07:25:19.772Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T07:25:19.772Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T07:25:19.772Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T07:25:19.772Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T07:25:19.772Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T07:25:19.772Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T07:25:19.772Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T07:25:19.772Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T07:25:19.772Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-05T07:25:19.772Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T07:25:19.772Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T07:25:19.772Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T07:25:19.772Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T07:25:19.772Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T07:25:19.772Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T07:25:19.772Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T07:25:19.772Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T07:25:19.772Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-05T07:25:19.772Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T07:25:19.772Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T07:25:19.772Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T07:25:19.772Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T07:25:19.772Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T07:25:19.772Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T07:25:19.772Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T07:25:20.033Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-05T07:25:20.033Z] 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] [2021-01-05T07:25:20.033Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-05T07:25:20.033Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T07:25:20.033Z] 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] [2021-01-05T07:25:20.033Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T07:25:20.033Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T07:25:20.033Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T07:25:20.033Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T07:25:20.033Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T07:25:20.033Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T07:25:20.033Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T07:25:20.033Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T07:25:20.033Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T07:25:20.033Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T07:25:20.033Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-05T07:25:20.033Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T07:25:20.033Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-05T07:25:20.033Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-05T07:25:20.033Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-05T07:25:20.033Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T07:25:20.033Z] 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] [2021-01-05T07:25:20.033Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T07:25:20.033Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T07:25:20.033Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T07:25:20.033Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T07:25:20.033Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T07:25:20.033Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-05T07:25:20.033Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T07:25:20.033Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T07:25:20.033Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-05T07:25:20.292Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T07:25:20.292Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T07:25:20.292Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T07:25:20.292Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T07:25:20.293Z] 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] [2021-01-05T07:25:20.293Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T07:25:20.293Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T07:25:20.293Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T07:25:20.293Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T07:25:20.293Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T07:25:20.293Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T07:25:20.293Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T07:25:20.863Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T07:25:21.123Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-05T07:25:21.385Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-05T07:25:21.385Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T07:25:21.645Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-05T07:25:21.645Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T07:25:21.645Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T07:25:21.645Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T07:25:21.645Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T07:25:21.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T07:25:21.905Z] Fetched 63.5 MB in 3s (20.2 MB/s) [2021-01-05T07:25:21.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:21.905Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T07:25:21.905Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T07:25:22.476Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T07:25:22.476Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T07:25:22.736Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T07:25:22.736Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T07:25:23.682Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:23.682Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:23.682Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:23.682Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:23.682Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:23.943Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:23.943Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:23.943Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.203Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.203Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.203Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.203Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.462Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.462Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.462Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:24.462Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T07:25:24.462Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.462Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.723Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:24.723Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T07:25:24.723Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.723Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.984Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:24.984Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:24.984Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:25.245Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T07:25:25.245Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:25.536Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T07:25:25.536Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T07:25:25.536Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T07:25:26.105Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T07:25:26.366Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T07:25:26.366Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T07:25:26.366Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T07:25:26.366Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T07:25:26.366Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T07:25:26.629Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T07:25:26.629Z] Installing new version of config file /etc/issue ... [2021-01-05T07:25:26.629Z] Installing new version of config file /etc/issue.net ... [2021-01-05T07:25:26.629Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T07:25:26.629Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T07:25:26.895Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T07:25:26.895Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T07:25:27.156Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T07:25:27.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:27.156Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T07:25:27.156Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T07:25:27.416Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T07:25:27.416Z] 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 [2021-01-05T07:25:27.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:27.416Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:27.416Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:27.677Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:27.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:27.677Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T07:25:27.677Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T07:25:27.936Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T07:25:27.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:27.936Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T07:25:27.936Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T07:25:28.196Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T07:25:28.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:28.456Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T07:25:28.456Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T07:25:28.456Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T07:25:28.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:28.717Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T07:25:28.717Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T07:25:28.717Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T07:25:28.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:28.978Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T07:25:28.978Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T07:25:28.978Z] Setting up grep (3.1-2build1) ... [2021-01-05T07:25:28.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:28.978Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T07:25:29.239Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T07:25:29.239Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T07:25:29.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:29.239Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T07:25:29.500Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T07:25:29.500Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T07:25:29.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:29.762Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T07:25:29.762Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T07:25:30.024Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T07:25:30.024Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T07:25:30.286Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T07:25:30.286Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T07:25:30.862Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T07:25:30.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:30.862Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T07:25:30.862Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T07:25:32.250Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T07:25:32.250Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T07:25:32.250Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T07:25:32.250Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T07:25:32.250Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T07:25:32.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:32.511Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T07:25:32.511Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T07:25:32.511Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T07:25:32.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:32.770Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:32.770Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:32.770Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:33.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:33.032Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:33.032Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:33.293Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:33.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:33.293Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:33.293Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:33.293Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:33.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:33.558Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:33.558Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:33.558Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:33.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:33.820Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T07:25:33.820Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T07:25:33.820Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T07:25:33.820Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T07:25:34.081Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T07:25:34.081Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:34.081Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T07:25:34.081Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T07:25:34.341Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T07:25:34.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:34.341Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:34.341Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:34.602Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:34.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:34.602Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:34.602Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:34.863Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:34.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:34.863Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:34.863Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:35.432Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:35.691Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T07:25:35.950Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T07:25:35.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:35.950Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T07:25:35.950Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T07:25:36.209Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T07:25:36.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T07:25:36.476Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T07:25:36.476Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T07:25:36.476Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T07:25:36.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:36.747Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T07:25:36.747Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T07:25:37.008Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T07:25:37.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:37.269Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T07:25:37.269Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T07:25:37.269Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T07:25:37.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:37.530Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T07:25:37.530Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T07:25:37.530Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T07:25:37.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:37.791Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T07:25:37.791Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T07:25:38.051Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T07:25:38.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:38.311Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T07:25:38.311Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T07:25:38.311Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T07:25:38.571Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T07:25:38.571Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T07:25:38.571Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T07:25:38.571Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T07:25:38.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:38.831Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T07:25:38.831Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T07:25:39.093Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T07:25:39.093Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:39.093Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T07:25:39.093Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T07:25:39.355Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T07:25:39.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:39.650Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T07:25:39.650Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T07:25:39.650Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T07:25:39.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:39.910Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T07:25:39.910Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T07:25:40.171Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T07:25:40.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:40.171Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T07:25:40.171Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T07:25:40.743Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T07:25:40.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:40.743Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T07:25:40.743Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T07:25:41.004Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-05T07:25:41.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:41.004Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T07:25:41.004Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T07:25:41.266Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-05T07:25:41.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:41.266Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T07:25:41.526Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T07:25:41.526Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T07:25:41.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:41.526Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T07:25:41.526Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T07:25:41.787Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T07:25:41.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:41.787Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T07:25:41.787Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T07:25:42.057Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T07:25:42.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T07:25:42.057Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T07:25:42.057Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T07:25:42.319Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T07:25:42.319Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T07:25:42.319Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T07:25:42.581Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T07:25:42.581Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T07:25:42.581Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T07:25:42.841Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T07:25:42.841Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T07:25:43.102Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T07:25:43.102Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T07:25:43.364Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T07:25:43.364Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T07:25:43.364Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T07:25:43.364Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T07:25:43.629Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T07:25:43.629Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T07:25:43.629Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T07:25:43.629Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T07:25:43.890Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T07:25:43.890Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T07:25:43.890Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T07:25:43.890Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T07:25:44.152Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T07:25:44.152Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T07:25:44.152Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T07:25:44.412Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T07:25:44.983Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T07:25:44.983Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T07:25:45.244Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T07:25:45.244Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T07:25:45.505Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T07:25:45.505Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T07:25:45.766Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T07:25:45.766Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T07:25:46.026Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T07:25:46.026Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T07:25:46.026Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T07:25:46.026Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T07:25:46.292Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:46.292Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:46.552Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:46.552Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:46.552Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:46.552Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:46.812Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:46.812Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:47.753Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:47.753Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:48.836Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:48.836Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:49.142Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:49.142Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:49.840Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:49.840Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:50.412Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T07:25:50.412Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T07:25:50.673Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T07:25:50.673Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T07:25:50.673Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T07:25:50.673Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T07:25:50.933Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T07:25:50.933Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T07:25:51.193Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T07:25:51.193Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T07:25:51.193Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T07:25:51.193Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T07:25:51.453Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T07:25:51.453Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T07:25:51.453Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T07:25:51.453Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T07:25:51.714Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:51.715Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T07:25:51.715Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:51.715Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:51.715Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:51.715Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T07:25:51.715Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T07:25:51.974Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T07:25:51.974Z] [2021-01-05T07:25:51.974Z] Current default time zone: 'Etc/UTC' [2021-01-05T07:25:51.974Z] Local time is now: Tue Jan 5 07:25:51 UTC 2021. [2021-01-05T07:25:51.974Z] Universal Time is now: Tue Jan 5 07:25:51 UTC 2021. [2021-01-05T07:25:51.974Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T07:25:51.974Z] [2021-01-05T07:25:51.974Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T07:25:51.974Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:51.974Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T07:25:51.974Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T07:25:52.236Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T07:25:52.236Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T07:25:52.236Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T07:25:52.236Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T07:25:52.236Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T07:25:52.236Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T07:25:52.236Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:52.236Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T07:25:52.497Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:52.497Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T07:25:52.497Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:52.497Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T07:25:52.758Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T07:25:53.018Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T07:25:53.018Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T07:25:53.018Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T07:25:53.018Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T07:25:53.018Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T07:25:53.018Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T07:25:54.929Z] Updating certificates in /etc/ssl/certs... [2021-01-05T07:25:55.501Z] 22 added, 17 removed; done. [2021-01-05T07:25:55.760Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T07:25:55.760Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T07:25:55.760Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T07:25:55.760Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T07:25:55.760Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T07:25:55.760Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:55.760Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T07:25:56.021Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.021Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.021Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.021Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.021Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.021Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T07:25:56.021Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T07:25:56.021Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T07:25:56.116Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:25:56.116Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:25:56.116Z] ---> 64ea2c48ee05 [2021-01-05T07:25:56.116Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:25:56.116Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:25:56.116Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:25:56.116Z] ---> 64ea2c48ee05 [2021-01-05T07:25:56.116Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:25:56.116Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:25:56.116Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:25:56.116Z] ---> 64ea2c48ee05 [2021-01-05T07:25:56.116Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:25:56.116Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:25:56.116Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:25:56.116Z] ---> 64ea2c48ee05 [2021-01-05T07:25:56.116Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:25:56.116Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:25:56.116Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:25:56.116Z] ---> 64ea2c48ee05 [2021-01-05T07:25:56.116Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:25:56.116Z] ---> Running in b0f2aaa661c9 [2021-01-05T07:25:56.116Z] ---> Running in 00e79f5d34a4 [2021-01-05T07:25:56.116Z] ---> Running in 6a27a72b9066 [2021-01-05T07:25:56.116Z] ---> Running in f965da533cc9 [2021-01-05T07:25:56.116Z] ---> Running in b61b972ef7a9 [2021-01-05T07:25:56.282Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T07:25:56.282Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T07:25:56.282Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.282Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T07:25:56.282Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T07:25:56.282Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T07:25:56.282Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T07:25:56.542Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T07:25:56.542Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T07:25:56.542Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T07:25:56.542Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T07:25:56.542Z] Updating certificates in /etc/ssl/certs... [2021-01-05T07:25:57.096Z] Removing intermediate container 6a27a72b9066 [2021-01-05T07:25:57.096Z] ---> 4759cb8dd424 [2021-01-05T07:25:57.096Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:25:57.096Z] Removing intermediate container b0f2aaa661c9 [2021-01-05T07:25:57.096Z] ---> 0bc6b6ae2527 [2021-01-05T07:25:57.096Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:25:57.096Z] Removing intermediate container 00e79f5d34a4 [2021-01-05T07:25:57.096Z] ---> 0ec70a5c8b16 [2021-01-05T07:25:57.096Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:25:57.113Z] 0 added, 0 removed; done. [2021-01-05T07:25:57.113Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T07:25:57.113Z] done. [2021-01-05T07:25:57.374Z] Removing intermediate container f965da533cc9 [2021-01-05T07:25:57.374Z] ---> 9cacdabf1e1f [2021-01-05T07:25:57.374Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:25:57.374Z] Removing intermediate container b61b972ef7a9 [2021-01-05T07:25:57.374Z] ---> 13b52679e8a6 [2021-01-05T07:25:57.374Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:25:57.374Z] ---> Running in c3b8d9d06b23 [2021-01-05T07:25:57.374Z] ---> Running in 6393dfcc1d13 [2021-01-05T07:25:57.374Z] ---> Running in c1fd0a7da84b [2021-01-05T07:25:57.649Z] ---> Running in 9e7c1bd279b5 [2021-01-05T07:25:57.649Z] ---> Running in a27ea78951d0 [2021-01-05T07:25:57.684Z] Reading package lists... [2021-01-05T07:25:57.684Z] Building dependency tree... [2021-01-05T07:25:57.684Z] Reading state information... [2021-01-05T07:25:57.944Z] The following NEW packages will be installed: [2021-01-05T07:25:57.944Z] apt-transport-https [2021-01-05T07:25:58.204Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T07:25:58.205Z] Need to get 1696 B of archives. [2021-01-05T07:25:58.205Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T07:25:58.205Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T07:25:58.205Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T07:25:58.205Z] Fetched 1696 B in 0s (8519 B/s) [2021-01-05T07:25:58.205Z] Selecting previously unselected package apt-transport-https. [2021-01-05T07:25:58.205Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T07:25:58.205Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T07:25:58.205Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T07:25:58.465Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T07:25:58.727Z] Waiting for network to be ready... [2021-01-05T07:26:01.057Z] Removing intermediate container 6393dfcc1d13 [2021-01-05T07:26:01.057Z] ---> 7aaadedb4681 [2021-01-05T07:26:01.057Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T07:26:01.333Z] Removing intermediate container c3b8d9d06b23 [2021-01-05T07:26:01.333Z] ---> c3e14c2a9fdc [2021-01-05T07:26:01.333Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:26:01.333Z] ---> Running in bef78e2df244 [2021-01-05T07:26:01.937Z] ---> Running in 64caede04887 [2021-01-05T07:26:01.937Z] Removing intermediate container c1fd0a7da84b [2021-01-05T07:26:01.937Z] ---> addec3d8558c [2021-01-05T07:26:01.937Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:26:02.212Z] Removing intermediate container 9e7c1bd279b5 [2021-01-05T07:26:02.212Z] ---> ddda2c34da58 [2021-01-05T07:26:02.212Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T07:26:02.212Z] Removing intermediate container a27ea78951d0 [2021-01-05T07:26:02.485Z] ---> 7339362e05a1 [2021-01-05T07:26:02.485Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:26:02.485Z] ---> Running in 14e3541ec07a [2021-01-05T07:26:02.759Z] ---> Running in 64e1d7067174 [2021-01-05T07:26:02.759Z] ---> Running in e3c631eb514d [2021-01-05T07:26:03.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:03.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:04.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:04.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:04.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:04.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:04.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:05.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:05.239Z] OK: 217 MiB in 51 packages [2021-01-05T07:26:05.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:05.239Z] OK: 217 MiB in 51 packages [2021-01-05T07:26:05.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:26:05.309Z] 2021-01-05T07:26:01Z INFO Waiting for automatic snapd restart... [2021-01-05T07:26:05.309Z] snapd 2.48.1 from Canonical* installed [2021-01-05T07:26:05.880Z] "snapd" switched to the "latest/stable" channel [2021-01-05T07:26:05.880Z] [2021-01-05T07:26:06.231Z] OK: 217 MiB in 51 packages [2021-01-05T07:26:06.231Z] OK: 217 MiB in 51 packages [2021-01-05T07:26:06.231Z] OK: 217 MiB in 51 packages [2021-01-05T07:26:06.853Z] Removing intermediate container bef78e2df244 [2021-01-05T07:26:06.853Z] ---> ad9c26105e1e [2021-01-05T07:26:06.853Z] Step 6/24 : COPY go.mod . [2021-01-05T07:26:07.457Z] Removing intermediate container 64caede04887 [2021-01-05T07:26:07.457Z] ---> 8808e0ae14ec [2021-01-05T07:26:07.457Z] Step 6/21 : COPY go.mod . [2021-01-05T07:26:08.052Z] Removing intermediate container 14e3541ec07a [2021-01-05T07:26:08.052Z] ---> 27099e7d2794 [2021-01-05T07:26:08.052Z] Step 6/22 : COPY go.mod . [2021-01-05T07:26:08.052Z] ---> abd97781c1f3 [2021-01-05T07:26:08.052Z] Step 7/24 : RUN go mod download [2021-01-05T07:26:08.340Z] ---> Running in 3c1cee61df2c [2021-01-05T07:26:08.340Z] Removing intermediate container 64e1d7067174 [2021-01-05T07:26:08.340Z] ---> 662ad246f738 [2021-01-05T07:26:08.340Z] Step 6/24 : COPY go.mod . [2021-01-05T07:26:08.423Z] core18 20201210 from Canonical* installed [2021-01-05T07:26:08.611Z] ---> 2723d10ad990 [2021-01-05T07:26:08.612Z] Step 7/21 : RUN go mod download [2021-01-05T07:26:08.612Z] Removing intermediate container e3c631eb514d [2021-01-05T07:26:08.612Z] ---> 2179d35f8f81 [2021-01-05T07:26:08.612Z] Step 6/21 : COPY go.mod . [2021-01-05T07:26:08.685Z] "core18" switched to the "latest/stable" channel [2021-01-05T07:26:08.685Z] [2021-01-05T07:26:08.896Z] ---> Running in 592b6c285680 [2021-01-05T07:26:09.172Z] ---> 520d8a6af76f [2021-01-05T07:26:09.172Z] Step 7/22 : RUN go mod download [2021-01-05T07:26:09.773Z] ---> Running in cef1329a9ca3 [2021-01-05T07:26:09.773Z] ---> 0fdd94748333 [2021-01-05T07:26:09.773Z] Step 7/24 : RUN go mod download [2021-01-05T07:26:09.773Z] ---> f68deedb9143 [2021-01-05T07:26:09.773Z] Step 7/21 : RUN go mod download [2021-01-05T07:26:10.370Z] ---> Running in 290eda2a7483 [2021-01-05T07:26:10.370Z] ---> Running in a16b92df4eaa [2021-01-05T07:26:11.982Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T07:26:11.982Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T07:26:11.982Z] [2021-01-05T07:26:13.772Z] Removing intermediate container 3c1cee61df2c [2021-01-05T07:26:13.772Z] ---> 943e69377e4f [2021-01-05T07:26:13.772Z] Step 8/24 : COPY . . [2021-01-05T07:26:14.754Z] Removing intermediate container 592b6c285680 [2021-01-05T07:26:14.754Z] ---> 0010aa2f8c22 [2021-01-05T07:26:14.754Z] Step 8/21 : COPY . . [2021-01-05T07:26:15.289Z] 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: [2021-01-05T07:26:15.289Z] - README.md [2021-01-05T07:26:15.289Z] [2021-01-05T07:26:15.289Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T07:26:16.193Z] Removing intermediate container 290eda2a7483 [2021-01-05T07:26:16.193Z] ---> c240ab3a5ebb [2021-01-05T07:26:16.193Z] Step 8/24 : COPY . . [2021-01-05T07:26:16.193Z] Removing intermediate container cef1329a9ca3 [2021-01-05T07:26:16.193Z] ---> 635ac18a0808 [2021-01-05T07:26:16.193Z] Step 8/22 : COPY . . [2021-01-05T07:26:17.181Z] Removing intermediate container a16b92df4eaa [2021-01-05T07:26:17.181Z] ---> 88e4564e3f29 [2021-01-05T07:26:17.181Z] Step 8/21 : COPY . . [2021-01-05T07:26:21.883Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T07:26:21.883Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T07:26:21.883Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T07:26:21.883Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T07:26:22.824Z] Reading package lists... [2021-01-05T07:26:23.086Z] 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 [2021-01-05T07:26:29.668Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T07:26:29.668Z] Reading package lists... [2021-01-05T07:26:29.668Z] Building dependency tree... [2021-01-05T07:26:29.668Z] Reading state information... [2021-01-05T07:26:29.668Z] Suggested packages: [2021-01-05T07:26:29.668Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T07:26:29.668Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T07:26:29.668Z] Recommended packages: [2021-01-05T07:26:29.668Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T07:26:29.668Z] The following NEW packages will be installed: [2021-01-05T07:26:29.668Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T07:26:29.668Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T07:26:29.668Z] pkg-config zip [2021-01-05T07:26:29.668Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T07:26:29.668Z] Need to get 7655 kB of archives. [2021-01-05T07:26:29.668Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T07:26:29.668Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T07:26:29.668Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-05T07:26:29.928Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T07:26:29.928Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T07:26:29.928Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T07:26:30.188Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T07:26:30.188Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T07:26:30.188Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T07:26:30.188Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T07:26:30.188Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T07:26:30.448Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T07:26:30.448Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T07:26:30.448Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T07:26:30.708Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T07:26:30.708Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T07:26:30.708Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T07:26:30.708Z] Fetched 7655 kB in 1s (7206 kB/s) [2021-01-05T07:26:30.708Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T07:26:30.708Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T07:26:30.708Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T07:26:30.708Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T07:26:30.968Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T07:26:30.968Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T07:26:30.968Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T07:26:30.968Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T07:26:30.968Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T07:26:30.968Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T07:26:31.228Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T07:26:31.228Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T07:26:31.228Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T07:26:31.228Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T07:26:31.228Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T07:26:31.228Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T07:26:31.488Z] Selecting previously unselected package liberror-perl. [2021-01-05T07:26:31.488Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T07:26:31.488Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T07:26:31.488Z] Selecting previously unselected package git-man. [2021-01-05T07:26:31.488Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T07:26:31.488Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T07:26:31.488Z] Selecting previously unselected package git. [2021-01-05T07:26:31.488Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T07:26:31.748Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T07:26:32.318Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T07:26:32.318Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T07:26:32.318Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T07:26:32.578Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T07:26:32.578Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T07:26:32.578Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T07:26:32.578Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T07:26:32.578Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T07:26:32.578Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T07:26:32.578Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T07:26:32.578Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T07:26:32.845Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T07:26:32.845Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T07:26:32.845Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T07:26:32.845Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T07:26:32.845Z] Selecting previously unselected package pkg-config. [2021-01-05T07:26:32.845Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T07:26:32.845Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T07:26:33.111Z] Selecting previously unselected package zip. [2021-01-05T07:26:33.111Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T07:26:33.111Z] Unpacking zip (3.0-11build1) ... [2021-01-05T07:26:33.111Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T07:26:33.111Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T07:26:33.111Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T07:26:33.111Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T07:26:33.111Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T07:26:33.111Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T07:26:33.372Z] No schema files found: doing nothing. [2021-01-05T07:26:33.372Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T07:26:33.372Z] Setting up zip (3.0-11build1) ... [2021-01-05T07:26:33.372Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T07:26:33.372Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T07:26:33.372Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T07:26:33.372Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T07:26:33.372Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T07:26:33.632Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T07:26:33.632Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T07:26:33.632Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T07:26:40.227Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T07:26:40.227Z] git set to automatically installed. [2021-01-05T07:26:40.227Z] git-man set to automatically installed. [2021-01-05T07:26:40.227Z] libcurl3-gnutls set to automatically installed. [2021-01-05T07:26:40.227Z] liberror-perl set to automatically installed. [2021-01-05T07:26:40.227Z] libglib2.0-0 set to automatically installed. [2021-01-05T07:26:40.227Z] libnghttp2-14 set to automatically installed. [2021-01-05T07:26:40.227Z] libnorm1 set to automatically installed. [2021-01-05T07:26:40.227Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T07:26:40.227Z] libpsl5 set to automatically installed. [2021-01-05T07:26:40.227Z] librtmp1 set to automatically installed. [2021-01-05T07:26:40.227Z] libsodium23 set to automatically installed. [2021-01-05T07:26:40.227Z] libzmq3-dev set to automatically installed. [2021-01-05T07:26:40.227Z] libzmq5 set to automatically installed. [2021-01-05T07:26:40.227Z] pkg-config set to automatically installed. [2021-01-05T07:26:40.227Z] zip set to automatically installed. [2021-01-05T07:26:42.144Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T07:26:43.995Z] ---> 04cd26b61b6c [2021-01-05T07:26:43.996Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T07:26:43.996Z] ---> dd38241d15f6 [2021-01-05T07:26:43.996Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T07:26:43.996Z] ---> 2c375d5e2b81 [2021-01-05T07:26:43.996Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T07:26:43.996Z] ---> Running in 5d434d13b370 [2021-01-05T07:26:43.996Z] ---> Running in c2bdffd17878 [2021-01-05T07:26:43.996Z] ---> a796cf21741e [2021-01-05T07:26:43.996Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T07:26:43.996Z] ---> 1afacf95b526 [2021-01-05T07:26:43.996Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T07:26:43.996Z] ---> Running in cbce558833d1 [2021-01-05T07:26:43.996Z] ---> Running in 3439ebf94987 [2021-01-05T07:26:43.996Z] ---> Running in 1ea1da39114d [2021-01-05T07:26:43.996Z] 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 [2021-01-05T07:26:43.996Z] 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 [2021-01-05T07:26:43.996Z] 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 [2021-01-05T07:26:43.996Z] 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 [2021-01-05T07:26:43.996Z] 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 [2021-01-05T07:26:48.732Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T07:26:48.993Z] snap "core18" has no updates available [2021-01-05T07:26:49.937Z] Pulling config-common [2021-01-05T07:26:50.877Z] Pulling go-build-helper [2021-01-05T07:27:12.835Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T07:27:12.835Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T07:27:12.835Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-05T07:27:12.835Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-05T07:27:12.835Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-05T07:27:12.835Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-05T07:27:12.835Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-05T07:27:12.835Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-05T07:27:12.835Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-05T07:27:12.835Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-05T07:27:12.835Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T07:27:12.835Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T07:27:12.835Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T07:27:12.835Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T07:27:12.835Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T07:27:12.835Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T07:27:12.835Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T07:27:12.835Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T07:27:12.835Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T07:27:12.835Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-05T07:27:12.835Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T07:27:12.835Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-05T07:27:12.836Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T07:27:12.836Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T07:27:12.836Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T07:27:12.836Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T07:27:12.836Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T07:27:12.836Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T07:27:12.836Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T07:27:12.836Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T07:27:12.836Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T07:27:12.836Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T07:27:12.836Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T07:27:12.836Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T07:27:12.836Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T07:27:12.836Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T07:27:12.836Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T07:27:12.836Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T07:27:12.836Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T07:27:12.836Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T07:27:12.836Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T07:27:12.836Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T07:27:12.836Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T07:27:12.836Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T07:27:12.836Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T07:27:12.836Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T07:27:12.836Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T07:27:12.836Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T07:27:12.836Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T07:27:12.836Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T07:27:12.836Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T07:27:12.836Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T07:27:12.836Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T07:27:12.836Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T07:27:12.836Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T07:27:12.836Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T07:27:12.836Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T07:27:12.836Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T07:27:12.836Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T07:27:12.836Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T07:27:12.836Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-05T07:27:12.836Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T07:27:12.836Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T07:27:12.836Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T07:27:15.374Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T07:27:15.374Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T07:27:15.374Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T07:27:15.374Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T07:27:15.374Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T07:27:15.374Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T07:27:15.374Z] Pulling static-packages [2021-01-05T07:27:15.944Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-05T07:27:15.944Z] Skipping pull go-build-helper (already ran) [2021-01-05T07:27:15.944Z] Skipping pull static-packages (already ran) [2021-01-05T07:27:15.944Z] Building go-build-helper [2021-01-05T07:27:19.469Z] Building static-packages [2021-01-05T07:27:21.388Z] Staging go-build-helper [2021-01-05T07:27:22.331Z] Staging static-packages [2021-01-05T07:27:23.273Z] Pulling go115 [2021-01-05T07:27:24.218Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T07:27:24.218Z] Skipping pull go115 (already ran) [2021-01-05T07:27:24.218Z] Building go115 [2021-01-05T07:27:24.218Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:24.218Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:27.346Z] 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 [2021-01-05T07:27:27.607Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T07:27:31.810Z] Staging go115 [2021-01-05T07:27:37.095Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T07:27:37.095Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T07:27:37.095Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T07:27:37.095Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T07:27:37.095Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T07:27:37.095Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T07:27:37.095Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T07:27:37.095Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T07:27:37.095Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T07:27:37.095Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T07:27:37.095Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T07:27:37.095Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T07:27:37.095Z] Pulling edgex-go [2021-01-05T07:27:37.357Z] Pulling version [2021-01-05T07:27:38.297Z] Building config-common [2021-01-05T07:27:40.209Z] Skipping build go-build-helper (already ran) [2021-01-05T07:27:40.209Z] Skipping build static-packages (already ran) [2021-01-05T07:27:40.209Z] Skipping build go115 (already ran) [2021-01-05T07:27:40.209Z] Building edgex-go [2021-01-05T07:27:40.469Z] 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 [2021-01-05T07:27:41.409Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T07:27:41.409Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T07:27:41.409Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T07:27:41.409Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-05T07:27:41.409Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-05T07:27:41.409Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T07:27:41.675Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T07:27:41.675Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T07:27:41.675Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-05T07:27:41.675Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T07:27:41.675Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T07:27:41.675Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T07:27:41.675Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T07:27:41.675Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T07:27:41.675Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T07:27:41.675Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T07:27:41.675Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T07:27:41.675Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T07:27:41.675Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T07:27:41.675Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T07:27:41.675Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T07:27:41.675Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T07:27:41.675Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T07:27:41.675Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T07:27:41.942Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T07:27:41.942Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T07:27:41.942Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T07:27:41.942Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T07:27:41.942Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T07:27:42.203Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T07:27:48.784Z] 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 [2021-01-05T07:27:52.084Z] 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 [2021-01-05T07:27:53.023Z] 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 [2021-01-05T07:27:53.970Z] 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 [2021-01-05T07:27:54.233Z] 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 [2021-01-05T07:27:54.233Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T07:27:54.494Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T07:27:54.494Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T07:27:54.494Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T07:27:55.878Z] 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 [2021-01-05T07:27:55.878Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T07:27:55.878Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T07:27:57.260Z] 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 [2021-01-05T07:27:57.260Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T07:27:58.202Z] 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 [2021-01-05T07:27:58.202Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T07:27:59.586Z] 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 [2021-01-05T07:28:00.526Z] 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 [2021-01-05T07:28:01.097Z] 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 [2021-01-05T07:28:03.647Z] Building version [2021-01-05T07:28:05.028Z] Staging config-common [2021-01-05T07:28:05.809Z] 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 [2021-01-05T07:28:05.809Z] 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 [2021-01-05T07:28:05.969Z] Skipping stage go-build-helper (already ran) [2021-01-05T07:28:05.969Z] Skipping stage static-packages (already ran) [2021-01-05T07:28:05.969Z] Skipping stage go115 (already ran) [2021-01-05T07:28:05.969Z] Staging edgex-go [2021-01-05T07:28:06.909Z] Staging version [2021-01-05T07:28:07.851Z] Priming config-common [2021-01-05T07:28:08.793Z] Priming go-build-helper [2021-01-05T07:28:09.735Z] Priming static-packages [2021-01-05T07:28:11.245Z] Removing intermediate container 3439ebf94987 [2021-01-05T07:28:11.245Z] ---> 61a9b67dea4b [2021-01-05T07:28:11.245Z] [2021-01-05T07:28:11.245Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T07:28:11.245Z] 3.12: Pulling from library/alpine [2021-01-05T07:28:11.651Z] Priming go115 [2021-01-05T07:28:12.600Z] Priming edgex-go [2021-01-05T07:28:12.700Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T07:28:12.700Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T07:28:12.700Z] ---> afeebe901d6b [2021-01-05T07:28:12.700Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:28:13.538Z] Priming version [2021-01-05T07:28:13.697Z] ---> Running in e52d1cc77e53 [2021-01-05T07:28:14.479Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-05T07:28:15.172Z] Removing intermediate container 5d434d13b370 [2021-01-05T07:28:15.172Z] ---> a1478404726c [2021-01-05T07:28:15.172Z] [2021-01-05T07:28:15.172Z] Step 10/24 : FROM scratch [2021-01-05T07:28:15.172Z] ---> [2021-01-05T07:28:15.172Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T07:28:15.786Z] ---> Running in 7cc536df17dc [2021-01-05T07:28:16.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-05T07:28:16.684Z] 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] } [2021-01-05T07:28:17.319Z] Removing intermediate container 7cc536df17dc [2021-01-05T07:28:17.319Z] ---> 582f76367b61 [2021-01-05T07:28:17.319Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T07:28:17.319Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:28:17.319Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:28:17.319Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:28:17.319Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:28:17.319Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:28:17.596Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:28:17.596Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:28:17.596Z] ---> Running in 3fcadbb7a4d2 [2021-01-05T07:28:17.886Z] OK: 7 MiB in 19 packages [2021-01-05T07:28:18.872Z] Removing intermediate container 3fcadbb7a4d2 [2021-01-05T07:28:18.872Z] ---> 09e47c0a4678 [2021-01-05T07:28:18.872Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T07:28:19.464Z] ---> Running in 2eca2cb66a8f [2021-01-05T07:28:19.736Z] Removing intermediate container 1ea1da39114d [2021-01-05T07:28:19.736Z] ---> ac79a9674d40 [2021-01-05T07:28:19.736Z] [2021-01-05T07:28:19.736Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T07:28:19.736Z] ---> afeebe901d6b [2021-01-05T07:28:19.736Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T07:28:20.009Z] Removing intermediate container c2bdffd17878 [2021-01-05T07:28:20.009Z] ---> de0c0ee9cae3 [2021-01-05T07:28:20.009Z] [2021-01-05T07:28:20.009Z] Step 10/21 : FROM scratch [2021-01-05T07:28:20.009Z] ---> [2021-01-05T07:28:20.009Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:28:20.283Z] ---> Running in f5e26ffba806 [2021-01-05T07:28:20.283Z] Removing intermediate container 2eca2cb66a8f [2021-01-05T07:28:20.283Z] ---> 75e0f41eab8e [2021-01-05T07:28:20.283Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T07:28:20.283Z] ---> Running in 15b55a465913 [2021-01-05T07:28:20.891Z] Removing intermediate container e52d1cc77e53 [2021-01-05T07:28:20.891Z] ---> deb01cc2254e [2021-01-05T07:28:20.891Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:28:21.163Z] ---> Running in 33506e64f0d6 [2021-01-05T07:28:21.163Z] Removing intermediate container 15b55a465913 [2021-01-05T07:28:21.163Z] ---> 486bb9f94990 [2021-01-05T07:28:21.163Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T07:28:21.437Z] ---> Running in 6f47aa186468 [2021-01-05T07:28:22.051Z] ---> bfa021513824 [2021-01-05T07:28:22.051Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T07:28:22.051Z] Removing intermediate container 33506e64f0d6 [2021-01-05T07:28:22.051Z] ---> 282a39bbd3e5 [2021-01-05T07:28:22.051Z] Step 13/24 : WORKDIR / [2021-01-05T07:28:22.328Z] Removing intermediate container 6f47aa186468 [2021-01-05T07:28:22.328Z] ---> a34e1d634b83 [2021-01-05T07:28:22.328Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T07:28:22.328Z] ---> Running in 20688a420958 [2021-01-05T07:28:22.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:28:22.603Z] ---> Running in 5e9c8947dbae [2021-01-05T07:28:22.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:28:23.206Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T07:28:23.206Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:28:23.206Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T07:28:23.486Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T07:28:23.486Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:28:23.486Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:28:23.486Z] Removing intermediate container 20688a420958 [2021-01-05T07:28:23.486Z] ---> c867d0ce3890 [2021-01-05T07:28:23.487Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T07:28:23.487Z] Removing intermediate container 5e9c8947dbae [2021-01-05T07:28:23.487Z] ---> 0a052b24e1be [2021-01-05T07:28:23.487Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T07:28:23.487Z] OK: 7 MiB in 18 packages [2021-01-05T07:28:23.767Z] ---> ad3f7631d19e [2021-01-05T07:28:23.767Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T07:28:25.223Z] ---> 5d5b3d14ed2f [2021-01-05T07:28:25.223Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T07:28:25.223Z] ---> 097127ea6507 [2021-01-05T07:28:25.223Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T07:28:26.665Z] ---> b52bde8ab5dc [2021-01-05T07:28:26.665Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T07:28:27.065Z] ---> 169e7c6d15ff [2021-01-05T07:28:27.065Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T07:28:27.065Z] Removing intermediate container f5e26ffba806 [2021-01-05T07:28:27.065Z] ---> 20c0b781ba51 [2021-01-05T07:28:27.065Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:28:27.409Z] ---> 4d0ee07b6fcd [2021-01-05T07:28:27.409Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T07:28:27.409Z] ---> Running in 69cef20304da [2021-01-05T07:28:27.409Z] ---> 3a2bee21405e [2021-01-05T07:28:27.409Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T07:28:28.427Z] Removing intermediate container 69cef20304da [2021-01-05T07:28:28.427Z] ---> 92ccba0ab3a5 [2021-01-05T07:28:28.427Z] Step 13/21 : WORKDIR /edgex [2021-01-05T07:28:28.427Z] ---> 39a4ce61b0de [2021-01-05T07:28:28.427Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T07:28:28.710Z] ---> Running in 373e2390a76b [2021-01-05T07:28:28.710Z] ---> 0ae05b08c0e7 [2021-01-05T07:28:28.710Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T07:28:29.016Z] ---> Running in a656d58e4ad3 [2021-01-05T07:28:29.714Z] Removing intermediate container 373e2390a76b [2021-01-05T07:28:29.714Z] ---> 309aad3ba1d5 [2021-01-05T07:28:29.714Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T07:28:29.991Z] Removing intermediate container a656d58e4ad3 [2021-01-05T07:28:29.991Z] ---> 101543ac7fbd [2021-01-05T07:28:29.991Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:28:30.263Z] ---> 7f1da5bcd10a [2021-01-05T07:28:30.263Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T07:28:30.537Z] ---> Running in 64fc21872c67 [2021-01-05T07:28:30.537Z] ---> e90c6008c067 [2021-01-05T07:28:30.537Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T07:28:30.819Z] ---> 83e84bd19acd [2021-01-05T07:28:30.819Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T07:28:31.419Z] Removing intermediate container 64fc21872c67 [2021-01-05T07:28:31.419Z] ---> b984fc3a85a1 [2021-01-05T07:28:31.419Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T07:28:31.699Z] ---> 5645e1faba71 [2021-01-05T07:28:31.699Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T07:28:31.699Z] ---> Running in 8070b0e9b965 [2021-01-05T07:28:31.979Z] ---> Running in 9a21cfc623d5 [2021-01-05T07:28:32.253Z] Removing intermediate container cbce558833d1 [2021-01-05T07:28:32.253Z] ---> 993b49226c62 [2021-01-05T07:28:32.253Z] [2021-01-05T07:28:32.253Z] Step 10/22 : FROM scratch [2021-01-05T07:28:32.253Z] ---> [2021-01-05T07:28:32.253Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:28:32.528Z] ---> a8b9ee6e6855 [2021-01-05T07:28:32.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T07:28:32.528Z] ---> Using cache [2021-01-05T07:28:32.528Z] ---> 486bb9f94990 [2021-01-05T07:28:32.528Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T07:28:32.528Z] Removing intermediate container 8070b0e9b965 [2021-01-05T07:28:32.528Z] ---> 7f343f34def5 [2021-01-05T07:28:32.528Z] Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:28:32.528Z] ---> c99cb7e9feee [2021-01-05T07:28:32.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T07:28:32.528Z] Removing intermediate container 9a21cfc623d5 [2021-01-05T07:28:32.528Z] ---> ffe8166b8a7d [2021-01-05T07:28:32.528Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:28:32.804Z] ---> Running in d82f27c88ff5 [2021-01-05T07:28:32.804Z] ---> Running in 1f3f4eaa6c99 [2021-01-05T07:28:32.804Z] ---> Running in 65042105b829 [2021-01-05T07:28:33.407Z] Removing intermediate container d82f27c88ff5 [2021-01-05T07:28:33.407Z] ---> ff455b18331c [2021-01-05T07:28:33.407Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:28:33.407Z] ---> Running in f9b1894f4bdb [2021-01-05T07:28:33.407Z] ---> a3eadc83cb6b [2021-01-05T07:28:33.407Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T07:28:33.691Z] Removing intermediate container 65042105b829 [2021-01-05T07:28:33.691Z] ---> b3e662521e0b [2021-01-05T07:28:33.691Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T07:28:33.691Z] Removing intermediate container 1f3f4eaa6c99 [2021-01-05T07:28:33.691Z] ---> 45cfc1292d8a [2021-01-05T07:28:33.691Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T07:28:33.966Z] ---> Running in b19acf145141 [2021-01-05T07:28:33.966Z] ---> Running in cf7f38996847 [2021-01-05T07:28:33.966Z] ---> Running in 988f6513b1c3 [2021-01-05T07:28:34.242Z] ---> c1d797b94155 [2021-01-05T07:28:34.242Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T07:28:34.242Z] Removing intermediate container f9b1894f4bdb [2021-01-05T07:28:34.242Z] ---> a0eef09ec67a [2021-01-05T07:28:34.242Z] Step 14/22 : WORKDIR / [2021-01-05T07:28:34.517Z] ---> Running in 16008e8eb0d1 [2021-01-05T07:28:34.517Z] ---> Running in 433f9f0e1c58 [2021-01-05T07:28:34.794Z] Removing intermediate container cf7f38996847 [2021-01-05T07:28:34.794Z] ---> d7f099bd709d [2021-01-05T07:28:34.794Z] Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:28:34.794Z] Removing intermediate container 988f6513b1c3 [2021-01-05T07:28:34.794Z] ---> b40193fe1921 [2021-01-05T07:28:34.794Z] [2021-01-05T07:28:35.072Z] ---> Running in 9f8e32df2812 [2021-01-05T07:28:35.356Z] Removing intermediate container 433f9f0e1c58 [2021-01-05T07:28:35.357Z] ---> 4fa390ce75d4 [2021-01-05T07:28:35.357Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T07:28:35.357Z] Successfully built b40193fe1921 [2021-01-05T07:28:35.357Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T07:28:35.357Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-05T07:28:35.357Z] Removing intermediate container 16008e8eb0d1 [2021-01-05T07:28:35.357Z] ---> a22d8df22ba6 [2021-01-05T07:28:35.357Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T07:28:35.631Z] ---> Running in abe2807aa39f [2021-01-05T07:28:35.908Z] Removing intermediate container 9f8e32df2812 [2021-01-05T07:28:35.908Z] ---> 44cbf2ca3285 [2021-01-05T07:28:35.908Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T07:28:36.181Z] ---> Running in a0af158bda0d [2021-01-05T07:28:36.181Z] Removing intermediate container abe2807aa39f [2021-01-05T07:28:36.181Z] ---> fdc85263b116 [2021-01-05T07:28:36.181Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T07:28:36.455Z] ---> Running in f40f545725a0 [2021-01-05T07:28:36.749Z] ---> 16342d2abde8 [2021-01-05T07:28:36.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T07:28:37.042Z] Removing intermediate container a0af158bda0d [2021-01-05T07:28:37.042Z] ---> 1db851b63e1a [2021-01-05T07:28:37.042Z] [2021-01-05T07:28:37.640Z] Successfully built 1db851b63e1a [2021-01-05T07:28:37.916Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T07:28:37.916Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-05T07:28:37.916Z] Removing intermediate container f40f545725a0 [2021-01-05T07:28:37.916Z] ---> 3099545f474d [2021-01-05T07:28:37.916Z] Step 20/21 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:28:38.514Z] Removing intermediate container b19acf145141 [2021-01-05T07:28:38.514Z] ---> 8dd262fd33d7 [2021-01-05T07:28:38.514Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T07:28:38.514Z] ---> Running in 2542f5bdfc2e [2021-01-05T07:28:38.787Z] ---> 4c09fa0f4073 [2021-01-05T07:28:38.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T07:28:38.787Z] ---> Running in d05a4916dd37 [2021-01-05T07:28:40.249Z] Removing intermediate container 2542f5bdfc2e [2021-01-05T07:28:40.249Z] ---> 28f05c6a9c9f [2021-01-05T07:28:40.249Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T07:28:40.249Z] Removing intermediate container d05a4916dd37 [2021-01-05T07:28:40.249Z] ---> 4ed369e38bc8 [2021-01-05T07:28:40.249Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T07:28:40.523Z] ---> Running in 5502689abc7a [2021-01-05T07:28:40.523Z] ---> 644af0f4a310 [2021-01-05T07:28:40.523Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T07:28:40.803Z] ---> Running in 1e86a973b6f1 [2021-01-05T07:28:41.403Z] ---> Running in 44ca52ecd6e2 [2021-01-05T07:28:41.675Z] Removing intermediate container 1e86a973b6f1 [2021-01-05T07:28:41.675Z] ---> 87cafc17a123 [2021-01-05T07:28:41.675Z] Removing intermediate container 5502689abc7a [2021-01-05T07:28:41.675Z] ---> 4dc97e201ae2 [2021-01-05T07:28:41.675Z] [2021-01-05T07:28:41.675Z] Step 23/24 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:28:42.278Z] Successfully built 4dc97e201ae2 [2021-01-05T07:28:42.278Z] Removing intermediate container 44ca52ecd6e2 [2021-01-05T07:28:42.278Z] ---> cc2613717c71 [2021-01-05T07:28:42.278Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:28:42.278Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T07:28:42.278Z] Building docker-core-data-go [2021-01-05T07:28:42.278Z]  Building docker-security-proxy-setup-go ... done  ---> Running in d9cd7cc66103 [2021-01-05T07:28:42.555Z] ---> Running in 9abe1f5213d2 [2021-01-05T07:28:42.829Z] Removing intermediate container d9cd7cc66103 [2021-01-05T07:28:42.829Z] ---> b0a88a0c880c [2021-01-05T07:28:42.829Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T07:28:43.100Z] Removing intermediate container 9abe1f5213d2 [2021-01-05T07:28:43.100Z] ---> 18e64afb396e [2021-01-05T07:28:43.100Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:28:43.100Z] ---> Running in eaf765845047 [2021-01-05T07:28:43.370Z] ---> Running in 85c3a4ceff59 [2021-01-05T07:28:43.644Z] Removing intermediate container eaf765845047 [2021-01-05T07:28:43.644Z] ---> d8d46672597c [2021-01-05T07:28:43.644Z] [2021-01-05T07:28:43.922Z] Removing intermediate container 85c3a4ceff59 [2021-01-05T07:28:43.922Z] ---> 200938eb7292 [2021-01-05T07:28:43.922Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:28:44.193Z] Successfully built d8d46672597c [2021-01-05T07:28:44.193Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T07:28:44.193Z] Building docker-security-bootstrap-redis-go [2021-01-05T07:28:44.193Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 577e74e36263 [2021-01-05T07:28:44.784Z] Removing intermediate container 577e74e36263 [2021-01-05T07:28:44.784Z] ---> 7893742d2ebf [2021-01-05T07:28:44.784Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:28:44.784Z] ---> Running in 7a6cfaf8a8ce [2021-01-05T07:28:45.393Z] Removing intermediate container 7a6cfaf8a8ce [2021-01-05T07:28:45.393Z] ---> a882c9ece162 [2021-01-05T07:28:45.393Z] [2021-01-05T07:28:45.671Z] Successfully built a882c9ece162 [2021-01-05T07:28:45.671Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T07:29:25.794Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:29:25.794Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:29:25.794Z] ---> 64ea2c48ee05 [2021-01-05T07:29:25.794Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T07:29:25.794Z] ---> Using cache [2021-01-05T07:29:25.794Z] ---> 13b52679e8a6 [2021-01-05T07:29:25.794Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:29:25.794Z] ---> Using cache [2021-01-05T07:29:25.794Z] ---> ddda2c34da58 [2021-01-05T07:29:25.794Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T07:29:26.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:29:26.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:29:26.395Z] ---> 64ea2c48ee05 [2021-01-05T07:29:26.395Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> 13b52679e8a6 [2021-01-05T07:29:26.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> ddda2c34da58 [2021-01-05T07:29:26.395Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> 662ad246f738 [2021-01-05T07:29:26.395Z] Step 6/22 : COPY go.mod . [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> 0fdd94748333 [2021-01-05T07:29:26.395Z] Step 7/22 : RUN go mod download [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> c240ab3a5ebb [2021-01-05T07:29:26.395Z] Step 8/22 : COPY . . [2021-01-05T07:29:26.395Z] ---> Using cache [2021-01-05T07:29:26.395Z] ---> 1afacf95b526 [2021-01-05T07:29:26.395Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T07:29:27.380Z] ---> Running in bedf236f63ca [2021-01-05T07:29:27.380Z] ---> Running in fe467033bb2f [2021-01-05T07:29:29.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:29:29.355Z] 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 [2021-01-05T07:29:29.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:29:30.571Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:29:30.571Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:29:30.571Z] ---> 64ea2c48ee05 [2021-01-05T07:29:30.571Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T07:29:30.571Z] ---> Using cache [2021-01-05T07:29:30.571Z] ---> 13b52679e8a6 [2021-01-05T07:29:30.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:29:30.571Z] ---> Using cache [2021-01-05T07:29:30.571Z] ---> ddda2c34da58 [2021-01-05T07:29:30.571Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T07:29:31.182Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:29:31.182Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:29:31.182Z] ---> 64ea2c48ee05 [2021-01-05T07:29:31.182Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> 13b52679e8a6 [2021-01-05T07:29:31.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> ddda2c34da58 [2021-01-05T07:29:31.182Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> 662ad246f738 [2021-01-05T07:29:31.182Z] Step 6/22 : COPY go.mod . [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> 0fdd94748333 [2021-01-05T07:29:31.182Z] Step 7/22 : RUN go mod download [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> c240ab3a5ebb [2021-01-05T07:29:31.182Z] Step 8/22 : COPY . . [2021-01-05T07:29:31.182Z] OK: 217 MiB in 51 packages [2021-01-05T07:29:31.182Z] ---> Using cache [2021-01-05T07:29:31.182Z] ---> 1afacf95b526 [2021-01-05T07:29:31.182Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T07:29:31.182Z] ---> Running in 5b3cde005c9e [2021-01-05T07:29:31.457Z] ---> Running in f2b9fd9bed89 [2021-01-05T07:29:32.928Z] Removing intermediate container fe467033bb2f [2021-01-05T07:29:32.928Z] ---> 7dd15f801f9c [2021-01-05T07:29:32.928Z] Step 6/26 : COPY go.mod . [2021-01-05T07:29:33.543Z] 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 [2021-01-05T07:29:34.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:29:34.149Z] ---> 7975fc87956f [2021-01-05T07:29:34.149Z] Step 7/26 : RUN go mod download [2021-01-05T07:29:34.432Z] ---> Running in 412be66af8f1 [2021-01-05T07:29:34.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:29:35.707Z] OK: 217 MiB in 51 packages [2021-01-05T07:29:37.171Z] Removing intermediate container 5b3cde005c9e [2021-01-05T07:29:37.171Z] ---> cacd37d2d571 [2021-01-05T07:29:37.171Z] Step 6/23 : COPY go.mod . [2021-01-05T07:29:38.630Z] Removing intermediate container 412be66af8f1 [2021-01-05T07:29:38.630Z] ---> a58c5f993999 [2021-01-05T07:29:38.630Z] Step 8/26 : COPY . . [2021-01-05T07:29:38.630Z] ---> 6f3cdb538c7b [2021-01-05T07:29:38.630Z] Step 7/23 : RUN go mod download [2021-01-05T07:29:38.913Z] ---> Running in d41df97eed85 [2021-01-05T07:29:45.688Z] Removing intermediate container d41df97eed85 [2021-01-05T07:29:45.688Z] ---> 3b42cb027773 [2021-01-05T07:29:45.688Z] Step 8/23 : COPY . . [2021-01-05T07:30:07.933Z] ---> 5611563bbc00 [2021-01-05T07:30:07.933Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T07:30:07.933Z] ---> Running in b9359a9a5e7e [2021-01-05T07:30:07.933Z] ---> 6fbf07a88930 [2021-01-05T07:30:07.933Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T07:30:08.213Z] ---> Running in 9c20b71a72c6 [2021-01-05T07:30:09.220Z] 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 [2021-01-05T07:30:10.218Z] 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 [2021-01-05T07:30:32.451Z] Removing intermediate container bedf236f63ca [2021-01-05T07:30:32.451Z] ---> 627309048890 [2021-01-05T07:30:32.451Z] [2021-01-05T07:30:32.451Z] Step 10/22 : FROM scratch [2021-01-05T07:30:32.451Z] ---> [2021-01-05T07:30:32.451Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:30:32.451Z] ---> Using cache [2021-01-05T07:30:32.451Z] ---> 486bb9f94990 [2021-01-05T07:30:32.451Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T07:30:32.451Z] ---> Running in 46069c194c2d [2021-01-05T07:30:32.451Z] Removing intermediate container 46069c194c2d [2021-01-05T07:30:32.451Z] ---> e63551b3ee2c [2021-01-05T07:30:32.451Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:30:32.451Z] ---> Running in 47dcdfc9fedf [2021-01-05T07:30:33.091Z] Removing intermediate container 47dcdfc9fedf [2021-01-05T07:30:33.091Z] ---> b60ef59325c1 [2021-01-05T07:30:33.091Z] Step 14/22 : WORKDIR / [2021-01-05T07:30:33.372Z] ---> Running in dc756efdcbe0 [2021-01-05T07:30:34.377Z] Removing intermediate container dc756efdcbe0 [2021-01-05T07:30:34.377Z] ---> 079b6759200a [2021-01-05T07:30:34.377Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T07:30:36.101Z] ---> 6daf2a0bec6c [2021-01-05T07:30:36.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T07:30:37.934Z] Removing intermediate container f2b9fd9bed89 [2021-01-05T07:30:37.934Z] ---> 7cb38a7a4a13 [2021-01-05T07:30:37.934Z] [2021-01-05T07:30:37.934Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T07:30:37.934Z] ---> afeebe901d6b [2021-01-05T07:30:37.934Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:30:37.934Z] ---> Using cache [2021-01-05T07:30:37.934Z] ---> deb01cc2254e [2021-01-05T07:30:37.934Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T07:30:38.535Z] ---> Running in 8a0a258d7d29 [2021-01-05T07:30:38.813Z] ---> b67770374899 [2021-01-05T07:30:38.813Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T07:30:39.089Z] Removing intermediate container 8a0a258d7d29 [2021-01-05T07:30:39.089Z] ---> 174422c137f7 [2021-01-05T07:30:39.089Z] Step 13/22 : WORKDIR / [2021-01-05T07:30:39.370Z] ---> Running in adedd48abd4a [2021-01-05T07:30:39.973Z] ---> a0de6c6b759d [2021-01-05T07:30:39.973Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T07:30:40.249Z] ---> Running in c502d9b6bd68 [2021-01-05T07:30:40.525Z] Removing intermediate container adedd48abd4a [2021-01-05T07:30:40.525Z] ---> 283816abdd4f [2021-01-05T07:30:40.525Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T07:30:41.124Z] Removing intermediate container c502d9b6bd68 [2021-01-05T07:30:41.124Z] ---> 16a99c58e5ca [2021-01-05T07:30:41.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:30:41.124Z] ---> Running in dab4ea839309 [2021-01-05T07:30:41.722Z] ---> f33f2e271c11 [2021-01-05T07:30:41.722Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T07:30:42.002Z] Removing intermediate container dab4ea839309 [2021-01-05T07:30:42.002Z] ---> fd8cd7338b5f [2021-01-05T07:30:42.002Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:30:42.280Z] ---> Running in 127155522f44 [2021-01-05T07:30:43.285Z] Removing intermediate container 127155522f44 [2021-01-05T07:30:43.285Z] ---> 81ce5cc5ce22 [2021-01-05T07:30:43.285Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:30:43.285Z] ---> Running in c85439b53dfd [2021-01-05T07:30:43.889Z] ---> 59fb91256b6c [2021-01-05T07:30:43.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T07:30:44.175Z] Removing intermediate container c85439b53dfd [2021-01-05T07:30:44.175Z] ---> f92c1b43bb41 [2021-01-05T07:30:44.175Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:30:44.455Z] ---> Running in e146f3891146 [2021-01-05T07:30:45.069Z] ---> 9ba8bbb8d42e [2021-01-05T07:30:45.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T07:30:45.069Z] Removing intermediate container e146f3891146 [2021-01-05T07:30:45.069Z] ---> a6ab4528389c [2021-01-05T07:30:45.069Z] [2021-01-05T07:30:46.083Z] Successfully built a6ab4528389c [2021-01-05T07:30:46.083Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T07:30:46.083Z]  Building docker-core-command-go ... done  ---> 69ab7ec745c7 [2021-01-05T07:30:46.365Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T07:30:46.365Z] ---> Running in 3f167394f223 [2021-01-05T07:30:49.780Z] Removing intermediate container 3f167394f223 [2021-01-05T07:30:49.780Z] ---> e59eaad0d50d [2021-01-05T07:30:49.780Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T07:30:49.780Z] ---> Running in 3a429df21ad7 [2021-01-05T07:30:50.389Z] Removing intermediate container 3a429df21ad7 [2021-01-05T07:30:50.389Z] ---> bcdb4a4153f3 [2021-01-05T07:30:50.389Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:30:50.389Z] ---> Running in d96d0caf5541 [2021-01-05T07:30:51.395Z] Removing intermediate container d96d0caf5541 [2021-01-05T07:30:51.395Z] ---> 25bfd1be2d7c [2021-01-05T07:30:51.395Z] Step 21/22 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:30:51.395Z] ---> Running in 704e1e7bd2f8 [2021-01-05T07:30:52.020Z] Removing intermediate container 704e1e7bd2f8 [2021-01-05T07:30:52.020Z] ---> e0ab7fa5756c [2021-01-05T07:30:52.020Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T07:30:52.020Z] ---> Running in 36768f72af43 [2021-01-05T07:30:53.032Z] Removing intermediate container 36768f72af43 [2021-01-05T07:30:53.032Z] ---> 6a28314a41c7 [2021-01-05T07:30:53.032Z] [2021-01-05T07:30:53.310Z] Successfully built 6a28314a41c7 [2021-01-05T07:30:53.310Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T07:31:11.684Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b9359a9a5e7e [2021-01-05T07:31:11.684Z] ---> 0ccdd908844e [2021-01-05T07:31:11.684Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T07:31:11.684Z] ---> Running in a2b6a9783e81 [2021-01-05T07:31:12.279Z] 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 [2021-01-05T07:31:15.669Z] Removing intermediate container a2b6a9783e81 [2021-01-05T07:31:15.669Z] ---> 86fb685a7065 [2021-01-05T07:31:15.669Z] [2021-01-05T07:31:15.669Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T07:31:15.669Z] 20.10.0: Pulling from library/docker [2021-01-05T07:31:23.964Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T07:31:23.964Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T07:31:23.964Z] ---> eeaf43b92773 [2021-01-05T07:31:23.964Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T07:31:23.964Z] ---> Running in 762f5c7b6132 [2021-01-05T07:31:23.964Z] Removing intermediate container 9c20b71a72c6 [2021-01-05T07:31:23.964Z] ---> 1d4d2c70e570 [2021-01-05T07:31:23.964Z] [2021-01-05T07:31:23.964Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T07:31:23.964Z] ---> afeebe901d6b [2021-01-05T07:31:23.964Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:31:24.239Z] ---> Running in ba60e743d486 [2021-01-05T07:31:24.518Z] Removing intermediate container ba60e743d486 [2021-01-05T07:31:24.518Z] ---> 889232bc37eb [2021-01-05T07:31:24.518Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T07:31:24.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:24.789Z] ---> Running in 1ad3f5a31e64 [2021-01-05T07:31:25.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:25.061Z] Removing intermediate container 1ad3f5a31e64 [2021-01-05T07:31:25.061Z] ---> ac034074887b [2021-01-05T07:31:25.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T07:31:25.334Z] ---> Running in 61cf816d8ddb [2021-01-05T07:31:25.611Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T07:31:25.611Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T07:31:25.611Z] Executing bash-5.0.17-r0.post-install [2021-01-05T07:31:25.611Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:31:25.611Z] OK: 12 MiB in 22 packages [2021-01-05T07:31:25.886Z] Removing intermediate container 61cf816d8ddb [2021-01-05T07:31:25.886Z] ---> b3af16a35abd [2021-01-05T07:31:25.886Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:31:25.886Z] ---> Running in ec60228660f2 [2021-01-05T07:31:26.872Z] Removing intermediate container 762f5c7b6132 [2021-01-05T07:31:26.872Z] ---> 33a2523c7784 [2021-01-05T07:31:26.872Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T07:31:27.142Z] ---> Running in be1958e6d86c [2021-01-05T07:31:27.412Z] Removing intermediate container be1958e6d86c [2021-01-05T07:31:27.412Z] ---> 3ef0866d32ec [2021-01-05T07:31:27.412Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T07:31:27.686Z] ---> Running in d0a833b98eea [2021-01-05T07:31:28.281Z] Removing intermediate container d0a833b98eea [2021-01-05T07:31:28.281Z] ---> 7e221f849308 [2021-01-05T07:31:28.281Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T07:31:28.281Z] ---> Running in a3edfdba9238 [2021-01-05T07:31:28.281Z] Removing intermediate container ec60228660f2 [2021-01-05T07:31:28.282Z] ---> d74e9210609a [2021-01-05T07:31:28.282Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T07:31:28.552Z] ---> Running in 1f2cff369fdc [2021-01-05T07:31:28.825Z] Removing intermediate container a3edfdba9238 [2021-01-05T07:31:28.825Z] ---> 324d0aa81e23 [2021-01-05T07:31:28.825Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T07:31:29.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:30.069Z] ---> 6444a268be79 [2021-01-05T07:31:30.069Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T07:31:30.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:30.611Z] ---> d4048dc12027 [2021-01-05T07:31:30.611Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T07:31:31.204Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T07:31:31.204Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T07:31:31.474Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T07:31:31.474Z] ---> 451be0f6ee2c [2021-01-05T07:31:31.474Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T07:31:31.760Z] ---> Running in 45a516e75d87 [2021-01-05T07:31:31.760Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T07:31:31.760Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T07:31:32.034Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:31:32.034Z] OK: 8 MiB in 19 packages [2021-01-05T07:31:33.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:33.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:31:33.283Z] Removing intermediate container 1f2cff369fdc [2021-01-05T07:31:33.283Z] ---> 9413cd940363 [2021-01-05T07:31:33.283Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T07:31:33.555Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T07:31:33.555Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T07:31:33.555Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T07:31:33.555Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T07:31:33.555Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T07:31:33.555Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T07:31:33.555Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T07:31:34.533Z] ---> 474703ba2702 [2021-01-05T07:31:34.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T07:31:35.511Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T07:31:35.511Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T07:31:35.511Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T07:31:35.511Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T07:31:35.511Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T07:31:35.511Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T07:31:35.833Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T07:31:35.833Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T07:31:35.833Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T07:31:35.833Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T07:31:36.105Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T07:31:36.105Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T07:31:36.105Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T07:31:36.105Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T07:31:36.105Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T07:31:36.105Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T07:31:36.105Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T07:31:36.105Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T07:31:36.105Z] ---> 380a3d8a9844 [2021-01-05T07:31:36.105Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T07:31:36.105Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T07:31:36.374Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T07:31:36.374Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T07:31:36.374Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T07:31:36.374Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T07:31:36.374Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T07:31:36.374Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T07:31:36.374Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T07:31:36.374Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:31:36.646Z] OK: 71 MiB in 55 packages [2021-01-05T07:31:37.239Z] ---> 3f0099ac3d90 [2021-01-05T07:31:37.239Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T07:31:37.239Z] ---> Running in 8aa09f534be0 [2021-01-05T07:31:37.837Z] Removing intermediate container 8aa09f534be0 [2021-01-05T07:31:37.837Z] ---> c66cf80c7fd7 [2021-01-05T07:31:37.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:31:38.112Z] ---> Running in 4d65fa3a4419 [2021-01-05T07:31:38.711Z] Removing intermediate container 4d65fa3a4419 [2021-01-05T07:31:38.711Z] ---> c940092f1e02 [2021-01-05T07:31:38.711Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T07:31:38.983Z] ---> Running in 94ee67f057d4 [2021-01-05T07:31:39.585Z] Removing intermediate container 94ee67f057d4 [2021-01-05T07:31:39.585Z] ---> a9f6fa0de9fc [2021-01-05T07:31:39.585Z] Step 22/23 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:31:39.857Z] ---> Running in 61ff17aeb7f7 [2021-01-05T07:31:40.461Z] Removing intermediate container 61ff17aeb7f7 [2021-01-05T07:31:40.461Z] ---> 25f1ba53f490 [2021-01-05T07:31:40.461Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T07:31:40.461Z] ---> Running in 82aa8963668b [2021-01-05T07:31:41.053Z] Removing intermediate container 82aa8963668b [2021-01-05T07:31:41.053Z] ---> 7ffd9d544546 [2021-01-05T07:31:41.053Z] [2021-01-05T07:31:41.654Z] Successfully built 7ffd9d544546 [2021-01-05T07:31:41.654Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T07:31:42.249Z]  Building docker-core-data-go ... done Removing intermediate container 45a516e75d87 [2021-01-05T07:31:42.249Z] ---> c7c532ce8b31 [2021-01-05T07:31:42.249Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T07:31:42.523Z] ---> Running in 0da764775bb7 [2021-01-05T07:31:47.906Z] Collecting docker-compose==1.23.2 [2021-01-05T07:31:47.906Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T07:31:48.500Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T07:31:48.500Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T07:31:49.092Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T07:31:49.092Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T07:31:51.051Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T07:31:51.051Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T07:31:53.009Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T07:31:53.279Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T07:31:53.550Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T07:31:54.143Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T07:31:54.143Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T07:31:54.787Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T07:31:54.787Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T07:31:57.470Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T07:31:57.470Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T07:31:58.899Z] Collecting PyYAML<4,>=3.10 [2021-01-05T07:31:58.899Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T07:32:04.304Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T07:32:04.304Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T07:32:04.304Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T07:32:04.304Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T07:32:04.304Z] 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) [2021-01-05T07:32:04.304Z] 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) [2021-01-05T07:32:04.574Z] Collecting idna<2.8,>=2.5 [2021-01-05T07:32:04.574Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T07:32:05.549Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T07:32:05.549Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T07:32:05.549Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T07:32:05.549Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T07:32:05.549Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T07:32:05.549Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T07:32:06.979Z] Installing collected packages: cached-property, texttable, docopt, jsonschema, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-01-05T07:32:06.979Z] Running setup.py install for texttable: started [2021-01-05T07:32:08.949Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T07:32:08.949Z] Running setup.py install for docopt: started [2021-01-05T07:32:11.555Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T07:32:11.828Z] Running setup.py install for dockerpty: started [2021-01-05T07:32:13.790Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T07:32:13.790Z] Attempting uninstall: idna [2021-01-05T07:32:13.790Z] Found existing installation: idna 2.9 [2021-01-05T07:32:13.790Z] Uninstalling idna-2.9: [2021-01-05T07:32:14.061Z] Successfully uninstalled idna-2.9 [2021-01-05T07:32:14.653Z] Attempting uninstall: urllib3 [2021-01-05T07:32:14.653Z] Found existing installation: urllib3 1.25.9 [2021-01-05T07:32:14.653Z] Uninstalling urllib3-1.25.9: [2021-01-05T07:32:14.924Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T07:32:15.514Z] Attempting uninstall: requests [2021-01-05T07:32:15.514Z] Found existing installation: requests 2.23.0 [2021-01-05T07:32:15.514Z] Uninstalling requests-2.23.0: [2021-01-05T07:32:15.514Z] Successfully uninstalled requests-2.23.0 [2021-01-05T07:32:16.940Z] Running setup.py install for PyYAML: started [2021-01-05T07:32:18.921Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T07:32:19.892Z] 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 [2021-01-05T07:32:24.200Z] Removing intermediate container 0da764775bb7 [2021-01-05T07:32:24.200Z] ---> ad24748dcf15 [2021-01-05T07:32:24.200Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T07:32:24.200Z] ---> Running in b196d1b4f5dd [2021-01-05T07:32:25.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:32:25.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:32:25.758Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:32:25.758Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T07:32:26.030Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T07:32:26.030Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:32:26.030Z] OK: 71 MiB in 58 packages [2021-01-05T07:32:27.001Z] Removing intermediate container b196d1b4f5dd [2021-01-05T07:32:27.001Z] ---> dbefbb6c9c0e [2021-01-05T07:32:27.001Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T07:32:27.269Z] ---> Running in b9532d104801 [2021-01-05T07:32:27.538Z] Removing intermediate container b9532d104801 [2021-01-05T07:32:27.538Z] ---> 4e43b4810f42 [2021-01-05T07:32:27.538Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:32:27.808Z] ---> Running in 65033a22fd39 [2021-01-05T07:32:28.078Z] Removing intermediate container 65033a22fd39 [2021-01-05T07:32:28.078Z] ---> 4e832ec987c7 [2021-01-05T07:32:28.078Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T07:32:28.352Z] ---> Running in 6113bf4b131d [2021-01-05T07:32:28.946Z] Removing intermediate container 6113bf4b131d [2021-01-05T07:32:28.946Z] ---> 761a91826484 [2021-01-05T07:32:28.946Z] Step 25/26 : LABEL git_sha=4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [2021-01-05T07:32:28.946Z] ---> Running in fa0037d27ff8 [2021-01-05T07:32:29.539Z] Removing intermediate container fa0037d27ff8 [2021-01-05T07:32:29.540Z] ---> 54798a633cda [2021-01-05T07:32:29.540Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T07:32:29.540Z] ---> Running in 8d5d322fced6 [2021-01-05T07:32:30.133Z] Removing intermediate container 8d5d322fced6 [2021-01-05T07:32:30.133Z] ---> 53a23dd14c8f [2021-01-05T07:32:30.133Z] [2021-01-05T07:32:30.405Z] Successfully built 53a23dd14c8f [2021-01-05T07:32:30.405Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T07:32:31.012Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T07:32:30.964Z] $ docker stop --time=1 cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f [2021-01-05T07:32:32.978Z] $ docker rm -f cf1d958a1853850dcf8517008b9ad0d7defa88d10df7408171867a7b742d240f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:32:33.705Z] + + docker imagesgrep [2021-01-05T07:32:33.705Z] docker [2021-01-05T07:32:33.976Z] docker-sys-mgmt-agent-go-arm64 latest 53a23dd14c8f 4 seconds ago 300MB [2021-01-05T07:32:33.976Z] docker-core-data-go-arm64 latest 7ffd9d544546 53 seconds ago 21MB [2021-01-05T07:32:33.976Z] docker-security-bootstrap-redis-go-arm64 latest 6a28314a41c7 About a minute ago 15.1MB [2021-01-05T07:32:33.976Z] docker-core-command-go-arm64 latest a6ab4528389c About a minute ago 9.98MB [2021-01-05T07:32:33.976Z] docker-core-metadata-go-arm64 latest a882c9ece162 3 minutes ago 12.3MB [2021-01-05T07:32:33.976Z] docker-security-secretstore-setup-go-arm64 latest d8d46672597c 3 minutes ago 23.4MB [2021-01-05T07:32:33.976Z] docker-security-proxy-setup-go-arm64 latest 4dc97e201ae2 3 minutes ago 23.3MB [2021-01-05T07:32:33.976Z] docker-support-notifications-go-arm64 latest 1db851b63e1a 3 minutes ago 11.4MB [2021-01-05T07:32:33.976Z] docker-support-scheduler-go-arm64 latest b40193fe1921 3 minutes ago 10MB [2021-01-05T07:32:33.976Z] 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 [2021-01-05T07:32:35.637Z] provisioning config files... [2021-01-05T07:32:35.650Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config4416597907214655932tmp [Pipeline] { [Pipeline] sh [2021-01-05T07:32:36.028Z] + set +x [2021-01-05T07:32:36.028Z] + curl -s https://codecov.io/bash [2021-01-05T07:32:36.028Z] + bash -s -- [2021-01-05T07:32:36.610Z] [2021-01-05T07:32:36.610Z] _____ _ [2021-01-05T07:32:36.610Z] / ____| | | [2021-01-05T07:32:36.610Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T07:32:36.610Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T07:32:36.610Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T07:32:36.610Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T07:32:36.610Z] Bash-20201231-23d4836 [2021-01-05T07:32:36.610Z] [2021-01-05T07:32:36.610Z] [2021-01-05T07:32:36.610Z] ==> git version 2.24.3 found [2021-01-05T07:32:36.610Z] ==> 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 [2021-01-05T07:32:36.610Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T07:32:36.610Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T07:32:36.610Z] ==> Jenkins CI detected. [2021-01-05T07:32:36.610Z] project root: . [2021-01-05T07:32:36.610Z] --> token set from env [2021-01-05T07:32:36.610Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T07:32:36.610Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T07:32:36.610Z] ==> Python coveragepy not found [2021-01-05T07:32:36.610Z] ==> Searching for coverage reports in: [2021-01-05T07:32:36.610Z] + . [2021-01-05T07:32:36.610Z] -> Found 1 reports [2021-01-05T07:32:36.610Z] ==> Detecting git/mercurial file structure [2021-01-05T07:32:36.610Z] ==> Reading reports [2021-01-05T07:32:36.610Z] + ./coverage.out bytes=540436 [2021-01-05T07:32:36.610Z] ==> Appending adjustments [2021-01-05T07:32:36.610Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T07:32:39.923Z] + Found adjustments [2021-01-05T07:32:39.923Z] ==> Gzipping contents [2021-01-05T07:32:39.923Z] 84K /tmp/codecov.mVc2W3.gz [2021-01-05T07:32:39.923Z] ==> Uploading reports [2021-01-05T07:32:39.923Z] url: https://codecov.io [2021-01-05T07:32:39.923Z] 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= [2021-01-05T07:32:39.923Z] -> Pinging Codecov [2021-01-05T07:32:39.923Z] 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= [2021-01-05T07:32:40.185Z] -> Uploading to [2021-01-05T07:32:40.186Z] 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 [2021-01-05T07:32:40.186Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:32:40.186Z] Dload Upload Total Spent Left Speed [2021-01-05T07:32:41.022Z] 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 [2021-01-05T07:32:41.022Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4fa8bcc82ff6b6875fe64c88ba7225c5877399ae [Pipeline] } [2021-01-05T07:32:41.032Z] 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 [2021-01-05T07:32:42.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:32:43.843Z] ---> package-listing.sh [2021-01-05T07:32:43.843Z] ++ facter osfamily [2021-01-05T07:32:43.843Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T07:32:43.843Z] + OS_FAMILY=redhat [2021-01-05T07:32:43.843Z] + workspace=/w/workspace/edgex-go/11 [2021-01-05T07:32:43.843Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T07:32:43.843Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T07:32:43.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T07:32:43.843Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T07:32:43.843Z] + '[' /w/workspace/edgex-go/11 ']' [2021-01-05T07:32:43.843Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T07:32:43.843Z] + case "${OS_FAMILY}" in [2021-01-05T07:32:43.843Z] + rpm -qa [2021-01-05T07:32:43.843Z] + sort [2021-01-05T07:32:49.150Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T07:32:49.150Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T07:32:49.150Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T07:32:49.150Z] + '[' /w/workspace/edgex-go/11 ']' [2021-01-05T07:32:49.150Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-01-05T07:32:49.150Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-01-05T07:32:49.164Z] 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 [2021-01-05T07:32:49.456Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:32:49.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:32:49.767Z] [2021-01-05T07:32:49.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:32:50.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:32:50.120Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T07:32:50.120Z] df20fa9351a1: Pulling fs layer [2021-01-05T07:32:50.120Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T07:32:50.120Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T07:32:50.120Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T07:32:50.120Z] 93b61091891f: Pulling fs layer [2021-01-05T07:32:50.120Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T07:32:50.120Z] 5e14af77c1be: Pulling fs layer [2021-01-05T07:32:50.120Z] 01666e4c0597: Pulling fs layer [2021-01-05T07:32:50.120Z] aa168da1d23b: Pulling fs layer [2021-01-05T07:32:50.120Z] 93b9cdb0e59b: Waiting [2021-01-05T07:32:50.120Z] 5e14af77c1be: Waiting [2021-01-05T07:32:50.120Z] 01666e4c0597: Waiting [2021-01-05T07:32:50.120Z] 46f8f816bc3b: Waiting [2021-01-05T07:32:50.120Z] aa168da1d23b: Waiting [2021-01-05T07:32:50.120Z] 93b61091891f: Waiting [2021-01-05T07:32:50.120Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T07:32:50.120Z] 36b3adc4ff6f: Download complete [2021-01-05T07:32:50.120Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T07:32:50.120Z] 46f8f816bc3b: Download complete [2021-01-05T07:32:50.120Z] df20fa9351a1: Download complete [2021-01-05T07:32:50.386Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T07:32:50.386Z] 93b9cdb0e59b: Download complete [2021-01-05T07:32:50.386Z] 93b61091891f: Verifying Checksum [2021-01-05T07:32:50.386Z] 93b61091891f: Download complete [2021-01-05T07:32:50.386Z] 5e14af77c1be: Verifying Checksum [2021-01-05T07:32:50.386Z] 5e14af77c1be: Download complete [2021-01-05T07:32:50.386Z] 01666e4c0597: Verifying Checksum [2021-01-05T07:32:50.386Z] 01666e4c0597: Download complete [2021-01-05T07:32:50.386Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T07:32:50.386Z] 8ad3a11d3b57: Download complete [2021-01-05T07:32:50.649Z] df20fa9351a1: Pull complete [2021-01-05T07:32:50.919Z] 36b3adc4ff6f: Pull complete [2021-01-05T07:32:51.875Z] 8ad3a11d3b57: Pull complete [2021-01-05T07:32:52.450Z] aa168da1d23b: Verifying Checksum [2021-01-05T07:32:52.450Z] aa168da1d23b: Download complete [2021-01-05T07:32:53.027Z] 46f8f816bc3b: Pull complete [2021-01-05T07:32:53.293Z] 93b61091891f: Pull complete [2021-01-05T07:32:53.293Z] 93b9cdb0e59b: Pull complete [2021-01-05T07:32:53.556Z] 5e14af77c1be: Pull complete [2021-01-05T07:32:53.556Z] 01666e4c0597: Pull complete [2021-01-05T07:33:01.724Z] aa168da1d23b: Pull complete [2021-01-05T07:33:01.724Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T07:33:01.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:33:01.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T07:33:01.951Z] prd-centos7-docker-4c-2g-18470 does not seem to be running inside a container [2021-01-05T07:33:02.007Z] $ 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 [2021-01-05T07:33:10.276Z] $ docker top af1d11b4ac7883a5064f4917b26a15ab36760d01694c1b6c5d6baa90825475e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:33:10.804Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T07:33:11.104Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T07:33:11.404Z] + ls /var/log/sa-host [2021-01-05T07:33:11.404Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T07:33:11.404Z] file_magic: OK [2021-01-05T07:33:11.404Z] HZ: Using current value: 100 [2021-01-05T07:33:11.404Z] file_header: OK [2021-01-05T07:33:11.404Z] 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 [2021-01-05T07:33:11.404Z] Statistics: [2021-01-05T07:33:11.404Z] 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... [2021-01-05T07:33:11.404Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T07:33:11.404Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T07:33:11.404Z] file_magic: OK [2021-01-05T07:33:11.404Z] HZ: Using current value: 100 [2021-01-05T07:33:11.404Z] file_header: OK [2021-01-05T07:33:11.404Z] 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 [2021-01-05T07:33:11.404Z] Statistics: [2021-01-05T07:33:11.404Z] Hnuu...uuuununununu... [2021-01-05T07:33:11.404Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T07:33:11.616Z] provisioning config files... [2021-01-05T07:33:11.632Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config1141638002186861096tmp [Pipeline] { [Pipeline] echo [2021-01-05T07:33:11.705Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:33:12.039Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T07:33:12.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T07:33:12.165Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:33:12.501Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T07:33:12.512Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:33:12.810Z] ---> sudo-logs.sh [2021-01-05T07:33:12.810Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T07:33:12.821Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:33:13.148Z] ---> job-cost.sh [2021-01-05T07:33:13.148Z] lf-activate-venv: SKIPPING [2021-01-05T07:33:13.148Z] INFO: No Stack... [2021-01-05T07:33:13.725Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T07:33:14.300Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T07:33:14.314Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:33:14.613Z] ---> logs-deploy.sh [2021-01-05T07:33:14.613Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/11 [2021-01-05T07:33:14.613Z] INFO: archiving workspace using pattern(s): [2021-01-05T07:33:16.018Z] Archives upload complete. [2021-01-05T07:33:16.280Z] INFO: archiving logs to Nexus [2021-01-05T07:33:17.227Z] ---> uname -a: [2021-01-05T07:33:17.227Z] 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 [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> lscpu: [2021-01-05T07:33:17.227Z] Architecture: x86_64 [2021-01-05T07:33:17.227Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-05T07:33:17.227Z] Byte Order: Little Endian [2021-01-05T07:33:17.227Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-05T07:33:17.227Z] CPU(s): 4 [2021-01-05T07:33:17.227Z] On-line CPU(s) list: 0-3 [2021-01-05T07:33:17.227Z] Thread(s) per core: 1 [2021-01-05T07:33:17.227Z] Core(s) per socket: 1 [2021-01-05T07:33:17.227Z] Socket(s): 4 [2021-01-05T07:33:17.227Z] NUMA node(s): 1 [2021-01-05T07:33:17.227Z] Vendor ID: GenuineIntel [2021-01-05T07:33:17.227Z] CPU family: 6 [2021-01-05T07:33:17.227Z] Model: 44 [2021-01-05T07:33:17.227Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-05T07:33:17.227Z] Stepping: 1 [2021-01-05T07:33:17.227Z] CPU MHz: 2933.438 [2021-01-05T07:33:17.227Z] BogoMIPS: 5866.87 [2021-01-05T07:33:17.227Z] Virtualization: VT-x [2021-01-05T07:33:17.227Z] Hypervisor vendor: KVM [2021-01-05T07:33:17.227Z] Virtualization type: full [2021-01-05T07:33:17.227Z] L1d cache: 128 KiB [2021-01-05T07:33:17.227Z] L1i cache: 128 KiB [2021-01-05T07:33:17.227Z] L2 cache: 16 MiB [2021-01-05T07:33:17.227Z] L3 cache: 64 MiB [2021-01-05T07:33:17.227Z] NUMA node0 CPU(s): 0-3 [2021-01-05T07:33:17.227Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-05T07:33:17.227Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-05T07:33:17.227Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-05T07:33:17.227Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-05T07:33:17.227Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-05T07:33:17.227Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-05T07:33:17.227Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-05T07:33:17.227Z] Vulnerability Srbds: Not affected [2021-01-05T07:33:17.227Z] Vulnerability Tsx async abort: Not affected [2021-01-05T07:33:17.227Z] 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 [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> nproc: [2021-01-05T07:33:17.227Z] 4 [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> df -h: [2021-01-05T07:33:17.227Z] Filesystem Size Used Available Use% Mounted on [2021-01-05T07:33:17.227Z] overlay 50.0G 12.0G 38.0G 24% / [2021-01-05T07:33:17.227Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-05T07:33:17.227Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-05T07:33:17.227Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/11@tmp [2021-01-05T07:33:17.227Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/11 [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> free -m: [2021-01-05T07:33:17.227Z] total used free shared buff/cache available [2021-01-05T07:33:17.227Z] Mem: 1837 715 117 0 1004 1039 [2021-01-05T07:33:17.227Z] Swap: 1023 60 963 [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> ip addr: [2021-01-05T07:33:17.227Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-05T07:33:17.227Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-05T07:33:17.227Z] inet 127.0.0.1/8 scope host lo [2021-01-05T07:33:17.227Z] valid_lft forever preferred_lft forever [2021-01-05T07:33:17.227Z] inet6 ::1/128 scope host [2021-01-05T07:33:17.227Z] valid_lft forever preferred_lft forever [2021-01-05T07:33:17.227Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-05T07:33:17.227Z] link/ether fa:16:3e:e7:90:24 brd ff:ff:ff:ff:ff:ff [2021-01-05T07:33:17.227Z] inet 10.30.123.250/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-05T07:33:17.227Z] valid_lft 85209sec preferred_lft 85209sec [2021-01-05T07:33:17.227Z] inet6 fe80::f816:3eff:fee7:9024/64 scope link [2021-01-05T07:33:17.227Z] valid_lft forever preferred_lft forever [2021-01-05T07:33:17.227Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-05T07:33:17.227Z] link/ether 02:42:68:0b:71:e1 brd ff:ff:ff:ff:ff:ff [2021-01-05T07:33:17.227Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-05T07:33:17.227Z] valid_lft forever preferred_lft forever [2021-01-05T07:33:17.227Z] inet6 fe80::42:68ff:fe0b:71e1/64 scope link [2021-01-05T07:33:17.227Z] valid_lft forever preferred_lft forever [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] ---> sar -b -r -n DEV: [2021-01-05T07:33:17.227Z] 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) [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] 07:13:14 LINUX RESTART (4 CPU) [2021-01-05T07:33:17.227Z] [2021-01-05T07:33:17.227Z] 07:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-05T07:33:17.227Z] 07:15:01 151.06 52.52 98.54 0.00 8192.31 37576.44 0.00 [2021-01-05T07:33:17.227Z] 07:16:01 278.77 104.79 173.98 0.00 4446.43 29911.21 0.00 [2021-01-05T07:33:17.227Z] 07:17:02 193.37 78.89 114.48 0.00 2992.59 13304.57 0.00 [2021-01-05T07:33:17.227Z] 07:18:01 205.59 64.84 140.75 0.00 13514.45 76085.07 0.00 [2021-01-05T07:33:17.227Z] 07:19:02 2288.14 1952.09 336.05 0.00 168384.09 182970.62 0.00 [2021-01-05T07:33:17.227Z] 07:20:01 1242.28 996.93 245.35 0.00 63274.73 79171.17 0.00 [2021-01-05T07:33:17.227Z] 07:21:02 1830.81 1488.37 342.45 0.00 122912.64 167367.38 0.00 [2021-01-05T07:33:17.227Z] 07:22:01 559.72 341.82 217.89 0.00 22188.80 47717.94 0.00 [2021-01-05T07:33:17.227Z] 07:23:01 37.06 18.00 19.06 0.00 3123.94 627.69 0.00 [2021-01-05T07:33:17.227Z] 07:24:01 1.55 1.22 0.33 0.00 27.98 5.41 0.00 [2021-01-05T07:33:17.227Z] 07:25:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 [2021-01-05T07:33:17.227Z] 07:26:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-05T07:33:17.227Z] 07:27:01 0.40 0.12 0.28 0.00 1.47 3.11 0.00 [2021-01-05T07:33:17.227Z] 07:28:02 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-01-05T07:33:17.227Z] 07:29:01 2.02 1.76 0.25 0.00 58.26 3.00 0.00 [2021-01-05T07:33:17.228Z] 07:30:01 0.87 0.05 0.82 0.00 1.33 15.49 0.00 [2021-01-05T07:33:17.228Z] 07:31:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 [2021-01-05T07:33:17.228Z] 07:32:01 0.32 0.12 0.20 0.00 1.87 2.58 0.00 [2021-01-05T07:33:17.228Z] 07:33:01 116.88 68.52 48.36 0.00 5765.01 14634.24 0.00 [2021-01-05T07:33:17.228Z] Average: 366.30 274.47 91.82 0.00 22051.42 34376.59 0.00 [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] 07:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-05T07:33:17.228Z] 07:15:01 69524 0 657936 34.97 2596 1151488 1535440 52.40 699172 896144 93576 [2021-01-05T07:33:17.228Z] 07:16:01 74876 0 810804 43.09 1492 994372 1747128 59.63 664396 862772 80252 [2021-01-05T07:33:17.228Z] 07:17:02 230176 0 809404 43.02 764 841200 1783776 60.88 656128 703328 75684 [2021-01-05T07:33:17.228Z] 07:18:01 67168 0 708104 37.63 212 1106060 1259444 42.98 720176 839292 17560 [2021-01-05T07:33:17.228Z] 07:19:02 78636 0 842424 44.77 0 960484 2354412 80.35 758820 817260 48776 [2021-01-05T07:33:17.228Z] 07:20:01 392828 0 784592 41.70 0 704124 1914264 65.33 525336 710832 24 [2021-01-05T07:33:17.228Z] 07:21:02 76468 0 730036 38.80 0 1075040 1749148 59.70 661732 911628 60880 [2021-01-05T07:33:17.228Z] 07:22:01 163432 0 671332 35.68 0 1046780 1348056 46.01 574248 898984 8 [2021-01-05T07:33:17.228Z] 07:23:01 170600 0 627928 33.37 0 1083016 1188088 40.55 520180 950332 16 [2021-01-05T07:33:17.228Z] 07:24:01 171428 0 626680 33.31 0 1083436 1174636 40.09 520244 950256 12 [2021-01-05T07:33:17.228Z] 07:25:01 172468 0 625648 33.25 0 1083428 1172508 40.02 519944 950100 12 [2021-01-05T07:33:17.228Z] 07:26:01 172728 0 625364 33.24 0 1083452 1170452 39.95 519520 950116 8 [2021-01-05T07:33:17.228Z] 07:27:01 171560 0 626524 33.30 0 1083460 1170608 39.95 520344 950156 12 [2021-01-05T07:33:17.228Z] 07:28:02 172568 0 625508 33.24 0 1083468 1170452 39.95 519652 950164 12 [2021-01-05T07:33:17.228Z] 07:29:01 170352 0 626708 33.31 0 1084484 1170524 39.95 520304 950812 24 [2021-01-05T07:33:17.228Z] 07:30:01 170820 0 626224 33.28 0 1084500 1170452 39.95 520048 950824 12 [2021-01-05T07:33:17.228Z] 07:31:01 170844 0 626196 33.28 0 1084504 1170452 39.95 520052 950824 12 [2021-01-05T07:33:17.228Z] 07:32:01 169752 0 627284 33.34 0 1084508 1170560 39.95 520784 950872 16 [2021-01-05T07:33:17.228Z] 07:33:01 237892 0 675872 35.92 0 967780 1172040 40.00 519928 837432 99888 [2021-01-05T07:33:17.228Z] Average: 163375 0 681819 36.24 267 1036083 1399602 47.77 577948 893796 25094 [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] 07:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-05T07:33:17.228Z] 07:15:01 eth0 1409.10 1317.75 6729.92 159.04 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:15:01 docker0 846.88 784.58 69.77 2673.23 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:16:01 eth0 208.96 153.77 856.45 25.04 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:16:01 vethf44b941 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:16:01 docker0 133.09 173.08 9.23 824.43 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:17:02 eth0 47.58 33.62 24.58 70.87 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:17:02 vethf44b941 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:17:02 docker0 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:18:01 vethddcf9dc 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:18:01 eth0 229.11 190.78 1737.41 82.42 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:19:02 vethddcf9dc 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:19:02 eth0 51.60 24.64 160.82 9.86 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:19:02 docker0 13.74 30.80 0.72 143.84 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:20:01 vethddcf9dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:20:01 eth0 38.46 21.25 179.04 8.52 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:20:01 docker0 8.21 16.64 0.46 117.57 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:21:02 vethddcf9dc 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:21:02 vethd8b9e53 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:21:02 eth0 78.91 54.77 131.80 78.65 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:22:01 vethddcf9dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:22:01 eth0 225.93 177.22 1639.62 87.49 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:22:01 docker0 1053.34 1084.09 83.72 4297.28 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:23:01 eth0 12.54 7.16 42.98 3.26 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:23:01 docker0 2.55 4.38 0.14 35.74 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:24:01 eth0 0.70 0.45 0.35 0.27 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:25:01 eth0 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:27:01 eth0 1.02 0.48 0.32 0.18 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:28:02 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:29:01 eth0 0.27 0.19 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:30:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:31:01 eth0 0.73 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:32:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:33:01 eth0 189.16 157.88 2173.38 19.65 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] Average: eth0 131.30 112.65 718.69 28.68 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] Average: docker0 54.79 56.48 4.35 224.86 0.00 0.00 0.00 0.00 [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] ---> sar -P ALL: [2021-01-05T07:33:17.228Z] 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) [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] 07:13:14 LINUX RESTART (4 CPU) [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] 07:14:01 CPU %user %nice %system %iowait %steal %idle [2021-01-05T07:33:17.228Z] 07:15:01 all 15.87 0.00 8.02 2.10 0.05 73.96 [2021-01-05T07:33:17.228Z] 07:15:01 0 12.17 0.00 9.51 1.55 0.05 76.72 [2021-01-05T07:33:17.228Z] 07:15:01 1 19.52 0.00 8.00 2.37 0.05 70.06 [2021-01-05T07:33:17.228Z] 07:15:01 2 15.14 0.00 7.39 2.33 0.07 75.08 [2021-01-05T07:33:17.228Z] 07:15:01 3 16.62 0.00 7.18 2.15 0.03 74.02 [2021-01-05T07:33:17.228Z] 07:16:01 all 17.42 0.00 8.93 5.43 0.07 68.15 [2021-01-05T07:33:17.228Z] 07:16:01 0 18.57 0.00 9.31 4.17 0.07 67.89 [2021-01-05T07:33:17.228Z] 07:16:01 1 17.30 0.00 8.75 10.20 0.09 63.66 [2021-01-05T07:33:17.228Z] 07:16:01 2 17.60 0.00 8.55 3.39 0.05 70.41 [2021-01-05T07:33:17.228Z] 07:16:01 3 16.20 0.00 9.09 3.96 0.09 70.66 [2021-01-05T07:33:17.228Z] 07:17:02 all 61.96 0.00 15.87 5.86 0.05 16.26 [2021-01-05T07:33:17.228Z] 07:17:02 0 60.56 0.00 16.40 6.29 0.05 16.70 [2021-01-05T07:33:17.228Z] 07:17:02 1 61.66 0.00 16.21 4.84 0.03 17.24 [2021-01-05T07:33:17.228Z] 07:17:02 2 63.54 0.00 15.32 4.35 0.05 16.73 [2021-01-05T07:33:17.228Z] 07:17:02 3 62.05 0.00 15.54 7.99 0.07 14.35 [2021-01-05T07:33:17.228Z] 07:18:01 all 24.76 0.00 13.71 6.49 0.07 54.97 [2021-01-05T07:33:17.228Z] 07:18:01 0 25.10 0.00 14.45 6.87 0.07 53.52 [2021-01-05T07:33:17.228Z] 07:18:01 1 25.70 0.00 12.75 5.56 0.07 55.92 [2021-01-05T07:33:17.228Z] 07:18:01 2 23.48 0.00 13.87 4.90 0.05 57.69 [2021-01-05T07:33:17.228Z] 07:18:01 3 24.78 0.00 13.77 8.62 0.09 52.75 [2021-01-05T07:33:17.228Z] 07:19:02 all 19.27 0.00 25.80 25.52 0.11 29.30 [2021-01-05T07:33:17.228Z] 07:19:02 0 19.15 0.00 26.52 26.81 0.14 27.38 [2021-01-05T07:33:17.228Z] 07:19:02 1 19.52 0.00 26.38 23.86 0.09 30.15 [2021-01-05T07:33:17.228Z] 07:19:02 2 19.99 0.00 25.69 27.28 0.10 26.94 [2021-01-05T07:33:17.228Z] 07:19:02 3 18.41 0.00 24.60 24.09 0.10 32.80 [2021-01-05T07:33:17.228Z] 07:20:01 all 54.43 0.00 18.21 14.30 0.07 12.98 [2021-01-05T07:33:17.228Z] 07:20:01 0 54.24 0.00 18.36 13.71 0.07 13.62 [2021-01-05T07:33:17.228Z] 07:20:01 1 53.71 0.00 18.41 16.63 0.07 11.18 [2021-01-05T07:33:17.228Z] 07:20:01 2 54.20 0.00 18.82 14.21 0.07 12.70 [2021-01-05T07:33:17.228Z] 07:20:01 3 55.58 0.00 17.25 12.67 0.07 14.43 [2021-01-05T07:33:17.228Z] 07:21:02 all 33.91 0.00 25.33 17.76 0.16 22.84 [2021-01-05T07:33:17.228Z] 07:21:02 0 33.69 0.00 25.13 18.10 0.16 22.92 [2021-01-05T07:33:17.228Z] 07:21:02 1 32.05 0.00 25.51 16.70 0.17 25.56 [2021-01-05T07:33:17.228Z] 07:21:02 2 34.80 0.00 24.80 18.86 0.14 21.41 [2021-01-05T07:33:17.228Z] 07:21:02 3 35.09 0.00 25.87 17.40 0.19 21.44 [2021-01-05T07:33:17.228Z] 07:22:01 all 27.18 0.00 11.91 12.83 0.07 48.01 [2021-01-05T07:33:17.228Z] 07:22:01 0 27.33 0.00 11.97 13.10 0.11 47.49 [2021-01-05T07:33:17.228Z] 07:22:01 1 28.30 0.00 12.05 11.79 0.07 47.78 [2021-01-05T07:33:17.228Z] 07:22:01 2 26.59 0.00 11.14 12.06 0.05 50.16 [2021-01-05T07:33:17.228Z] 07:22:01 3 26.49 0.00 12.48 14.40 0.05 46.58 [2021-01-05T07:33:17.228Z] 07:23:01 all 0.92 0.00 0.99 0.62 0.00 97.47 [2021-01-05T07:33:17.228Z] 07:23:01 0 0.80 0.00 1.02 0.83 0.00 97.35 [2021-01-05T07:33:17.228Z] 07:23:01 1 1.00 0.00 1.12 0.22 0.00 97.67 [2021-01-05T07:33:17.228Z] 07:23:01 2 1.18 0.00 0.92 1.15 0.02 96.73 [2021-01-05T07:33:17.228Z] 07:23:01 3 0.68 0.00 0.92 0.27 0.00 98.13 [2021-01-05T07:33:17.228Z] 07:24:01 all 0.15 0.00 0.03 0.02 0.00 99.79 [2021-01-05T07:33:17.228Z] 07:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T07:33:17.228Z] 07:24:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-05T07:33:17.228Z] 07:24:01 2 0.53 0.00 0.03 0.10 0.00 99.33 [2021-01-05T07:33:17.228Z] 07:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T07:33:17.228Z] 07:25:01 all 0.17 0.00 0.03 0.00 0.01 99.80 [2021-01-05T07:33:17.228Z] 07:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-05T07:33:17.228Z] 07:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-05T07:33:17.228Z] 07:25:01 2 0.53 0.00 0.02 0.00 0.02 99.43 [2021-01-05T07:33:17.228Z] 07:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-05T07:33:17.228Z] [2021-01-05T07:33:17.228Z] 07:25:01 CPU %user %nice %system %iowait %steal %idle [2021-01-05T07:33:17.228Z] 07:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-05T07:33:17.228Z] 07:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T07:33:17.228Z] 07:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T07:33:17.228Z] 07:26:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-05T07:33:17.229Z] 07:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T07:33:17.229Z] 07:27:01 all 0.17 0.00 0.02 0.01 0.00 99.80 [2021-01-05T07:33:17.229Z] 07:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-05T07:33:17.229Z] 07:27:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2021-01-05T07:33:17.229Z] 07:27:01 2 0.53 0.00 0.02 0.02 0.00 99.43 [2021-01-05T07:33:17.229Z] 07:27:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-05T07:33:17.229Z] 07:28:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-05T07:33:17.229Z] 07:28:02 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-05T07:33:17.229Z] 07:28:02 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-05T07:33:17.229Z] 07:28:02 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-05T07:33:17.229Z] 07:28:02 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-05T07:33:17.229Z] 07:29:01 all 0.16 0.00 0.06 0.03 0.00 99.76 [2021-01-05T07:33:17.229Z] 07:29:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-05T07:33:17.229Z] 07:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T07:33:17.229Z] 07:29:01 2 0.54 0.00 0.12 0.08 0.00 99.25 [2021-01-05T07:33:17.229Z] 07:29:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-05T07:33:17.229Z] 07:30:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-05T07:33:17.229Z] 07:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T07:33:17.229Z] 07:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T07:33:17.229Z] 07:30:01 2 0.33 0.00 0.07 0.00 0.00 99.60 [2021-01-05T07:33:17.229Z] 07:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-05T07:33:17.229Z] 07:31:01 all 0.03 0.00 0.04 0.00 0.00 99.93 [2021-01-05T07:33:17.229Z] 07:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T07:33:17.229Z] 07:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T07:33:17.229Z] 07:31:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-05T07:33:17.229Z] 07:31:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T07:33:17.229Z] 07:32:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-01-05T07:33:17.229Z] 07:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-05T07:33:17.229Z] 07:32:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-01-05T07:33:17.229Z] 07:32:01 2 0.42 0.00 0.05 0.00 0.00 99.53 [2021-01-05T07:33:17.229Z] 07:32:01 3 0.05 0.00 0.02 0.02 0.00 99.92 [2021-01-05T07:33:17.229Z] 07:33:01 all 6.22 0.00 4.33 2.37 0.03 87.06 [2021-01-05T07:33:17.229Z] 07:33:01 0 6.03 0.00 4.31 0.61 0.03 89.01 [2021-01-05T07:33:17.229Z] 07:33:01 1 5.37 0.00 4.11 1.35 0.02 89.16 [2021-01-05T07:33:17.229Z] 07:33:01 2 8.28 0.00 4.90 5.84 0.03 80.94 [2021-01-05T07:33:17.229Z] 07:33:01 3 5.19 0.00 3.99 1.67 0.02 89.13 [2021-01-05T07:33:17.229Z] Average: all 13.58 0.00 6.88 4.81 0.04 74.69 [2021-01-05T07:33:17.229Z] Average: 0 13.31 0.00 7.09 4.75 0.04 74.82 [2021-01-05T07:33:17.229Z] Average: 1 13.64 0.00 6.89 4.82 0.04 74.61 [2021-01-05T07:33:17.229Z] Average: 2 13.90 0.00 6.81 4.89 0.03 74.37 [2021-01-05T07:33:17.229Z] Average: 3 13.45 0.00 6.74 4.79 0.04 74.98 [2021-01-05T07:33:17.229Z] [2021-01-05T07:33:17.229Z] [2021-01-05T07:33:17.229Z]