Pull request #3004 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 5afb890cddac892bc2c734bf8d7fc2e98022ab1a+cf513aa69aa73df9a6f6252b052cd5c5a0259743 (b63ad92ce2c362e1504359d1f47d626842ca0922) 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-19564 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) > 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/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # 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 cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 Commit message: "Merge branch 'master' into consolidate-attribute-files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 # timeout=10 [Pipeline] timeout [2021-01-11T19:46:35.702Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T19:46:35.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T19:46:36.066Z] ========================================================= [2021-01-11T19:46:36.066Z] EdgeX Global Pipelines Version Info [2021-01-11T19:46:36.066Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T19:46:37.558Z] ------------------- [2021-01-11T19:46:37.558Z] stable info: [2021-01-11T19:46:37.558Z] ------------------- [2021-01-11T19:46:37.558Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T19:46:37.558Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T19:46:37.558Z] Message: update stable to v1.0.173 [2021-01-11T19:46:38.504Z] ------------------- [2021-01-11T19:46:38.504Z] experimental info: [2021-01-11T19:46:38.504Z] ------------------- [2021-01-11T19:46:38.504Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T19:46:38.504Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T19:46:38.504Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T19:46:38.771Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-11T19:46:38.861Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-11T19:46:38.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T19:46:39.052Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T19:46:39.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T19:46:39.245Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T19:46:39.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T19:46:39.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-11T19:46:39.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-11T19:46:39.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-11T19:46:39.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T19:46:39.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T19:46:39.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T19:46:40.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T19:46:40.091Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T19:46:40.229Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T19:46:40.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T19:46:40.455Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T19:46:40.544Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-11T19:46:40.630Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-11T19:46:40.729Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-11T19:46:40.818Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T19:46:40.921Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T19:46:41.006Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3004 [Pipeline] echo [2021-01-11T19:46:41.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3004 [Pipeline] echo [2021-01-11T19:46:41.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3004 [Pipeline] echo [2021-01-11T19:46:41.280Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [Pipeline] echo [2021-01-11T19:46:41.393Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5afb890 [Pipeline] echo [2021-01-11T19:46:41.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T19:46:41.658Z] provisioning config files... [2021-01-11T19:46:41.690Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8155818749310706016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T19:46:42.135Z] ---> docker-login.sh [2021-01-11T19:46:42.135Z] nexus3.edgexfoundry.org:10001 [2021-01-11T19:46:42.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:46:42.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:46:42.661Z] Configure a credential helper to remove this warning. See [2021-01-11T19:46:42.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:46:42.661Z] [2021-01-11T19:46:42.661Z] Login Succeeded [2021-01-11T19:46:42.661Z] nexus3.edgexfoundry.org:10002 [2021-01-11T19:46:42.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:46:42.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:46:42.661Z] Configure a credential helper to remove this warning. See [2021-01-11T19:46:42.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:46:42.661Z] [2021-01-11T19:46:42.661Z] Login Succeeded [2021-01-11T19:46:42.661Z] nexus3.edgexfoundry.org:10003 [2021-01-11T19:46:42.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:46:42.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:46:42.925Z] Configure a credential helper to remove this warning. See [2021-01-11T19:46:42.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:46:42.925Z] [2021-01-11T19:46:42.925Z] Login Succeeded [2021-01-11T19:46:42.925Z] nexus3.edgexfoundry.org:10004 [2021-01-11T19:46:43.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:46:43.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:46:43.187Z] Configure a credential helper to remove this warning. See [2021-01-11T19:46:43.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:46:43.187Z] [2021-01-11T19:46:43.187Z] Login Succeeded [2021-01-11T19:46:43.187Z] docker.io [2021-01-11T19:46:43.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:46:43.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:46:43.711Z] Configure a credential helper to remove this warning. See [2021-01-11T19:46:43.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:46:43.711Z] [2021-01-11T19:46:43.711Z] Login Succeeded [2021-01-11T19:46:43.711Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T19:46:43.720Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T19:46:44.190Z] ++ 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-11T19:46:44.190Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.190Z] ++ dirname cmd/core-command/Dockerfile [2021-01-11T19:46:44.190Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.190Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-11T19:46:44.190Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.190Z] ++ dirname cmd/core-data/Dockerfile [2021-01-11T19:46:44.190Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.190Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-11T19:46:44.190Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.190Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-11T19:46:44.190Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.190Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-11T19:46:44.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T19:46:44.191Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-11T19:46:44.191Z] ++ cut -d/ -f2 [2021-01-11T19:46:44.191Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-11T19:46:44.273Z] 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-11T19:46:45.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T19:46:45.157Z] [2021-01-11T19:46:45.157Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:46:45.511Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T19:46:45.512Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T19:46:45.512Z] 31603596830f: Pulling fs layer [2021-01-11T19:46:45.512Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T19:46:45.512Z] 6ca5941a6612: Pulling fs layer [2021-01-11T19:46:45.512Z] ecc8261a40a4: Pulling fs layer [2021-01-11T19:46:45.512Z] ecc8261a40a4: Waiting [2021-01-11T19:46:45.512Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T19:46:45.512Z] 2a8b12db71e7: Download complete [2021-01-11T19:46:45.512Z] 31603596830f: Verifying Checksum [2021-01-11T19:46:45.512Z] 31603596830f: Download complete [2021-01-11T19:46:45.778Z] 6ca5941a6612: Verifying Checksum [2021-01-11T19:46:45.778Z] 6ca5941a6612: Download complete [2021-01-11T19:46:45.778Z] ecc8261a40a4: Verifying Checksum [2021-01-11T19:46:45.778Z] ecc8261a40a4: Download complete [2021-01-11T19:46:46.044Z] 31603596830f: Pull complete [2021-01-11T19:46:46.311Z] 2a8b12db71e7: Pull complete [2021-01-11T19:46:47.261Z] 6ca5941a6612: Pull complete [2021-01-11T19:46:47.527Z] ecc8261a40a4: Pull complete [2021-01-11T19:46:47.527Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T19:46:47.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T19:46:47.527Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T19:46:47.659Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T19:46:47.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:46:50.338Z] $ docker top d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T19:46:50.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T19:46:50.630Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T19:46:50.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T19:46:50.857Z] $ docker exec d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent [2021-01-11T19:46:51.021Z] SSH_AUTH_SOCK=/tmp/ssh-xeevdmPVd013/agent.11 [2021-01-11T19:46:51.021Z] SSH_AGENT_PID=16 [2021-01-11T19:46:51.033Z] Running ssh-add (command line suppressed) [2021-01-11T19:46:51.159Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1954601147625110539.key (/w/workspace/edgex-go/8@tmp/private_key_1954601147625110539.key) [2021-01-11T19:46:51.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T19:46:51.585Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T19:46:51.614Z] $ docker exec --env ******** --env ******** d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent -k [2021-01-11T19:46:51.735Z] unset SSH_AUTH_SOCK; [2021-01-11T19:46:51.736Z] unset SSH_AGENT_PID; [2021-01-11T19:46:51.736Z] echo Agent pid 16 killed; [2021-01-11T19:46:51.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T19:46:51.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T19:46:51.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T19:46:52.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T19:46:52.098Z] $ docker exec d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent [2021-01-11T19:46:52.261Z] SSH_AUTH_SOCK=/tmp/ssh-2bSnkeLrOH8n/agent.47 [2021-01-11T19:46:52.261Z] SSH_AGENT_PID=52 [2021-01-11T19:46:52.268Z] Running ssh-add (command line suppressed) [2021-01-11T19:46:52.395Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_311490023865460494.key (/w/workspace/edgex-go/8@tmp/private_key_311490023865460494.key) [2021-01-11T19:46:52.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T19:46:52.782Z] + git semver init [2021-01-11T19:46:52.783Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T19:46:52.783Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-11T19:46:52.783Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-11T19:46:52.783Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T19:46:52.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T19:46:52.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T19:46:52.783Z] # $SEMVER_BRANCH = PR-3004 [2021-01-11T19:46:52.783Z] # $SEMVER_TEMP = /tmp/semver-993681860 [2021-01-11T19:46:52.783Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-11T19:47:10.997Z] # '/tmp/semver-993681860' -> '/w/workspace/edgex-go/8/.semver' [2021-01-11T19:47:10.997Z] # -> Force: false [2021-01-11T19:47:10.997Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-11T19:47:11.014Z] $ docker exec --env ******** --env ******** d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 ssh-agent -k [2021-01-11T19:47:11.317Z] unset SSH_AUTH_SOCK; [2021-01-11T19:47:11.318Z] unset SSH_AGENT_PID; [2021-01-11T19:47:11.318Z] echo Agent pid 52 killed; [2021-01-11T19:47:11.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T19:47:11.953Z] + git semver [Pipeline] } [2021-01-11T19:47:11.977Z] $ docker stop --time=1 d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 [2021-01-11T19:47:13.677Z] $ docker rm -f d2172e1e27f96d4a728a354fd027e4f4e1a62ded65a8b0654bfe445c41615b35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T19:47:14.194Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T19:47:14.781Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T19:47:14.784Z] [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-11T19:47:15.669Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T19:47:15.992Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T19:47:16.291Z] + sudo service docker restart [2021-01-11T19:47:16.291Z] + true [2021-01-11T19:47:16.291Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-11T19:47:16.885Z] ========================================================= [2021-01-11T19:47:16.885Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T19:47:16.885Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:47:17.232Z] + 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-11T19:47:20.564Z] Sending build context to Docker daemon 326.4MB [2021-01-11T19:47:20.564Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T19:47:20.564Z] Step 2/6 : FROM ${BASE} [2021-01-11T19:47:20.564Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T19:47:20.564Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T19:47:20.564Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T19:47:20.564Z] de9db76c5a1d: Pulling fs layer [2021-01-11T19:47:20.564Z] bca2f99d35d6: Pulling fs layer [2021-01-11T19:47:20.564Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T19:47:20.564Z] 7c6f9722023f: Pulling fs layer [2021-01-11T19:47:20.564Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T19:47:20.564Z] 93359f2a8cfa: Waiting [2021-01-11T19:47:20.564Z] 7c6f9722023f: Waiting [2021-01-11T19:47:20.564Z] a35cf1a2eb13: Waiting [2021-01-11T19:47:20.564Z] bca2f99d35d6: Waiting [2021-01-11T19:47:20.564Z] de9db76c5a1d: Download complete [2021-01-11T19:47:20.564Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T19:47:20.564Z] 0ef7d3d256c8: Download complete [2021-01-11T19:47:20.564Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T19:47:20.564Z] 93359f2a8cfa: Download complete [2021-01-11T19:47:20.564Z] 188c0c94c7c5: Download complete [2021-01-11T19:47:20.564Z] 7c6f9722023f: Verifying Checksum [2021-01-11T19:47:20.564Z] 7c6f9722023f: Download complete [2021-01-11T19:47:21.146Z] 188c0c94c7c5: Pull complete [2021-01-11T19:47:21.146Z] 0ef7d3d256c8: Pull complete [2021-01-11T19:47:21.410Z] de9db76c5a1d: Pull complete [2021-01-11T19:47:22.803Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T19:47:22.803Z] a35cf1a2eb13: Download complete [2021-01-11T19:47:23.379Z] bca2f99d35d6: Verifying Checksum [2021-01-11T19:47:23.379Z] bca2f99d35d6: Download complete [2021-01-11T19:47:30.016Z] bca2f99d35d6: Pull complete [2021-01-11T19:47:30.016Z] 93359f2a8cfa: Pull complete [2021-01-11T19:47:30.016Z] 7c6f9722023f: Pull complete [2021-01-11T19:47:30.162Z] Still waiting to schedule task [2021-01-11T19:47:30.162Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-11T19:47:34.260Z] a35cf1a2eb13: Pull complete [2021-01-11T19:47:34.260Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T19:47:34.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T19:47:34.260Z] ---> a62c8e92a672 [2021-01-11T19:47:34.260Z] 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-11T19:47:34.260Z] ---> Running in da896d2d830f [2021-01-11T19:47:34.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:47:35.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:47:36.368Z] (1/12) Installing libmagic (5.38-r0) [2021-01-11T19:47:36.368Z] (2/12) Installing file (5.38-r0) [2021-01-11T19:47:36.368Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T19:47:36.633Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-11T19:47:40.855Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T19:47:40.855Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T19:47:40.855Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T19:47:40.855Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T19:47:40.855Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T19:47:40.855Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T19:47:40.855Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T19:47:40.855Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T19:47:41.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:47:41.120Z] OK: 233 MiB in 51 packages [2021-01-11T19:47:45.368Z] Removing intermediate container da896d2d830f [2021-01-11T19:47:45.368Z] ---> 55bdb1ca49c2 [2021-01-11T19:47:45.368Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T19:47:45.368Z] ---> Running in 9dbedf2e0848 [2021-01-11T19:47:45.368Z] Removing intermediate container 9dbedf2e0848 [2021-01-11T19:47:45.368Z] ---> 41f44b65f74b [2021-01-11T19:47:45.368Z] Step 5/6 : COPY go.mod . [2021-01-11T19:47:45.633Z] ---> 7608c84fcadb [2021-01-11T19:47:45.633Z] Step 6/6 : RUN go mod download [2021-01-11T19:47:45.633Z] ---> Running in 31f4fee0a3d4 [2021-01-11T19:48:07.674Z] Removing intermediate container 31f4fee0a3d4 [2021-01-11T19:48:07.674Z] ---> 7604c82c81c7 [2021-01-11T19:48:07.674Z] Successfully built 7604c82c81c7 [2021-01-11T19:48:07.674Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:48:07.996Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T19:48:07.996Z] . [Pipeline] withDockerContainer [2021-01-11T19:48:08.099Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T19:48:08.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:48:09.133Z] $ docker top 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T19:48:09.615Z] + go version [2021-01-11T19:48:09.615Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T19:48:09.632Z] $ docker stop --time=1 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 [2021-01-11T19:48:10.999Z] $ docker rm -f 30aea9edf76efac00f3f273ec6bebfc595dd01e6f4088832f46bdc33f38e2d75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:48:11.959Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T19:48:11.959Z] . [Pipeline] withDockerContainer [2021-01-11T19:48:12.074Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T19:48:12.120Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:48:13.438Z] $ docker top 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T19:48:13.649Z] ========================================================= [2021-01-11T19:48:13.649Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-11T19:48:13.649Z] ========================================================= [Pipeline] sh [2021-01-11T19:48:13.939Z] + make test [2021-01-11T19:48:13.939Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T19:48:23.989Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-11T19:48:36.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-11T19:48:44.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-11T19:48:44.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-11T19:48:45.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-11T19:48:47.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-11T19:48:47.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-11T19:48:47.348Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-11T19:48:49.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2021-01-11T19:48:49.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-11T19:48:49.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-11T19:48:49.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-11T19:48:49.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-11T19:48:49.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-11T19:48:53.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-11T19:48:53.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-11T19:48:53.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-11T19:48:53.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 77.1% of statements [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-11T19:48:53.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.4% of statements [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-11T19:48:53.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-11T19:48:55.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.411s coverage: 28.6% of statements [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-11T19:48:55.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-11T19:48:55.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-11T19:48:55.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-11T19:48:55.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-01-11T19:48:55.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-11T19:48:56.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-01-11T19:48:56.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-11T19:48:56.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-11T19:48:56.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-11T19:48:56.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 94.1% of statements [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements [2021-01-11T19:48:58.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-11T19:48:58.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-11T19:48:58.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-11T19:48:59.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-01-11T19:48:59.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-11T19:49:00.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2021-01-11T19:49:00.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-11T19:49:00.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-11T19:49:00.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-01-11T19:49:00.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-01-11T19:49:00.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-11T19:49:00.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-01-11T19:49:00.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-11T19:49:01.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.378s coverage: 55.9% of statements [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-11T19:49:01.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-11T19:49:01.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-11T19:49:02.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements [2021-01-11T19:49:02.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-11T19:49:03.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-11T19:49:03.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-11T19:49:03.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-11T19:49:03.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-11T19:49:03.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-11T19:49:03.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-11T19:49:03.837Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-01-11T19:49:03.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-11T19:49:03.837Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-11T19:49:03.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-11T19:49:05.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-11T19:49:05.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-11T19:49:06.047Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-11T19:49:06.047Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-11T19:49:06.621Z] GO111MODULE=on go vet ./... [2021-01-11T19:49:16.987Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19566 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws [2021-01-11T19:49:17.046Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-11T19:49:21.701Z] using credential edgex-jenkins-ssh [2021-01-11T19:49:21.763Z] Cloning the remote Git repository [2021-01-11T19:49:21.816Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:49:21.914Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-11T19:49:21.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:49:21.979Z] > git --version # timeout=10 [2021-01-11T19:49:21.999Z] > git --version # 'git version 2.17.1' [2021-01-11T19:49:22.001Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:49:22.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T19:49:28.757Z] gofmt -l . [2021-01-11T19:49:28.758Z] [ "`gofmt -l .`" = "" ] [2021-01-11T19:49:29.333Z] ./bin/test-go-mod-tidy.sh [2021-01-11T19:49:29.911Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-11T19:49:30.487Z] + ls -al . [2021-01-11T19:49:30.487Z] total 652 [2021-01-11T19:49:30.487Z] drwxrwxr-x 10 1001 1001 4096 Jan 11 19:49 . [2021-01-11T19:49:30.487Z] drwxr-xr-x 4 root root 28 Jan 11 19:48 .. [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 11 Jan 11 19:46 .dockerignore [2021-01-11T19:49:30.487Z] drwxrwxr-x 8 1001 1001 179 Jan 11 19:46 .git [2021-01-11T19:49:30.487Z] drwxrwxr-x 3 1001 1001 125 Jan 11 19:46 .github [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 824 Jan 11 19:46 .gitignore [2021-01-11T19:49:30.487Z] drwx------ 3 1001 1001 47 Jan 11 19:47 .semver [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 19:46 .sonarcloud.properties [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 7741 Jan 11 19:46 Attribution.txt [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 19:46 CONTRIBUTING.md [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 931 Jan 11 19:46 Dockerfile.build [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 863 Jan 11 19:46 Jenkinsfile [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 19:46 LICENSE [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 5750 Jan 11 19:46 Makefile [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 6524 Jan 11 19:46 README.md [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 6744 Jan 11 19:46 SECURITY.md [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 5 Jan 11 19:47 VERSION [2021-01-11T19:49:30.487Z] -rw-rw-r-- 1 1001 1001 4131 Jan 11 19:46 ZMQWindows.md [2021-01-11T19:49:30.487Z] drwxrwxr-x 2 1001 1001 117 Jan 11 19:46 bin [2021-01-11T19:49:30.487Z] drwxrwxr-x 14 1001 1001 4096 Jan 11 19:46 cmd [2021-01-11T19:49:30.487Z] -rw-r--r-- 1 root root 545099 Jan 11 19:49 coverage.out [2021-01-11T19:49:30.487Z] -rw-r--r-- 1 root root 979 Jan 11 19:49 go.mod [2021-01-11T19:49:30.487Z] -rw-r--r-- 1 root root 19019 Jan 11 19:49 go.sum [2021-01-11T19:49:30.487Z] drwxrwxr-x 8 1001 1001 127 Jan 11 19:46 internal [2021-01-11T19:49:30.487Z] drwxrwxr-x 4 1001 1001 26 Jan 11 19:46 openapi [2021-01-11T19:49:30.487Z] drwxrwxr-x 4 1001 1001 71 Jan 11 19:46 snap [2021-01-11T19:49:30.488Z] -rw-rw-r-- 1 1001 1001 168 Jan 11 19:46 version.go [Pipeline] sh [2021-01-11T19:49:30.793Z] + '[' -e coverage.out ] [2021-01-11T19:49:30.793Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-11T19:49:31.028Z] Stashed 1 file(s) [Pipeline] sh [2021-01-11T19:49:31.329Z] + make build [2021-01-11T19:49:31.329Z] 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-11T19:49:36.646Z] 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-11T19:49:43.313Z] 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-11T19:49:43.601Z] Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:49:42.788Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T19:49:42.802Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T19:49:42.824Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T19:49:42.868Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:49:42.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:49:42.882Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T19:49:43.990Z] Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:49:43.991Z] Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) [2021-01-11T19:49:44.705Z] 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-11T19:49:45.654Z] 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-11T19:49:43.622Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T19:49:43.638Z] > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 [2021-01-11T19:49:43.919Z] > git remote # timeout=10 [2021-01-11T19:49:43.935Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T19:49:43.945Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:49:43.957Z] > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 [2021-01-11T19:49:43.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T19:49:44.002Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T19:49:44.018Z] > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 [2021-01-11T19:49:46.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-11T19:49:47.669Z] 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-11T19:49:48.454Z] Commit message: "Merge branch 'master' into consolidate-attribute-files" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-11T19:49:49.068Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T19:49:50.032Z] 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-11T19:49:50.383Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T19:49:50.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T19:49:51.142Z] + true [2021-01-11T19:49:51.142Z] + sudo service docker restart [2021-01-11T19:49:51.437Z] 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-11T19:49:52.396Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T19:49:53.199Z] provisioning config files... [2021-01-11T19:49:53.244Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8451285423242234831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T19:49:53.679Z] ---> docker-login.sh [2021-01-11T19:49:53.679Z] nexus3.edgexfoundry.org:10001 [2021-01-11T19:49:53.796Z] 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-11T19:49:54.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-01-11T19:49:54.765Z] $ docker stop --time=1 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 [2021-01-11T19:49:54.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:49:54.938Z] Configure a credential helper to remove this warning. See [2021-01-11T19:49:54.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:49:54.938Z] [2021-01-11T19:49:54.938Z] Login Succeeded [2021-01-11T19:49:54.938Z] nexus3.edgexfoundry.org:10002 [2021-01-11T19:49:55.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:49:55.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:49:55.538Z] Configure a credential helper to remove this warning. See [2021-01-11T19:49:55.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:49:55.538Z] [2021-01-11T19:49:55.538Z] Login Succeeded [2021-01-11T19:49:55.538Z] nexus3.edgexfoundry.org:10003 [2021-01-11T19:49:55.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:49:56.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:49:56.089Z] Configure a credential helper to remove this warning. See [2021-01-11T19:49:56.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:49:56.089Z] [2021-01-11T19:49:56.089Z] Login Succeeded [2021-01-11T19:49:56.089Z] nexus3.edgexfoundry.org:10004 [2021-01-11T19:49:56.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T19:49:56.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:49:56.361Z] Configure a credential helper to remove this warning. See [2021-01-11T19:49:56.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:49:56.361Z] [2021-01-11T19:49:56.361Z] Login Succeeded [2021-01-11T19:49:56.550Z] $ docker rm -f 98f3c9f0191475e0a81a000ee02fbaaef183e5d36f1aa522b956fdfc62bb7bb3 [2021-01-11T19:49:56.642Z] docker.io [2021-01-11T19:49:56.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [2021-01-11T19:49:57.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T19:49:57.190Z] Configure a credential helper to remove this warning. See [2021-01-11T19:49:57.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T19:49:57.190Z] [2021-01-11T19:49:57.190Z] Login Succeeded [2021-01-11T19:49:57.190Z] ---> docker-login.sh ends [Pipeline] // script [Pipeline] } [Pipeline] } [2021-01-11T19:49:57.261Z] Deleting 1 temporary files [Pipeline] // stage [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-01-11T19:49:59.612Z] ========================================================= [2021-01-11T19:49:59.613Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T19:49:59.613Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:49:59.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T19:49:59.963Z] [2021-01-11T19:49:59.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-01-11T19:50:00.028Z] + 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 . [Pipeline] sh [2021-01-11T19:50:00.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T19:50:00.352Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-11T19:50:00.352Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-11T19:50:00.352Z] ca9280d653b3: Pulling fs layer [2021-01-11T19:50:00.352Z] 7e9c9ca2126c: Pulling fs layer [2021-01-11T19:50:01.319Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-11T19:50:01.319Z] cbdbe7a5bc2a: Download complete [2021-01-11T19:50:01.319Z] ca9280d653b3: Verifying Checksum [2021-01-11T19:50:01.584Z] cbdbe7a5bc2a: Pull complete [2021-01-11T19:50:02.543Z] 7e9c9ca2126c: Download complete [2021-01-11T19:50:02.543Z] ca9280d653b3: Pull complete [2021-01-11T19:50:02.674Z] Sending build context to Docker daemon 165.5MB [2021-01-11T19:50:02.674Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:02.674Z] Step 2/6 : FROM ${BASE} [2021-01-11T19:50:02.674Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T19:50:02.674Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T19:50:02.674Z] a4357932f1b6: Pulling fs layer [2021-01-11T19:50:02.674Z] 18c013af1878: Pulling fs layer [2021-01-11T19:50:02.674Z] 00ac8860ef70: Pulling fs layer [2021-01-11T19:50:02.674Z] 63d7cb157983: Pulling fs layer [2021-01-11T19:50:02.674Z] b116817d02f9: Pulling fs layer [2021-01-11T19:50:02.674Z] 745a02a5169b: Pulling fs layer [2021-01-11T19:50:02.674Z] 63d7cb157983: Waiting [2021-01-11T19:50:02.674Z] b116817d02f9: Waiting [2021-01-11T19:50:02.674Z] 745a02a5169b: Waiting [2021-01-11T19:50:02.675Z] 00ac8860ef70: Waiting [2021-01-11T19:50:02.675Z] 18c013af1878: Download complete [2021-01-11T19:50:02.675Z] a4357932f1b6: Verifying Checksum [2021-01-11T19:50:02.675Z] a4357932f1b6: Download complete [2021-01-11T19:50:02.675Z] 63d7cb157983: Verifying Checksum [2021-01-11T19:50:02.675Z] 63d7cb157983: Download complete [2021-01-11T19:50:02.675Z] b116817d02f9: Verifying Checksum [2021-01-11T19:50:02.675Z] b116817d02f9: Download complete [2021-01-11T19:50:02.675Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T19:50:02.675Z] 5f621e34cdf4: Download complete [2021-01-11T19:50:03.274Z] 5f621e34cdf4: Pull complete [2021-01-11T19:50:03.870Z] a4357932f1b6: Pull complete [2021-01-11T19:50:04.142Z] 18c013af1878: Pull complete [2021-01-11T19:50:05.115Z] 745a02a5169b: Verifying Checksum [2021-01-11T19:50:05.115Z] 745a02a5169b: Download complete [2021-01-11T19:50:05.388Z] 00ac8860ef70: Verifying Checksum [2021-01-11T19:50:05.388Z] 00ac8860ef70: Download complete [2021-01-11T19:50:09.169Z] 7e9c9ca2126c: Pull complete [2021-01-11T19:50:09.170Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-11T19:50:09.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T19:50:09.170Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-11T19:50:09.315Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T19:50:09.371Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:50:10.892Z] $ docker top f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T19:50:11.499Z] + docker-compose build --help [2021-01-11T19:50:11.499Z] + grep parallel [2021-01-11T19:50:12.894Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T19:50:12.912Z] $ docker stop --time=1 f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e [2021-01-11T19:50:14.578Z] $ docker rm -f f6241e4078c90c13c0c3134343bafac4bbd5563185dfa480d2a0c1293d21422e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:50:15.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T19:50:15.193Z] . [Pipeline] withDockerContainer [2021-01-11T19:50:15.300Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T19:50:15.351Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:50:15.588Z] 00ac8860ef70: Pull complete [2021-01-11T19:50:16.066Z] $ docker top bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 -eo pid,comm [2021-01-11T19:50:16.182Z] 63d7cb157983: Pull complete [Pipeline] { [Pipeline] sh [2021-01-11T19:50:16.459Z] b116817d02f9: Pull complete [2021-01-11T19:50:16.552Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T19:50:17.500Z] Building docker-core-command-go ... [2021-01-11T19:50:17.500Z] Building docker-core-data-go ... [2021-01-11T19:50:17.500Z] Building docker-core-metadata-go ... [2021-01-11T19:50:17.500Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T19:50:17.500Z] Building docker-security-proxy-setup-go ... [2021-01-11T19:50:17.500Z] Building docker-security-secretstore-setup-go ... [2021-01-11T19:50:17.500Z] Building docker-support-notifications-go ... [2021-01-11T19:50:17.500Z] Building docker-support-scheduler-go ... [2021-01-11T19:50:17.500Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T19:50:17.500Z] Building docker-core-data-go [2021-01-11T19:50:17.500Z] Building docker-support-scheduler-go [2021-01-11T19:50:17.500Z] Building docker-security-bootstrap-redis-go [2021-01-11T19:50:17.500Z] Building docker-support-notifications-go [2021-01-11T19:50:17.500Z] Building docker-core-metadata-go [2021-01-11T19:50:20.779Z] 745a02a5169b: Pull complete [2021-01-11T19:50:20.779Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T19:50:20.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T19:50:20.779Z] ---> b7e6874047d6 [2021-01-11T19:50:20.779Z] 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-11T19:50:24.171Z] ---> Running in 8215e27d2677 [2021-01-11T19:50:24.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:50:25.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:50:26.364Z] (1/12) Installing libmagic (5.38-r0) [2021-01-11T19:50:26.643Z] (2/12) Installing file (5.38-r0) [2021-01-11T19:50:26.643Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T19:50:26.643Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-11T19:50:32.045Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T19:50:32.045Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T19:50:32.045Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T19:50:32.045Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T19:50:32.045Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T19:50:32.045Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T19:50:32.045Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T19:50:32.045Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T19:50:32.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:50:32.045Z] OK: 217 MiB in 51 packages [2021-01-11T19:50:36.349Z] Removing intermediate container 8215e27d2677 [2021-01-11T19:50:36.349Z] ---> 083f71b0955d [2021-01-11T19:50:36.349Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T19:50:36.349Z] ---> Running in 8389775ca934 [2021-01-11T19:50:36.621Z] Removing intermediate container 8389775ca934 [2021-01-11T19:50:36.621Z] ---> 05de3c428c08 [2021-01-11T19:50:36.621Z] Step 5/6 : COPY go.mod . [2021-01-11T19:50:37.217Z] ---> 9ad90ffb01a0 [2021-01-11T19:50:37.217Z] Step 6/6 : RUN go mod download [2021-01-11T19:50:37.489Z] ---> Running in fc3581d29973 [2021-01-11T19:50:50.737Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:50.737Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:50:50.737Z] ---> 7604c82c81c7 [2021-01-11T19:50:50.737Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T19:50:50.737Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:50.737Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:50:50.737Z] ---> 7604c82c81c7 [2021-01-11T19:50:50.737Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T19:50:50.737Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:50.737Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:50:50.737Z] ---> 7604c82c81c7 [2021-01-11T19:50:50.737Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T19:50:50.737Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:50.737Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:50:50.737Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:50:50.737Z] ---> 7604c82c81c7 [2021-01-11T19:50:50.737Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T19:50:50.737Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:50:50.737Z] ---> 7604c82c81c7 [2021-01-11T19:50:50.737Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T19:50:50.737Z] ---> Running in 188c416161d9 [2021-01-11T19:50:50.737Z] ---> Running in b82fcdb79482 [2021-01-11T19:50:50.737Z] ---> Running in 348bb0832f6b [2021-01-11T19:50:50.737Z] ---> Running in c4fcff97c1c7 [2021-01-11T19:50:50.737Z] ---> Running in e4596271bd3b [2021-01-11T19:50:50.737Z] Removing intermediate container c4fcff97c1c7 [2021-01-11T19:50:50.737Z] ---> 5d29454d00b5 [2021-01-11T19:50:50.737Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:50:50.737Z] Removing intermediate container e4596271bd3b [2021-01-11T19:50:50.737Z] ---> 0b1fad699803 [2021-01-11T19:50:50.737Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:50:50.737Z] Removing intermediate container b82fcdb79482 [2021-01-11T19:50:50.737Z] ---> 3a738f8547ac [2021-01-11T19:50:50.737Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:50:50.737Z] Removing intermediate container 188c416161d9 [2021-01-11T19:50:50.737Z] ---> c86648f45aa8 [2021-01-11T19:50:50.737Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:50:50.737Z] Removing intermediate container 348bb0832f6b [2021-01-11T19:50:50.737Z] ---> 7c5cbaf9099a [2021-01-11T19:50:50.737Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:50:50.737Z] ---> Running in b6b4a5636dbe [2021-01-11T19:50:50.737Z] ---> Running in 27bafa8b27e8 [2021-01-11T19:50:50.737Z] ---> Running in 0181cc0d33a8 [2021-01-11T19:50:50.737Z] ---> Running in 185f65f6f6de [2021-01-11T19:50:50.737Z] ---> Running in 8bfd20174c08 [2021-01-11T19:50:51.376Z] Removing intermediate container b6b4a5636dbe [2021-01-11T19:50:51.376Z] ---> 1dc47dc05d6b [2021-01-11T19:50:51.376Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T19:50:51.657Z] ---> Running in 71fa2566fa82 [2021-01-11T19:50:51.952Z] Removing intermediate container 27bafa8b27e8 [2021-01-11T19:50:51.952Z] ---> 33eff42a036c [2021-01-11T19:50:51.952Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T19:50:51.952Z] Removing intermediate container 0181cc0d33a8 [2021-01-11T19:50:51.952Z] ---> 411488fcb499 [2021-01-11T19:50:51.952Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T19:50:51.952Z] Removing intermediate container 8bfd20174c08 [2021-01-11T19:50:51.952Z] ---> 803d904aa44a [2021-01-11T19:50:51.952Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T19:50:51.952Z] Removing intermediate container 185f65f6f6de [2021-01-11T19:50:51.952Z] ---> fd7699af2acf [2021-01-11T19:50:51.952Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T19:50:52.283Z] ---> Running in f48f7f35e5ff [2021-01-11T19:50:52.283Z] ---> Running in ed3554d601d8 [2021-01-11T19:50:52.283Z] ---> Running in f41b0fb07125 [2021-01-11T19:50:52.283Z] ---> Running in 819fad82144f [2021-01-11T19:50:52.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:53.742Z] OK: 233 MiB in 51 packages [2021-01-11T19:50:53.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:54.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:54.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:54.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:50:54.270Z] OK: 233 MiB in 51 packages [2021-01-11T19:50:54.270Z] Removing intermediate container 71fa2566fa82 [2021-01-11T19:50:54.270Z] ---> 8b760d7b938d [2021-01-11T19:50:54.270Z] Step 6/22 : COPY go.mod . [2021-01-11T19:50:54.270Z] OK: 233 MiB in 51 packages [2021-01-11T19:50:54.538Z] OK: 233 MiB in 51 packages [2021-01-11T19:50:54.538Z] OK: 233 MiB in 51 packages [2021-01-11T19:50:54.538Z] ---> 9c336ecd92f4 [2021-01-11T19:50:54.538Z] Step 7/22 : RUN go mod download [2021-01-11T19:50:54.810Z] ---> Running in 59b0fce2cbbb [2021-01-11T19:50:54.810Z] Removing intermediate container ed3554d601d8 [2021-01-11T19:50:54.810Z] ---> bedfbfe0c7c7 [2021-01-11T19:50:54.810Z] Step 6/23 : COPY go.mod . [2021-01-11T19:50:55.392Z] Removing intermediate container f48f7f35e5ff [2021-01-11T19:50:55.392Z] ---> ce64c9bcbe5a [2021-01-11T19:50:55.392Z] Step 6/22 : COPY go.mod . [2021-01-11T19:50:55.392Z] ---> e90ac7940111 [2021-01-11T19:50:55.392Z] Step 7/23 : RUN go mod download [2021-01-11T19:50:55.392Z] Removing intermediate container 819fad82144f [2021-01-11T19:50:55.392Z] ---> ca1bfb3b85c4 [2021-01-11T19:50:55.655Z] Step 6/21 : COPY go.mod . [2021-01-11T19:50:55.655Z] ---> Running in c136eb46d6e4 [2021-01-11T19:50:55.922Z] Removing intermediate container f41b0fb07125 [2021-01-11T19:50:55.922Z] ---> 90216b3606f0 [2021-01-11T19:50:55.922Z] Step 6/24 : COPY go.mod . [2021-01-11T19:50:55.922Z] ---> 582dc1cd5bd3 [2021-01-11T19:50:55.922Z] Step 7/22 : RUN go mod download [2021-01-11T19:50:55.922Z] ---> 594c45d47b15 [2021-01-11T19:50:55.922Z] Step 7/21 : RUN go mod download [2021-01-11T19:50:56.188Z] ---> Running in 52c50f4a1762 [2021-01-11T19:50:56.188Z] ---> Running in a8d7058d95e9 [2021-01-11T19:50:56.188Z] ---> 861eba8513b1 [2021-01-11T19:50:56.188Z] Step 7/24 : RUN go mod download [2021-01-11T19:50:56.456Z] ---> Running in 2857ba186b41 [2021-01-11T19:50:57.449Z] Removing intermediate container c136eb46d6e4 [2021-01-11T19:50:57.449Z] ---> aa08426f5a53 [2021-01-11T19:50:57.449Z] Step 8/23 : COPY . . [2021-01-11T19:50:57.712Z] Removing intermediate container 59b0fce2cbbb [2021-01-11T19:50:57.712Z] ---> bf79b6a7e366 [2021-01-11T19:50:57.712Z] Step 8/22 : COPY . . [2021-01-11T19:50:59.648Z] Removing intermediate container 52c50f4a1762 [2021-01-11T19:50:59.648Z] ---> bf56b2b0de61 [2021-01-11T19:50:59.648Z] Step 8/21 : COPY . . [2021-01-11T19:51:04.287Z] Removing intermediate container fc3581d29973 [2021-01-11T19:51:04.287Z] ---> d0042a6ce9d0 [2021-01-11T19:51:04.287Z] Successfully built d0042a6ce9d0 [2021-01-11T19:51:04.287Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:51:04.646Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T19:51:04.646Z] . [Pipeline] withDockerContainer [2021-01-11T19:51:04.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container [2021-01-11T19:51:05.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T19:51:06.317Z] Removing intermediate container 2857ba186b41 [2021-01-11T19:51:06.317Z] ---> 40a01f8e712f [2021-01-11T19:51:06.317Z] Step 8/24 : COPY . . [2021-01-11T19:51:06.317Z] Removing intermediate container a8d7058d95e9 [2021-01-11T19:51:06.317Z] ---> 9365c769525f [2021-01-11T19:51:06.317Z] Step 8/22 : COPY . . [2021-01-11T19:51:06.691Z] $ docker top acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T19:51:07.701Z] + go version [2021-01-11T19:51:07.701Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T19:51:07.732Z] $ docker stop --time=1 acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 [2021-01-11T19:51:09.606Z] $ docker rm -f acaa7b70db13d52b06b1ab3e526671ced40ccd5ea6708778bb11b0c8ca149fa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:51:10.828Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T19:51:10.828Z] . [Pipeline] withDockerContainer [2021-01-11T19:51:11.088Z] prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container [2021-01-11T19:51:11.180Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T19:51:12.524Z] $ docker top 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T19:51:12.903Z] ========================================================= [2021-01-11T19:51:12.903Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-11T19:51:12.903Z] ========================================================= [Pipeline] sh [2021-01-11T19:51:13.553Z] + make test [2021-01-11T19:51:13.553Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T19:51:35.751Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-11T19:51:38.679Z] ---> 1c8bf408d291 [2021-01-11T19:51:38.679Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T19:51:38.679Z] ---> Running in d560419a962f [2021-01-11T19:51:38.679Z] ---> 4e8ec64a4346 [2021-01-11T19:51:38.679Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T19:51:38.679Z] ---> 8b6f110aeb22 [2021-01-11T19:51:38.679Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T19:51:38.679Z] ---> aee612991c91 [2021-01-11T19:51:38.679Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T19:51:38.943Z] ---> a388f4873001 [2021-01-11T19:51:38.943Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T19:51:38.943Z] ---> Running in c0aa5f43c634 [2021-01-11T19:51:38.943Z] ---> Running in d58369298e35 [2021-01-11T19:51:39.206Z] ---> Running in 0462f0886854 [2021-01-11T19:51:39.471Z] ---> Running in bc6309150693 [2021-01-11T19:51:40.436Z] 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-11T19:51:40.436Z] 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-11T19:51:40.436Z] 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-11T19:51:40.705Z] 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-11T19:51:40.705Z] 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-11T19:52:19.716Z] Removing intermediate container 0462f0886854 [2021-01-11T19:52:19.717Z] Removing intermediate container bc6309150693 [2021-01-11T19:52:19.717Z] ---> 819538d5e9c7 [2021-01-11T19:52:19.717Z] ---> 5c789c115ee4 [2021-01-11T19:52:19.717Z] [2021-01-11T19:52:19.717Z] [2021-01-11T19:52:19.717Z] Step 10/24 : FROM scratchStep 10/22 : FROM alpine:3.12 [2021-01-11T19:52:19.717Z] [2021-01-11T19:52:19.717Z] ---> [2021-01-11T19:52:19.717Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T19:52:19.717Z] Removing intermediate container c0aa5f43c634 [2021-01-11T19:52:19.717Z] ---> 18b5a8743798 [2021-01-11T19:52:19.717Z] [2021-01-11T19:52:19.717Z] Step 10/21 : FROM scratch [2021-01-11T19:52:19.717Z] ---> [2021-01-11T19:52:19.717Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T19:52:19.717Z] 3.12: Pulling from library/alpine [2021-01-11T19:52:19.717Z] ---> Running in acbcf8ffbc8d [2021-01-11T19:52:19.717Z] ---> Running in 23f4e76170cb [2021-01-11T19:52:19.717Z] Removing intermediate container acbcf8ffbc8d [2021-01-11T19:52:19.717Z] ---> 363be5b42193 [2021-01-11T19:52:19.717Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T19:52:19.717Z] ---> Running in f5ee49ae4ec3 [2021-01-11T19:52:19.717Z] Removing intermediate container 23f4e76170cb [2021-01-11T19:52:19.717Z] ---> 1c9562697917 [2021-01-11T19:52:19.717Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T19:52:19.717Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T19:52:19.717Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T19:52:19.717Z] ---> 389fef711851 [2021-01-11T19:52:19.717Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T19:52:19.717Z] ---> Running in 2ee8fa279209 [2021-01-11T19:52:19.717Z] Removing intermediate container d58369298e35 [2021-01-11T19:52:19.717Z] ---> a13367e3bcc1 [2021-01-11T19:52:19.717Z] [2021-01-11T19:52:19.717Z] Step 10/22 : FROM scratch [2021-01-11T19:52:19.717Z] ---> [2021-01-11T19:52:19.717Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T19:52:19.717Z] ---> Running in 40cb931fc1eb [2021-01-11T19:52:19.717Z] ---> Using cache [2021-01-11T19:52:19.717Z] ---> 363be5b42193 [2021-01-11T19:52:19.717Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T19:52:20.666Z] Removing intermediate container f5ee49ae4ec3 [2021-01-11T19:52:20.666Z] ---> 820e6f0266fc [2021-01-11T19:52:20.666Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T19:52:22.608Z] ---> Running in 1c5b81df6b0c [2021-01-11T19:52:22.608Z] Removing intermediate container 2ee8fa279209 [2021-01-11T19:52:22.608Z] ---> c0ebd6954f4b [2021-01-11T19:52:22.608Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T19:52:22.608Z] ---> Running in 146a0b06b380 [2021-01-11T19:52:22.608Z] ---> Running in a022e36e96bc [2021-01-11T19:52:22.786Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-11T19:52:22.877Z] Removing intermediate container 1c5b81df6b0c [2021-01-11T19:52:22.877Z] ---> e0c78a7d46ac [2021-01-11T19:52:22.877Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T19:52:22.877Z] Removing intermediate container d560419a962f [2021-01-11T19:52:22.877Z] ---> 42febae769fe [2021-01-11T19:52:22.877Z] [2021-01-11T19:52:22.877Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T19:52:22.877Z] ---> 389fef711851 [2021-01-11T19:52:22.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T19:52:22.877Z] ---> Running in 1f30941e543d [2021-01-11T19:52:22.877Z] ---> Running in a3657dda3c7f [2021-01-11T19:52:23.141Z] Removing intermediate container 146a0b06b380 [2021-01-11T19:52:23.141Z] ---> e2185e82adc0 [2021-01-11T19:52:23.141Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:52:23.141Z] Removing intermediate container a022e36e96bc [2021-01-11T19:52:23.141Z] ---> e68f08c9e414 [2021-01-11T19:52:23.141Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T19:52:23.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:23.141Z] Removing intermediate container 1f30941e543d [2021-01-11T19:52:23.141Z] ---> 8a76133c39f0 [2021-01-11T19:52:23.141Z] Step 14/22 : WORKDIR / [2021-01-11T19:52:23.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:23.404Z] ---> Running in 95958dae2ecf [2021-01-11T19:52:23.404Z] Removing intermediate container a3657dda3c7f [2021-01-11T19:52:23.404Z] ---> 11ac14c82b50 [2021-01-11T19:52:23.404Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T19:52:23.404Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T19:52:23.404Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T19:52:23.404Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T19:52:23.404Z] ---> ea8be88b2a80 [2021-01-11T19:52:23.404Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T19:52:23.404Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T19:52:23.404Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T19:52:23.404Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:52:23.404Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T19:52:23.980Z] OK: 7 MiB in 19 packages [2021-01-11T19:52:24.245Z] ---> 4015a677d5f1 [2021-01-11T19:52:24.245Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T19:52:24.245Z] ---> Running in 12c7babb0ab7 [2021-01-11T19:52:24.520Z] ---> d93cffeedec0 [2021-01-11T19:52:24.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T19:52:24.520Z] Removing intermediate container 95958dae2ecf [2021-01-11T19:52:24.520Z] ---> 94eecf5fdc18 [2021-01-11T19:52:24.520Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:52:25.096Z] Removing intermediate container 12c7babb0ab7 [2021-01-11T19:52:25.096Z] ---> 8bdfc905f579 [2021-01-11T19:52:25.096Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T19:52:25.672Z] ---> f2027e807a2a [2021-01-11T19:52:25.672Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T19:52:25.940Z] ---> Running in 58fd162217d7 [2021-01-11T19:52:25.940Z] ---> b759dc3c80a4 [2021-01-11T19:52:25.940Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T19:52:25.940Z] ---> 3af96ae51286 [2021-01-11T19:52:25.940Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T19:52:25.940Z] Removing intermediate container 40cb931fc1eb [2021-01-11T19:52:25.940Z] ---> 1592d81d48d6 [2021-01-11T19:52:25.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T19:52:25.940Z] ---> Running in e80fe9deb91b [2021-01-11T19:52:26.206Z] ---> Running in a242b4ea7867 [2021-01-11T19:52:27.117Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-11T19:52:27.254Z] Removing intermediate container 58fd162217d7 [2021-01-11T19:52:27.254Z] ---> 363705baeccd [2021-01-11T19:52:27.254Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:52:27.254Z] Removing intermediate container e80fe9deb91b [2021-01-11T19:52:27.254Z] ---> 040e62ac8526 [2021-01-11T19:52:27.254Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:52:27.254Z] ---> Running in 99d578badf07 [2021-01-11T19:52:27.254Z] ---> Running in 9379492e0ffc [2021-01-11T19:52:27.254Z] ---> fa2262df4a9d [2021-01-11T19:52:27.254Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:52:27.517Z] ---> cbc5117c0ca0 [2021-01-11T19:52:27.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T19:52:27.517Z] Removing intermediate container a242b4ea7867 [2021-01-11T19:52:27.517Z] ---> a566425bbef3 [2021-01-11T19:52:27.517Z] Step 13/22 : WORKDIR / [2021-01-11T19:52:27.783Z] ---> Running in ac45201a2123 [2021-01-11T19:52:27.783Z] ---> a351ac603517 [2021-01-11T19:52:27.783Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-11T19:52:27.783Z] ---> 2302deb3627b [2021-01-11T19:52:27.783Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T19:52:27.783Z] Removing intermediate container 9379492e0ffc [2021-01-11T19:52:27.783Z] ---> 1c2601d6fcaa [2021-01-11T19:52:27.783Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T19:52:28.050Z] ---> Running in 5a626d8c026c [2021-01-11T19:52:28.050Z] ---> Running in 3d8a1430dad3 [2021-01-11T19:52:28.050Z] Removing intermediate container ac45201a2123 [2021-01-11T19:52:28.050Z] ---> ae9c31fe7e33 [2021-01-11T19:52:28.050Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:52:28.312Z] Removing intermediate container 5a626d8c026c [2021-01-11T19:52:28.312Z] ---> a9225e5a95e0 [2021-01-11T19:52:28.312Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:52:28.581Z] Removing intermediate container 3d8a1430dad3 [2021-01-11T19:52:28.581Z] ---> da6ad47b6a1a [2021-01-11T19:52:28.581Z] Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:52:28.581Z] ---> Running in e05cf276b9a2 [2021-01-11T19:52:28.581Z] ---> Running in c6318d87e76f [2021-01-11T19:52:28.581Z] ---> 6b7cde3ca7de [2021-01-11T19:52:28.581Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T19:52:28.847Z] ---> 124d29623a4e [2021-01-11T19:52:28.847Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T19:52:28.847Z] Removing intermediate container 99d578badf07 [2021-01-11T19:52:28.847Z] ---> 6fe5bfae57c7 [2021-01-11T19:52:28.847Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T19:52:29.111Z] Removing intermediate container c6318d87e76f [2021-01-11T19:52:29.111Z] ---> 62608e4abb8c [2021-01-11T19:52:29.111Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T19:52:29.377Z] Removing intermediate container e05cf276b9a2 [2021-01-11T19:52:29.377Z] ---> b2549083c434 [2021-01-11T19:52:29.377Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T19:52:29.377Z] ---> Running in 872ef0ba1f51 [2021-01-11T19:52:29.377Z] ---> Running in 7356ddf2f88d [2021-01-11T19:52:29.643Z] ---> cfa737433522 [2021-01-11T19:52:29.643Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T19:52:29.643Z] ---> 1e0da9a46fd2 [2021-01-11T19:52:29.643Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T19:52:29.643Z] ---> Running in 3db8d93143fe [2021-01-11T19:52:29.910Z] ---> Running in 3231b4618063 [2021-01-11T19:52:29.910Z] Removing intermediate container 7356ddf2f88d [2021-01-11T19:52:29.910Z] ---> af1b5b63a2e3 [2021-01-11T19:52:29.910Z] [2021-01-11T19:52:30.180Z] ---> 8ceb1cbdb3bf [2021-01-11T19:52:30.180Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T19:52:30.180Z] Removing intermediate container 3db8d93143fe [2021-01-11T19:52:30.180Z] ---> 5209791ae99e [2021-01-11T19:52:30.180Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:52:30.180Z] Removing intermediate container 3231b4618063 [2021-01-11T19:52:30.180Z] ---> 855e5ad538b5 [2021-01-11T19:52:30.180Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:52:30.180Z] ---> Running in b1272ca5bc7b [2021-01-11T19:52:30.443Z] Successfully built af1b5b63a2e3 [2021-01-11T19:52:30.443Z] ---> Running in 530db1184d3d [2021-01-11T19:52:30.443Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-11T19:52:30.443Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-11T19:52:30.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:30.443Z] ---> cbc6be575a5f [2021-01-11T19:52:30.443Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T19:52:30.443Z] ---> Running in 2e92a8b0fed4 [2021-01-11T19:52:30.706Z] Removing intermediate container b1272ca5bc7b [2021-01-11T19:52:30.706Z] ---> bbffcdd065b4 [2021-01-11T19:52:30.706Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T19:52:30.973Z] Removing intermediate container 530db1184d3d [2021-01-11T19:52:30.973Z] ---> 737b51ea5f6e [2021-01-11T19:52:30.973Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T19:52:30.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:31.244Z] ---> Running in a7d55846b134 [2021-01-11T19:52:31.517Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T19:52:31.517Z] ---> Running in 5f05a9826796 [2021-01-11T19:52:31.517Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T19:52:31.517Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-11T19:52:31.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-11T19:52:31.785Z] Removing intermediate container a7d55846b134 [2021-01-11T19:52:31.785Z] ---> 2a41e2d182d7 [2021-01-11T19:52:31.785Z] [2021-01-11T19:52:31.785Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T19:52:32.052Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T19:52:32.052Z] Removing intermediate container 5f05a9826796 [2021-01-11T19:52:32.052Z] ---> 3beec313d494 [2021-01-11T19:52:32.052Z] Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:52:32.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:52:32.052Z] OK: 8 MiB in 19 packages [2021-01-11T19:52:32.052Z] Successfully built 2a41e2d182d7 [2021-01-11T19:52:32.052Z] ---> Running in 699486e660f1 [2021-01-11T19:52:32.321Z] Successfully tagged docker-core-metadata-go:latest [2021-01-11T19:52:32.321Z] Building docker-security-secretstore-setup-go [2021-01-11T19:52:32.588Z]  Building docker-core-metadata-go ... done Removing intermediate container 699486e660f1 [2021-01-11T19:52:32.588Z] ---> 5fcee1b147b8 [2021-01-11T19:52:32.588Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T19:52:35.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-11T19:52:35.326Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-11T19:52:37.346Z] ---> Running in 05a3e89858c5 [2021-01-11T19:52:37.346Z] Removing intermediate container 2e92a8b0fed4 [2021-01-11T19:52:37.346Z] ---> e46e5bf00e6a [2021-01-11T19:52:37.346Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T19:52:37.346Z] Removing intermediate container 872ef0ba1f51 [2021-01-11T19:52:37.346Z] ---> 0d7158e29af4 [2021-01-11T19:52:37.346Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:52:37.609Z] ---> Running in f83e842460b6 [2021-01-11T19:52:37.609Z] Removing intermediate container 05a3e89858c5 [2021-01-11T19:52:37.609Z] ---> a5d64a5df712 [2021-01-11T19:52:37.609Z] [2021-01-11T19:52:38.565Z] Successfully built a5d64a5df712 [2021-01-11T19:52:41.901Z] Successfully tagged docker-support-notifications-go:latest [2021-01-11T19:52:41.901Z] Building docker-sys-mgmt-agent-go [2021-01-11T19:52:42.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-11T19:52:42.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-11T19:52:42.069Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-11T19:52:42.166Z]  Building docker-support-notifications-go ... done Removing intermediate container f83e842460b6 [2021-01-11T19:52:42.166Z] ---> 362c495da2b8 [2021-01-11T19:52:42.166Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T19:52:43.131Z] ---> ef9b63ac347c [2021-01-11T19:52:43.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T19:52:47.396Z] ---> Running in bc48dd1b0e40 [2021-01-11T19:52:47.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.252s coverage: 46.6% of statements [2021-01-11T19:52:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-11T19:52:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-11T19:52:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-11T19:52:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-11T19:52:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-11T19:52:47.673Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:52:47.673Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:52:47.673Z] ---> 7604c82c81c7 [2021-01-11T19:52:47.673Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T19:52:47.673Z] ---> Using cache [2021-01-11T19:52:47.673Z] ---> 7c5cbaf9099a [2021-01-11T19:52:47.673Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:52:47.673Z] ---> Using cache [2021-01-11T19:52:47.673Z] ---> 803d904aa44a [2021-01-11T19:52:47.673Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T19:52:51.005Z] ---> Running in 22f6799cb0df [2021-01-11T19:52:51.268Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:52:51.268Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:52:51.268Z] ---> 7604c82c81c7 [2021-01-11T19:52:51.268Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T19:52:51.268Z] ---> Using cache [2021-01-11T19:52:51.268Z] ---> 7c5cbaf9099a [2021-01-11T19:52:51.268Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:52:51.268Z] ---> Using cache [2021-01-11T19:52:51.268Z] ---> 803d904aa44a [2021-01-11T19:52:51.268Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T19:52:52.675Z] ---> b021146f9175 [2021-01-11T19:52:52.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T19:52:52.676Z] Removing intermediate container bc48dd1b0e40 [2021-01-11T19:52:52.676Z] ---> b4db64e70e1f [2021-01-11T19:52:52.676Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:52:52.676Z] ---> Running in 2464b235be26 [2021-01-11T19:52:52.676Z] ---> Running in f1c90875171d [2021-01-11T19:52:52.954Z] ---> 09cb9f7f6f84 [2021-01-11T19:52:52.954Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T19:52:54.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:54.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:54.647Z] Removing intermediate container f1c90875171d [2021-01-11T19:52:54.647Z] ---> ab57a19f2806 [2021-01-11T19:52:54.647Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T19:52:54.647Z] ---> Running in 6f840df7e8a0 [2021-01-11T19:52:54.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:55.238Z] ---> Running in 983d476d93ab [2021-01-11T19:52:55.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:52:55.510Z] Removing intermediate container 6f840df7e8a0 [2021-01-11T19:52:55.510Z] ---> efb7c4e71195 [2021-01-11T19:52:55.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:52:55.779Z] OK: 233 MiB in 51 packages [2021-01-11T19:52:55.779Z] ---> Running in de12b749800e [2021-01-11T19:52:55.779Z] Removing intermediate container 983d476d93ab [2021-01-11T19:52:55.779Z] ---> d34171e01985 [2021-01-11T19:52:55.779Z] [2021-01-11T19:52:55.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.0% of statements [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-11T19:52:55.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-11T19:52:55.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-11T19:52:55.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 77.1% of statements [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-11T19:52:55.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.346s coverage: 82.4% of statements [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-11T19:52:55.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-11T19:52:56.050Z] Successfully built d34171e01985 [2021-01-11T19:52:56.313Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-11T19:52:56.313Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-11T19:52:56.582Z] Removing intermediate container de12b749800e [2021-01-11T19:52:56.582Z] ---> bbff1fe801c3 [2021-01-11T19:52:56.582Z] Step 21/23 : LABEL arch=x86_64 [2021-01-11T19:52:56.847Z] OK: 233 MiB in 51 packages [2021-01-11T19:52:59.423Z] ---> Running in 72549a5463ff [2021-01-11T19:52:59.423Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:52:59.423Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:52:59.423Z] ---> 7604c82c81c7 [2021-01-11T19:52:59.423Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T19:52:59.423Z] ---> Using cache [2021-01-11T19:52:59.423Z] ---> 7c5cbaf9099a [2021-01-11T19:52:59.423Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:52:59.423Z] ---> Using cache [2021-01-11T19:52:59.423Z] ---> 803d904aa44a [2021-01-11T19:52:59.423Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T19:53:00.388Z] Removing intermediate container 22f6799cb0df [2021-01-11T19:53:00.388Z] ---> 93cad8480384 [2021-01-11T19:53:00.388Z] Step 6/21 : COPY go.mod . [2021-01-11T19:53:00.388Z] ---> Running in c1621f3b8143 [2021-01-11T19:53:00.651Z] Removing intermediate container 72549a5463ff [2021-01-11T19:53:00.651Z] ---> 90cf5bc3be74 [2021-01-11T19:53:00.651Z] Step 22/23 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:53:01.601Z] Removing intermediate container 2464b235be26 [2021-01-11T19:53:01.601Z] ---> a144b5f04e84 [2021-01-11T19:53:01.601Z] Step 6/24 : COPY go.mod . [2021-01-11T19:53:02.193Z] ---> 6d698f849567 [2021-01-11T19:53:02.193Z] Step 7/21 : RUN go mod download [2021-01-11T19:53:02.193Z] ---> Running in f00e4f57a236 [2021-01-11T19:53:02.193Z] ---> 84a77136a44f [2021-01-11T19:53:02.193Z] Step 7/24 : RUN go mod download [2021-01-11T19:53:02.193Z] ---> Running in 2f9a994e6b77 [2021-01-11T19:53:02.466Z] ---> Running in 969164ab6ab8 [2021-01-11T19:53:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-11T19:53:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-11T19:53:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-11T19:53:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements [2021-01-11T19:53:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-11T19:53:02.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:53:03.001Z] Removing intermediate container f00e4f57a236 [2021-01-11T19:53:03.001Z] ---> 0d6555d8c1b9 [2021-01-11T19:53:03.001Z] Step 23/23 : LABEL version=0.0.0 [2021-01-11T19:53:03.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:53:04.176Z] ---> Running in fb3f62bceb50 [2021-01-11T19:53:04.456Z] OK: 233 MiB in 51 packages [2021-01-11T19:53:04.727Z] Removing intermediate container fb3f62bceb50 [2021-01-11T19:53:04.727Z] ---> 5d1b12da8790 [2021-01-11T19:53:04.727Z] [2021-01-11T19:53:04.996Z] Successfully built 5d1b12da8790 [2021-01-11T19:53:05.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-01-11T19:53:05.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-11T19:53:05.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-01-11T19:53:05.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-11T19:53:05.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-11T19:53:05.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-11T19:53:05.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-11T19:53:05.267Z] Successfully tagged docker-core-data-go:latest [2021-01-11T19:53:06.241Z]  Building docker-core-data-go ... done Removing intermediate container c1621f3b8143 [2021-01-11T19:53:06.241Z] ---> 6006dd88b006 [2021-01-11T19:53:06.241Z] Step 6/26 : COPY go.mod . [2021-01-11T19:53:06.825Z] ---> 540515240245 [2021-01-11T19:53:06.825Z] Step 7/26 : RUN go mod download [2021-01-11T19:53:07.410Z] ---> Running in 267597a1576c [2021-01-11T19:53:08.003Z] Removing intermediate container 969164ab6ab8 [2021-01-11T19:53:08.003Z] ---> c5ae7f63faca [2021-01-11T19:53:08.003Z] Step 8/24 : COPY . . [2021-01-11T19:53:08.980Z] Removing intermediate container 2f9a994e6b77 [2021-01-11T19:53:08.980Z] ---> 9e42ad4e4e97 [2021-01-11T19:53:08.980Z] Step 8/21 : COPY . . [2021-01-11T19:53:10.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:53:10.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:53:10.386Z] ---> 7604c82c81c7 [2021-01-11T19:53:10.386Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T19:53:10.386Z] ---> Using cache [2021-01-11T19:53:10.386Z] ---> 7c5cbaf9099a [2021-01-11T19:53:10.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:53:10.386Z] ---> Using cache [2021-01-11T19:53:10.386Z] ---> 803d904aa44a [2021-01-11T19:53:10.386Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T19:53:10.386Z] ---> Using cache [2021-01-11T19:53:10.386Z] ---> a144b5f04e84 [2021-01-11T19:53:10.386Z] Step 6/22 : COPY go.mod . [2021-01-11T19:53:10.386Z] ---> Using cache [2021-01-11T19:53:10.386Z] ---> 84a77136a44f [2021-01-11T19:53:10.386Z] Step 7/22 : RUN go mod download [2021-01-11T19:53:10.386Z] ---> Using cache [2021-01-11T19:53:10.386Z] ---> c5ae7f63faca [2021-01-11T19:53:10.386Z] Step 8/22 : COPY . . [2021-01-11T19:53:10.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.142s coverage: 94.1% of statements [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-11T19:53:10.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-11T19:53:10.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-11T19:53:10.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-11T19:53:10.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements [2021-01-11T19:53:10.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-11T19:53:11.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-01-11T19:53:11.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements [2021-01-11T19:53:12.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements [2021-01-11T19:53:15.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.4% of statements [2021-01-11T19:53:15.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-11T19:53:17.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 63.5% of statements [2021-01-11T19:53:17.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-11T19:53:17.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-11T19:53:17.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-01-11T19:53:17.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-01-11T19:53:18.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-01-11T19:53:18.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-11T19:53:18.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-01-11T19:53:20.499Z] Removing intermediate container 267597a1576c [2021-01-11T19:53:20.499Z] ---> 738fb422b256 [2021-01-11T19:53:20.499Z] Step 8/26 : COPY . . [2021-01-11T19:53:23.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 55.9% of statements [2021-01-11T19:53:23.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-11T19:53:23.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-11T19:53:23.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-11T19:53:23.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-11T19:53:23.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-11T19:53:23.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements [2021-01-11T19:53:23.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-11T19:53:23.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-11T19:53:24.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements [2021-01-11T19:53:24.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-01-11T19:53:31.272Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-11T19:53:31.272Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-11T19:53:31.272Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-01-11T19:53:31.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-11T19:53:36.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.927s coverage: 29.1% of statements [2021-01-11T19:53:36.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-11T19:53:36.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-11T19:53:36.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-11T19:53:36.719Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-11T19:53:36.719Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-11T19:53:37.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-11T19:53:37.906Z] GO111MODULE=on go vet ./... [2021-01-11T19:53:42.990Z] ---> 8fcfebe57667 [2021-01-11T19:53:42.990Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T19:53:42.990Z] ---> 6ecfd3ba2403 [2021-01-11T19:53:42.990Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T19:53:42.990Z] ---> Running in 2fc4e8e270b6 [2021-01-11T19:53:42.990Z] ---> Running in 60c9732fae9b [2021-01-11T19:53:42.990Z] ---> da07b48d293d [2021-01-11T19:53:42.990Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-11T19:53:42.990Z] ---> Running in 28fd68c5ec34 [2021-01-11T19:53:43.580Z] 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-11T19:53:43.580Z] 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-11T19:53:43.580Z] 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-11T19:53:48.953Z] ---> 327adb455eea [2021-01-11T19:53:48.953Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T19:53:48.953Z] ---> Running in 03fb5a471efb [2021-01-11T19:53:49.927Z] 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-11T19:54:04.967Z] 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-11T19:54:04.967Z] 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-11T19:54:10.317Z] Removing intermediate container 28fd68c5ec34 [2021-01-11T19:54:10.317Z] ---> d7c46475a7f8 [2021-01-11T19:54:10.317Z] [2021-01-11T19:54:10.317Z] Step 10/22 : FROM scratch [2021-01-11T19:54:10.317Z] ---> [2021-01-11T19:54:10.317Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T19:54:10.317Z] ---> Using cache [2021-01-11T19:54:10.317Z] ---> 363be5b42193 [2021-01-11T19:54:10.317Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T19:54:13.633Z] ---> Running in e1566ac3c600 [2021-01-11T19:54:15.564Z] Removing intermediate container 2fc4e8e270b6 [2021-01-11T19:54:15.564Z] ---> 955d94c71d96 [2021-01-11T19:54:15.564Z] [2021-01-11T19:54:15.564Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T19:54:15.564Z] ---> 389fef711851 [2021-01-11T19:54:15.564Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T19:54:15.564Z] ---> Using cache [2021-01-11T19:54:15.564Z] ---> 1592d81d48d6 [2021-01-11T19:54:15.564Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T19:54:15.564Z] Removing intermediate container 60c9732fae9b [2021-01-11T19:54:15.564Z] ---> e4afea4f1bea [2021-01-11T19:54:15.564Z] [2021-01-11T19:54:15.564Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T19:54:15.564Z] ---> 389fef711851 [2021-01-11T19:54:15.564Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T19:54:15.564Z] Removing intermediate container 03fb5a471efb [2021-01-11T19:54:15.564Z] ---> 05db092fb32a [2021-01-11T19:54:15.564Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T19:54:15.564Z] Removing intermediate container e1566ac3c600 [2021-01-11T19:54:15.564Z] ---> 722e68ba4f7b [2021-01-11T19:54:15.564Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T19:54:15.564Z] ---> Running in bf30a726433b [2021-01-11T19:54:15.564Z] ---> Running in e333ff5aacbb [2021-01-11T19:54:15.564Z] ---> Running in 359abe804967 [2021-01-11T19:54:15.564Z] ---> Running in 9ee89386e07e [2021-01-11T19:54:16.146Z] Removing intermediate container bf30a726433b [2021-01-11T19:54:16.146Z] ---> 78ed60dfef50 [2021-01-11T19:54:16.146Z] Step 14/22 : WORKDIR / [2021-01-11T19:54:16.146Z] Removing intermediate container 9ee89386e07e [2021-01-11T19:54:16.146Z] ---> 1c254605ad7f [2021-01-11T19:54:16.146Z] Step 13/24 : WORKDIR / [2021-01-11T19:54:16.146Z] ---> Running in 43cc96a39eef [2021-01-11T19:54:16.146Z] ---> Running in 845f683f340b [2021-01-11T19:54:16.424Z] Removing intermediate container 43cc96a39eef [2021-01-11T19:54:16.424Z] ---> 1f36ddc44350 [2021-01-11T19:54:16.424Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T19:54:16.424Z] Removing intermediate container 845f683f340b [2021-01-11T19:54:16.424Z] ---> c451502cb552 [2021-01-11T19:54:16.424Z] 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-11T19:54:16.690Z] 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-11T19:54:16.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:16.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:16.953Z] ---> 29a889f5636c [2021-01-11T19:54:16.953Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T19:54:16.953Z] ---> 82a5f22f6029 [2021-01-11T19:54:16.953Z] 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-11T19:54:16.953Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T19:54:17.216Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T19:54:17.216Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T19:54:17.216Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T19:54:17.216Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:54:17.216Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T19:54:17.216Z] OK: 7 MiB in 18 packages [2021-01-11T19:54:18.171Z] ---> 1e81b5e156ef [2021-01-11T19:54:18.171Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T19:54:18.171Z] ---> aa7d8afebfaa [2021-01-11T19:54:18.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T19:54:18.752Z] ---> 649f29552d88 [2021-01-11T19:54:18.752Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T19:54:19.017Z] ---> 8f2669fac033 [2021-01-11T19:54:19.017Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T19:54:19.281Z] ---> Running in c1ce28fe4529 [2021-01-11T19:54:19.282Z] Removing intermediate container e333ff5aacbb [2021-01-11T19:54:19.282Z] ---> 5c580bd02e83 [2021-01-11T19:54:19.282Z] [2021-01-11T19:54:19.282Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T19:54:19.282Z] Removing intermediate container 359abe804967 [2021-01-11T19:54:19.282Z] ---> 80bfab86b50b [2021-01-11T19:54:19.282Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T19:54:19.282Z] 20.10.0: Pulling from library/docker [2021-01-11T19:54:19.282Z] ---> 9310b2937813 [2021-01-11T19:54:19.282Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T19:54:19.548Z] ---> Running in 93f176364768 [2021-01-11T19:54:19.548Z] Removing intermediate container c1ce28fe4529 [2021-01-11T19:54:19.548Z] ---> 81eca2b36179 [2021-01-11T19:54:19.548Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:54:19.814Z] ---> Running in 8766e774d2d6 [2021-01-11T19:54:19.814Z] Removing intermediate container 93f176364768 [2021-01-11T19:54:19.814Z] ---> 71073d85d341 [2021-01-11T19:54:19.814Z] Step 13/21 : WORKDIR /edgex [2021-01-11T19:54:19.814Z] ---> Running in 5c80cbb521c6 [2021-01-11T19:54:19.814Z] ---> 6e81a30c59a7 [2021-01-11T19:54:19.814Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T19:54:19.814Z] Removing intermediate container 8766e774d2d6 [2021-01-11T19:54:19.814Z] ---> 47ce01b3e1d9 [2021-01-11T19:54:19.814Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T19:54:20.081Z] ---> Running in 9367424e73e5 [2021-01-11T19:54:20.081Z] Removing intermediate container 5c80cbb521c6 [2021-01-11T19:54:20.081Z] ---> f8f5dd2a703d [2021-01-11T19:54:20.081Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T19:54:20.662Z] Removing intermediate container 9367424e73e5 [2021-01-11T19:54:20.662Z] ---> dca0d04c52b8 [2021-01-11T19:54:20.662Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:54:20.662Z] ---> 63c48696929a [2021-01-11T19:54:20.662Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-11T19:54:21.239Z] ---> Running in bb3e43f7b85f [2021-01-11T19:54:21.239Z] ---> f87b4d1da53a [2021-01-11T19:54:21.239Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T19:54:21.239Z] ---> Running in d54c196c3143 [2021-01-11T19:54:21.819Z] Removing intermediate container bb3e43f7b85f [2021-01-11T19:54:21.819Z] ---> 259f16d696e5 [2021-01-11T19:54:21.819Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T19:54:22.084Z] ---> 834360f0c50d [2021-01-11T19:54:22.084Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T19:54:22.084Z] ---> Running in e830d7e05d0a [2021-01-11T19:54:22.671Z] Removing intermediate container e830d7e05d0a [2021-01-11T19:54:22.671Z] ---> a7b9ce2c1a20 [2021-01-11T19:54:22.671Z] [2021-01-11T19:54:23.258Z] Successfully built a7b9ce2c1a20 [2021-01-11T19:54:23.523Z] Successfully tagged docker-core-command-go:latest [2021-01-11T19:54:23.788Z]  Building docker-core-command-go ... done  ---> 90cab6cdf19b [2021-01-11T19:54:23.788Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T19:54:24.054Z] ---> Running in 0d269ec73d9f [2021-01-11T19:54:24.054Z] Removing intermediate container d54c196c3143 [2021-01-11T19:54:24.054Z] ---> 56db6818ae97 [2021-01-11T19:54:24.054Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T19:54:24.317Z] Removing intermediate container 0d269ec73d9f [2021-01-11T19:54:24.317Z] ---> d950e436291f [2021-01-11T19:54:24.317Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T19:54:24.317Z] ---> Running in 9efdd0e89637 [2021-01-11T19:54:24.317Z] ---> Running in 42ae33261405 [2021-01-11T19:54:26.250Z] Removing intermediate container 9efdd0e89637 [2021-01-11T19:54:26.250Z] ---> ae43d7939b27 [2021-01-11T19:54:26.250Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T19:54:26.250Z] Removing intermediate container 42ae33261405 [2021-01-11T19:54:26.250Z] ---> 605d21933ee6 [2021-01-11T19:54:26.250Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T19:54:26.250Z] ---> Running in 498db43d61a9 [2021-01-11T19:54:26.250Z] ---> Running in 8da700ccf38e [2021-01-11T19:54:26.250Z] Removing intermediate container 498db43d61a9 [2021-01-11T19:54:26.250Z] ---> 1f802a8caa9d [2021-01-11T19:54:26.250Z] Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:54:26.250Z] ---> Running in 3ff63221aae8 [2021-01-11T19:54:26.250Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T19:54:26.513Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T19:54:26.513Z] ---> aefe523efa57 [2021-01-11T19:54:26.513Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T19:54:26.513Z] Removing intermediate container 8da700ccf38e [2021-01-11T19:54:26.513Z] ---> c9d6558c6a1e [2021-01-11T19:54:26.513Z] Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:54:26.513Z] ---> Running in 32871ada936c [2021-01-11T19:54:26.513Z] ---> Running in c11b0f6619f8 [2021-01-11T19:54:26.778Z] Removing intermediate container 3ff63221aae8 [2021-01-11T19:54:26.778Z] ---> 6457b6726536 [2021-01-11T19:54:26.778Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T19:54:26.778Z] ---> Running in 994db356170f [2021-01-11T19:54:27.043Z] Removing intermediate container 32871ada936c [2021-01-11T19:54:27.043Z] ---> ae481d74b17a [2021-01-11T19:54:27.043Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T19:54:27.043Z] ---> Running in 789e1bc23cb3 [2021-01-11T19:54:27.043Z] Removing intermediate container 994db356170f [2021-01-11T19:54:27.043Z] ---> 8365e1342185 [2021-01-11T19:54:27.043Z] [2021-01-11T19:54:27.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:27.313Z] Successfully built 8365e1342185 [2021-01-11T19:54:27.313Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-11T19:54:27.313Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 789e1bc23cb3 [2021-01-11T19:54:27.313Z] ---> df9b95b597cf [2021-01-11T19:54:27.313Z] [2021-01-11T19:54:27.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:27.579Z] Successfully built df9b95b597cf [2021-01-11T19:54:27.579Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-11T19:54:27.579Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-11T19:54:27.579Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T19:54:27.579Z] Executing bash-5.0.17-r0.post-install [2021-01-11T19:54:27.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:54:27.579Z] OK: 12 MiB in 22 packages [2021-01-11T19:54:28.157Z] Removing intermediate container c11b0f6619f8 [2021-01-11T19:54:28.157Z] ---> 0ae5398dce82 [2021-01-11T19:54:28.157Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T19:54:28.157Z] ---> Running in b92dd294e091 [2021-01-11T19:54:28.420Z] Removing intermediate container b92dd294e091 [2021-01-11T19:54:28.420Z] ---> 5a04648888c7 [2021-01-11T19:54:28.420Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T19:54:28.420Z] ---> Running in 02262ad039b2 [2021-01-11T19:54:28.683Z] Removing intermediate container 02262ad039b2 [2021-01-11T19:54:28.683Z] ---> b27f0f87116f [2021-01-11T19:54:28.683Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T19:54:28.683Z] ---> Running in 97295af21a10 [2021-01-11T19:54:28.945Z] Removing intermediate container 97295af21a10 [2021-01-11T19:54:28.945Z] ---> 494dfdf77b4a [2021-01-11T19:54:28.945Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T19:54:29.520Z] ---> 5ed6b5536b5d [2021-01-11T19:54:29.520Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T19:54:30.094Z] ---> e7b2bdc456df [2021-01-11T19:54:30.094Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T19:54:30.361Z] ---> 97a16de3c82c [2021-01-11T19:54:30.361Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T19:54:30.361Z] ---> Running in fcdf308d2697 [2021-01-11T19:54:30.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:30.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:31.201Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T19:54:31.201Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T19:54:31.201Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T19:54:31.201Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T19:54:31.201Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T19:54:31.201Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T19:54:31.201Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T19:54:32.146Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T19:54:32.146Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T19:54:32.146Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T19:54:32.146Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T19:54:32.146Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T19:54:32.409Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T19:54:32.409Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T19:54:32.409Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T19:54:32.409Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T19:54:32.409Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T19:54:32.409Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T19:54:32.409Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T19:54:32.409Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T19:54:32.409Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T19:54:32.672Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T19:54:32.672Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T19:54:32.672Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T19:54:32.672Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T19:54:32.672Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T19:54:32.672Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T19:54:32.672Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T19:54:32.672Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T19:54:32.672Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T19:54:32.672Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T19:54:32.672Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T19:54:32.672Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T19:54:32.934Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:54:32.934Z] OK: 71 MiB in 55 packages [2021-01-11T19:54:42.969Z] Removing intermediate container fcdf308d2697 [2021-01-11T19:54:42.969Z] ---> 9333eb7cd86a [2021-01-11T19:54:42.969Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T19:54:42.969Z] ---> Running in e74528748add [2021-01-11T19:54:43.546Z] Collecting docker-compose==1.23.2 [2021-01-11T19:54:43.546Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T19:54:44.501Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T19:54:44.501Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T19:54:44.764Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T19:54:44.764Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T19:54:45.338Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T19:54:45.338Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T19:54:45.600Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T19:54:45.600Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T19:54:45.600Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T19:54:45.600Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T19:54:45.947Z] gofmt -l . [2021-01-11T19:54:45.947Z] [ "`gofmt -l .`" = "" ] [2021-01-11T19:54:45.947Z] ./bin/test-go-mod-tidy.sh [2021-01-11T19:54:46.177Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T19:54:46.177Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T19:54:46.221Z] ./bin/test-attribution-txt.sh [2021-01-11T19:54:46.750Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T19:54:46.751Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T19:54:46.751Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T19:54:46.751Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T19:54:47.013Z] 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-11T19:54:47.014Z] Collecting PyYAML<4,>=3.10 [2021-01-11T19:54:47.014Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh [2021-01-11T19:54:47.970Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T19:54:47.970Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T19:54:47.970Z] 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-11T19:54:48.234Z] Collecting idna<2.8,>=2.5 [2021-01-11T19:54:48.234Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T19:54:48.234Z] 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-11T19:54:48.234Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T19:54:48.234Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T19:54:48.234Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T19:54:48.234Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T19:54:48.234Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T19:54:48.234Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T19:54:48.317Z] + ls -al . [2021-01-11T19:54:48.317Z] total 680 [2021-01-11T19:54:48.317Z] drwxrwxr-x 9 1001 1001 4096 Jan 11 19:54 . [2021-01-11T19:54:48.317Z] drwxr-xr-x 4 root root 4096 Jan 11 19:51 .. [2021-01-11T19:54:48.317Z] -rw-rw-r-- 1 1001 1001 11 Jan 11 19:49 .dockerignore [2021-01-11T19:54:48.317Z] drwxrwxr-x 8 1001 1001 4096 Jan 11 19:49 .git [2021-01-11T19:54:48.317Z] drwxrwxr-x 3 1001 1001 4096 Jan 11 19:49 .github [2021-01-11T19:54:48.317Z] -rw-rw-r-- 1 1001 1001 824 Jan 11 19:49 .gitignore [2021-01-11T19:54:48.317Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 19:49 .sonarcloud.properties [2021-01-11T19:54:48.317Z] -rw-rw-r-- 1 1001 1001 7741 Jan 11 19:49 Attribution.txt [2021-01-11T19:54:48.317Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 19:49 CONTRIBUTING.md [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 931 Jan 11 19:49 Dockerfile.build [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 863 Jan 11 19:49 Jenkinsfile [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 19:49 LICENSE [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 5750 Jan 11 19:49 Makefile [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 6524 Jan 11 19:49 README.md [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 6744 Jan 11 19:49 SECURITY.md [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 5 Jan 11 19:47 VERSION [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 4131 Jan 11 19:49 ZMQWindows.md [2021-01-11T19:54:48.318Z] drwxrwxr-x 2 1001 1001 4096 Jan 11 19:49 bin [2021-01-11T19:54:48.318Z] drwxrwxr-x 14 1001 1001 4096 Jan 11 19:49 cmd [2021-01-11T19:54:48.318Z] -rw-r--r-- 1 root root 545099 Jan 11 19:53 coverage.out [2021-01-11T19:54:48.318Z] -rw-r--r-- 1 root root 979 Jan 11 19:54 go.mod [2021-01-11T19:54:48.318Z] -rw-r--r-- 1 root root 19019 Jan 11 19:54 go.sum [2021-01-11T19:54:48.318Z] drwxrwxr-x 8 1001 1001 4096 Jan 11 19:49 internal [2021-01-11T19:54:48.318Z] drwxrwxr-x 4 1001 1001 4096 Jan 11 19:49 openapi [2021-01-11T19:54:48.318Z] drwxrwxr-x 4 1001 1001 4096 Jan 11 19:49 snap [2021-01-11T19:54:48.318Z] -rw-rw-r-- 1 1001 1001 168 Jan 11 19:49 version.go [Pipeline] sh [2021-01-11T19:54:48.498Z] Installing collected packages: cached-property, texttable, urllib3, idna, requests, websocket-client, dockerpty, docopt, jsonschema, docker-pycreds, docker, PyYAML, docker-compose [2021-01-11T19:54:48.498Z] Running setup.py install for texttable: started [2021-01-11T19:54:48.977Z] + '[' -e coverage.out ] [2021-01-11T19:54:48.977Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-11T19:54:49.048Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T19:54:49.073Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T19:54:49.073Z] Attempting uninstall: urllib3 [2021-01-11T19:54:49.073Z] Found existing installation: urllib3 1.25.9 [2021-01-11T19:54:49.073Z] Uninstalling urllib3-1.25.9: [2021-01-11T19:54:49.073Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T19:54:49.073Z] Attempting uninstall: idna [2021-01-11T19:54:49.073Z] Found existing installation: idna 2.9 [2021-01-11T19:54:49.073Z] Uninstalling idna-2.9: [2021-01-11T19:54:49.338Z] Successfully uninstalled idna-2.9 [2021-01-11T19:54:49.338Z] Attempting uninstall: requests [2021-01-11T19:54:49.338Z] Found existing installation: requests 2.23.0 [2021-01-11T19:54:49.338Z] Uninstalling requests-2.23.0: [2021-01-11T19:54:49.338Z] Successfully uninstalled requests-2.23.0 [2021-01-11T19:54:49.602Z] Running setup.py install for dockerpty: started [2021-01-11T19:54:50.179Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T19:54:50.179Z] Running setup.py install for docopt: started [2021-01-11T19:54:50.241Z] Stashed 1 file(s) [Pipeline] sh [2021-01-11T19:54:50.442Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T19:54:50.924Z] + make build [2021-01-11T19:54:50.924Z] 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-11T19:54:51.025Z] Running setup.py install for PyYAML: started [2021-01-11T19:54:51.604Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T19:54:51.866Z] 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-11T19:54:55.198Z] Removing intermediate container e74528748add [2021-01-11T19:54:55.198Z] ---> 51b5a47640ab [2021-01-11T19:54:55.198Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T19:54:55.198Z] ---> Running in e9245768fd55 [2021-01-11T19:54:55.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:55.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T19:54:55.725Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T19:54:55.725Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T19:54:55.725Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T19:54:55.725Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T19:54:55.725Z] OK: 72 MiB in 58 packages [2021-01-11T19:54:56.672Z] Removing intermediate container e9245768fd55 [2021-01-11T19:54:56.672Z] ---> 78ed99750f80 [2021-01-11T19:54:56.672Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T19:54:56.672Z] ---> Running in f38d60def031 [2021-01-11T19:54:56.672Z] Removing intermediate container f38d60def031 [2021-01-11T19:54:56.672Z] ---> 1d201ec4943f [2021-01-11T19:54:56.672Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T19:54:56.935Z] ---> Running in d131720b43a9 [2021-01-11T19:54:57.201Z] Removing intermediate container d131720b43a9 [2021-01-11T19:54:57.201Z] ---> 263c20eae050 [2021-01-11T19:54:57.201Z] Step 24/26 : LABEL arch=x86_64 [2021-01-11T19:54:57.201Z] ---> Running in 1ef81561481c [2021-01-11T19:54:57.464Z] Removing intermediate container 1ef81561481c [2021-01-11T19:54:57.464Z] ---> 4743043d3bd5 [2021-01-11T19:54:57.464Z] Step 25/26 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:54:57.464Z] ---> Running in 74d560f49f49 [2021-01-11T19:54:57.728Z] Removing intermediate container 74d560f49f49 [2021-01-11T19:54:57.728Z] ---> b873adbf8905 [2021-01-11T19:54:57.728Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T19:54:57.728Z] ---> Running in a26a0a057774 [2021-01-11T19:54:57.991Z] Removing intermediate container a26a0a057774 [2021-01-11T19:54:57.991Z] ---> a54027b40c1b [2021-01-11T19:54:57.991Z] [2021-01-11T19:54:57.991Z] Successfully built a54027b40c1b [2021-01-11T19:54:57.991Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-11T19:54:58.265Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-11T19:54:58.275Z] $ docker stop --time=1 bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 [2021-01-11T19:54:59.832Z] $ docker rm -f bef618f1f6537be752c81011f8117a301bca9ee8050f277ac8ef130b565b1bf4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T19:55:00.396Z] + docker images [2021-01-11T19:55:00.396Z] + grep docker [2021-01-11T19:55:00.396Z] docker-sys-mgmt-agent-go latest a54027b40c1b 3 seconds ago 313MB [2021-01-11T19:55:00.396Z] docker-security-proxy-setup-go latest df9b95b597cf 33 seconds ago 24.5MB [2021-01-11T19:55:00.396Z] docker-security-secretstore-setup-go latest 8365e1342185 34 seconds ago 24.6MB [2021-01-11T19:55:00.396Z] docker-core-command-go latest a7b9ce2c1a20 38 seconds ago 10.6MB [2021-01-11T19:55:00.396Z] docker-core-data-go latest 5d1b12da8790 About a minute ago 22.3MB [2021-01-11T19:55:00.396Z] docker-security-bootstrap-redis-go latest d34171e01985 2 minutes ago 15.8MB [2021-01-11T19:55:00.396Z] docker-support-notifications-go latest a5d64a5df712 2 minutes ago 12MB [2021-01-11T19:55:00.396Z] docker-core-metadata-go latest 2a41e2d182d7 2 minutes ago 13MB [2021-01-11T19:55:00.396Z] docker-support-scheduler-go latest af1b5b63a2e3 2 minutes ago 10.7MB [2021-01-11T19:55:00.396Z] docker 20.10.0 aefe523efa57 4 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-11T19:55:03.361Z] 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-11T19:55:16.143Z] Still waiting to schedule task [2021-01-11T19:55:16.143Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-11T19:55:25.527Z] 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-11T19:55:27.497Z] 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-11T19:55:31.800Z] 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-11T19:55:32.776Z] 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-11T19:55:38.186Z] 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-11T19:55:42.488Z] 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-11T19:55:46.792Z] 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-11T19:55:50.159Z] 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-11T19:55:53.537Z] 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-11T19:55:56.931Z] 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-11T19:56:01.281Z] $ docker stop --time=1 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 [2021-01-11T19:56:03.843Z] $ docker rm -f 965316a95c566f54dcbab6b3704fa883925492df8bb2537e271ab06320e8b924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:56:05.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T19:56:05.795Z] [2021-01-11T19:56:05.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T19:56:06.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T19:56:06.460Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-11T19:56:06.460Z] 29e5d40040c1: Pulling fs layer [2021-01-11T19:56:06.460Z] 1ce36da41761: Pulling fs layer [2021-01-11T19:56:06.460Z] 25b303627fd3: Pulling fs layer [2021-01-11T19:56:06.460Z] 29e5d40040c1: Verifying Checksum [2021-01-11T19:56:06.460Z] 29e5d40040c1: Download complete [2021-01-11T19:56:07.441Z] 29e5d40040c1: Pull complete [2021-01-11T19:56:07.441Z] 1ce36da41761: Download complete [2021-01-11T19:56:08.882Z] 1ce36da41761: Pull complete [2021-01-11T19:56:08.882Z] 25b303627fd3: Verifying Checksum [2021-01-11T19:56:08.882Z] 25b303627fd3: Download complete [2021-01-11T19:56:12.792Z] Running on prd-ubuntu18.04-docker-8c-8g-19567 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws [2021-01-11T19:56:12.847Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-11T19:56:15.094Z] using credential edgex-jenkins-ssh [2021-01-11T19:56:15.150Z] Cloning the remote Git repository [2021-01-11T19:56:15.177Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:56:15.250Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-11T19:56:15.285Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:56:15.286Z] > git --version # timeout=10 [2021-01-11T19:56:15.296Z] > git --version # 'git version 2.17.1' [2021-01-11T19:56:15.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:56:15.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T19:56:19.069Z] 25b303627fd3: Pull complete [2021-01-11T19:56:19.069Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-11T19:56:19.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T19:56:19.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-11T19:56:19.305Z] prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container [2021-01-11T19:56:19.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T19:56:22.427Z] $ docker top e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T19:56:23.436Z] + docker-compose build --help [2021-01-11T19:56:23.436Z] + grep parallel [2021-01-11T19:56:25.098Z] Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:56:25.223Z] Merge succeeded, producing 5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T19:56:25.223Z] Checking out Revision 5afb890cddac892bc2c734bf8d7fc2e98022ab1a (PR-3004) [2021-01-11T19:56:24.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T19:56:24.421Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T19:56:24.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T19:56:24.445Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T19:56:24.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:56:24.450Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T19:56:25.112Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T19:56:25.120Z] > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 [2021-01-11T19:56:25.194Z] > git remote # timeout=10 [2021-01-11T19:56:25.202Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T19:56:25.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T19:56:25.210Z] > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 [2021-01-11T19:56:25.221Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T19:56:25.230Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T19:56:25.234Z] > git checkout -f 5afb890cddac892bc2c734bf8d7fc2e98022ab1a # timeout=10 [2021-01-11T19:56:26.796Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T19:56:27.099Z] $ docker stop --time=1 e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 [2021-01-11T19:56:28.917Z] Commit message: "Merge branch 'master' into consolidate-attribute-files" [2021-01-11T19:56:28.948Z] $ docker rm -f e3f35db6fb6e33158c2aa45b4b0e9f002726d23e39c52a1f6e6215cb4a4a8587 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-11T19:56:29.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T19:56:29.799Z] . [Pipeline] libraryResource [Pipeline] sh [Pipeline] withDockerContainer [2021-01-11T19:56:30.434Z] + echo snap-build.sh [2021-01-11T19:56:30.434Z] snap-build.sh [2021-01-11T19:56:30.434Z] + SNAP_BASE_DIR=. [2021-01-11T19:56:30.434Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-11T19:56:30.434Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-11T19:56:30.434Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-11T19:56:30.434Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-11T19:56:30.434Z] + cd /w/workspace/edgex-go/8 [2021-01-11T19:56:30.434Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-11T19:56:30.434Z] Reading package lists... [2021-01-11T19:56:30.434Z] Building dependency tree... [2021-01-11T19:56:30.434Z] Reading state information... [2021-01-11T19:56:30.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-19566 does not seem to be running inside a container [2021-01-11T19:56:30.599Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-11T19:56:30.696Z] The following packages were automatically installed and are no longer required: [2021-01-11T19:56:30.697Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-11T19:56:30.697Z] uidmap xdelta3 [2021-01-11T19:56:30.697Z] Use 'sudo apt autoremove' to remove them. [2021-01-11T19:56:30.697Z] The following packages will be REMOVED: [2021-01-11T19:56:30.697Z] lxd* lxd-client* [2021-01-11T19:56:30.958Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-11T19:56:30.958Z] After this operation, 31.7 MB disk space will be freed. [2021-01-11T19:56:32.009Z] $ docker top c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 -eo pid,comm [2021-01-11T19:56:32.270Z] (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-11T19:56:32.271Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] { [Pipeline] sh [2021-01-11T19:56:32.848Z] Removing lxd dnsmasq configuration [2021-01-11T19:56:33.058Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T19:56:33.110Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-11T19:56:33.110Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-11T19:56:34.064Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-11T19:56:34.327Z] (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-11T19:56:34.327Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-11T19:56:35.721Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-11T19:56:35.721Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-11T19:56:36.426Z] Building docker-core-command-go ... [2021-01-11T19:56:36.427Z] Building docker-core-data-go ... [2021-01-11T19:56:36.427Z] Building docker-core-metadata-go ... [2021-01-11T19:56:36.427Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T19:56:36.427Z] Building docker-security-proxy-setup-go ... [2021-01-11T19:56:36.427Z] Building docker-security-secretstore-setup-go ... [2021-01-11T19:56:36.427Z] Building docker-support-notifications-go ... [2021-01-11T19:56:36.427Z] Building docker-support-scheduler-go ... [2021-01-11T19:56:36.427Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T19:56:36.427Z] Building docker-support-scheduler-go [2021-01-11T19:56:36.427Z] Building docker-security-bootstrap-redis-go [2021-01-11T19:56:36.427Z] Building docker-core-command-go [2021-01-11T19:56:36.427Z] Building docker-support-notifications-go [2021-01-11T19:56:36.427Z] Building docker-security-proxy-setup-go [2021-01-11T19:56:37.110Z] + sudo snap remove --purge lxd [2021-01-11T19:56:37.110Z] snap "lxd" is not installed [2021-01-11T19:56:37.110Z] + sudo groupadd --force --system lxd [2021-01-11T19:56:37.110Z] ++ whoami [2021-01-11T19:56:37.110Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-11T19:56:37.372Z] + newgrp - lxd [2021-01-11T19:56:37.372Z] + sudo snap install lxd [2021-01-11T19:56:43.989Z] 2021-01-11T19:56:42Z INFO Waiting for automatic snapd restart... [2021-01-11T19:56:58.978Z] lxd 4.10 from Canonical* installed [2021-01-11T19:56:58.978Z] + sudo lxd init --auto [2021-01-11T19:57:09.004Z] + sudo snap install --classic snapcraft [2021-01-11T19:57:13.222Z] snapcraft 4.4.4 from Canonical* installed [2021-01-11T19:57:13.222Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-11T19:57:13.222Z] + patch --verbose -p1 [2021-01-11T19:57:13.222Z] Hmm... Looks like a unified diff to me... [2021-01-11T19:57:13.222Z] The text leading up to this was: [2021-01-11T19:57:13.222Z] -------------------------- [2021-01-11T19:57:13.222Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-11T19:57:13.222Z] |From: Tony Espy [2021-01-11T19:57:13.222Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-11T19:57:13.222Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-11T19:57:13.222Z] | [2021-01-11T19:57:13.222Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-11T19:57:13.222Z] |optimize the snap CI check run for pull requests. When [2021-01-11T19:57:13.222Z] |applied, it essentially strips out everything (apps and [2021-01-11T19:57:13.222Z] |parts) from the snapcraft.yaml file except those required [2021-01-11T19:57:13.222Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-11T19:57:13.222Z] |catch changes to edgex-go that break the snap build. [2021-01-11T19:57:13.222Z] | [2021-01-11T19:57:13.222Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-11T19:57:13.222Z] |to update this patch file, otherwise it may fail to apply, [2021-01-11T19:57:13.222Z] |resulting in a failed snap build CI check in the associated [2021-01-11T19:57:13.222Z] |pull request. [2021-01-11T19:57:13.222Z] | [2021-01-11T19:57:13.222Z] |Note - in addition to applying this patch, the pipeline also [2021-01-11T19:57:13.222Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-11T19:57:13.222Z] |need to build the finally binary .snap file (and it won't [2021-01-11T19:57:13.222Z] |work with the patch applied). This further reduces the build [2021-01-11T19:57:13.222Z] |time. [2021-01-11T19:57:13.222Z] |--- [2021-01-11T19:57:13.222Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-11T19:57:13.222Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-11T19:57:13.222Z] | [2021-01-11T19:57:13.222Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-11T19:57:13.222Z] |index 1e537489..faf42425 100644 [2021-01-11T19:57:13.222Z] |--- a/snap/snapcraft.yaml [2021-01-11T19:57:13.222Z] |+++ b/snap/snapcraft.yaml [2021-01-11T19:57:13.222Z] -------------------------- [2021-01-11T19:57:13.222Z] patching file snap/snapcraft.yaml [2021-01-11T19:57:13.222Z] Using Plan A... [2021-01-11T19:57:13.222Z] Hunk #1 succeeded at 73. [2021-01-11T19:57:13.222Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-11T19:57:13.222Z] Hunk #3 succeeded at 214. [2021-01-11T19:57:13.222Z] Hunk #4 succeeded at 222. [2021-01-11T19:57:13.222Z] Hunk #5 succeeded at 229. [2021-01-11T19:57:13.222Z] Hunk #6 succeeded at 256. [2021-01-11T19:57:13.222Z] Hunk #7 succeeded at 290. [2021-01-11T19:57:13.222Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-11T19:57:13.222Z] Hmm... Ignoring the trailing garbage. [2021-01-11T19:57:13.222Z] done [2021-01-11T19:57:13.222Z] + sudo snapcraft prime --use-lxd [2021-01-11T19:57:14.167Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-11T19:57:14.167Z] 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-11T19:57:14.167Z] - README.md [2021-01-11T19:57:14.167Z] - snapcraft.yaml.orig [2021-01-11T19:57:14.167Z] [2021-01-11T19:57:14.167Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-11T19:57:14.740Z] Launching a container. [2021-01-11T19:57:26.984Z] Waiting for container to be ready [2021-01-11T19:57:26.984Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-11T19:57:26.984Z] [2021-01-11T19:57:29.536Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-11T19:57:29.796Z] Waiting for network to be ready... [2021-01-11T19:57:30.368Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-11T19:57:30.368Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-11T19:57:30.629Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-11T19:57:30.891Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-11T19:57:30.891Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-11T19:57:31.152Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-11T19:57:31.152Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-11T19:57:31.152Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-11T19:57:31.152Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-11T19:57:31.152Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-11T19:57:31.152Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-11T19:57:31.152Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-11T19:57:31.152Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-11T19:57:31.152Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-11T19:57:31.152Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-11T19:57:31.152Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-11T19:57:31.152Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-11T19:57:31.413Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-11T19:57:31.673Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-11T19:57:31.935Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-11T19:57:31.935Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-11T19:57:31.935Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-11T19:57:31.935Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-11T19:57:31.935Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-11T19:57:31.935Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-11T19:57:31.935Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-11T19:57:31.935Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-11T19:57:34.480Z] Fetched 23.7 MB in 4s (5483 kB/s) [2021-01-11T19:57:35.423Z] Reading package lists... [2021-01-11T19:57:35.423Z] Reading package lists... [2021-01-11T19:57:35.685Z] Building dependency tree... [2021-01-11T19:57:35.685Z] Reading state information... [2021-01-11T19:57:35.685Z] The following additional packages will be installed: [2021-01-11T19:57:35.685Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-11T19:57:35.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-11T19:57:35.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-11T19:57:35.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-11T19:57:35.685Z] Suggested packages: [2021-01-11T19:57:35.685Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-11T19:57:35.685Z] Recommended packages: [2021-01-11T19:57:35.685Z] gnupg libsasl2-modules [2021-01-11T19:57:35.685Z] The following NEW packages will be installed: [2021-01-11T19:57:35.685Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-11T19:57:35.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-11T19:57:35.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-11T19:57:35.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-11T19:57:35.685Z] The following packages will be upgraded: [2021-01-11T19:57:35.685Z] gpg gpg-agent gpgconf libudev1 [2021-01-11T19:57:35.685Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-11T19:57:35.685Z] Need to get 3532 kB of archives. [2021-01-11T19:57:35.685Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-11T19:57:35.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-11T19:57:35.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-11T19:57:35.946Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-11T19:57:35.946Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-11T19:57:35.947Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-11T19:57:35.947Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-11T19:57:35.947Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-11T19:57:36.208Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-11T19:57:36.469Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-11T19:57:36.470Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-11T19:57:36.470Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-11T19:57:36.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-11T19:57:36.470Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-11T19:57:36.470Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-11T19:57:36.470Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-11T19:57:36.470Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-11T19:57:36.732Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-11T19:57:36.732Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-11T19:57:36.732Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-11T19:57:36.732Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-11T19:57:36.732Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-11T19:57:36.732Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-11T19:57:36.732Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T19:57:36.732Z] Fetched 3532 kB in 1s (3501 kB/s) [2021-01-11T19:57:36.993Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-11T19:57:36.993Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-11T19:57:36.993Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T19:57:36.993Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-11T19:57:36.993Z] Selecting previously unselected package udev. [2021-01-11T19:57:36.993Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-11T19:57:37.255Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-11T19:57:37.255Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-11T19:57:37.516Z] Selecting previously unselected package libfuse2:amd64. [2021-01-11T19:57:37.516Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-11T19:57:37.516Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-11T19:57:37.516Z] Selecting previously unselected package fuse. [2021-01-11T19:57:37.516Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-11T19:57:37.516Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-11T19:57:37.516Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T19:57:37.516Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T19:57:37.778Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T19:57:37.778Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T19:57:37.778Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T19:57:37.778Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T19:57:38.039Z] Selecting previously unselected package libksba8:amd64. [2021-01-11T19:57:38.039Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-11T19:57:38.039Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-11T19:57:38.039Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-11T19:57:38.039Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.039Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.302Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-11T19:57:38.302Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.302Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.302Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-11T19:57:38.302Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.302Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.564Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-11T19:57:38.564Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.564Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.564Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-11T19:57:38.564Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.564Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.564Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-11T19:57:38.564Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.564Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.842Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-11T19:57:38.842Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.842Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.842Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-11T19:57:38.842Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.842Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:38.842Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-11T19:57:38.842Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T19:57:38.842Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:39.107Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-11T19:57:39.107Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-11T19:57:39.107Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T19:57:39.107Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-11T19:57:39.107Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-11T19:57:39.107Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T19:57:39.107Z] Selecting previously unselected package libldap-common. [2021-01-11T19:57:39.107Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-11T19:57:39.107Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T19:57:39.368Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-11T19:57:39.368Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-11T19:57:39.368Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T19:57:39.368Z] Selecting previously unselected package dirmngr. [2021-01-11T19:57:39.368Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T19:57:39.368Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-11T19:57:39.631Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T19:57:39.631Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-11T19:57:39.631Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-11T19:57:39.631Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T19:57:39.631Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T19:57:39.631Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-11T19:57:39.631Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:39.896Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-11T19:57:39.896Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T19:57:39.896Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-11T19:57:40.157Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-11T19:57:40.419Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.419Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-11T19:57:40.419Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-11T19:57:40.419Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-11T19:57:40.419Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.680Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T19:57:40.681Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T19:57:40.681Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-11T19:57:40.943Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T19:57:41.203Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-11T19:57:41.203Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-11T19:57:41.203Z] This means they are not meant to be enabled using systemctl. [2021-01-11T19:57:41.203Z] Possible reasons for having this kind of units are: [2021-01-11T19:57:41.203Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-11T19:57:41.203Z] .wants/ or .requires/ directory. [2021-01-11T19:57:41.203Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-11T19:57:41.203Z] a requirement dependency on it. [2021-01-11T19:57:41.203Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-11T19:57:41.203Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-11T19:57:41.203Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-11T19:57:41.203Z] instance name specified. [2021-01-11T19:57:41.464Z] Reading package lists... [2021-01-11T19:57:41.725Z] Building dependency tree... [2021-01-11T19:57:41.725Z] Reading state information... [2021-01-11T19:57:41.725Z] The following additional packages will be installed: [2021-01-11T19:57:41.725Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-11T19:57:41.725Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-11T19:57:41.725Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-11T19:57:41.725Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-11T19:57:41.725Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-11T19:57:41.725Z] Suggested packages: [2021-01-11T19:57:41.725Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-11T19:57:41.725Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-11T19:57:41.725Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-11T19:57:41.725Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-11T19:57:41.725Z] systemd-container policykit-1 [2021-01-11T19:57:41.725Z] Recommended packages: [2021-01-11T19:57:41.725Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-11T19:57:41.725Z] The following NEW packages will be installed: [2021-01-11T19:57:41.987Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-11T19:57:41.987Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-11T19:57:41.987Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-11T19:57:41.987Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-11T19:57:41.987Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-11T19:57:41.987Z] The following packages will be upgraded: [2021-01-11T19:57:41.987Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-11T19:57:41.987Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-11T19:57:41.987Z] Need to get 35.2 MB of archives. [2021-01-11T19:57:41.987Z] After this operation, 141 MB of additional disk space will be used. [2021-01-11T19:57:41.987Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-11T19:57:41.987Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-11T19:57:42.561Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-11T19:57:42.822Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-11T19:57:42.822Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-11T19:57:42.822Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-11T19:57:42.822Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-11T19:57:42.822Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-11T19:57:42.822Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-11T19:57:42.822Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-11T19:57:42.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-11T19:57:42.822Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-11T19:57:42.822Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-11T19:57:42.822Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-11T19:57:43.084Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-11T19:57:43.084Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-11T19:57:43.084Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-11T19:57:43.084Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-11T19:57:43.084Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-11T19:57:43.084Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-11T19:57:43.084Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-11T19:57:43.084Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-11T19:57:43.084Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-11T19:57:43.084Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-11T19:57:43.084Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-11T19:57:43.084Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-11T19:57:43.084Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-11T19:57:43.084Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-11T19:57:43.084Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-11T19:57:43.084Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-11T19:57:44.391Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:57:44.391Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:57:44.391Z] ---> d0042a6ce9d0 [2021-01-11T19:57:44.391Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T19:57:44.470Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T19:57:44.470Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-01-11T19:57:44.470Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T19:57:44.470Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-11T19:57:44.470Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T19:57:44.671Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:57:44.671Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:57:44.671Z] ---> d0042a6ce9d0 [2021-01-11T19:57:44.671Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T19:57:44.952Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:57:44.952Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:57:44.952Z] ---> d0042a6ce9d0 [2021-01-11T19:57:44.952Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T19:57:44.952Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:57:44.952Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:57:44.952Z] ---> d0042a6ce9d0 [2021-01-11T19:57:44.952Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T19:57:44.952Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T19:57:44.952Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T19:57:44.952Z] ---> d0042a6ce9d0 [2021-01-11T19:57:44.952Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T19:57:45.043Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-11T19:57:45.043Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T19:57:45.304Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-11T19:57:45.304Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T19:57:45.304Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-11T19:57:45.304Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-11T19:57:45.564Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-11T19:57:45.564Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T19:57:45.564Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-11T19:57:45.829Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-11T19:57:46.091Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-11T19:57:46.091Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-11T19:57:46.354Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-11T19:57:46.615Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-11T19:57:46.615Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-11T19:57:46.615Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-11T19:57:46.878Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-11T19:57:46.878Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T19:57:46.878Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:46.878Z] Selecting previously unselected package libexpat1:amd64. [2021-01-11T19:57:46.878Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-11T19:57:46.878Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-11T19:57:47.140Z] Selecting previously unselected package python3.6-minimal. [2021-01-11T19:57:47.140Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T19:57:47.140Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:47.402Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-11T19:57:47.662Z] Checking for services that may need to be restarted...done. [2021-01-11T19:57:47.662Z] Checking for services that may need to be restarted...done. [2021-01-11T19:57:47.662Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:47.662Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-11T19:57:47.662Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:48.238Z] Selecting previously unselected package python3-minimal. [2021-01-11T19:57:48.238Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-11T19:57:48.238Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-11T19:57:48.238Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-11T19:57:48.238Z] Selecting previously unselected package mime-support. [2021-01-11T19:57:48.238Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-11T19:57:48.238Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-11T19:57:48.330Z] ---> Running in 53c0ba7b2e41 [2021-01-11T19:57:48.330Z] ---> Running in c6a475da2d26 [2021-01-11T19:57:48.330Z] ---> Running in f7dcb7ae8b01 [2021-01-11T19:57:48.330Z] ---> Running in 268dd97dfaac [2021-01-11T19:57:48.330Z] ---> Running in 82683cf7065b [2021-01-11T19:57:48.499Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-11T19:57:48.499Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-11T19:57:48.499Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-11T19:57:48.499Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-11T19:57:48.499Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T19:57:48.499Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:48.763Z] Selecting previously unselected package python3.6. [2021-01-11T19:57:48.763Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T19:57:48.763Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:48.763Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-11T19:57:48.763Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-11T19:57:48.763Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-11T19:57:48.925Z] Removing intermediate container f7dcb7ae8b01 [2021-01-11T19:57:48.925Z] ---> 4819f1065e2e [2021-01-11T19:57:48.925Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:57:48.925Z] Removing intermediate container 82683cf7065b [2021-01-11T19:57:48.925Z] ---> eb5863095bf8 [2021-01-11T19:57:48.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:57:48.925Z] Removing intermediate container c6a475da2d26 [2021-01-11T19:57:48.925Z] ---> 9f722c528ad2 [2021-01-11T19:57:48.925Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:57:49.026Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-11T19:57:49.199Z] Removing intermediate container 53c0ba7b2e41 [2021-01-11T19:57:49.199Z] ---> c342173b7483 [2021-01-11T19:57:49.199Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:57:49.199Z] Removing intermediate container 268dd97dfaac [2021-01-11T19:57:49.199Z] ---> afe98824780f [2021-01-11T19:57:49.199Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T19:57:49.287Z] Selecting previously unselected package python3. [2021-01-11T19:57:49.287Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-11T19:57:49.287Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-11T19:57:49.287Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-11T19:57:49.287Z] Selecting previously unselected package multiarch-support. [2021-01-11T19:57:49.287Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T19:57:49.287Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-11T19:57:49.287Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-11T19:57:49.475Z] ---> Running in fd91f275ee65 [2021-01-11T19:57:49.475Z] ---> Running in b801a79ea849 [2021-01-11T19:57:49.475Z] ---> Running in 353cd50afeb6 [2021-01-11T19:57:49.475Z] ---> Running in 2f0a94409969 [2021-01-11T19:57:49.475Z] ---> Running in 89cb8a4dfe82 [2021-01-11T19:57:49.551Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-11T19:57:49.551Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-11T19:57:49.551Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-11T19:57:49.551Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-11T19:57:49.551Z] Selecting previously unselected package libbsd0:amd64. [2021-01-11T19:57:49.551Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-11T19:57:49.551Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-11T19:57:49.551Z] Selecting previously unselected package sudo. [2021-01-11T19:57:49.811Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-11T19:57:49.811Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-11T19:57:49.811Z] Selecting previously unselected package apparmor. [2021-01-11T19:57:49.811Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-11T19:57:49.811Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-11T19:57:50.073Z] Selecting previously unselected package libedit2:amd64. [2021-01-11T19:57:50.073Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-11T19:57:50.073Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-11T19:57:50.073Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-11T19:57:50.073Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T19:57:50.335Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:50.335Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-11T19:57:50.335Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T19:57:50.335Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:50.335Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-11T19:57:50.335Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-11T19:57:50.596Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-11T19:57:50.596Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-11T19:57:50.596Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T19:57:50.596Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:50.858Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-11T19:57:50.858Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T19:57:50.858Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:50.858Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-11T19:57:50.858Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-11T19:57:50.858Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-11T19:57:51.120Z] Selecting previously unselected package openssh-client. [2021-01-11T19:57:51.120Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-11T19:57:51.120Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-11T19:57:51.382Z] Selecting previously unselected package squashfs-tools. [2021-01-11T19:57:51.382Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-11T19:57:51.382Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-11T19:57:51.382Z] Selecting previously unselected package snapd. [2021-01-11T19:57:51.382Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-11T19:57:51.382Z] Unpacking snapd (2.48+18.04) ... [2021-01-11T19:57:52.854Z] Removing intermediate container fd91f275ee65 [2021-01-11T19:57:52.854Z] ---> 5c47de7a1e18 [2021-01-11T19:57:52.854Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T19:57:53.124Z] ---> Running in 59ae3cb54648 [2021-01-11T19:57:53.124Z] Removing intermediate container b801a79ea849 [2021-01-11T19:57:53.124Z] ---> b9ad1cb89a9c [2021-01-11T19:57:53.124Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T19:57:53.401Z] Removing intermediate container 89cb8a4dfe82 [2021-01-11T19:57:53.401Z] ---> 12b1dc1d8193 [2021-01-11T19:57:53.401Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T19:57:53.401Z] ---> Running in 9720741b827c [2021-01-11T19:57:53.674Z] Removing intermediate container 2f0a94409969 [2021-01-11T19:57:53.674Z] ---> d5469154f4ad [2021-01-11T19:57:53.674Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T19:57:53.674Z] ---> Running in 7c99e5481bf8 [2021-01-11T19:57:53.674Z] Removing intermediate container 353cd50afeb6 [2021-01-11T19:57:53.674Z] ---> 251f8ef08141 [2021-01-11T19:57:53.674Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T19:57:53.944Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-11T19:57:53.944Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-11T19:57:53.944Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-11T19:57:53.944Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-11T19:57:53.944Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-11T19:57:53.944Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:53.944Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T19:57:53.944Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-11T19:57:53.944Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-11T19:57:53.945Z] ---> Running in f14afbdf80c5 [2021-01-11T19:57:53.945Z] ---> Running in 662ec3fe2e73 [2021-01-11T19:57:54.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:54.889Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-11T19:57:54.889Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-11T19:57:54.889Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-11T19:57:54.889Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:54.889Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:54.889Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T19:57:55.462Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-11T19:57:55.462Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:55.462Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-11T19:57:55.462Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-11T19:57:55.462Z] running python rtupdate hooks for python3.6... [2021-01-11T19:57:55.462Z] running python post-rtupdate hooks for python3.6... [2021-01-11T19:57:55.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:55.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:55.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:55.723Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-11T19:57:55.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:55.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:56.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:56.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:56.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:56.688Z] OK: 217 MiB in 51 packages [2021-01-11T19:57:56.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T19:57:57.117Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-11T19:57:57.378Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T19:57:57.378Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-11T19:57:57.640Z] Setting up snapd (2.48+18.04) ... [2021-01-11T19:57:57.671Z] OK: 217 MiB in 51 packages [2021-01-11T19:57:57.671Z] OK: 217 MiB in 51 packages [2021-01-11T19:57:57.948Z] OK: 217 MiB in 51 packages [2021-01-11T19:57:57.948Z] OK: 217 MiB in 51 packages [2021-01-11T19:57:58.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-11T19:57:58.219Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-11T19:57:58.238Z] Removing intermediate container 59ae3cb54648 [2021-01-11T19:57:58.238Z] ---> 73fe20f33d0e [2021-01-11T19:57:58.238Z] Step 6/24 : COPY go.mod . [2021-01-11T19:57:58.480Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-11T19:57:58.480Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-11T19:57:58.742Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-11T19:57:58.742Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-11T19:57:59.004Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-11T19:57:59.004Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-11T19:57:59.239Z] Removing intermediate container 9720741b827c [2021-01-11T19:57:59.239Z] ---> e7e790afd637 [2021-01-11T19:57:59.239Z] Step 6/22 : COPY go.mod . [2021-01-11T19:57:59.265Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-11T19:57:59.514Z] ---> 3e6b051b7df5 [2021-01-11T19:57:59.514Z] Step 7/24 : RUN go mod download [2021-01-11T19:57:59.514Z] Removing intermediate container f14afbdf80c5 [2021-01-11T19:57:59.514Z] ---> 3f63fb09d287 [2021-01-11T19:57:59.514Z] Step 6/22 : COPY go.mod . [2021-01-11T19:57:59.531Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-11T19:57:59.531Z] /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-11T19:57:59.531Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T19:57:59.531Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-11T19:57:59.785Z] ---> Running in a773e9407045 [2021-01-11T19:58:00.061Z] Removing intermediate container 662ec3fe2e73 [2021-01-11T19:58:00.061Z] ---> 538b7ae6c217 [2021-01-11T19:58:00.061Z] Step 6/21 : COPY go.mod . [2021-01-11T19:58:00.061Z] Removing intermediate container 7c99e5481bf8 [2021-01-11T19:58:00.061Z] ---> 8394ed154142 [2021-01-11T19:58:00.061Z] Step 6/21 : COPY go.mod . [2021-01-11T19:58:00.336Z] ---> dedcc4499118 [2021-01-11T19:58:00.336Z] Step 7/22 : RUN go mod download [2021-01-11T19:58:00.476Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T19:58:00.621Z] ---> Running in a9e28c41d896 [2021-01-11T19:58:00.621Z] ---> 26e057ed11f4 [2021-01-11T19:58:00.621Z] Step 7/22 : RUN go mod download [2021-01-11T19:58:00.737Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T19:58:00.737Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T19:58:00.897Z] ---> Running in 493896d1d852 [2021-01-11T19:58:01.501Z] ---> 29a152627784 [2021-01-11T19:58:01.501Z] Step 7/21 : RUN go mod download [2021-01-11T19:58:01.501Z] ---> e5c228223f5c [2021-01-11T19:58:01.501Z] Step 7/21 : RUN go mod download [2021-01-11T19:58:01.790Z] ---> Running in 8ca6592dcb49 [2021-01-11T19:58:01.790Z] ---> Running in 6782bee3253f [2021-01-11T19:58:01.945Z] Reading package lists... [2021-01-11T19:58:01.945Z] Reading package lists... [2021-01-11T19:58:02.211Z] Building dependency tree... [2021-01-11T19:58:02.211Z] Reading state information... [2021-01-11T19:58:02.211Z] Calculating upgrade... [2021-01-11T19:58:02.472Z] The following packages will be upgraded: [2021-01-11T19:58:02.472Z] advancecomp base-files bash binutils binutils-common [2021-01-11T19:58:02.472Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-11T19:58:02.472Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-11T19:58:02.472Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-11T19:58:02.472Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-11T19:58:02.472Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-11T19:58:02.472Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-11T19:58:02.472Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-11T19:58:02.472Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-11T19:58:02.472Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-11T19:58:02.472Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-11T19:58:02.472Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-11T19:58:02.472Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-11T19:58:02.472Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-11T19:58:02.472Z] ubuntu-keyring util-linux [2021-01-11T19:58:02.734Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T19:58:02.734Z] Need to get 63.7 MB of archives. [2021-01-11T19:58:02.734Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-11T19:58:02.734Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-11T19:58:02.734Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-11T19:58:03.308Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-11T19:58:03.308Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-11T19:58:03.308Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-11T19:58:03.308Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-11T19:58:03.308Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-11T19:58:03.308Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-11T19:58:03.308Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-11T19:58:03.308Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-11T19:58:03.308Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-11T19:58:03.308Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-11T19:58:03.570Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-11T19:58:03.570Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-11T19:58:03.570Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-11T19:58:03.570Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-11T19:58:03.570Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-11T19:58:03.570Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-11T19:58:03.570Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-11T19:58:03.570Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-11T19:58:03.570Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-11T19:58:03.570Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-11T19:58:03.570Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-11T19:58:03.570Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-11T19:58:03.570Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-11T19:58:03.570Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-11T19:58:03.570Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-11T19:58:03.570Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-11T19:58:03.570Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-11T19:58:03.798Z] Removing intermediate container a773e9407045 [2021-01-11T19:58:03.798Z] ---> 22c8c82d97df [2021-01-11T19:58:03.798Z] Step 8/24 : COPY . . [2021-01-11T19:58:03.831Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-11T19:58:03.831Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-11T19:58:03.831Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-11T19:58:03.831Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-11T19:58:03.831Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-11T19:58:03.831Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-11T19:58:03.831Z] Get:36 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-11T19:58:03.831Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-11T19:58:03.831Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-11T19:58:03.831Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-11T19:58:03.831Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-11T19:58:03.831Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-11T19:58:03.831Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-11T19:58:03.831Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-11T19:58:03.831Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-11T19:58:03.831Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-11T19:58:03.831Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-11T19:58:03.831Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-11T19:58:03.831Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-11T19:58:03.831Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-11T19:58:03.831Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-11T19:58:03.831Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-11T19:58:03.831Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-11T19:58:03.831Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-11T19:58:03.831Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-11T19:58:03.831Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-11T19:58:04.092Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-11T19:58:04.093Z] Get:57 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-11T19:58:04.093Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-11T19:58:04.093Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-11T19:58:04.093Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-11T19:58:04.093Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-11T19:58:04.093Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-11T19:58:04.093Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-11T19:58:04.093Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-11T19:58:04.093Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-11T19:58:04.093Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-11T19:58:04.093Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-11T19:58:04.093Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-11T19:58:04.093Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-11T19:58:04.093Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-11T19:58:04.093Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-11T19:58:04.093Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-11T19:58:04.093Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-11T19:58:04.093Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-11T19:58:04.093Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-11T19:58:04.093Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-11T19:58:04.093Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-11T19:58:04.354Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-11T19:58:04.354Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-11T19:58:04.354Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-11T19:58:04.354Z] Get:81 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-11T19:58:04.354Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-11T19:58:04.354Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-11T19:58:04.354Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-11T19:58:04.355Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-11T19:58:04.355Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-11T19:58:04.355Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-11T19:58:04.355Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-11T19:58:04.928Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-11T19:58:05.190Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-11T19:58:05.244Z] Removing intermediate container a9e28c41d896 [2021-01-11T19:58:05.244Z] ---> 20c139a87631 [2021-01-11T19:58:05.244Z] Step 8/22 : COPY . . [2021-01-11T19:58:05.244Z] Removing intermediate container 493896d1d852 [2021-01-11T19:58:05.244Z] ---> 20503cc64230 [2021-01-11T19:58:05.244Z] Step 8/22 : COPY . . [2021-01-11T19:58:05.452Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-11T19:58:05.453Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-11T19:58:05.715Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-11T19:58:05.715Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-11T19:58:05.715Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-11T19:58:05.715Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-11T19:58:05.715Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-11T19:58:05.715Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T19:58:05.715Z] Fetched 63.7 MB in 3s (19.3 MB/s) [2021-01-11T19:58:05.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:05.976Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T19:58:05.976Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T19:58:06.548Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T19:58:06.548Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T19:58:06.548Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-11T19:58:06.810Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-11T19:58:07.386Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:07.386Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:07.647Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:07.647Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:07.869Z] Removing intermediate container 6782bee3253f [2021-01-11T19:58:07.869Z] ---> da8572b11fe9 [2021-01-11T19:58:07.869Z] Step 8/21 : COPY . . [2021-01-11T19:58:07.869Z] Removing intermediate container 8ca6592dcb49 [2021-01-11T19:58:07.869Z] ---> 5cc5d0dc1d4e [2021-01-11T19:58:07.869Z] Step 8/21 : COPY . . [2021-01-11T19:58:07.909Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:07.909Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:07.909Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:08.175Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:08.175Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:08.175Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:08.441Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:08.441Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:08.441Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:08.441Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:08.703Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:08.971Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T19:58:08.971Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:08.971Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-11T19:58:08.971Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:09.236Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T19:58:09.236Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:09.236Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:09.236Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:09.236Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:09.500Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:09.500Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T19:58:09.500Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:09.763Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T19:58:09.763Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T19:58:10.025Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T19:58:10.287Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-11T19:58:10.556Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T19:58:10.556Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-11T19:58:10.556Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-11T19:58:10.556Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-11T19:58:10.818Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-11T19:58:11.079Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-11T19:58:11.079Z] Installing new version of config file /etc/issue ... [2021-01-11T19:58:11.079Z] Installing new version of config file /etc/issue.net ... [2021-01-11T19:58:11.079Z] Installing new version of config file /etc/lsb-release ... [2021-01-11T19:58:11.079Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-11T19:58:11.341Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-11T19:58:11.341Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-11T19:58:11.341Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-11T19:58:11.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:11.603Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-11T19:58:11.603Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-11T19:58:11.866Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-11T19:58:11.866Z] 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-11T19:58:11.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:11.866Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:11.866Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:12.128Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:12.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:12.128Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-11T19:58:12.128Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-11T19:58:12.390Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-11T19:58:12.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:12.390Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-11T19:58:12.390Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T19:58:12.654Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-11T19:58:12.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:12.916Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T19:58:12.916Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T19:58:13.184Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T19:58:13.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:13.184Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T19:58:13.184Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T19:58:13.446Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-11T19:58:13.709Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:13.709Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-11T19:58:13.709Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-11T19:58:13.709Z] Setting up grep (3.1-2build1) ... [2021-01-11T19:58:13.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:13.971Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-11T19:58:13.971Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-11T19:58:13.971Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-11T19:58:14.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:14.231Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T19:58:14.231Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T19:58:14.231Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-11T19:58:14.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:14.492Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T19:58:14.492Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T19:58:15.063Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T19:58:15.063Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T19:58:15.063Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T19:58:15.063Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T19:58:15.637Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-11T19:58:15.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:15.899Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-11T19:58:15.899Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T19:58:16.844Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-11T19:58:16.844Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-11T19:58:17.127Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-11T19:58:17.127Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-11T19:58:17.389Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-11T19:58:17.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:17.389Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-11T19:58:17.389Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-11T19:58:17.651Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-11T19:58:17.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:17.651Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:17.913Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:17.913Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:17.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:17.913Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:18.177Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:18.177Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:18.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:18.177Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:18.439Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:18.439Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:18.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:18.707Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:18.707Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:18.707Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:18.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:18.970Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T19:58:19.232Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T19:58:19.232Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T19:58:19.232Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T19:58:19.232Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T19:58:19.494Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:19.494Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T19:58:19.494Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T19:58:19.756Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T19:58:19.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:19.756Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:19.756Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:20.017Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:20.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:20.017Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:20.017Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:20.279Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:20.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:20.279Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:20.279Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:20.860Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:21.123Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-11T19:58:21.385Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-11T19:58:21.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:21.385Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T19:58:21.385Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T19:58:21.647Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T19:58:21.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T19:58:21.909Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-11T19:58:21.909Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T19:58:21.909Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-11T19:58:22.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:22.220Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-11T19:58:22.220Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-11T19:58:22.220Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-11T19:58:22.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:22.482Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T19:58:22.482Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T19:58:22.482Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T19:58:22.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:22.743Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T19:58:22.743Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T19:58:23.004Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T19:58:23.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:23.004Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T19:58:23.266Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T19:58:23.266Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T19:58:23.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:23.539Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T19:58:23.539Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T19:58:23.539Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-11T19:58:23.539Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T19:58:23.802Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T19:58:23.802Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T19:58:23.802Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T19:58:23.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:23.802Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-11T19:58:24.065Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-11T19:58:24.065Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-11T19:58:24.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:24.065Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-11T19:58:24.328Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T19:58:24.328Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T19:58:24.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:24.589Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T19:58:24.589Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T19:58:24.589Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T19:58:24.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:24.851Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-11T19:58:24.851Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-11T19:58:24.851Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-11T19:58:25.111Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:25.111Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-11T19:58:25.111Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-11T19:58:25.372Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-11T19:58:25.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:25.633Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T19:58:25.633Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T19:58:25.895Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-11T19:58:25.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:25.895Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-11T19:58:25.895Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-11T19:58:26.170Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-11T19:58:26.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:26.171Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-11T19:58:26.171Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-11T19:58:26.171Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-11T19:58:26.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:26.433Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-11T19:58:26.433Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-11T19:58:26.433Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-11T19:58:26.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:26.695Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-11T19:58:26.695Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-11T19:58:26.695Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-11T19:58:26.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:26.957Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-11T19:58:26.957Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-11T19:58:26.957Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-11T19:58:26.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T19:58:26.957Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-11T19:58:27.219Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-11T19:58:27.219Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-11T19:58:27.219Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-11T19:58:27.219Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-11T19:58:27.480Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-11T19:58:27.480Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-11T19:58:27.480Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-11T19:58:27.743Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-11T19:58:27.743Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-11T19:58:28.004Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-11T19:58:28.004Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-11T19:58:28.004Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-11T19:58:28.004Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-11T19:58:28.266Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-11T19:58:28.266Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-11T19:58:28.266Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-11T19:58:28.266Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-11T19:58:28.527Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-11T19:58:28.527Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-11T19:58:28.790Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-11T19:58:28.790Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-11T19:58:28.790Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-11T19:58:28.790Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-11T19:58:29.052Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-11T19:58:29.052Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-11T19:58:29.313Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-11T19:58:29.313Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-11T19:58:30.702Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-11T19:58:30.702Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-11T19:58:30.702Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-11T19:58:30.702Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-11T19:58:30.702Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T19:58:30.702Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T19:58:30.965Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T19:58:31.226Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T19:58:31.226Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T19:58:31.487Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T19:58:31.487Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T19:58:31.487Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T19:58:31.747Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:31.747Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:31.747Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:31.747Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:32.008Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:32.008Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:32.377Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:32.377Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:33.457Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:33.457Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:34.085Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:34.085Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:34.698Z] ---> b1eb679e832a [2021-01-11T19:58:34.698Z] ---> c24416609880 [2021-01-11T19:58:34.698Z] Step 9/22 : RUN make cmd/core-command/core-commandStep 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T19:58:34.698Z] [2021-01-11T19:58:34.698Z] ---> 76560c578fb6 [2021-01-11T19:58:34.698Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T19:58:34.698Z] ---> 6fa5751aa7b8 [2021-01-11T19:58:34.698Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T19:58:34.698Z] ---> Running in 80f369c282b1 [2021-01-11T19:58:34.698Z] ---> Running in d42abe5da37c [2021-01-11T19:58:34.698Z] ---> Running in 08c743965379 [2021-01-11T19:58:34.698Z] ---> Running in f642dc0c5e39 [2021-01-11T19:58:34.698Z] ---> 8f54a2124699 [2021-01-11T19:58:34.698Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T19:58:34.698Z] ---> Running in 5e3183cf8503 [2021-01-11T19:58:34.698Z] 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-11T19:58:34.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-11T19:58:34.698Z] 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-11T19:58:34.698Z] 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-11T19:58:34.698Z] 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-11T19:58:34.729Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:34.991Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:35.257Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:35.257Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:36.200Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T19:58:36.200Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T19:58:36.461Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T19:58:36.461Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T19:58:36.461Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-11T19:58:36.461Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T19:58:36.722Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-11T19:58:36.722Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T19:58:36.993Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-11T19:58:36.993Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-11T19:58:36.993Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T19:58:36.993Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T19:58:36.993Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T19:58:36.993Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T19:58:37.255Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-11T19:58:37.255Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-11T19:58:37.516Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:37.516Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T19:58:37.516Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:37.516Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:37.516Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:37.516Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-11T19:58:37.516Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-11T19:58:37.516Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-11T19:58:37.778Z] [2021-01-11T19:58:37.778Z] Current default time zone: 'Etc/UTC' [2021-01-11T19:58:37.778Z] Local time is now: Mon Jan 11 19:58:37 UTC 2021. [2021-01-11T19:58:37.778Z] Universal Time is now: Mon Jan 11 19:58:37 UTC 2021. [2021-01-11T19:58:37.778Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-11T19:58:37.778Z] [2021-01-11T19:58:37.778Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-11T19:58:37.778Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:37.778Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-11T19:58:37.778Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-11T19:58:37.778Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-11T19:58:38.040Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-11T19:58:38.040Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-11T19:58:38.040Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-11T19:58:38.040Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-11T19:58:38.040Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-11T19:58:38.040Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:38.040Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-11T19:58:38.303Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:38.303Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-11T19:58:38.565Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:38.565Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-11T19:58:38.565Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-11T19:58:38.565Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-11T19:58:38.565Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-11T19:58:38.565Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-11T19:58:38.565Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-11T19:58:38.565Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-11T19:58:38.828Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-11T19:58:40.750Z] Updating certificates in /etc/ssl/certs... [2021-01-11T19:58:41.696Z] 22 added, 17 removed; done. [2021-01-11T19:58:41.696Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-11T19:58:41.696Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T19:58:41.696Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-11T19:58:41.696Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-11T19:58:41.696Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-11T19:58:41.966Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-11T19:58:41.966Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:41.966Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-11T19:58:42.232Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-11T19:58:42.232Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-11T19:58:42.232Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-11T19:58:42.232Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-11T19:58:42.232Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:42.232Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T19:58:42.232Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-11T19:58:42.494Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-11T19:58:42.494Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-11T19:58:42.494Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T19:58:42.494Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-11T19:58:42.757Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-11T19:58:42.757Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-11T19:58:42.757Z] Updating certificates in /etc/ssl/certs... [2021-01-11T19:58:43.330Z] 0 added, 0 removed; done. [2021-01-11T19:58:43.331Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-11T19:58:43.331Z] done. [2021-01-11T19:58:43.853Z] Reading package lists... [2021-01-11T19:58:43.853Z] Building dependency tree... [2021-01-11T19:58:43.853Z] Reading state information... [2021-01-11T19:58:44.114Z] The following NEW packages will be installed: [2021-01-11T19:58:44.114Z] apt-transport-https [2021-01-11T19:58:44.114Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T19:58:44.114Z] Need to get 1696 B of archives. [2021-01-11T19:58:44.114Z] After this operation, 153 kB of additional disk space will be used. [2021-01-11T19:58:44.114Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-11T19:58:44.114Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T19:58:44.375Z] Fetched 1696 B in 0s (21.2 kB/s) [2021-01-11T19:58:44.375Z] Selecting previously unselected package apt-transport-https. [2021-01-11T19:58:44.375Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-11T19:58:44.375Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-11T19:58:44.375Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-11T19:58:44.375Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-11T19:58:44.637Z] Waiting for network to be ready... [2021-01-11T19:58:51.239Z] 2021-01-11T19:58:49Z INFO Waiting for automatic snapd restart... [2021-01-11T19:58:56.535Z] snapd 2.48.2 from Canonical* installed [2021-01-11T19:58:57.107Z] "snapd" switched to the "latest/stable" channel [2021-01-11T19:58:57.107Z] [2021-01-11T19:58:59.656Z] core18 20201210 from Canonical* installed [2021-01-11T19:58:59.918Z] "core18" switched to the "latest/stable" channel [2021-01-11T19:58:59.918Z] [2021-01-11T19:59:03.230Z] snapcraft 4.4.4 from Canonical* installed [2021-01-11T19:59:03.230Z] "snapcraft" switched to the "latest/stable" channel [2021-01-11T19:59:03.230Z] [2021-01-11T19:59:07.443Z] 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-11T19:59:07.443Z] - README.md [2021-01-11T19:59:07.443Z] - snapcraft.yaml.orig [2021-01-11T19:59:07.443Z] [2021-01-11T19:59:07.443Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-11T19:59:14.032Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T19:59:14.032Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T19:59:14.032Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T19:59:14.032Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T19:59:14.606Z] Reading package lists... [2021-01-11T19:59:15.178Z] 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-11T19:59:21.772Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T19:59:21.772Z] Reading package lists... [2021-01-11T19:59:21.772Z] Building dependency tree... [2021-01-11T19:59:21.772Z] Reading state information... [2021-01-11T19:59:21.772Z] Suggested packages: [2021-01-11T19:59:21.772Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-11T19:59:21.772Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-11T19:59:21.772Z] Recommended packages: [2021-01-11T19:59:21.772Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-11T19:59:21.772Z] The following NEW packages will be installed: [2021-01-11T19:59:21.772Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-11T19:59:21.772Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-11T19:59:21.772Z] pkg-config zip [2021-01-11T19:59:21.772Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T19:59:21.772Z] Need to get 7655 kB of archives. [2021-01-11T19:59:21.772Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-11T19:59:21.772Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-11T19:59:21.772Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-11T19:59:21.772Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-11T19:59:21.772Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-11T19:59:21.772Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-11T19:59:21.772Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-11T19:59:21.772Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-11T19:59:21.772Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-11T19:59:22.033Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-11T19:59:22.033Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-11T19:59:22.033Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-11T19:59:22.033Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-11T19:59:22.293Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-11T19:59:22.293Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-11T19:59:22.293Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-11T19:59:22.293Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T19:59:22.293Z] Fetched 7655 kB in 1s (10.1 MB/s) [2021-01-11T19:59:22.554Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-11T19:59:22.554Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-11T19:59:22.554Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-11T19:59:22.554Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-11T19:59:22.554Z] Selecting previously unselected package libpsl5:amd64. [2021-01-11T19:59:22.554Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-11T19:59:22.554Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-11T19:59:22.818Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-11T19:59:22.818Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-11T19:59:22.818Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-11T19:59:22.818Z] Selecting previously unselected package librtmp1:amd64. [2021-01-11T19:59:22.818Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-11T19:59:22.818Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-11T19:59:22.818Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-11T19:59:22.818Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-11T19:59:22.818Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-11T19:59:23.080Z] Selecting previously unselected package liberror-perl. [2021-01-11T19:59:23.080Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-11T19:59:23.080Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-11T19:59:23.080Z] Selecting previously unselected package git-man. [2021-01-11T19:59:23.080Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-11T19:59:23.080Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-11T19:59:23.340Z] Selecting previously unselected package git. [2021-01-11T19:59:23.340Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-11T19:59:23.340Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-11T19:59:23.912Z] Selecting previously unselected package libnorm1:amd64. [2021-01-11T19:59:24.176Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-11T19:59:24.176Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-11T19:59:24.176Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-11T19:59:24.176Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-11T19:59:24.176Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-11T19:59:24.176Z] Selecting previously unselected package libsodium23:amd64. [2021-01-11T19:59:24.176Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-11T19:59:24.438Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-11T19:59:24.438Z] Selecting previously unselected package libzmq5:amd64. [2021-01-11T19:59:24.438Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-11T19:59:24.438Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T19:59:24.438Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-11T19:59:24.438Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-11T19:59:24.438Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T19:59:24.701Z] Selecting previously unselected package pkg-config. [2021-01-11T19:59:24.701Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-11T19:59:24.701Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-11T19:59:24.701Z] Selecting previously unselected package zip. [2021-01-11T19:59:24.701Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-11T19:59:24.701Z] Unpacking zip (3.0-11build1) ... [2021-01-11T19:59:24.963Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-11T19:59:24.963Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-11T19:59:24.963Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-11T19:59:24.963Z] Setting up liberror-perl (0.17025-1) ... [2021-01-11T19:59:25.225Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-11T19:59:25.225Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-11T19:59:25.225Z] No schema files found: doing nothing. [2021-01-11T19:59:25.225Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-11T19:59:25.225Z] Setting up zip (3.0-11build1) ... [2021-01-11T19:59:25.225Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-11T19:59:25.225Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-11T19:59:25.225Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-11T19:59:25.487Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T19:59:25.487Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-11T19:59:25.487Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T19:59:25.487Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-11T19:59:25.487Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T19:59:32.094Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T19:59:32.356Z] git set to automatically installed. [2021-01-11T19:59:32.356Z] git-man set to automatically installed. [2021-01-11T19:59:32.356Z] libcurl3-gnutls set to automatically installed. [2021-01-11T19:59:32.356Z] liberror-perl set to automatically installed. [2021-01-11T19:59:32.356Z] libglib2.0-0 set to automatically installed. [2021-01-11T19:59:32.356Z] libnghttp2-14 set to automatically installed. [2021-01-11T19:59:32.356Z] libnorm1 set to automatically installed. [2021-01-11T19:59:32.357Z] libpgm-5.2-0 set to automatically installed. [2021-01-11T19:59:32.357Z] libpsl5 set to automatically installed. [2021-01-11T19:59:32.357Z] librtmp1 set to automatically installed. [2021-01-11T19:59:32.357Z] libsodium23 set to automatically installed. [2021-01-11T19:59:32.357Z] libzmq3-dev set to automatically installed. [2021-01-11T19:59:32.357Z] libzmq5 set to automatically installed. [2021-01-11T19:59:32.357Z] pkg-config set to automatically installed. [2021-01-11T19:59:32.357Z] zip set to automatically installed. [2021-01-11T19:59:34.270Z] snapd is not logged in, snap install commands will use sudo [2021-01-11T19:59:40.861Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T19:59:40.861Z] snap "core18" has no updates available [2021-01-11T19:59:41.449Z] Pulling config-common [2021-01-11T19:59:42.407Z] Pulling go-build-helper [2021-01-11T19:59:56.591Z] 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-11T20:00:02.084Z] Removing intermediate container 80f369c282b1 [2021-01-11T20:00:02.084Z] ---> 0bbe19afba12 [2021-01-11T20:00:02.084Z] [2021-01-11T20:00:02.084Z] Step 10/22 : FROM alpine:3.12 [2021-01-11T20:00:02.084Z] 3.12: Pulling from library/alpine [2021-01-11T20:00:04.115Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T20:00:04.115Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T20:00:04.115Z] ---> afeebe901d6b [2021-01-11T20:00:04.115Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T20:00:06.136Z] ---> Running in d5f2b320e983 [2021-01-11T20:00:06.136Z] Removing intermediate container d42abe5da37c [2021-01-11T20:00:06.136Z] ---> b815935c5da5 [2021-01-11T20:00:06.136Z] [2021-01-11T20:00:06.136Z] Step 10/22 : FROM scratch [2021-01-11T20:00:06.136Z] ---> [2021-01-11T20:00:06.136Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T20:00:06.749Z] ---> Running in 6c5d27602605 [2021-01-11T20:00:06.749Z] Removing intermediate container 08c743965379 [2021-01-11T20:00:06.749Z] ---> ae1a8257aa5f [2021-01-11T20:00:06.749Z] [2021-01-11T20:00:06.749Z] Step 10/24 : FROM scratch [2021-01-11T20:00:06.749Z] ---> [2021-01-11T20:00:06.749Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T20:00:06.749Z] Removing intermediate container 5e3183cf8503 [2021-01-11T20:00:06.749Z] ---> 8373f4b45d5a [2021-01-11T20:00:06.749Z] [2021-01-11T20:00:06.749Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T20:00:06.749Z] ---> afeebe901d6b [2021-01-11T20:00:06.749Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T20:00:06.749Z] Removing intermediate container f642dc0c5e39 [2021-01-11T20:00:06.749Z] ---> eb0ef60c2b82 [2021-01-11T20:00:06.749Z] [2021-01-11T20:00:06.749Z] Step 10/21 : FROM scratch [2021-01-11T20:00:06.749Z] ---> [2021-01-11T20:00:06.749Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T20:00:07.025Z] ---> Running in 39584accd3b8 [2021-01-11T20:00:07.025Z] ---> Running in bcfe51d9b353 [2021-01-11T20:00:07.025Z] ---> Running in 364d71108848 [2021-01-11T20:00:07.315Z] Removing intermediate container 6c5d27602605 [2021-01-11T20:00:07.315Z] ---> 9041378d9554 [2021-01-11T20:00:07.315Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T20:00:07.594Z] ---> Running in e9c6bba87f07 [2021-01-11T20:00:07.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:00:07.868Z] Removing intermediate container bcfe51d9b353 [2021-01-11T20:00:07.868Z] ---> 9b92acfb1115 [2021-01-11T20:00:07.868Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T20:00:07.868Z] Removing intermediate container 364d71108848 [2021-01-11T20:00:07.868Z] ---> 478011171166 [2021-01-11T20:00:07.868Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T20:00:07.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:00:07.868Z] ---> Running in 19e960d084c6 [2021-01-11T20:00:07.868Z] ---> Running in 52ab62ec13e1 [2021-01-11T20:00:08.141Z] Removing intermediate container e9c6bba87f07 [2021-01-11T20:00:08.141Z] ---> 99b91e7e369c [2021-01-11T20:00:08.141Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T20:00:08.415Z] ---> Running in ec83b55d656b [2021-01-11T20:00:08.415Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T20:00:08.688Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T20:00:08.688Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T20:00:08.688Z] Removing intermediate container 19e960d084c6 [2021-01-11T20:00:08.688Z] ---> 5746a9dd37b4 [2021-01-11T20:00:08.688Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T20:00:08.688Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T20:00:08.688Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T20:00:08.688Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:00:08.688Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T20:00:08.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:00:08.688Z] Removing intermediate container 52ab62ec13e1 [2021-01-11T20:00:08.688Z] ---> 2b0c5ccf6994 [2021-01-11T20:00:08.688Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T20:00:08.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:00:08.966Z] OK: 7 MiB in 19 packages [2021-01-11T20:00:08.966Z] ---> Running in 98b60432605f [2021-01-11T20:00:08.966Z] ---> Running in 66ff17c8070c [2021-01-11T20:00:08.966Z] Removing intermediate container ec83b55d656b [2021-01-11T20:00:08.966Z] ---> 0735c33e85cc [2021-01-11T20:00:08.966Z] Step 14/22 : WORKDIR / [2021-01-11T20:00:09.253Z] ---> Running in 551fc0ab058f [2021-01-11T20:00:09.515Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-11T20:00:09.515Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-11T20:00:09.515Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-11T20:00:09.515Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-11T20:00:09.515Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-11T20:00:09.515Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-11T20:00:09.515Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-11T20:00:09.515Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-11T20:00:09.515Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-11T20:00:09.515Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-11T20:00:09.515Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-11T20:00:09.515Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-11T20:00:09.515Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-11T20:00:09.515Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-11T20:00:09.515Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-11T20:00:09.515Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-11T20:00:09.515Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-11T20:00:09.515Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-11T20:00:09.515Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-11T20:00:09.515Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-11T20:00:09.515Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-11T20:00:09.515Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-11T20:00:09.515Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-11T20:00:09.515Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-11T20:00:09.515Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-11T20:00:09.515Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-11T20:00:09.515Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-11T20:00:09.515Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-11T20:00:09.515Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-11T20:00:09.515Z] Fetched 279 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-11T20:00:09.515Z] Fetched 122 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-11T20:00:09.515Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-11T20:00:09.515Z] Fetched 8848 B in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-11T20:00:09.515Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-11T20:00:09.515Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-11T20:00:09.515Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-11T20:00:09.515Z] Fetched 214 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-11T20:00:09.515Z] Fetched 155 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-11T20:00:09.515Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-11T20:00:09.515Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-11T20:00:09.515Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-11T20:00:09.515Z] Fetched 499 kB in 0s (0 B/s) [2021-01-11T20:00:09.515Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-11T20:00:09.515Z] Fetched 111 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-11T20:00:09.516Z] Fetched 240 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-11T20:00:09.516Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-11T20:00:09.516Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-11T20:00:09.516Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-11T20:00:09.516Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-11T20:00:09.516Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-11T20:00:09.516Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-11T20:00:09.516Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-11T20:00:09.516Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-11T20:00:09.516Z] Fetched 8720 B in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-11T20:00:09.516Z] Fetched 137 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-11T20:00:09.516Z] Fetched 119 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-11T20:00:09.516Z] Fetched 109 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-11T20:00:09.516Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-11T20:00:09.516Z] Fetched 645 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-11T20:00:09.516Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-11T20:00:09.516Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-11T20:00:09.516Z] Fetched 368 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-11T20:00:09.516Z] Fetched 187 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-11T20:00:09.516Z] Fetched 175 kB in 0s (0 B/s) [2021-01-11T20:00:09.516Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-11T20:00:09.659Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T20:00:09.659Z] Removing intermediate container 98b60432605f [2021-01-11T20:00:09.659Z] ---> 150c58253a1e [2021-01-11T20:00:09.659Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T20:00:09.659Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T20:00:09.659Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T20:00:09.659Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T20:00:09.659Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:00:09.659Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T20:00:09.980Z] Removing intermediate container 66ff17c8070c [2021-01-11T20:00:09.980Z] ---> c485378ba779 [2021-01-11T20:00:09.981Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:00:09.981Z] OK: 7 MiB in 18 packages [2021-01-11T20:00:10.396Z] Removing intermediate container 551fc0ab058f [2021-01-11T20:00:10.396Z] ---> 12bf7fd5b500 [2021-01-11T20:00:10.396Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:00:11.048Z] ---> e821f65065fe [2021-01-11T20:00:11.048Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T20:00:12.092Z] ---> 26f3174ee04e [2021-01-11T20:00:12.092Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T20:00:12.092Z] Removing intermediate container d5f2b320e983 [2021-01-11T20:00:12.092Z] ---> 7ef882539845 [2021-01-11T20:00:12.092Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T20:00:12.092Z] ---> 97c162b52a25 [2021-01-11T20:00:12.092Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T20:00:12.373Z] Removing intermediate container 39584accd3b8 [2021-01-11T20:00:12.373Z] ---> 187ec39d42f0 [2021-01-11T20:00:12.373Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T20:00:12.373Z] ---> Running in 605f8fbb3378 [2021-01-11T20:00:12.661Z] ---> Running in 01d2e9f83697 [2021-01-11T20:00:12.935Z] ---> 4290e84c9867 [2021-01-11T20:00:12.935Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T20:00:13.210Z] Removing intermediate container 605f8fbb3378 [2021-01-11T20:00:13.210Z] ---> dd0ac47a178c [2021-01-11T20:00:13.210Z] Step 13/22 : WORKDIR / [2021-01-11T20:00:13.210Z] Removing intermediate container 01d2e9f83697 [2021-01-11T20:00:13.210Z] ---> f394b0259c3a [2021-01-11T20:00:13.210Z] Step 13/21 : WORKDIR /edgex [2021-01-11T20:00:13.483Z] ---> Running in ba22944fb19c [2021-01-11T20:00:13.737Z] Fetched 206 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-11T20:00:13.737Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-11T20:00:13.737Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-11T20:00:13.737Z] Fetched 159 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-11T20:00:13.737Z] Fetched 107 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-11T20:00:13.737Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-11T20:00:13.737Z] Pulling static-packages [2021-01-11T20:00:13.756Z] ---> Running in e96ce66f43e4 [2021-01-11T20:00:13.756Z] ---> 9c6cac28a061 [2021-01-11T20:00:13.756Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T20:00:14.037Z] ---> 7e938ad35ea7 [2021-01-11T20:00:14.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T20:00:14.309Z] Removing intermediate container ba22944fb19c [2021-01-11T20:00:14.309Z] ---> a22e527064f2 [2021-01-11T20:00:14.309Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:00:14.314Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-11T20:00:14.315Z] Skipping pull go-build-helper (already ran) [2021-01-11T20:00:14.315Z] Skipping pull static-packages (already ran) [2021-01-11T20:00:14.315Z] Building go-build-helper [2021-01-11T20:00:14.583Z] Removing intermediate container e96ce66f43e4 [2021-01-11T20:00:14.583Z] ---> ebc14afd79a4 [2021-01-11T20:00:14.583Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T20:00:14.583Z] ---> bc83827c9efa [2021-01-11T20:00:14.583Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:00:14.856Z] ---> 01c9b430ebf6 [2021-01-11T20:00:14.856Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T20:00:14.856Z] ---> 3fb5aa5b781e [2021-01-11T20:00:14.856Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T20:00:15.131Z] ---> Running in ac027d26c825 [2021-01-11T20:00:15.131Z] ---> Running in 6a32c2b80636 [2021-01-11T20:00:15.131Z] ---> 48ac39f8fcdc [2021-01-11T20:00:15.131Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T20:00:15.730Z] ---> c86019467168 [2021-01-11T20:00:15.730Z] ---> 13b8912ae103 [2021-01-11T20:00:15.730Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T20:00:15.730Z] [2021-01-11T20:00:16.007Z] Removing intermediate container ac027d26c825 [2021-01-11T20:00:16.007Z] ---> 4264e8210876 [2021-01-11T20:00:16.007Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:00:16.007Z] Removing intermediate container 6a32c2b80636 [2021-01-11T20:00:16.007Z] ---> 8aaf3b74c27c [2021-01-11T20:00:16.007Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:00:16.281Z] ---> Running in a9b66187778a [2021-01-11T20:00:16.551Z] ---> Running in 9d5766e160a1 [2021-01-11T20:00:17.144Z] ---> 1539d81ce8dc [2021-01-11T20:00:17.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T20:00:17.144Z] Removing intermediate container a9b66187778a [2021-01-11T20:00:17.144Z] ---> c0f0f49aae27 [2021-01-11T20:00:17.144Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T20:00:17.415Z] Removing intermediate container 9d5766e160a1 [2021-01-11T20:00:17.415Z] ---> 8cab64784308 [2021-01-11T20:00:17.415Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T20:00:17.415Z] ---> ea7397600cc0 [2021-01-11T20:00:17.415Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T20:00:17.415Z] ---> 410bd42ebb65 [2021-01-11T20:00:17.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T20:00:17.415Z] ---> Running in a21ba7b22757 [2021-01-11T20:00:17.689Z] ---> Running in a7f63fd876e3 [2021-01-11T20:00:17.962Z] ---> aa3ee59586e5 [2021-01-11T20:00:17.962Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T20:00:18.235Z] Removing intermediate container a21ba7b22757 [2021-01-11T20:00:18.235Z] ---> 492de4b9385d [2021-01-11T20:00:18.235Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:00:18.235Z] Removing intermediate container a7f63fd876e3 [2021-01-11T20:00:18.235Z] ---> 12237f4cdddb [2021-01-11T20:00:18.235Z] Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:00:18.511Z] ---> 78937677ba0b [2021-01-11T20:00:18.511Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T20:00:18.511Z] ---> Running in e248838e634e [2021-01-11T20:00:18.511Z] ---> Running in fb423e4041bd [2021-01-11T20:00:18.549Z] Building static-packages [2021-01-11T20:00:18.789Z] ---> Running in ea7f8553fa74 [2021-01-11T20:00:19.073Z] ---> a848ba730768 [2021-01-11T20:00:19.073Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T20:00:19.073Z] ---> 2537f383a282 [2021-01-11T20:00:19.073Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T20:00:19.073Z] ---> Running in cf899565da6b [2021-01-11T20:00:19.073Z] ---> Running in b6b8cc81cf85 [2021-01-11T20:00:19.345Z] Removing intermediate container fb423e4041bd [2021-01-11T20:00:19.345Z] ---> 3649f0a59c94 [2021-01-11T20:00:19.345Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T20:00:19.345Z] Removing intermediate container e248838e634e [2021-01-11T20:00:19.345Z] ---> e4d0003af8e0 [2021-01-11T20:00:19.345Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T20:00:19.620Z] Removing intermediate container ea7f8553fa74 [2021-01-11T20:00:19.620Z] ---> 29ed08e10eb8 [2021-01-11T20:00:19.620Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:00:19.620Z] ---> Running in 90b2c5e0e77b [2021-01-11T20:00:19.620Z] ---> Running in 7aa00c992584 [2021-01-11T20:00:19.899Z] ---> Running in a76e69fd4c42 [2021-01-11T20:00:19.899Z] Removing intermediate container b6b8cc81cf85 [2021-01-11T20:00:19.899Z] ---> ccb0b1695d57 [2021-01-11T20:00:19.899Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T20:00:20.188Z] ---> Running in 2f5656e7d9c1 [2021-01-11T20:00:20.473Z] Staging go-build-helper [2021-01-11T20:00:20.477Z] Removing intermediate container 90b2c5e0e77b [2021-01-11T20:00:20.477Z] ---> 360e7eb0fc57 [2021-01-11T20:00:20.477Z] [2021-01-11T20:00:20.477Z] Removing intermediate container 7aa00c992584 [2021-01-11T20:00:20.477Z] ---> a2f3a023d746 [2021-01-11T20:00:20.477Z] [2021-01-11T20:00:20.768Z] Removing intermediate container 2f5656e7d9c1 [2021-01-11T20:00:20.768Z] ---> 6276ce11fa01 [2021-01-11T20:00:20.768Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T20:00:20.768Z] Removing intermediate container a76e69fd4c42 [2021-01-11T20:00:20.768Z] ---> 5fa6beda55a7 [2021-01-11T20:00:20.768Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T20:00:20.768Z] Successfully built 360e7eb0fc57 [2021-01-11T20:00:20.768Z] Successfully built a2f3a023d746 [2021-01-11T20:00:21.056Z] Staging static-packages [2021-01-11T20:00:21.064Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-11T20:00:21.065Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-11T20:00:21.065Z] Building docker-sys-mgmt-agent-go [2021-01-11T20:00:21.065Z] Building docker-security-secretstore-setup-go [2021-01-11T20:00:21.065Z]  Building docker-support-scheduler-go ... done  Building docker-core-command-go ... done  ---> Running in 889e05ce142b [2021-01-11T20:00:21.065Z] ---> Running in 5439d9eaa43b [2021-01-11T20:00:21.669Z] Removing intermediate container 5439d9eaa43b [2021-01-11T20:00:21.669Z] Removing intermediate container 889e05ce142b [2021-01-11T20:00:21.669Z] ---> 800a3c17b9fd [2021-01-11T20:00:21.669Z] Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:00:21.669Z] ---> 8534b05f9cf6 [2021-01-11T20:00:21.669Z] Step 20/21 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:00:21.957Z] ---> Running in 5c13124d815e [2021-01-11T20:00:21.957Z] ---> Running in c1b8fb7029e3 [2021-01-11T20:00:21.957Z] Removing intermediate container cf899565da6b [2021-01-11T20:00:21.957Z] ---> 690aab5f6281 [2021-01-11T20:00:21.957Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T20:00:22.031Z] Pulling go115 [2021-01-11T20:00:22.231Z] ---> Running in 14fd99c54eb9 [2021-01-11T20:00:22.503Z] Removing intermediate container 5c13124d815e [2021-01-11T20:00:22.503Z] ---> 82460d27e4b5 [2021-01-11T20:00:22.503Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T20:00:22.503Z] Removing intermediate container c1b8fb7029e3 [2021-01-11T20:00:22.503Z] ---> 60604d01aaf7 [2021-01-11T20:00:22.503Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T20:00:22.503Z] Removing intermediate container 14fd99c54eb9 [2021-01-11T20:00:22.503Z] ---> 952d8a62d20d [2021-01-11T20:00:22.503Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T20:00:22.777Z] ---> Running in 2b36fab60d76 [2021-01-11T20:00:22.777Z] ---> Running in aabe97d37cd3 [2021-01-11T20:00:22.777Z] ---> Running in 2e7741543eb6 [2021-01-11T20:00:23.370Z] Removing intermediate container aabe97d37cd3 [2021-01-11T20:00:23.370Z] ---> 620825a6259a [2021-01-11T20:00:23.370Z] [2021-01-11T20:00:23.370Z] Removing intermediate container 2b36fab60d76 [2021-01-11T20:00:23.370Z] ---> 3c3ae641af64 [2021-01-11T20:00:23.370Z] [2021-01-11T20:00:23.370Z] Removing intermediate container 2e7741543eb6 [2021-01-11T20:00:23.370Z] ---> 85ba352fa232 [2021-01-11T20:00:23.370Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:00:23.423Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-11T20:00:23.423Z] Skipping pull go115 (already ran) [2021-01-11T20:00:23.423Z] Building go115 [2021-01-11T20:00:23.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T20:00:23.423Z] Dload Upload Total Spent Left Speed [2021-01-11T20:00:23.655Z] Successfully built 620825a6259a [2021-01-11T20:00:23.973Z] Successfully built 3c3ae641af64 [2021-01-11T20:00:23.973Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-11T20:00:23.973Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-11T20:00:23.973Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-11T20:00:23.973Z] Building docker-core-data-go [2021-01-11T20:00:24.247Z]  Building docker-support-notifications-go ... done  ---> Running in 2384cc43f405 [2021-01-11T20:00:24.849Z] Removing intermediate container 2384cc43f405 [2021-01-11T20:00:24.849Z] ---> 210876601c3c [2021-01-11T20:00:24.849Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T20:00:25.122Z] ---> Running in a56226e73846 [2021-01-11T20:00:25.400Z] Removing intermediate container a56226e73846 [2021-01-11T20:00:25.400Z] ---> 2aa4c023c11d [2021-01-11T20:00:25.400Z] [2021-01-11T20:00:25.996Z] Successfully built 2aa4c023c11d [2021-01-11T20:00:25.996Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-11T20:00:26.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 28.4M 0 0:00:04 --:--:-- 0:00:04 28.3M 52 115M 52 60.9M 0 0 34.1M 0 0:00:03 0:00:01 0:00:02 34.1M 92 115M 92 106M 0 0 38.1M 0 0:00:03 0:00:02 0:00:01 38.1M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M [2021-01-11T20:00:26.801Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-11T20:00:31.018Z] Staging go115 [2021-01-11T20:00:36.316Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T20:00:36.316Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T20:00:36.316Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T20:00:36.316Z] Fetched 0 B in 0s (0 B/s) [2021-01-11T20:00:36.316Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-11T20:00:36.316Z] Fetched 224 kB in 0s (0 B/s) [2021-01-11T20:00:36.316Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-11T20:00:36.316Z] Fetched 157 kB in 0s (0 B/s) [2021-01-11T20:00:36.316Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-11T20:00:36.316Z] Fetched 221 kB in 0s (0 B/s) [2021-01-11T20:00:36.316Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-11T20:00:36.316Z] Fetched 143 kB in 0s (0 B/s) [2021-01-11T20:00:36.316Z] Pulling edgex-go [2021-01-11T20:00:37.260Z] Pulling version [2021-01-11T20:00:38.648Z] Building config-common [2021-01-11T20:00:40.577Z] Skipping build go-build-helper (already ran) [2021-01-11T20:00:40.577Z] Skipping build static-packages (already ran) [2021-01-11T20:00:40.577Z] Skipping build go115 (already ran) [2021-01-11T20:00:40.577Z] Building edgex-go [2021-01-11T20:00:40.840Z] 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-11T20:00:42.228Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-11T20:00:42.228Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-11T20:00:42.228Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-11T20:00:42.228Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-11T20:00:42.228Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-11T20:00:42.228Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-11T20:00:42.228Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-11T20:00:42.228Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-11T20:00:42.228Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-11T20:00:42.490Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-11T20:00:42.490Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-11T20:00:42.490Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-11T20:00:42.490Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-11T20:00:42.490Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-11T20:00:42.490Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-11T20:00:42.490Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-11T20:00:42.490Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-11T20:00:42.490Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-11T20:00:42.490Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-11T20:00:42.490Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-11T20:00:42.490Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-11T20:00:42.750Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-11T20:00:42.750Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-11T20:00:42.750Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-11T20:00:43.010Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-11T20:00:43.010Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-11T20:00:43.010Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-11T20:00:51.169Z] 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-11T20:00:55.429Z] 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-11T20:00:56.376Z] 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-11T20:00:57.766Z] 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-11T20:00:58.027Z] 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-11T20:00:58.027Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-11T20:00:58.290Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-11T20:00:58.290Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-11T20:00:58.290Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-11T20:01:00.204Z] 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-11T20:01:00.204Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-11T20:01:00.204Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-11T20:01:01.597Z] 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-11T20:01:01.597Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-11T20:01:03.003Z] 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-11T20:01:03.003Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-11T20:01:04.395Z] 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-11T20:01:05.345Z] 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-11T20:01:05.918Z] 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-11T20:01:08.468Z] Building version [2021-01-11T20:01:11.016Z] Staging config-common [2021-01-11T20:01:11.588Z] Skipping stage go-build-helper (already ran) [2021-01-11T20:01:11.588Z] Skipping stage static-packages (already ran) [2021-01-11T20:01:11.588Z] Skipping stage go115 (already ran) [2021-01-11T20:01:11.588Z] Staging edgex-go [2021-01-11T20:01:12.973Z] Staging version [2021-01-11T20:01:13.918Z] Priming config-common [2021-01-11T20:01:14.861Z] Priming go-build-helper [2021-01-11T20:01:15.806Z] Priming static-packages [2021-01-11T20:01:18.362Z] Priming go115 [2021-01-11T20:01:19.306Z] Priming edgex-go [2021-01-11T20:01:20.689Z] Priming version [2021-01-11T20:01:21.635Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-11T20:01:22.533Z]  Building docker-security-bootstrap-redis-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T20:01:22.534Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T20:01:22.534Z] ---> d0042a6ce9d0 [2021-01-11T20:01:22.534Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> afe98824780f [2021-01-11T20:01:22.534Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 251f8ef08141 [2021-01-11T20:01:22.534Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T20:01:22.534Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T20:01:22.534Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T20:01:22.534Z] ---> d0042a6ce9d0 [2021-01-11T20:01:22.534Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> afe98824780f [2021-01-11T20:01:22.534Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 251f8ef08141 [2021-01-11T20:01:22.534Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 3f63fb09d287 [2021-01-11T20:01:22.534Z] Step 6/24 : COPY go.mod . [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 26e057ed11f4 [2021-01-11T20:01:22.534Z] Step 7/24 : RUN go mod download [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 20503cc64230 [2021-01-11T20:01:22.534Z] Step 8/24 : COPY . . [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 76560c578fb6 [2021-01-11T20:01:22.534Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T20:01:22.534Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T20:01:22.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T20:01:22.534Z] ---> d0042a6ce9d0 [2021-01-11T20:01:22.534Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> afe98824780f [2021-01-11T20:01:22.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 251f8ef08141 [2021-01-11T20:01:22.534Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T20:01:22.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T20:01:22.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T20:01:22.534Z] ---> d0042a6ce9d0 [2021-01-11T20:01:22.534Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> afe98824780f [2021-01-11T20:01:22.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 251f8ef08141 [2021-01-11T20:01:22.534Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 3f63fb09d287 [2021-01-11T20:01:22.534Z] Step 6/22 : COPY go.mod . [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 26e057ed11f4 [2021-01-11T20:01:22.534Z] Step 7/22 : RUN go mod download [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 20503cc64230 [2021-01-11T20:01:22.534Z] Step 8/22 : COPY . . [2021-01-11T20:01:22.534Z] ---> Using cache [2021-01-11T20:01:22.534Z] ---> 76560c578fb6 [2021-01-11T20:01:22.534Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T20:01:22.534Z] ---> Running in 8869b41e6b9b [2021-01-11T20:01:22.534Z] ---> Running in 0387c8c72fb6 [2021-01-11T20:01:22.534Z] ---> Running in b275b68f0caa [2021-01-11T20:01:22.534Z] ---> Running in 232610b5a1b1 [2021-01-11T20:01:22.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:01:22.534Z] 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-11T20:01:22.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:01:22.534Z] 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-11T20:01:22.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:01:22.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:01:22.534Z] OK: 217 MiB in 51 packages [2021-01-11T20:01:22.809Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T20:01:24.809Z] Removing intermediate container 0387c8c72fb6 [2021-01-11T20:01:24.809Z] ---> bbb09e69bd23 [2021-01-11T20:01:24.810Z] Step 6/23 : COPY go.mod . [2021-01-11T20:01:24.810Z] Removing intermediate container b275b68f0caa [2021-01-11T20:01:24.810Z] ---> bcb5b2bb5c20 [2021-01-11T20:01:24.810Z] Step 6/26 : COPY go.mod . [2021-01-11T20:01:25.810Z] ---> 75a62f053e57 [2021-01-11T20:01:25.810Z] Step 7/23 : RUN go mod download [2021-01-11T20:01:25.810Z] ---> Running in bcf823bc725a [2021-01-11T20:01:26.429Z] ---> b2ecf7b80da1 [2021-01-11T20:01:26.429Z] Step 7/26 : RUN go mod download [2021-01-11T20:01:26.429Z] ---> Running in 1d8122ac213f [2021-01-11T20:01:30.756Z] Removing intermediate container bcf823bc725a [2021-01-11T20:01:30.756Z] ---> 03031a7272c7 [2021-01-11T20:01:30.756Z] Step 8/23 : COPY . . [2021-01-11T20:01:31.033Z] Removing intermediate container 1d8122ac213f [2021-01-11T20:01:31.033Z] ---> 265de07dbcff [2021-01-11T20:01:31.033Z] Step 8/26 : COPY . . [2021-01-11T20:02:03.427Z] ---> cea8885dfb53 [2021-01-11T20:02:03.427Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T20:02:03.427Z] ---> 20c1eeef2eb3 [2021-01-11T20:02:03.427Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T20:02:03.427Z] ---> Running in dfe261613123 [2021-01-11T20:02:03.427Z] ---> Running in cfd2be98dcf5 [2021-01-11T20:02:03.427Z] 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-11T20:02:03.427Z] 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-11T20:02:06.055Z] 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-11T20:02:21.173Z] Removing intermediate container 8869b41e6b9b [2021-01-11T20:02:21.173Z] ---> 463abfaa05bf [2021-01-11T20:02:21.173Z] [2021-01-11T20:02:21.173Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T20:02:21.173Z] ---> afeebe901d6b [2021-01-11T20:02:21.173Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T20:02:21.173Z] ---> Using cache [2021-01-11T20:02:21.173Z] ---> 7ef882539845 [2021-01-11T20:02:21.173Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T20:02:21.173Z] ---> Running in ef5e1904a4f7 [2021-01-11T20:02:21.173Z] Removing intermediate container ef5e1904a4f7 [2021-01-11T20:02:21.173Z] ---> 867e11e49fac [2021-01-11T20:02:21.173Z] Step 13/24 : WORKDIR / [2021-01-11T20:02:21.173Z] ---> Running in f086e567af8f [2021-01-11T20:02:21.777Z] Removing intermediate container f086e567af8f [2021-01-11T20:02:21.777Z] ---> 1740cf2592d4 [2021-01-11T20:02:21.777Z] 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-11T20:02:23.232Z] ---> 658ee41998ab [2021-01-11T20:02:23.232Z] 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-11T20:02:24.220Z] ---> fc40a2a73c6d [2021-01-11T20:02:24.220Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T20:02:25.678Z] ---> 91af9cef18b4 [2021-01-11T20:02:25.678Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T20:02:27.113Z] ---> 3554daac82ae [2021-01-11T20:02:27.113Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T20:02:29.100Z] ---> 81887a48c6de [2021-01-11T20:02:29.100Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T20:02:30.106Z] ---> 27ecb654d81c [2021-01-11T20:02:30.106Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-11T20:02:30.106Z] ---> Running in 1d9904a272b2 [2021-01-11T20:02:34.447Z] Removing intermediate container 1d9904a272b2 [2021-01-11T20:02:34.447Z] ---> c78649e1d0fc [2021-01-11T20:02:34.447Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T20:02:34.447Z] ---> Running in 6f11b35aa4fe [2021-01-11T20:02:34.447Z] Removing intermediate container 6f11b35aa4fe [2021-01-11T20:02:34.447Z] ---> b91c77d0360f [2021-01-11T20:02:34.447Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T20:02:34.720Z] ---> Running in cfe453a6649b [2021-01-11T20:02:35.334Z] Removing intermediate container cfe453a6649b [2021-01-11T20:02:35.334Z] ---> a83d39581e94 [2021-01-11T20:02:35.334Z] Step 23/24 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:02:35.615Z] ---> Running in 5f40337c1c7f [2021-01-11T20:02:36.223Z] Removing intermediate container 5f40337c1c7f [2021-01-11T20:02:36.223Z] ---> 87a4692e7b7b [2021-01-11T20:02:36.223Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T20:02:36.501Z] ---> Running in d7ff6c35b490 [2021-01-11T20:02:37.099Z] Removing intermediate container d7ff6c35b490 [2021-01-11T20:02:37.099Z] ---> 736dc3975a28 [2021-01-11T20:02:37.099Z] [2021-01-11T20:02:37.701Z] Successfully built 736dc3975a28 [2021-01-11T20:02:37.701Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-11T20:02:43.465Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 232610b5a1b1 [2021-01-11T20:02:43.465Z] ---> 20982a52d808 [2021-01-11T20:02:43.465Z] [2021-01-11T20:02:43.465Z] Step 10/22 : FROM scratch [2021-01-11T20:02:43.465Z] ---> [2021-01-11T20:02:43.465Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T20:02:43.465Z] ---> Using cache [2021-01-11T20:02:43.465Z] ---> 9b92acfb1115 [2021-01-11T20:02:43.465Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T20:02:43.465Z] ---> Running in 713805f443ba [2021-01-11T20:02:44.068Z] Removing intermediate container 713805f443ba [2021-01-11T20:02:44.068Z] ---> f71a50f3349e [2021-01-11T20:02:44.068Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T20:02:44.068Z] ---> Running in 760cc6b78aba [2021-01-11T20:02:44.668Z] Removing intermediate container 760cc6b78aba [2021-01-11T20:02:44.668Z] ---> cae1d35f930f [2021-01-11T20:02:44.668Z] Step 14/22 : WORKDIR / [2021-01-11T20:02:44.942Z] ---> Running in e264e9601bef [2021-01-11T20:02:45.535Z] Removing intermediate container e264e9601bef [2021-01-11T20:02:45.535Z] ---> 181c85330ed6 [2021-01-11T20:02:45.535Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:02:46.522Z] ---> 87aa1f247b20 [2021-01-11T20:02:46.522Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T20:02:49.161Z] ---> 963908780c23 [2021-01-11T20:02:49.161Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T20:02:50.141Z] ---> b0afe62181a3 [2021-01-11T20:02:50.141Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T20:02:50.414Z] ---> Running in bbe6450c9378 [2021-01-11T20:02:51.397Z] Removing intermediate container bbe6450c9378 [2021-01-11T20:02:51.397Z] ---> e9729cdbe51f [2021-01-11T20:02:51.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:02:51.397Z] ---> Running in 084a8f541b38 [2021-01-11T20:02:51.998Z] Removing intermediate container 084a8f541b38 [2021-01-11T20:02:51.998Z] ---> 053316853dae [2021-01-11T20:02:51.998Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T20:02:52.271Z] ---> Running in 5eb92a5f818e [2021-01-11T20:02:52.869Z] Removing intermediate container 5eb92a5f818e [2021-01-11T20:02:52.869Z] ---> 8a9771de256f [2021-01-11T20:02:52.869Z] Step 21/22 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:02:53.144Z] ---> Running in 500ad157a276 [2021-01-11T20:02:53.741Z] Removing intermediate container 500ad157a276 [2021-01-11T20:02:53.741Z] ---> 34d8d8e5eeff [2021-01-11T20:02:53.741Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T20:02:54.015Z] ---> Running in 3e6e1032f836 [2021-01-11T20:02:55.021Z] Removing intermediate container 3e6e1032f836 [2021-01-11T20:02:55.021Z] ---> 994b3ce5727e [2021-01-11T20:02:55.021Z] [2021-01-11T20:02:55.296Z] Successfully built 994b3ce5727e [2021-01-11T20:02:55.296Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-11T20:03:07.711Z]  Building docker-core-metadata-go ... done Removing intermediate container cfd2be98dcf5 [2021-01-11T20:03:07.711Z] ---> 7a30b5159c00 [2021-01-11T20:03:07.711Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T20:03:07.711Z] ---> Running in cfc4fbc86bab [2021-01-11T20:03:07.711Z] 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-11T20:03:11.115Z] Removing intermediate container cfc4fbc86bab [2021-01-11T20:03:11.115Z] ---> 4053ec7b7f99 [2021-01-11T20:03:11.115Z] [2021-01-11T20:03:11.115Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T20:03:11.115Z] 20.10.0: Pulling from library/docker [2021-01-11T20:03:21.261Z] Removing intermediate container dfe261613123 [2021-01-11T20:03:21.261Z] ---> 0a9a553c666b [2021-01-11T20:03:21.261Z] [2021-01-11T20:03:21.261Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T20:03:21.261Z] ---> afeebe901d6b [2021-01-11T20:03:21.261Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T20:03:21.261Z] ---> Running in ca84d2ac3749 [2021-01-11T20:03:21.261Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T20:03:21.261Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T20:03:21.261Z] ---> eeaf43b92773 [2021-01-11T20:03:21.261Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T20:03:21.261Z] Removing intermediate container ca84d2ac3749 [2021-01-11T20:03:21.261Z] ---> 732186afe7f2 [2021-01-11T20:03:21.261Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T20:03:21.261Z] ---> Running in 336c2737d706 [2021-01-11T20:03:21.261Z] ---> Running in ac3bfb9f53d8 [2021-01-11T20:03:21.261Z] Removing intermediate container ac3bfb9f53d8 [2021-01-11T20:03:21.261Z] ---> 69e4fa20295f [2021-01-11T20:03:21.261Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T20:03:21.530Z] ---> Running in ed650608c88a [2021-01-11T20:03:21.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:21.803Z] Removing intermediate container ed650608c88a [2021-01-11T20:03:21.803Z] ---> dbca3c063659 [2021-01-11T20:03:21.803Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T20:03:22.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:22.072Z] ---> Running in d0054e3c95b2 [2021-01-11T20:03:22.668Z] (1/2) Installing readline (8.0.4-r0) [2021-01-11T20:03:22.668Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T20:03:22.668Z] Executing bash-5.0.17-r0.post-install [2021-01-11T20:03:22.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:03:22.668Z] OK: 12 MiB in 22 packages [2021-01-11T20:03:24.093Z] Removing intermediate container 336c2737d706 [2021-01-11T20:03:24.094Z] ---> 10490fcfeee0 [2021-01-11T20:03:24.094Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T20:03:24.094Z] ---> Running in 90a349e4a9ec [2021-01-11T20:03:24.367Z] Removing intermediate container d0054e3c95b2 [2021-01-11T20:03:24.367Z] ---> 7987b9b5bfb7 [2021-01-11T20:03:24.367Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T20:03:24.367Z] ---> Running in e49c3d571caa [2021-01-11T20:03:24.641Z] Removing intermediate container 90a349e4a9ec [2021-01-11T20:03:24.641Z] ---> 7b07e6cbe9c5 [2021-01-11T20:03:24.641Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T20:03:24.918Z] ---> Running in 4ad9c1aea485 [2021-01-11T20:03:25.519Z] Removing intermediate container 4ad9c1aea485 [2021-01-11T20:03:25.519Z] ---> 463de48f79df [2021-01-11T20:03:25.519Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T20:03:25.519Z] ---> Running in 40b2a9debbce [2021-01-11T20:03:25.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:26.120Z] Removing intermediate container 40b2a9debbce [2021-01-11T20:03:26.120Z] ---> 4afc92b28e13 [2021-01-11T20:03:26.120Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T20:03:26.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:27.360Z] ---> f4439acdf1a1 [2021-01-11T20:03:27.360Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T20:03:27.360Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T20:03:27.360Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T20:03:27.360Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-11T20:03:27.631Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T20:03:27.910Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T20:03:27.910Z] ---> 542ca777f806 [2021-01-11T20:03:27.910Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T20:03:27.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:03:27.910Z] OK: 8 MiB in 19 packages [2021-01-11T20:03:29.352Z] ---> 25604f183f77 [2021-01-11T20:03:29.352Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T20:03:29.352Z] ---> Running in 6010e9341d5c [2021-01-11T20:03:29.629Z] Removing intermediate container e49c3d571caa [2021-01-11T20:03:29.629Z] ---> 4f3f556ce3ac [2021-01-11T20:03:29.629Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-11T20:03:30.607Z] ---> 8fa3db0d1677 [2021-01-11T20:03:30.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T20:03:30.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:30.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:03:31.201Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T20:03:31.201Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T20:03:31.201Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T20:03:31.201Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T20:03:31.201Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T20:03:31.201Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T20:03:31.201Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T20:03:31.796Z] ---> 7df2bb171538 [2021-01-11T20:03:31.796Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T20:03:33.236Z] ---> 5fdb991db0e2 [2021-01-11T20:03:33.236Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T20:03:33.236Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T20:03:33.236Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T20:03:33.236Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T20:03:33.236Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T20:03:33.236Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T20:03:33.236Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T20:03:33.236Z] ---> Running in 46a4c8f77570 [2021-01-11T20:03:33.236Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T20:03:33.236Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T20:03:33.508Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T20:03:33.508Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T20:03:33.508Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T20:03:33.508Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T20:03:33.508Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T20:03:33.508Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T20:03:33.508Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T20:03:33.508Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T20:03:33.508Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T20:03:33.508Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T20:03:33.788Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T20:03:33.788Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T20:03:33.788Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T20:03:33.788Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T20:03:33.788Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T20:03:33.788Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T20:03:33.788Z] Removing intermediate container 46a4c8f77570 [2021-01-11T20:03:33.788Z] ---> f32e56146923 [2021-01-11T20:03:33.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:03:33.788Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T20:03:33.788Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T20:03:34.061Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:03:34.061Z] OK: 71 MiB in 55 packages [2021-01-11T20:03:34.061Z] ---> Running in 9af3b347a3b5 [2021-01-11T20:03:34.657Z] Removing intermediate container 9af3b347a3b5 [2021-01-11T20:03:34.657Z] ---> 1429b7dd6319 [2021-01-11T20:03:34.657Z] Step 21/23 : LABEL arch=arm64 [2021-01-11T20:03:34.931Z] ---> Running in 12ff6e5bd2a8 [2021-01-11T20:03:35.542Z] Removing intermediate container 12ff6e5bd2a8 [2021-01-11T20:03:35.542Z] ---> 3160e414d43c [2021-01-11T20:03:35.542Z] Step 22/23 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:03:35.542Z] ---> Running in 87642e1d826b [2021-01-11T20:03:36.138Z] Removing intermediate container 87642e1d826b [2021-01-11T20:03:36.138Z] ---> 9ec137f8a789 [2021-01-11T20:03:36.138Z] Step 23/23 : LABEL version=0.0.0 [2021-01-11T20:03:36.415Z] ---> Running in 200384b10f43 [2021-01-11T20:03:37.009Z] Removing intermediate container 200384b10f43 [2021-01-11T20:03:37.009Z] ---> 865e091249f3 [2021-01-11T20:03:37.009Z] [2021-01-11T20:03:37.608Z] Successfully built 865e091249f3 [2021-01-11T20:03:37.608Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-11T20:03:40.222Z]  Building docker-core-data-go ... done Removing intermediate container 6010e9341d5c [2021-01-11T20:03:40.222Z] ---> 9b28928ca854 [2021-01-11T20:03:40.222Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T20:03:40.222Z] ---> Running in cac76ddccba0 [2021-01-11T20:03:44.519Z] Collecting docker-compose==1.23.2 [2021-01-11T20:03:44.788Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T20:03:45.377Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T20:03:45.377Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T20:03:47.980Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T20:03:47.980Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T20:03:48.576Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T20:03:48.576Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T20:03:50.538Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T20:03:50.538Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T20:03:50.538Z] 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-11T20:03:51.131Z] Collecting PyYAML<4,>=3.10 [2021-01-11T20:03:51.131Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-11T20:03:54.492Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T20:03:54.492Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T20:03:54.492Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T20:03:54.492Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T20:03:56.460Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T20:03:56.460Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T20:03:57.083Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T20:03:57.362Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T20:03:57.638Z] Collecting idna<2.8,>=2.5 [2021-01-11T20:03:57.638Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T20:03:57.638Z] 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-11T20:03:58.622Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T20:03:58.622Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T20:03:58.622Z] 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-11T20:03:58.890Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T20:03:58.890Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T20:03:58.890Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T20:03:58.890Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T20:03:58.890Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T20:03:58.890Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T20:03:59.856Z] Installing collected packages: dockerpty, idna, urllib3, requests, texttable, websocket-client, PyYAML, cached-property, docopt, docker-pycreds, docker, jsonschema, docker-compose [2021-01-11T20:03:59.856Z] Running setup.py install for dockerpty: started [2021-01-11T20:04:01.824Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T20:04:01.824Z] Attempting uninstall: idna [2021-01-11T20:04:01.824Z] Found existing installation: idna 2.9 [2021-01-11T20:04:01.824Z] Uninstalling idna-2.9: [2021-01-11T20:04:01.824Z] Successfully uninstalled idna-2.9 [2021-01-11T20:04:02.094Z] Attempting uninstall: urllib3 [2021-01-11T20:04:02.094Z] Found existing installation: urllib3 1.25.9 [2021-01-11T20:04:02.094Z] Uninstalling urllib3-1.25.9: [2021-01-11T20:04:02.364Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T20:04:02.952Z] Attempting uninstall: requests [2021-01-11T20:04:02.952Z] Found existing installation: requests 2.23.0 [2021-01-11T20:04:02.952Z] Uninstalling requests-2.23.0: [2021-01-11T20:04:02.952Z] Successfully uninstalled requests-2.23.0 [2021-01-11T20:04:03.222Z] Running setup.py install for texttable: started [2021-01-11T20:04:05.182Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T20:04:05.182Z] Running setup.py install for PyYAML: started [2021-01-11T20:04:07.139Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T20:04:07.139Z] Running setup.py install for docopt: started [2021-01-11T20:04:09.099Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T20:04:11.063Z] 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-11T20:04:14.444Z] Removing intermediate container cac76ddccba0 [2021-01-11T20:04:14.444Z] ---> d82402fba7e5 [2021-01-11T20:04:14.444Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T20:04:14.444Z] ---> Running in d6d44f3d8903 [2021-01-11T20:04:15.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T20:04:15.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T20:04:15.958Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T20:04:15.958Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T20:04:16.230Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T20:04:16.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T20:04:16.230Z] OK: 71 MiB in 58 packages [2021-01-11T20:04:17.207Z] Removing intermediate container d6d44f3d8903 [2021-01-11T20:04:17.207Z] ---> b6dada44380c [2021-01-11T20:04:17.207Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T20:04:17.479Z] ---> Running in aef6f5994a73 [2021-01-11T20:04:18.072Z] Removing intermediate container aef6f5994a73 [2021-01-11T20:04:18.072Z] ---> 1d3a2c3710a0 [2021-01-11T20:04:18.072Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T20:04:18.072Z] ---> Running in 99569bdad12c [2021-01-11T20:04:18.664Z] Removing intermediate container 99569bdad12c [2021-01-11T20:04:18.664Z] ---> 4be111870728 [2021-01-11T20:04:18.664Z] Step 24/26 : LABEL arch=arm64 [2021-01-11T20:04:18.664Z] ---> Running in 09cefa5d07d8 [2021-01-11T20:04:19.257Z] Removing intermediate container 09cefa5d07d8 [2021-01-11T20:04:19.257Z] ---> 0cc6c33b1caa [2021-01-11T20:04:19.257Z] Step 25/26 : LABEL git_sha=5afb890cddac892bc2c734bf8d7fc2e98022ab1a [2021-01-11T20:04:19.257Z] ---> Running in f463a8617aaf [2021-01-11T20:04:19.851Z] Removing intermediate container f463a8617aaf [2021-01-11T20:04:19.851Z] ---> 689e23e61eae [2021-01-11T20:04:19.851Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T20:04:19.851Z] ---> Running in 7261abd9793e [2021-01-11T20:04:20.443Z] Removing intermediate container 7261abd9793e [2021-01-11T20:04:20.443Z] ---> ac3ad2e6e8a2 [2021-01-11T20:04:20.443Z] [2021-01-11T20:04:20.714Z] Successfully built ac3ad2e6e8a2 [2021-01-11T20:04:20.714Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-11T20:04:21.001Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-11T20:04:21.024Z] $ docker stop --time=1 c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 [2021-01-11T20:04:22.963Z] $ docker rm -f c6311c41ee295b2e135734ccff50ca0c0a0e6f8744dc189631e3bfb50ac669c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T20:04:23.687Z] + docker images [2021-01-11T20:04:23.687Z] + grep docker [2021-01-11T20:04:23.971Z] docker-sys-mgmt-agent-go-arm64 latest ac3ad2e6e8a2 3 seconds ago 300MB [2021-01-11T20:04:23.971Z] docker-core-data-go-arm64 latest 865e091249f3 47 seconds ago 21MB [2021-01-11T20:04:23.971Z] docker-core-metadata-go-arm64 latest 994b3ce5727e About a minute ago 12.3MB [2021-01-11T20:04:23.971Z] docker-security-secretstore-setup-go-arm64 latest 736dc3975a28 About a minute ago 23.4MB [2021-01-11T20:04:23.971Z] docker-security-bootstrap-redis-go-arm64 latest 2aa4c023c11d 3 minutes ago 15.1MB [2021-01-11T20:04:23.971Z] docker-support-notifications-go-arm64 latest 3c3ae641af64 4 minutes ago 11.4MB [2021-01-11T20:04:23.971Z] docker-security-proxy-setup-go-arm64 latest 620825a6259a 4 minutes ago 23.3MB [2021-01-11T20:04:23.971Z] docker-support-scheduler-go-arm64 latest a2f3a023d746 4 minutes ago 10MB [2021-01-11T20:04:23.971Z] docker-core-command-go-arm64 latest 360e7eb0fc57 4 minutes ago 9.98MB [2021-01-11T20:04:23.971Z] docker 20.10.0 eeaf43b92773 4 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-11T20:04:26.452Z] provisioning config files... [2021-01-11T20:04:26.467Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config545428533378066058tmp [Pipeline] { [Pipeline] sh [2021-01-11T20:04:26.866Z] + set +x [2021-01-11T20:04:26.866Z] + curl -s https://codecov.io/bash [2021-01-11T20:04:26.866Z] + bash -s -- [2021-01-11T20:04:27.441Z] [2021-01-11T20:04:27.441Z] _____ _ [2021-01-11T20:04:27.441Z] / ____| | | [2021-01-11T20:04:27.441Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T20:04:27.441Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T20:04:27.441Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T20:04:27.441Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T20:04:27.441Z] Bash-20201231-23d4836 [2021-01-11T20:04:27.441Z] [2021-01-11T20:04:27.441Z] [2021-01-11T20:04:27.441Z] ==> git version 2.24.3 found [2021-01-11T20:04:27.441Z] ==> 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-11T20:04:27.441Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T20:04:27.441Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T20:04:27.441Z] ==> Jenkins CI detected. [2021-01-11T20:04:27.441Z] project root: . [2021-01-11T20:04:27.441Z] --> token set from env [2021-01-11T20:04:27.441Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T20:04:27.441Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T20:04:27.441Z] ==> Python coveragepy not found [2021-01-11T20:04:27.441Z] ==> Searching for coverage reports in: [2021-01-11T20:04:27.441Z] + . [2021-01-11T20:04:27.441Z] -> Found 1 reports [2021-01-11T20:04:27.441Z] ==> Detecting git/mercurial file structure [2021-01-11T20:04:27.441Z] ==> Reading reports [2021-01-11T20:04:27.441Z] + ./coverage.out bytes=545099 [2021-01-11T20:04:27.441Z] ==> Appending adjustments [2021-01-11T20:04:27.441Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T20:04:30.814Z] + Found adjustments [2021-01-11T20:04:30.814Z] ==> Gzipping contents [2021-01-11T20:04:30.814Z] 84K /tmp/codecov.cPLDzz.gz [2021-01-11T20:04:30.814Z] ==> Uploading reports [2021-01-11T20:04:30.814Z] url: https://codecov.io [2021-01-11T20:04:30.814Z] query: branch=PR-3004&commit=5afb890cddac892bc2c734bf8d7fc2e98022ab1a&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= [2021-01-11T20:04:30.814Z] -> Pinging Codecov [2021-01-11T20:04:30.814Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3004&commit=5afb890cddac892bc2c734bf8d7fc2e98022ab1a&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= [2021-01-11T20:04:31.081Z] -> Uploading to [2021-01-11T20:04:31.081Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/00271124DB129430A58F1EEE437C3FCB/5afb890cddac892bc2c734bf8d7fc2e98022ab1a/d3e75149-1276-4f93-ab26-17fc70f58ce1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T200430Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83b1e0dd4809b5e2441b89286a124161c107f489944ea2dc83cadec6ab4d31f1 [2021-01-11T20:04:31.081Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T20:04:31.081Z] Dload Upload Total Spent Left Speed [2021-01-11T20:04:31.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82747 0 0 100 82747 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-01-11T20:04:31.680Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5afb890cddac892bc2c734bf8d7fc2e98022ab1a [Pipeline] } [2021-01-11T20:04:31.694Z] 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-11T20:04:34.542Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:04:35.435Z] ---> package-listing.sh [2021-01-11T20:04:35.435Z] ++ facter osfamily [2021-01-11T20:04:35.435Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T20:04:35.435Z] + OS_FAMILY=redhat [2021-01-11T20:04:35.435Z] + workspace=/w/workspace/edgex-go/8 [2021-01-11T20:04:35.435Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T20:04:35.435Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T20:04:35.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T20:04:35.435Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T20:04:35.435Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-11T20:04:35.435Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T20:04:35.435Z] + case "${OS_FAMILY}" in [2021-01-11T20:04:35.435Z] + rpm -qa [2021-01-11T20:04:35.435Z] + sort [2021-01-11T20:04:40.746Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T20:04:40.746Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T20:04:40.746Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T20:04:40.746Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-11T20:04:40.746Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-11T20:04:40.746Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-11T20:04:40.761Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T20:04:41.059Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:04:41.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:04:41.366Z] [2021-01-11T20:04:41.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T20:04:41.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:04:41.986Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T20:04:41.986Z] df20fa9351a1: Pulling fs layer [2021-01-11T20:04:41.986Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T20:04:41.986Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T20:04:41.986Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T20:04:41.986Z] 93b61091891f: Pulling fs layer [2021-01-11T20:04:41.986Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T20:04:41.986Z] 5e14af77c1be: Pulling fs layer [2021-01-11T20:04:41.986Z] 01666e4c0597: Pulling fs layer [2021-01-11T20:04:41.986Z] aa168da1d23b: Pulling fs layer [2021-01-11T20:04:41.986Z] 93b9cdb0e59b: Waiting [2021-01-11T20:04:41.986Z] 5e14af77c1be: Waiting [2021-01-11T20:04:41.986Z] 01666e4c0597: Waiting [2021-01-11T20:04:41.986Z] aa168da1d23b: Waiting [2021-01-11T20:04:41.986Z] 46f8f816bc3b: Waiting [2021-01-11T20:04:41.986Z] 93b61091891f: Waiting [2021-01-11T20:04:41.986Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T20:04:41.987Z] 36b3adc4ff6f: Download complete [2021-01-11T20:04:41.987Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T20:04:41.987Z] 46f8f816bc3b: Download complete [2021-01-11T20:04:42.250Z] df20fa9351a1: Verifying Checksum [2021-01-11T20:04:42.250Z] df20fa9351a1: Download complete [2021-01-11T20:04:42.250Z] 93b9cdb0e59b: Download complete [2021-01-11T20:04:42.250Z] 93b61091891f: Download complete [2021-01-11T20:04:42.250Z] 5e14af77c1be: Verifying Checksum [2021-01-11T20:04:42.250Z] 5e14af77c1be: Download complete [2021-01-11T20:04:42.250Z] 01666e4c0597: Verifying Checksum [2021-01-11T20:04:42.250Z] 01666e4c0597: Download complete [2021-01-11T20:04:42.512Z] df20fa9351a1: Pull complete [2021-01-11T20:04:42.774Z] 36b3adc4ff6f: Pull complete [2021-01-11T20:04:43.037Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T20:04:43.037Z] 8ad3a11d3b57: Download complete [2021-01-11T20:04:43.994Z] 8ad3a11d3b57: Pull complete [2021-01-11T20:04:44.941Z] aa168da1d23b: Verifying Checksum [2021-01-11T20:04:44.941Z] aa168da1d23b: Download complete [2021-01-11T20:04:45.891Z] 46f8f816bc3b: Pull complete [2021-01-11T20:04:46.473Z] 93b61091891f: Pull complete [2021-01-11T20:04:46.735Z] 93b9cdb0e59b: Pull complete [2021-01-11T20:04:46.735Z] 5e14af77c1be: Pull complete [2021-01-11T20:04:47.000Z] 01666e4c0597: Pull complete [2021-01-11T20:04:55.206Z] aa168da1d23b: Pull complete [2021-01-11T20:04:55.206Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T20:04:55.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T20:04:55.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T20:04:55.442Z] prd-centos7-docker-4c-2g-19564 does not seem to be running inside a container [2021-01-11T20:04:55.501Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-11T20:05:00.090Z] $ docker top 944fb0091af31c6cf9b073e9418c38167416131da8dc4beb4de3e32d35195800 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T20:05:00.683Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T20:05:00.985Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T20:05:01.284Z] + ls /var/log/sa-host [2021-01-11T20:05:01.285Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T20:05:01.285Z] file_magic: OK [2021-01-11T20:05:01.285Z] HZ: Using current value: 100 [2021-01-11T20:05:01.285Z] file_header: OK [2021-01-11T20:05:01.285Z] 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-11T20:05:01.285Z] Statistics: [2021-01-11T20:05:01.285Z] 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... [2021-01-11T20:05:01.285Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T20:05:01.285Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T20:05:01.285Z] file_magic: OK [2021-01-11T20:05:01.285Z] HZ: Using current value: 100 [2021-01-11T20:05:01.285Z] file_header: OK [2021-01-11T20:05:01.285Z] 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-11T20:05:01.285Z] Statistics: [2021-01-11T20:05:01.285Z] Hnuu...uuuununununu... [2021-01-11T20:05:01.285Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T20:05:01.928Z] provisioning config files... [2021-01-11T20:05:01.948Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7185213787265689623tmp [Pipeline] { [Pipeline] echo [2021-01-11T20:05:02.027Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:05:02.331Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T20:05:02.341Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T20:05:02.443Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:05:02.740Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T20:05:02.751Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:05:03.049Z] ---> sudo-logs.sh [2021-01-11T20:05:03.049Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T20:05:03.060Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:05:03.359Z] ---> job-cost.sh [2021-01-11T20:05:03.359Z] lf-activate-venv: SKIPPING [2021-01-11T20:05:03.359Z] INFO: No Stack... [2021-01-11T20:05:04.305Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T20:05:04.880Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T20:05:04.893Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T20:05:05.197Z] ---> logs-deploy.sh [2021-01-11T20:05:05.197Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3004/8 [2021-01-11T20:05:05.197Z] INFO: archiving workspace using pattern(s): [2021-01-11T20:05:07.122Z] Archives upload complete. [2021-01-11T20:05:07.122Z] INFO: archiving logs to Nexus [2021-01-11T20:05:08.068Z] ---> uname -a: [2021-01-11T20:05:08.068Z] Linux prd-centos7-docker-4c-2g-19564.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-11T20:05:08.068Z] [2021-01-11T20:05:08.068Z] [2021-01-11T20:05:08.068Z] ---> lscpu: [2021-01-11T20:05:08.068Z] Architecture: x86_64 [2021-01-11T20:05:08.068Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-11T20:05:08.068Z] Byte Order: Little Endian [2021-01-11T20:05:08.068Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-11T20:05:08.068Z] CPU(s): 4 [2021-01-11T20:05:08.068Z] On-line CPU(s) list: 0-3 [2021-01-11T20:05:08.068Z] Thread(s) per core: 1 [2021-01-11T20:05:08.068Z] Core(s) per socket: 1 [2021-01-11T20:05:08.068Z] Socket(s): 4 [2021-01-11T20:05:08.068Z] NUMA node(s): 1 [2021-01-11T20:05:08.068Z] Vendor ID: GenuineIntel [2021-01-11T20:05:08.068Z] CPU family: 6 [2021-01-11T20:05:08.068Z] Model: 44 [2021-01-11T20:05:08.068Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-11T20:05:08.068Z] Stepping: 1 [2021-01-11T20:05:08.068Z] CPU MHz: 2933.442 [2021-01-11T20:05:08.068Z] BogoMIPS: 5866.88 [2021-01-11T20:05:08.068Z] Virtualization: VT-x [2021-01-11T20:05:08.068Z] Hypervisor vendor: KVM [2021-01-11T20:05:08.068Z] Virtualization type: full [2021-01-11T20:05:08.068Z] L1d cache: 128 KiB [2021-01-11T20:05:08.068Z] L1i cache: 128 KiB [2021-01-11T20:05:08.068Z] L2 cache: 16 MiB [2021-01-11T20:05:08.068Z] L3 cache: 64 MiB [2021-01-11T20:05:08.068Z] NUMA node0 CPU(s): 0-3 [2021-01-11T20:05:08.068Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-11T20:05:08.068Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-11T20:05:08.068Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-11T20:05:08.068Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-11T20:05:08.069Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-11T20:05:08.069Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-11T20:05:08.069Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-11T20:05:08.069Z] Vulnerability Srbds: Not affected [2021-01-11T20:05:08.069Z] Vulnerability Tsx async abort: Not affected [2021-01-11T20:05:08.069Z] 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-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] ---> nproc: [2021-01-11T20:05:08.069Z] 4 [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] ---> df -h: [2021-01-11T20:05:08.069Z] Filesystem Size Used Available Use% Mounted on [2021-01-11T20:05:08.069Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-11T20:05:08.069Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-11T20:05:08.069Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-11T20:05:08.069Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/8 [2021-01-11T20:05:08.069Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/8@tmp [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] ---> free -m: [2021-01-11T20:05:08.069Z] total used free shared buff/cache available [2021-01-11T20:05:08.069Z] Mem: 1837 726 277 0 833 1026 [2021-01-11T20:05:08.069Z] Swap: 1023 50 973 [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] ---> ip addr: [2021-01-11T20:05:08.069Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-11T20:05:08.069Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-11T20:05:08.069Z] inet 127.0.0.1/8 scope host lo [2021-01-11T20:05:08.069Z] valid_lft forever preferred_lft forever [2021-01-11T20:05:08.069Z] inet6 ::1/128 scope host [2021-01-11T20:05:08.069Z] valid_lft forever preferred_lft forever [2021-01-11T20:05:08.069Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-11T20:05:08.069Z] link/ether fa:16:3e:73:1a:62 brd ff:ff:ff:ff:ff:ff [2021-01-11T20:05:08.069Z] inet 10.30.122.230/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-11T20:05:08.069Z] valid_lft 85248sec preferred_lft 85248sec [2021-01-11T20:05:08.069Z] inet6 fe80::f816:3eff:fe73:1a62/64 scope link [2021-01-11T20:05:08.069Z] valid_lft forever preferred_lft forever [2021-01-11T20:05:08.069Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-11T20:05:08.069Z] link/ether 02:42:8a:8c:e5:3e brd ff:ff:ff:ff:ff:ff [2021-01-11T20:05:08.069Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-11T20:05:08.069Z] valid_lft forever preferred_lft forever [2021-01-11T20:05:08.069Z] inet6 fe80::42:8aff:fe8c:e53e/64 scope link [2021-01-11T20:05:08.069Z] valid_lft forever preferred_lft forever [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] ---> sar -b -r -n DEV: [2021-01-11T20:05:08.069Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] 19:45:43 LINUX RESTART (4 CPU) [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] 19:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-11T20:05:08.069Z] 19:47:01 203.09 102.64 100.45 0.00 11422.19 49803.92 0.00 [2021-01-11T20:05:08.069Z] 19:48:01 269.40 90.81 178.58 0.00 6168.29 51878.27 0.00 [2021-01-11T20:05:08.069Z] 19:49:02 206.45 94.46 111.99 0.00 3254.93 14139.24 0.00 [2021-01-11T20:05:08.069Z] 19:50:01 137.19 68.02 69.17 0.00 3789.94 11059.32 0.00 [2021-01-11T20:05:08.069Z] 19:51:04 1374.76 1069.76 305.00 0.00 109277.82 173488.16 0.00 [2021-01-11T20:05:08.069Z] 19:52:01 2203.64 1930.54 273.09 0.00 126289.79 137843.78 0.00 [2021-01-11T20:05:08.069Z] 19:53:02 1238.50 907.70 330.81 0.00 99029.95 125072.73 0.00 [2021-01-11T20:05:08.069Z] 19:54:01 2182.02 1883.09 298.94 0.00 126333.79 138458.16 0.00 [2021-01-11T20:05:08.069Z] 19:55:01 245.77 42.23 203.55 0.00 6440.76 33302.46 0.00 [2021-01-11T20:05:08.069Z] 19:56:01 5.79 0.43 5.36 0.00 15.45 166.88 0.00 [2021-01-11T20:05:08.069Z] 19:57:01 0.37 0.05 0.32 0.00 0.93 3.55 0.00 [2021-01-11T20:05:08.069Z] 19:58:01 0.23 0.02 0.22 0.00 0.13 2.47 0.00 [2021-01-11T20:05:08.069Z] 19:59:01 0.22 0.02 0.20 0.00 0.13 1.83 0.00 [2021-01-11T20:05:08.069Z] 20:00:01 0.33 0.02 0.32 0.00 0.13 3.25 0.00 [2021-01-11T20:05:08.069Z] 20:01:01 1.85 1.60 0.25 0.00 53.80 3.25 0.00 [2021-01-11T20:05:08.069Z] 20:02:01 1.26 0.37 0.90 0.00 22.90 17.63 0.00 [2021-01-11T20:05:08.069Z] 20:03:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 [2021-01-11T20:05:08.069Z] 20:04:01 0.17 0.02 0.15 0.00 0.27 1.95 0.00 [2021-01-11T20:05:08.069Z] Average: 446.09 341.50 104.59 0.00 27300.89 40976.73 0.00 [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] 19:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-11T20:05:08.069Z] 19:47:01 77596 0 684788 36.40 2620 1116540 1373812 46.89 639900 958764 20 [2021-01-11T20:05:08.069Z] 19:48:01 66116 0 758396 40.31 1492 1055540 1543708 52.68 668652 844972 71592 [2021-01-11T20:05:08.069Z] 19:49:02 231976 0 798316 42.43 828 850424 1809800 61.77 692764 674316 57384 [2021-01-11T20:05:08.069Z] 19:50:01 314228 0 756728 40.22 784 809804 1388372 47.38 581360 699132 19804 [2021-01-11T20:05:08.069Z] 19:51:04 68844 0 778124 41.36 0 1034576 1961416 66.94 696724 897412 97004 [2021-01-11T20:05:08.069Z] 19:52:01 295636 0 1275448 67.79 0 310460 4472728 152.65 733032 585636 44492 [2021-01-11T20:05:08.069Z] 19:53:02 64004 0 743684 39.53 0 1073856 2157516 73.63 599284 1001932 0 [2021-01-11T20:05:08.069Z] 19:54:01 325252 0 867020 46.08 0 689272 3059000 104.40 664412 642748 87236 [2021-01-11T20:05:08.069Z] 19:55:01 112848 0 657752 34.96 0 1110944 1226784 41.87 649784 866168 20 [2021-01-11T20:05:08.069Z] 19:56:01 118132 0 651988 34.65 0 1111424 1193052 40.72 647648 865412 12 [2021-01-11T20:05:08.069Z] 19:57:01 117404 0 652716 34.69 0 1111424 1193148 40.72 648052 865432 8 [2021-01-11T20:05:08.069Z] 19:58:01 118456 0 651656 34.63 0 1111432 1188940 40.58 647600 865248 8 [2021-01-11T20:05:08.069Z] 19:59:01 118876 0 651224 34.61 0 1111444 1188940 40.58 647608 865252 8 [2021-01-11T20:05:08.069Z] 20:00:01 118792 0 651304 34.62 0 1111448 1188940 40.58 647484 865256 8 [2021-01-11T20:05:08.069Z] 20:01:01 115920 0 653308 34.72 0 1112316 1191280 40.66 648148 866084 16 [2021-01-11T20:05:08.069Z] 20:02:01 115428 0 653112 34.71 0 1113004 1189508 40.60 648184 866648 8 [2021-01-11T20:05:08.069Z] 20:03:01 116020 0 652520 34.68 0 1113004 1189448 40.59 647880 866648 8 [2021-01-11T20:05:08.069Z] 20:04:01 115608 0 652928 34.70 0 1113008 1189448 40.59 647884 866652 8 [2021-01-11T20:05:08.069Z] Average: 145063 0 732834 38.95 318 1003329 1650324 56.32 653133 831317 20980 [2021-01-11T20:05:08.069Z] [2021-01-11T20:05:08.069Z] 19:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-11T20:05:08.069Z] 19:47:01 veth14ce10f 928.27 857.81 85.76 2678.74 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:47:01 eth0 1969.25 1674.01 6369.72 199.09 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:47:01 docker0 928.27 857.68 73.07 2678.73 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:48:01 eth0 535.19 439.08 3657.77 66.23 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:48:01 docker0 154.52 199.37 11.44 825.92 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:49:02 veth516f61b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:49:02 eth0 45.25 30.74 34.10 71.86 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:50:01 eth0 79.77 58.68 377.33 17.76 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:51:04 vethac72677 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:51:04 eth0 197.49 155.28 1435.30 76.44 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:51:04 docker0 10.64 22.64 0.56 139.67 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:52:01 veth1eac8f9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:52:01 vethac72677 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:52:01 veth0906b52 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:52:01 eth0 14.61 7.27 12.37 5.38 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:53:02 vethac72677 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:53:02 eth0 64.30 36.16 214.47 15.99 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:53:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:53:02 vethcf53b9e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:54:01 vethac72677 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:54:01 vethd9a8190 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:54:01 eth0 53.07 40.13 50.32 87.16 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:55:01 eth0 227.30 159.12 1693.42 28.22 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:55:01 docker0 1156.08 1189.90 88.79 4268.57 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:56:01 eth0 0.68 0.20 0.41 0.05 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:57:01 eth0 0.72 0.50 0.40 0.27 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:58:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:02:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:03:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:04:01 eth0 0.57 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] Average: eth0 177.97 145.20 774.77 31.76 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.069Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.070Z] Average: docker0 64.27 66.15 4.94 237.32 0.00 0.00 0.00 0.00 [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] ---> sar -P ALL: [2021-01-11T20:05:08.070Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] 19:45:43 LINUX RESTART (4 CPU) [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] 19:46:01 CPU %user %nice %system %iowait %steal %idle [2021-01-11T20:05:08.070Z] 19:47:01 all 21.85 0.00 12.45 5.25 0.03 60.42 [2021-01-11T20:05:08.070Z] 19:47:01 0 18.84 0.00 15.10 5.97 0.03 60.06 [2021-01-11T20:05:08.070Z] 19:47:01 1 25.02 0.00 10.20 6.58 0.03 58.17 [2021-01-11T20:05:08.070Z] 19:47:01 2 20.27 0.00 15.19 2.96 0.05 61.52 [2021-01-11T20:05:08.070Z] 19:47:01 3 23.25 0.00 9.34 5.48 0.02 61.91 [2021-01-11T20:05:08.070Z] 19:48:01 all 15.07 0.00 9.91 5.39 0.03 69.59 [2021-01-11T20:05:08.070Z] 19:48:01 0 12.40 0.00 10.50 5.38 0.03 71.68 [2021-01-11T20:05:08.070Z] 19:48:01 1 13.93 0.00 9.00 4.64 0.03 72.39 [2021-01-11T20:05:08.070Z] 19:48:01 2 18.94 0.00 11.34 6.46 0.03 63.22 [2021-01-11T20:05:08.070Z] 19:48:01 3 15.01 0.00 8.80 5.07 0.03 71.08 [2021-01-11T20:05:08.070Z] 19:49:02 all 48.84 0.00 12.93 6.17 0.03 32.03 [2021-01-11T20:05:08.070Z] 19:49:02 0 49.42 0.00 13.60 5.93 0.02 31.03 [2021-01-11T20:05:08.070Z] 19:49:02 1 50.15 0.00 12.88 5.28 0.03 31.66 [2021-01-11T20:05:08.070Z] 19:49:02 2 46.35 0.00 13.29 7.08 0.02 33.26 [2021-01-11T20:05:08.070Z] 19:49:02 3 49.43 0.00 11.95 6.41 0.03 32.18 [2021-01-11T20:05:08.070Z] 19:50:01 all 44.15 0.00 13.69 2.30 0.04 39.82 [2021-01-11T20:05:08.070Z] 19:50:01 0 43.98 0.00 13.13 2.66 0.05 40.18 [2021-01-11T20:05:08.070Z] 19:50:01 1 42.68 0.00 13.45 2.32 0.03 41.51 [2021-01-11T20:05:08.070Z] 19:50:01 2 44.56 0.00 14.39 1.91 0.03 39.10 [2021-01-11T20:05:08.070Z] 19:50:01 3 45.39 0.00 13.81 2.29 0.04 38.48 [2021-01-11T20:05:08.070Z] 19:51:04 all 21.71 0.00 25.92 12.42 0.08 39.88 [2021-01-11T20:05:08.070Z] 19:51:04 0 23.88 0.00 25.84 14.81 0.08 35.39 [2021-01-11T20:05:08.070Z] 19:51:04 1 20.56 0.00 25.51 10.69 0.05 43.19 [2021-01-11T20:05:08.070Z] 19:51:04 2 20.76 0.00 26.52 11.47 0.08 41.16 [2021-01-11T20:05:08.070Z] 19:51:04 3 21.62 0.00 25.81 12.72 0.08 39.77 [2021-01-11T20:05:08.070Z] 19:52:01 all 42.31 0.00 23.14 21.60 0.07 12.87 [2021-01-11T20:05:08.070Z] 19:52:01 0 41.22 0.00 23.42 21.07 0.05 14.24 [2021-01-11T20:05:08.070Z] 19:52:01 1 42.75 0.00 22.30 21.90 0.11 12.93 [2021-01-11T20:05:08.070Z] 19:52:01 2 42.93 0.00 22.68 21.75 0.07 12.57 [2021-01-11T20:05:08.070Z] 19:52:01 3 42.36 0.00 24.16 21.69 0.05 11.73 [2021-01-11T20:05:08.070Z] 19:53:02 all 30.62 0.00 21.47 23.50 0.07 24.34 [2021-01-11T20:05:08.070Z] 19:53:02 0 29.64 0.00 20.27 22.24 0.07 27.78 [2021-01-11T20:05:08.070Z] 19:53:02 1 30.89 0.00 21.38 24.75 0.07 22.91 [2021-01-11T20:05:08.070Z] 19:53:02 2 29.99 0.00 21.14 24.81 0.07 23.99 [2021-01-11T20:05:08.070Z] 19:53:02 3 32.00 0.00 23.13 22.17 0.07 22.63 [2021-01-11T20:05:08.070Z] 19:54:01 all 37.28 0.00 25.25 19.17 0.08 18.22 [2021-01-11T20:05:08.070Z] 19:54:01 0 36.64 0.00 24.67 19.58 0.11 19.01 [2021-01-11T20:05:08.070Z] 19:54:01 1 37.70 0.00 24.86 18.16 0.07 19.21 [2021-01-11T20:05:08.070Z] 19:54:01 2 37.28 0.00 25.32 18.82 0.07 18.51 [2021-01-11T20:05:08.070Z] 19:54:01 3 37.49 0.00 26.14 20.15 0.09 16.12 [2021-01-11T20:05:08.070Z] 19:55:01 all 18.11 0.00 10.97 12.16 0.04 58.72 [2021-01-11T20:05:08.070Z] 19:55:01 0 19.39 0.00 12.60 8.96 0.05 58.99 [2021-01-11T20:05:08.070Z] 19:55:01 1 17.35 0.00 10.48 8.15 0.05 63.96 [2021-01-11T20:05:08.070Z] 19:55:01 2 16.98 0.00 10.99 18.47 0.03 53.53 [2021-01-11T20:05:08.070Z] 19:55:01 3 18.73 0.00 9.79 13.04 0.03 58.41 [2021-01-11T20:05:08.070Z] 19:56:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-11T20:05:08.070Z] 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 19:56:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-11T20:05:08.070Z] 19:56:01 2 0.48 0.00 0.05 0.00 0.00 99.47 [2021-01-11T20:05:08.070Z] 19:56:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-11T20:05:08.070Z] 19:57:01 all 0.14 0.00 0.05 0.00 0.00 99.82 [2021-01-11T20:05:08.070Z] 19:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 19:57:01 1 0.43 0.00 0.07 0.00 0.00 99.50 [2021-01-11T20:05:08.070Z] 19:57:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-11T20:05:08.070Z] 19:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] 19:57:01 CPU %user %nice %system %iowait %steal %idle [2021-01-11T20:05:08.070Z] 19:58:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 19:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 19:58:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-11T20:05:08.070Z] 19:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 19:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 19:59:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-11T20:05:08.070Z] 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 19:59:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2021-01-11T20:05:08.070Z] 19:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-11T20:05:08.070Z] 19:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 20:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-11T20:05:08.070Z] 20:00:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-11T20:05:08.070Z] 20:00:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-11T20:05:08.070Z] 20:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 20:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-11T20:05:08.070Z] 20:01:01 all 0.16 0.00 0.07 0.02 0.00 99.74 [2021-01-11T20:05:08.070Z] 20:01:01 0 0.02 0.00 0.15 0.08 0.00 99.75 [2021-01-11T20:05:08.070Z] 20:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-11T20:05:08.070Z] 20:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-11T20:05:08.070Z] 20:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-11T20:05:08.070Z] 20:02:01 all 0.17 0.00 0.04 0.02 0.00 99.78 [2021-01-11T20:05:08.070Z] 20:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-11T20:05:08.070Z] 20:02:01 1 0.55 0.00 0.05 0.03 0.00 99.37 [2021-01-11T20:05:08.070Z] 20:02:01 2 0.05 0.00 0.05 0.02 0.00 99.88 [2021-01-11T20:05:08.070Z] 20:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-11T20:05:08.070Z] 20:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-11T20:05:08.070Z] 20:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 20:03:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-11T20:05:08.070Z] 20:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-11T20:05:08.070Z] 20:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 20:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-11T20:05:08.070Z] 20:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] 20:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-11T20:05:08.070Z] 20:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-11T20:05:08.070Z] 20:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-11T20:05:08.070Z] Average: all 15.23 0.00 8.48 5.84 0.03 70.41 [2021-01-11T20:05:08.070Z] Average: 0 14.97 0.00 8.68 5.78 0.03 70.54 [2021-01-11T20:05:08.070Z] Average: 1 15.43 0.00 8.18 5.55 0.03 70.81 [2021-01-11T20:05:08.070Z] Average: 2 15.12 0.00 8.78 6.16 0.03 69.92 [2021-01-11T20:05:08.070Z] Average: 3 15.42 0.00 8.29 5.88 0.02 70.39 [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z] [2021-01-11T20:05:08.070Z]