Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d8589a92f3202e3fdf0c57a326c0783cadca1318+cc81cd9a60941bde415ebdc6eaf205dd7f209524 (9f15100ff6d298a69592bad0f9529965c31d0cc4) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-21012 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 Merge succeeded, producing 02e6eaf9507db6f5db445f0a9830c11d83da64f7 Checking out Revision 02e6eaf9507db6f5db445f0a9830c11d83da64f7 (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # 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 cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02e6eaf9507db6f5db445f0a9830c11d83da64f7 # timeout=10 Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T00:30:54.498Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T00:30:54.726Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T00:30:54.829Z] ========================================================= [2021-01-19T00:30:54.829Z] EdgeX Global Pipelines Version Info [2021-01-19T00:30:54.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 [2021-01-19T00:30:56.380Z] ------------------- [2021-01-19T00:30:56.380Z] stable info: [2021-01-19T00:30:56.380Z] ------------------- [2021-01-19T00:30:56.380Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T00:30:56.380Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T00:30:56.380Z] Message: update stable to v1.0.177 [2021-01-19T00:30:57.328Z] ------------------- [2021-01-19T00:30:57.328Z] experimental info: [2021-01-19T00:30:57.328Z] ------------------- [2021-01-19T00:30:57.328Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T00:30:57.328Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T00:30:57.328Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T00:30:57.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T00:30:57.663Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T00:30:57.756Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T00:30:57.843Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T00:30:57.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T00:30:58.005Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T00:30:58.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T00:30:58.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T00:30:58.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T00:30:58.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T00:30:58.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T00:30:58.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T00:30:58.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T00:30:58.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T00:30:58.832Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:30:58.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T00:30:59.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T00:30:59.159Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T00:30:59.308Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T00:30:59.472Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T00:30:59.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T00:30:59.680Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T00:30:59.796Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T00:30:59.882Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T00:30:59.969Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T00:31:00.173Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo [2021-01-19T00:31:00.289Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02e6eaf9507db6f5db445f0a9830c11d83da64f7 [Pipeline] echo [2021-01-19T00:31:00.428Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02e6eaf [Pipeline] echo [2021-01-19T00:31:00.539Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:31:00.843Z] provisioning config files... [2021-01-19T00:31:00.901Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1233495904091483631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:31:01.300Z] ---> docker-login.sh [2021-01-19T00:31:01.300Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:31:01.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:01.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:01.571Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:01.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:01.571Z] [2021-01-19T00:31:01.571Z] Login Succeeded [2021-01-19T00:31:01.571Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:31:01.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:01.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:01.841Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:01.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:01.841Z] [2021-01-19T00:31:01.841Z] Login Succeeded [2021-01-19T00:31:01.841Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:31:02.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:02.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:02.108Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:02.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:02.108Z] [2021-01-19T00:31:02.108Z] Login Succeeded [2021-01-19T00:31:02.108Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:31:02.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:02.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:02.370Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:02.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:02.370Z] [2021-01-19T00:31:02.370Z] Login Succeeded [2021-01-19T00:31:02.370Z] docker.io [2021-01-19T00:31:02.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:31:02.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:31:02.633Z] Configure a credential helper to remove this warning. See [2021-01-19T00:31:02.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:31:02.633Z] [2021-01-19T00:31:02.633Z] Login Succeeded [2021-01-19T00:31:02.633Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:31:02.643Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:31:03.148Z] ++ 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-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T00:31:03.148Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T00:31:03.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T00:31:03.148Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T00:31:03.148Z] ++ cut -d/ -f2 [2021-01-19T00:31:03.148Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T00:31:03.229Z] 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-19T00:31:04.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:04.091Z] [2021-01-19T00:31:04.091Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:31:04.439Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:04.440Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T00:31:04.440Z] 31603596830f: Pulling fs layer [2021-01-19T00:31:04.440Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T00:31:04.440Z] 6ca5941a6612: Pulling fs layer [2021-01-19T00:31:04.440Z] ecc8261a40a4: Pulling fs layer [2021-01-19T00:31:04.440Z] ecc8261a40a4: Waiting [2021-01-19T00:31:04.440Z] 2a8b12db71e7: Download complete [2021-01-19T00:31:04.704Z] 31603596830f: Verifying Checksum [2021-01-19T00:31:04.704Z] 31603596830f: Download complete [2021-01-19T00:31:04.967Z] ecc8261a40a4: Verifying Checksum [2021-01-19T00:31:04.967Z] ecc8261a40a4: Download complete [2021-01-19T00:31:04.967Z] 6ca5941a6612: Verifying Checksum [2021-01-19T00:31:04.967Z] 6ca5941a6612: Download complete [2021-01-19T00:31:05.230Z] 31603596830f: Pull complete [2021-01-19T00:31:05.230Z] 2a8b12db71e7: Pull complete [2021-01-19T00:31:06.184Z] 6ca5941a6612: Pull complete [2021-01-19T00:31:06.446Z] ecc8261a40a4: Pull complete [2021-01-19T00:31:06.446Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T00:31:06.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T00:31:06.446Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T00:31:06.552Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:31:06.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T00:31:09.263Z] $ docker top 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T00:31:09.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:09.550Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:31:09.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:31:09.780Z] $ docker exec 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent [2021-01-19T00:31:09.949Z] SSH_AUTH_SOCK=/tmp/ssh-8kvuoV6wGV3l/agent.12 [2021-01-19T00:31:09.949Z] SSH_AGENT_PID=17 [2021-01-19T00:31:09.963Z] Running ssh-add (command line suppressed) [2021-01-19T00:31:10.084Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1059426581361731994.key (/w/workspace/edgex-go/5@tmp/private_key_1059426581361731994.key) [2021-01-19T00:31:10.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:31:10.468Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T00:31:10.495Z] $ docker exec --env ******** --env ******** 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent -k [2021-01-19T00:31:10.609Z] unset SSH_AUTH_SOCK; [2021-01-19T00:31:10.609Z] unset SSH_AGENT_PID; [2021-01-19T00:31:10.609Z] echo Agent pid 17 killed; [2021-01-19T00:31:10.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T00:31:10.799Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T00:31:10.799Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T00:31:10.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T00:31:10.971Z] $ docker exec 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent [2021-01-19T00:31:11.132Z] SSH_AUTH_SOCK=/tmp/ssh-CTnMAALliCpJ/agent.46 [2021-01-19T00:31:11.132Z] SSH_AGENT_PID=51 [2021-01-19T00:31:11.140Z] Running ssh-add (command line suppressed) [2021-01-19T00:31:11.256Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5077879619059751780.key (/w/workspace/edgex-go/5@tmp/private_key_5077879619059751780.key) [2021-01-19T00:31:11.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T00:31:11.643Z] + git semver init [2021-01-19T00:31:11.643Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T00:31:11.643Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-19T00:31:11.643Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-19T00:31:11.643Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T00:31:11.643Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T00:31:11.643Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T00:31:11.643Z] # $SEMVER_BRANCH = PR-3040 [2021-01-19T00:31:11.643Z] # $SEMVER_TEMP = /tmp/semver-672685306 [2021-01-19T00:31:11.643Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T00:31:43.880Z] # '/tmp/semver-672685306' -> '/w/workspace/edgex-go/5/.semver' [2021-01-19T00:31:43.880Z] # -> Force: false [2021-01-19T00:31:43.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-19T00:31:43.902Z] $ docker exec --env ******** --env ******** 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 ssh-agent -k [2021-01-19T00:31:44.123Z] unset SSH_AUTH_SOCK; [2021-01-19T00:31:44.123Z] unset SSH_AGENT_PID; [2021-01-19T00:31:44.123Z] echo Agent pid 51 killed; [2021-01-19T00:31:44.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T00:31:44.671Z] + git semver [Pipeline] } [2021-01-19T00:31:44.694Z] $ docker stop --time=1 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 [2021-01-19T00:31:46.645Z] $ docker rm -f 7d48cef44909149c0b8da4f596cb77b51ac3c5510192f88dc59bb39dd0ac1899 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:31:47.149Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T00:31:47.637Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T00:31:47.640Z] [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-19T00:31:48.526Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:31:48.832Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:31:49.134Z] + true [2021-01-19T00:31:49.134Z] + sudo service docker restart [2021-01-19T00:31:49.134Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T00:31:49.757Z] ========================================================= [2021-01-19T00:31:49.757Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T00:31:49.757Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:31:50.095Z] + 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-19T00:31:53.420Z] Sending build context to Docker daemon 326.6MB [2021-01-19T00:31:53.420Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:31:53.420Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:31:53.420Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T00:31:53.420Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T00:31:53.420Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T00:31:53.420Z] de9db76c5a1d: Pulling fs layer [2021-01-19T00:31:53.420Z] bca2f99d35d6: Pulling fs layer [2021-01-19T00:31:53.420Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T00:31:53.420Z] 7c6f9722023f: Pulling fs layer [2021-01-19T00:31:53.420Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T00:31:53.420Z] 93359f2a8cfa: Waiting [2021-01-19T00:31:53.420Z] 7c6f9722023f: Waiting [2021-01-19T00:31:53.420Z] bca2f99d35d6: Waiting [2021-01-19T00:31:53.420Z] a35cf1a2eb13: Waiting [2021-01-19T00:31:53.686Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T00:31:53.686Z] 0ef7d3d256c8: Download complete [2021-01-19T00:31:53.686Z] de9db76c5a1d: Verifying Checksum [2021-01-19T00:31:53.686Z] de9db76c5a1d: Download complete [2021-01-19T00:31:53.686Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T00:31:53.686Z] 93359f2a8cfa: Download complete [2021-01-19T00:31:53.686Z] 7c6f9722023f: Verifying Checksum [2021-01-19T00:31:53.686Z] 7c6f9722023f: Download complete [2021-01-19T00:31:53.686Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T00:31:53.686Z] 188c0c94c7c5: Download complete [2021-01-19T00:31:53.951Z] 188c0c94c7c5: Pull complete [2021-01-19T00:31:54.224Z] 0ef7d3d256c8: Pull complete [2021-01-19T00:31:54.486Z] de9db76c5a1d: Pull complete [2021-01-19T00:31:56.436Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T00:31:56.437Z] a35cf1a2eb13: Download complete [2021-01-19T00:31:56.707Z] bca2f99d35d6: Verifying Checksum [2021-01-19T00:31:56.707Z] bca2f99d35d6: Download complete [2021-01-19T00:32:02.022Z] bca2f99d35d6: Pull complete [2021-01-19T00:32:02.022Z] 93359f2a8cfa: Pull complete [2021-01-19T00:32:02.022Z] 7c6f9722023f: Pull complete [2021-01-19T00:32:03.006Z] Still waiting to schedule task [2021-01-19T00:32:03.006Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T00:32:07.343Z] a35cf1a2eb13: Pull complete [2021-01-19T00:32:07.343Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T00:32:07.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T00:32:07.343Z] ---> a62c8e92a672 [2021-01-19T00:32:07.343Z] 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-19T00:32:07.343Z] ---> Running in 64cd7b61cf22 [2021-01-19T00:32:07.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:32:07.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:32:08.866Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:32:09.135Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:32:09.135Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:32:09.135Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:32:21.393Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:32:21.393Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:32:21.393Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:32:21.393Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:32:21.393Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:32:21.394Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:32:21.394Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:32:21.394Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:32:21.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:32:21.394Z] OK: 233 MiB in 51 packages [2021-01-19T00:32:24.716Z] Removing intermediate container 64cd7b61cf22 [2021-01-19T00:32:24.716Z] ---> 073d1cbc582a [2021-01-19T00:32:24.716Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:32:24.716Z] ---> Running in 17e1152760d7 [2021-01-19T00:32:24.716Z] Removing intermediate container 17e1152760d7 [2021-01-19T00:32:24.716Z] ---> dafd59d70e93 [2021-01-19T00:32:24.716Z] Step 5/6 : COPY go.mod . [2021-01-19T00:32:24.716Z] ---> 7d47ba97e726 [2021-01-19T00:32:24.716Z] Step 6/6 : RUN go mod download [2021-01-19T00:32:24.716Z] ---> Running in 7d2c039849ed [2021-01-19T00:32:46.745Z] Removing intermediate container 7d2c039849ed [2021-01-19T00:32:46.745Z] ---> e24d5bf322ec [2021-01-19T00:32:46.745Z] Successfully built e24d5bf322ec [2021-01-19T00:32:46.745Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:47.064Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:32:47.064Z] . [Pipeline] withDockerContainer [2021-01-19T00:32:47.177Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:32:47.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:32:48.146Z] $ docker top 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:32:48.615Z] + go version [2021-01-19T00:32:48.616Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T00:32:48.634Z] $ docker stop --time=1 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab [2021-01-19T00:32:50.949Z] $ docker rm -f 0820076b17047680cde5ab981eff8cae96f4b64f1eec6d001cc1932ff094efab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:32:51.740Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T00:32:51.740Z] . [Pipeline] withDockerContainer [2021-01-19T00:32:51.848Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:32:51.903Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T00:32:52.618Z] $ docker top 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:32:52.840Z] ========================================================= [2021-01-19T00:32:52.841Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:32:52.841Z] ========================================================= [Pipeline] sh [2021-01-19T00:32:53.135Z] + make test [2021-01-19T00:32:53.135Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:33:01.327Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:33:16.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:33:21.677Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:33:22.651Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:33:22.651Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:33:22.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:33:22.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:33:22.651Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:33:23.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:33:23.502Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:33:24.091Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:33:26.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:33:26.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:33:26.050Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:33:28.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements [2021-01-19T00:33:28.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:33:28.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:33:28.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:33:28.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:33:28.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:33:33.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.0% of statements [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:33:33.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:33:33.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:33:33.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 67.9% of statements [2021-01-19T00:33:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:33:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.447s coverage: 82.3% of statements [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:33:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:33:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:33:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-19T00:33:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:33:34.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2021-01-19T00:33:34.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:33:34.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-01-19T00:33:34.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:33:34.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-19T00:33:34.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:33:34.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:33:34.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:33:34.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:33:36.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:33:36.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:33:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:33:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:33:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:33:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-01-19T00:33:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:33:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-19T00:33:37.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-01-19T00:33:37.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-19T00:33:37.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-19T00:33:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:33:38.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-01-19T00:33:38.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:33:38.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:33:38.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-19T00:33:38.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-19T00:33:38.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-19T00:33:38.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-19T00:33:38.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-01-19T00:33:40.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 68.9% of statements [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:33:40.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 37.0% of statements [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:33:40.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:33:40.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.0% of statements [2021-01-19T00:33:40.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements [2021-01-19T00:33:42.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:33:42.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:33:42.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-01-19T00:33:42.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:33:43.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.679s coverage: 29.1% of statements [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:33:43.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:33:43.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:33:43.940Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:33:43.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:33:43.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:33:44.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-19T00:33:44.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:33:44.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:33:44.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-19T00:33:44.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T00:33:44.738Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T00:33:45.000Z] GO111MODULE=on go vet ./... [2021-01-19T00:34:07.094Z] gofmt -l . [2021-01-19T00:34:07.668Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:34:07.930Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:34:08.515Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:34:09.393Z] + ls -al . [2021-01-19T00:34:09.393Z] total 656 [2021-01-19T00:34:09.393Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 00:34 . [2021-01-19T00:34:09.393Z] drwxr-xr-x 4 root root 28 Jan 19 00:32 .. [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:30 .dockerignore [2021-01-19T00:34:09.393Z] drwxrwxr-x 8 1001 1001 179 Jan 19 00:30 .git [2021-01-19T00:34:09.393Z] drwxrwxr-x 3 1001 1001 125 Jan 19 00:30 .github [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:30 .gitignore [2021-01-19T00:34:09.393Z] drwx------ 3 1001 1001 47 Jan 19 00:31 .semver [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:30 .sonarcloud.properties [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:30 Attribution.txt [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:30 CONTRIBUTING.md [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:30 Dockerfile.build [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:30 Jenkinsfile [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:30 LICENSE [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:30 Makefile [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:30 README.md [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:30 SECURITY.md [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:30 ZMQWindows.md [2021-01-19T00:34:09.393Z] drwxrwxr-x 2 1001 1001 117 Jan 19 00:30 bin [2021-01-19T00:34:09.393Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:30 cmd [2021-01-19T00:34:09.393Z] -rw-r--r-- 1 root root 550280 Jan 19 00:33 coverage.out [2021-01-19T00:34:09.393Z] -rw-r--r-- 1 root root 981 Jan 19 00:34 go.mod [2021-01-19T00:34:09.393Z] -rw-r--r-- 1 root root 19326 Jan 19 00:34 go.sum [2021-01-19T00:34:09.393Z] drwxrwxr-x 8 1001 1001 127 Jan 19 00:30 internal [2021-01-19T00:34:09.393Z] drwxrwxr-x 4 1001 1001 26 Jan 19 00:30 openapi [2021-01-19T00:34:09.393Z] drwxrwxr-x 4 1001 1001 71 Jan 19 00:30 snap [2021-01-19T00:34:09.393Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:30 version.go [Pipeline] sh [2021-01-19T00:34:09.696Z] + '[' -e coverage.out ] [2021-01-19T00:34:09.696Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:34:09.914Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:34:10.217Z] + make build [2021-01-19T00:34:10.217Z] 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-19T00:34:13.544Z] 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-19T00:34:20.188Z] 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-19T00:34:22.121Z] 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-19T00:34:23.517Z] 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-19T00:34:23.785Z] 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-19T00:34:25.190Z] 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-19T00:34:26.592Z] 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-19T00:34:27.545Z] 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-19T00:34:28.503Z] 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-19T00:34:29.905Z] 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-19T00:34:30.486Z] 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-19T00:34:31.903Z] $ docker stop --time=1 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 [2021-01-19T00:34:33.932Z] $ docker rm -f 8738f130670db4d93e5caf279c1810d599f070e0c7f55c9db81874fd9a232579 [2021-01-19T00:34:34.040Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21019 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-01-19T00:34:34.601Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:37.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:34:37.814Z] [2021-01-19T00:34:37.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:38.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:34:38.166Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T00:34:38.166Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T00:34:38.166Z] ca9280d653b3: Pulling fs layer [2021-01-19T00:34:38.166Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T00:34:38.166Z] cbdbe7a5bc2a: Download complete [2021-01-19T00:34:38.743Z] cbdbe7a5bc2a: Pull complete [2021-01-19T00:34:39.319Z] ca9280d653b3: Verifying Checksum [2021-01-19T00:34:39.320Z] ca9280d653b3: Download complete [2021-01-19T00:34:40.190Z] using credential edgex-jenkins-ssh [2021-01-19T00:34:40.255Z] Cloning the remote Git repository [2021-01-19T00:34:40.270Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T00:34:40.270Z] 7e9c9ca2126c: Download complete [2021-01-19T00:34:40.270Z] ca9280d653b3: Pull complete [2021-01-19T00:34:40.316Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:34:40.442Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-19T00:34:40.533Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:34:40.535Z] > git --version # timeout=10 [2021-01-19T00:34:40.562Z] > git --version # 'git version 2.17.1' [2021-01-19T00:34:40.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:34:40.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:34:48.471Z] 7e9c9ca2126c: Pull complete [2021-01-19T00:34:48.471Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T00:34:48.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:34:48.472Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T00:34:48.690Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:34:48.740Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:34:51.863Z] $ docker top 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:34:52.374Z] + docker-compose build --help [2021-01-19T00:34:52.374Z] + grep parallel [2021-01-19T00:34:53.321Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T00:34:53.341Z] $ docker stop --time=1 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 [2021-01-19T00:34:54.709Z] $ docker rm -f 628e595c79448bb105108c12b615bfda373cc10368f047db9bf2fa7922545331 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:34:55.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T00:34:55.300Z] . [Pipeline] withDockerContainer [2021-01-19T00:34:55.397Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:34:55.444Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T00:34:56.061Z] $ docker top 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:34:56.294Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 [2021-01-19T00:34:56.585Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:34:55.576Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:34:55.594Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:34:55.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:34:55.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:34:55.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:34:55.677Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:34:56.319Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:34:56.353Z] > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [2021-01-19T00:34:56.655Z] > git remote # timeout=10 [2021-01-19T00:34:56.745Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:34:56.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:34:56.784Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:34:57.070Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:34:57.080Z] Merge succeeded, producing c4b1017e7d296a14925835cd4291b8e580cb701d [2021-01-19T00:34:57.080Z] Checking out Revision c4b1017e7d296a14925835cd4291b8e580cb701d (PR-3040) [2021-01-19T00:34:57.591Z] Building docker-core-command-go ... [2021-01-19T00:34:57.591Z] Building docker-core-data-go ... [2021-01-19T00:34:57.591Z] Building docker-core-metadata-go ... [2021-01-19T00:34:57.591Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:34:57.591Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:34:57.591Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:34:57.591Z] Building docker-support-notifications-go ... [2021-01-19T00:34:57.591Z] Building docker-support-scheduler-go ... [2021-01-19T00:34:57.591Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:34:57.591Z] Building docker-security-secretstore-setup-go [2021-01-19T00:34:57.591Z] Building docker-core-metadata-go [2021-01-19T00:34:57.591Z] Building docker-core-command-go [2021-01-19T00:34:57.591Z] Building docker-security-proxy-setup-go [2021-01-19T00:34:57.591Z] Building docker-security-bootstrap-redis-go [2021-01-19T00:34:57.090Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:34:57.098Z] > git checkout -f c4b1017e7d296a14925835cd4291b8e580cb701d # timeout=10 [2021-01-19T00:35:01.341Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:35:01.367Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T00:35:03.098Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:35:03.560Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T00:35:01.354Z] > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 [2021-01-19T00:35:03.909Z] + + sudo service dockertrue restart [2021-01-19T00:35:03.909Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T00:35:05.968Z] provisioning config files... [2021-01-19T00:35:06.015Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config316877145733888133tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:35:06.421Z] ---> docker-login.sh [2021-01-19T00:35:06.421Z] nexus3.edgexfoundry.org:10001 [2021-01-19T00:35:07.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:07.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:07.686Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:07.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:07.686Z] [2021-01-19T00:35:07.686Z] Login Succeeded [2021-01-19T00:35:07.686Z] nexus3.edgexfoundry.org:10002 [2021-01-19T00:35:07.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:08.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:08.236Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:08.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:08.236Z] [2021-01-19T00:35:08.236Z] Login Succeeded [2021-01-19T00:35:08.236Z] nexus3.edgexfoundry.org:10003 [2021-01-19T00:35:08.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:08.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:08.540Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:08.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:08.540Z] [2021-01-19T00:35:08.540Z] Login Succeeded [2021-01-19T00:35:08.540Z] nexus3.edgexfoundry.org:10004 [2021-01-19T00:35:09.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:09.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:09.133Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:09.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:09.133Z] [2021-01-19T00:35:09.133Z] Login Succeeded [2021-01-19T00:35:09.133Z] docker.io [2021-01-19T00:35:09.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T00:35:10.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T00:35:10.012Z] Configure a credential helper to remove this warning. See [2021-01-19T00:35:10.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T00:35:10.012Z] [2021-01-19T00:35:10.012Z] Login Succeeded [2021-01-19T00:35:10.012Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T00:35:10.029Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T00:35:10.549Z] ========================================================= [2021-01-19T00:35:10.549Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T00:35:10.549Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:35:10.939Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T00:35:12.965Z] Sending build context to Docker daemon 165.5MB [2021-01-19T00:35:13.243Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:13.243Z] Step 2/6 : FROM ${BASE} [2021-01-19T00:35:13.243Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T00:35:13.243Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T00:35:13.243Z] a4357932f1b6: Pulling fs layer [2021-01-19T00:35:13.243Z] 18c013af1878: Pulling fs layer [2021-01-19T00:35:13.243Z] 00ac8860ef70: Pulling fs layer [2021-01-19T00:35:13.243Z] 63d7cb157983: Pulling fs layer [2021-01-19T00:35:13.243Z] b116817d02f9: Pulling fs layer [2021-01-19T00:35:13.243Z] 745a02a5169b: Pulling fs layer [2021-01-19T00:35:13.243Z] b116817d02f9: Waiting [2021-01-19T00:35:13.243Z] 00ac8860ef70: Waiting [2021-01-19T00:35:13.243Z] 745a02a5169b: Waiting [2021-01-19T00:35:13.243Z] 63d7cb157983: Waiting [2021-01-19T00:35:13.243Z] 18c013af1878: Verifying Checksum [2021-01-19T00:35:13.243Z] 18c013af1878: Download complete [2021-01-19T00:35:13.243Z] a4357932f1b6: Verifying Checksum [2021-01-19T00:35:13.243Z] a4357932f1b6: Download complete [2021-01-19T00:35:13.243Z] 63d7cb157983: Download complete [2021-01-19T00:35:13.243Z] b116817d02f9: Verifying Checksum [2021-01-19T00:35:13.243Z] b116817d02f9: Download complete [2021-01-19T00:35:13.243Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T00:35:13.243Z] 5f621e34cdf4: Download complete [2021-01-19T00:35:14.249Z] 5f621e34cdf4: Pull complete [2021-01-19T00:35:14.528Z] a4357932f1b6: Pull complete [2021-01-19T00:35:14.804Z] 18c013af1878: Pull complete [2021-01-19T00:35:15.800Z] 745a02a5169b: Verifying Checksum [2021-01-19T00:35:15.800Z] 745a02a5169b: Download complete [2021-01-19T00:35:16.781Z] 00ac8860ef70: Download complete [2021-01-19T00:35:26.939Z] 00ac8860ef70: Pull complete [2021-01-19T00:35:26.939Z] 63d7cb157983: Pull complete [2021-01-19T00:35:26.939Z] b116817d02f9: Pull complete [2021-01-19T00:35:29.565Z] 745a02a5169b: Pull complete [2021-01-19T00:35:29.565Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T00:35:29.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T00:35:29.565Z] ---> b7e6874047d6 [2021-01-19T00:35:29.565Z] 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-19T00:35:29.841Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:29.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:35:29.842Z] ---> e24d5bf322ec [2021-01-19T00:35:29.842Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:35:29.842Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:29.842Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:35:29.842Z] ---> e24d5bf322ec [2021-01-19T00:35:29.842Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:35:29.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:29.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:35:29.842Z] ---> e24d5bf322ec [2021-01-19T00:35:29.842Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:35:29.842Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:29.842Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:35:29.842Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:35:29.842Z] ---> e24d5bf322ec [2021-01-19T00:35:29.842Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/24 : WORKDIR /edgex-go [2021-01-19T00:35:29.842Z] [2021-01-19T00:35:29.842Z] ---> e24d5bf322ec [2021-01-19T00:35:29.842Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:35:29.842Z] ---> Running in c0ad7629e7aa [2021-01-19T00:35:29.842Z] ---> Running in 73bd455e7e64 [2021-01-19T00:35:29.842Z] ---> Running in e0ae8d3e053e [2021-01-19T00:35:29.842Z] ---> Running in 821f92f8d093 [2021-01-19T00:35:29.842Z] ---> Running in 8b13336bc858 [2021-01-19T00:35:29.842Z] Removing intermediate container e0ae8d3e053e [2021-01-19T00:35:29.842Z] ---> 967cf8fbace8 [2021-01-19T00:35:29.842Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:35:29.842Z] Removing intermediate container 821f92f8d093 [2021-01-19T00:35:29.842Z] ---> 085301523887 [2021-01-19T00:35:29.842Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:35:29.842Z] Removing intermediate container c0ad7629e7aa [2021-01-19T00:35:29.842Z] ---> e2b8368d3c0e [2021-01-19T00:35:29.842Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:35:29.842Z] Removing intermediate container 8b13336bc858 [2021-01-19T00:35:29.842Z] ---> 8f0452396235 [2021-01-19T00:35:29.842Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:35:29.842Z] Removing intermediate container 73bd455e7e64 [2021-01-19T00:35:29.842Z] ---> 0073f6a1e8ab [2021-01-19T00:35:29.842Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:35:29.842Z] ---> Running in b138434f458d [2021-01-19T00:35:29.842Z] ---> Running in a473da59d088 [2021-01-19T00:35:29.842Z] ---> Running in 440682ce873f [2021-01-19T00:35:29.842Z] ---> Running in 0ae4d92a5474 [2021-01-19T00:35:29.842Z] ---> Running in 2d0f6879ad7f [2021-01-19T00:35:31.266Z] Removing intermediate container a473da59d088 [2021-01-19T00:35:31.266Z] ---> 3013ac7bf730 [2021-01-19T00:35:31.266Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:35:31.568Z] Removing intermediate container 440682ce873f [2021-01-19T00:35:31.568Z] ---> 1e2cf7ac355a [2021-01-19T00:35:31.568Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:35:31.568Z] ---> Running in ead3930c9c1d [2021-01-19T00:35:31.568Z] Removing intermediate container b138434f458d [2021-01-19T00:35:31.568Z] ---> c07443b85da9 [2021-01-19T00:35:31.568Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:35:31.836Z] ---> Running in 9f90a60b7126 [2021-01-19T00:35:31.836Z] Removing intermediate container 0ae4d92a5474 [2021-01-19T00:35:31.836Z] ---> 7ae99c414adf [2021-01-19T00:35:31.836Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:35:31.836Z] ---> Running in 254954b85cd4 [2021-01-19T00:35:31.836Z] Removing intermediate container 2d0f6879ad7f [2021-01-19T00:35:31.836Z] ---> 83e34c28490e [2021-01-19T00:35:31.836Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:35:32.114Z] ---> Running in bb1a0ea68f77 [2021-01-19T00:35:32.114Z] ---> Running in d19005b92c94 [2021-01-19T00:35:32.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:32.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:32.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:35:33.899Z] ---> Running in 82ad07ef16c9 [2021-01-19T00:35:34.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:35:34.378Z] OK: 233 MiB in 51 packages [2021-01-19T00:35:34.378Z] OK: 233 MiB in 51 packages [2021-01-19T00:35:34.645Z] OK: 233 MiB in 51 packages [2021-01-19T00:35:34.908Z] Removing intermediate container d19005b92c94 [2021-01-19T00:35:34.908Z] ---> f71baaca4022 [2021-01-19T00:35:34.908Z] Step 6/22 : COPY go.mod . [2021-01-19T00:35:35.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:35:35.171Z] Removing intermediate container bb1a0ea68f77 [2021-01-19T00:35:35.171Z] ---> 7e07cff34770 [2021-01-19T00:35:35.171Z] Step 6/24 : COPY go.mod . [2021-01-19T00:35:35.171Z] Removing intermediate container ead3930c9c1d [2021-01-19T00:35:35.171Z] ---> 71ecf33fa5b7 [2021-01-19T00:35:35.171Z] Step 6/22 : COPY go.mod . [2021-01-19T00:35:35.171Z] ---> 359d2c18b152 [2021-01-19T00:35:35.171Z] Step 7/22 : RUN go mod download [2021-01-19T00:35:35.433Z] ---> 749960e05c36 [2021-01-19T00:35:35.433Z] Step 7/24 : RUN go mod download [2021-01-19T00:35:35.433Z] OK: 233 MiB in 51 packages [2021-01-19T00:35:35.433Z] ---> Running in fc7a2b6f3cf0 [2021-01-19T00:35:35.433Z] OK: 233 MiB in 51 packages [2021-01-19T00:35:35.433Z] ---> f39cfbf6e4a0 [2021-01-19T00:35:35.433Z] Step 7/22 : RUN go mod download [2021-01-19T00:35:35.433Z] ---> Running in 7920434f4d60 [2021-01-19T00:35:35.698Z] ---> Running in 391927839aae [2021-01-19T00:35:36.576Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T00:35:36.646Z] Removing intermediate container 9f90a60b7126 [2021-01-19T00:35:36.647Z] ---> 3dd2811ac0a3 [2021-01-19T00:35:36.647Z] Step 6/21 : COPY go.mod . [2021-01-19T00:35:36.647Z] Removing intermediate container 254954b85cd4 [2021-01-19T00:35:36.647Z] ---> bf8b78d2f580 [2021-01-19T00:35:36.647Z] Step 6/22 : COPY go.mod . [2021-01-19T00:35:36.647Z] ---> aecbb134ff9b [2021-01-19T00:35:36.647Z] Step 7/21 : RUN go mod download [2021-01-19T00:35:36.848Z] (2/12) Installing file (5.38-r0) [2021-01-19T00:35:36.920Z] ---> Running in 6bcbcfd6ec78 [2021-01-19T00:35:36.920Z] ---> 5e97dc21e8eb [2021-01-19T00:35:36.920Z] Step 7/22 : RUN go mod download [2021-01-19T00:35:36.920Z] ---> Running in d44236a3dde1 [2021-01-19T00:35:37.118Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T00:35:37.118Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T00:35:37.881Z] Removing intermediate container 391927839aae [2021-01-19T00:35:37.881Z] ---> b16c9180eac7 [2021-01-19T00:35:37.881Z] Step 8/22 : COPY . . [2021-01-19T00:35:38.143Z] Removing intermediate container fc7a2b6f3cf0 [2021-01-19T00:35:38.143Z] ---> 850ae9a64a42 [2021-01-19T00:35:38.143Z] Step 8/22 : COPY . . [2021-01-19T00:35:38.143Z] Removing intermediate container 7920434f4d60 [2021-01-19T00:35:38.143Z] ---> acdaba3d4f52 [2021-01-19T00:35:38.143Z] Step 8/24 : COPY . . [2021-01-19T00:35:41.492Z] Removing intermediate container 6bcbcfd6ec78 [2021-01-19T00:35:41.492Z] ---> a736d42f2f81 [2021-01-19T00:35:41.492Z] Step 8/21 : COPY . . [2021-01-19T00:35:45.764Z] Removing intermediate container d44236a3dde1 [2021-01-19T00:35:45.764Z] ---> de9f7b1c2cec [2021-01-19T00:35:45.764Z] Step 8/22 : COPY . . [2021-01-19T00:35:47.251Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T00:35:47.251Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T00:35:47.251Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T00:35:47.251Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T00:35:47.251Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T00:35:47.251Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T00:35:47.251Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T00:35:47.525Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T00:35:47.525Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:35:47.525Z] OK: 217 MiB in 51 packages [2021-01-19T00:35:51.858Z] Removing intermediate container 82ad07ef16c9 [2021-01-19T00:35:51.858Z] ---> d79eab6417f1 [2021-01-19T00:35:51.858Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T00:35:51.858Z] ---> Running in 6c9f037ccde8 [2021-01-19T00:35:52.464Z] Removing intermediate container 6c9f037ccde8 [2021-01-19T00:35:52.464Z] ---> 43b70430464d [2021-01-19T00:35:52.464Z] Step 5/6 : COPY go.mod . [2021-01-19T00:35:53.063Z] ---> bcdc8ccae716 [2021-01-19T00:35:53.063Z] Step 6/6 : RUN go mod download [2021-01-19T00:35:53.341Z] ---> Running in fab96984a8d5 [2021-01-19T00:36:18.027Z] ---> 26f8264c9cc8 [2021-01-19T00:36:18.027Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:36:18.027Z] ---> Running in ed38583fb935 [2021-01-19T00:36:18.027Z] ---> 03209145b680 [2021-01-19T00:36:18.027Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:36:18.027Z] ---> 866c85d0ac59 [2021-01-19T00:36:18.027Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:36:18.027Z] ---> e583f3028c66 [2021-01-19T00:36:18.027Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:36:18.027Z] ---> 0076fb74fa5a [2021-01-19T00:36:18.027Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:36:18.027Z] ---> Running in 9366a64aea8a [2021-01-19T00:36:18.027Z] ---> Running in 9fc5c3bc9cb5 [2021-01-19T00:36:18.027Z] ---> Running in 5060438c8253 [2021-01-19T00:36:18.027Z] ---> Running in 2c1a4f839909 [2021-01-19T00:36:18.027Z] 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-19T00:36:18.027Z] 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-19T00:36:18.027Z] 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-19T00:36:18.027Z] 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-19T00:36:18.027Z] 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-19T00:36:20.258Z] Removing intermediate container fab96984a8d5 [2021-01-19T00:36:20.258Z] ---> 9f38c87045de [2021-01-19T00:36:20.258Z] Successfully built 9f38c87045de [2021-01-19T00:36:20.258Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:20.606Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:36:20.606Z] . [Pipeline] withDockerContainer [2021-01-19T00:36:20.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container [2021-01-19T00:36:21.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:36:22.591Z] $ docker top 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:36:23.702Z] + go version [2021-01-19T00:36:23.702Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T00:36:23.737Z] $ docker stop --time=1 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 [2021-01-19T00:36:25.845Z] $ docker rm -f 6f17d4e72425b7a760ec6470a82472f799fc068dec59c3ee97d2e1ada59e9a53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:36:26.859Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T00:36:26.859Z] . [Pipeline] withDockerContainer [2021-01-19T00:36:27.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container [2021-01-19T00:36:27.252Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T00:36:28.855Z] $ docker top 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T00:36:29.249Z] ========================================================= [2021-01-19T00:36:29.249Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T00:36:29.249Z] ========================================================= [Pipeline] sh [2021-01-19T00:36:29.916Z] + make test [2021-01-19T00:36:29.917Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T00:36:44.779Z] 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-19T00:36:44.779Z] 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-19T00:36:46.183Z] Removing intermediate container 9fc5c3bc9cb5 [2021-01-19T00:36:46.183Z] ---> 38ff524ceadc [2021-01-19T00:36:46.183Z] [2021-01-19T00:36:46.183Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:36:46.183Z] 3.12: Pulling from library/alpine [2021-01-19T00:36:47.153Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:36:47.153Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:36:47.153Z] ---> 389fef711851 [2021-01-19T00:36:47.153Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:36:47.153Z] ---> Running in 0bd4c2aa2620 [2021-01-19T00:36:48.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:48.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:48.394Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:36:48.394Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:36:48.394Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:36:48.394Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:36:48.394Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:36:48.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:36:48.394Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:36:48.660Z] OK: 7 MiB in 19 packages [2021-01-19T00:36:53.999Z] Removing intermediate container 9366a64aea8a [2021-01-19T00:36:53.999Z] ---> 83400bf4d09a [2021-01-19T00:36:53.999Z] [2021-01-19T00:36:53.999Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:36:53.999Z] ---> 389fef711851 [2021-01-19T00:36:53.999Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:36:53.999Z] Removing intermediate container ed38583fb935 [2021-01-19T00:36:53.999Z] ---> da9e05864a48 [2021-01-19T00:36:53.999Z] [2021-01-19T00:36:53.999Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:36:53.999Z] ---> 389fef711851 [2021-01-19T00:36:53.999Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:36:53.999Z] Removing intermediate container 2c1a4f839909 [2021-01-19T00:36:53.999Z] ---> 24025757af8f [2021-01-19T00:36:53.999Z] [2021-01-19T00:36:53.999Z] Step 10/22 : FROM scratch [2021-01-19T00:36:53.999Z] ---> [2021-01-19T00:36:53.999Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:36:53.999Z] ---> Running in 7593d8291d25 [2021-01-19T00:36:53.999Z] ---> Running in b732e815b521 [2021-01-19T00:36:53.999Z] ---> Running in 755147c5becd [2021-01-19T00:36:55.394Z] Removing intermediate container 0bd4c2aa2620 [2021-01-19T00:36:55.394Z] ---> afe44af31c6e [2021-01-19T00:36:55.394Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:36:55.974Z] Removing intermediate container 755147c5becd [2021-01-19T00:36:55.974Z] ---> 706068020b49 [2021-01-19T00:36:55.974Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:36:56.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:56.240Z] ---> Running in 2b1856024a81 [2021-01-19T00:36:56.240Z] ---> Running in fb50d060de30 [2021-01-19T00:36:56.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:56.240Z] Removing intermediate container 5060438c8253 [2021-01-19T00:36:56.240Z] ---> 373ac8415f9e [2021-01-19T00:36:56.240Z] [2021-01-19T00:36:56.240Z] Step 10/22 : FROM scratch [2021-01-19T00:36:56.240Z] ---> [2021-01-19T00:36:56.240Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:36:56.240Z] ---> Using cache [2021-01-19T00:36:56.240Z] ---> 706068020b49 [2021-01-19T00:36:56.240Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:36:56.240Z] ---> Running in 3ebb6d0772a1 [2021-01-19T00:36:56.502Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:36:56.502Z] Removing intermediate container fb50d060de30 [2021-01-19T00:36:56.502Z] ---> 5d4be08d1b82 [2021-01-19T00:36:56.502Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:36:56.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:56.502Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:36:56.502Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:36:56.502Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:36:56.502Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:36:56.502Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:36:56.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:36:56.502Z] OK: 7 MiB in 18 packages [2021-01-19T00:36:56.764Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:36:56.764Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:36:56.764Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:36:56.764Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:36:56.764Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:36:56.764Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:36:56.764Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:36:56.879Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T00:36:57.344Z] OK: 7 MiB in 19 packages [2021-01-19T00:36:57.345Z] Removing intermediate container 2b1856024a81 [2021-01-19T00:36:57.345Z] ---> 281ae9a475b3 [2021-01-19T00:36:57.345Z] Step 13/22 : WORKDIR / [2021-01-19T00:36:57.345Z] ---> Running in 96ec2d3e1a3a [2021-01-19T00:36:57.614Z] Removing intermediate container 3ebb6d0772a1 [2021-01-19T00:36:57.614Z] ---> 57ed9086f63e [2021-01-19T00:36:57.614Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:36:57.614Z] ---> Running in 9c8574a22eb5 [2021-01-19T00:36:57.614Z] ---> Running in e25a77608bd2 [2021-01-19T00:36:57.877Z] Removing intermediate container 96ec2d3e1a3a [2021-01-19T00:36:57.877Z] ---> 12e97f6b0f14 [2021-01-19T00:36:57.877Z] Step 14/22 : WORKDIR / [2021-01-19T00:36:58.834Z] ---> Running in 1fbb4d45b9f9 [2021-01-19T00:36:58.834Z] Removing intermediate container e25a77608bd2 [2021-01-19T00:36:58.834Z] ---> 57457c679ea7 [2021-01-19T00:36:58.834Z] Step 14/22 : WORKDIR / [2021-01-19T00:36:58.834Z] Removing intermediate container 9c8574a22eb5 [2021-01-19T00:36:58.834Z] ---> 5119fb31a5fb [2021-01-19T00:36:58.834Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:36:59.096Z] ---> Running in 05c19174651e [2021-01-19T00:36:59.096Z] Removing intermediate container 7593d8291d25 [2021-01-19T00:36:59.096Z] ---> 3a10d0d7a385 [2021-01-19T00:36:59.096Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:36:59.671Z] Removing intermediate container b732e815b521 [2021-01-19T00:36:59.671Z] ---> b3286b2771cf [2021-01-19T00:36:59.671Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:36:59.935Z] ---> Running in 56a85277e605 [2021-01-19T00:36:59.935Z] Removing intermediate container 1fbb4d45b9f9 [2021-01-19T00:36:59.935Z] ---> 3bb13d68b35a [2021-01-19T00:36:59.935Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:36:59.935Z] ---> Running in 2490cdb89c42 [2021-01-19T00:36:59.935Z] Removing intermediate container 05c19174651e [2021-01-19T00:36:59.935Z] ---> f4bae20b9605 [2021-01-19T00:36:59.935Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:36:59.935Z] ---> 8b3dc84f03cd [2021-01-19T00:36:59.935Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:37:00.206Z] Removing intermediate container 56a85277e605 [2021-01-19T00:37:00.206Z] ---> 68b6d687fa03 [2021-01-19T00:37:00.206Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:37:00.206Z] Removing intermediate container 2490cdb89c42 [2021-01-19T00:37:00.206Z] ---> 9bcab1779011 [2021-01-19T00:37:00.206Z] Step 13/24 : WORKDIR / [2021-01-19T00:37:00.477Z] ---> 5a7fe28e7cfe [2021-01-19T00:37:00.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:37:00.477Z] ---> Running in 926c38db0556 [2021-01-19T00:37:00.477Z] ---> Running in 3329f1830fb7 [2021-01-19T00:37:00.477Z] ---> 48c066d6ff60 [2021-01-19T00:37:00.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:37:00.477Z] ---> 4aaf74b59b0e [2021-01-19T00:37:00.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:37:00.741Z] Removing intermediate container 926c38db0556 [2021-01-19T00:37:00.741Z] ---> 0bbff16a8c6d [2021-01-19T00:37:00.741Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:37:01.004Z] Removing intermediate container 3329f1830fb7 [2021-01-19T00:37:01.004Z] ---> 1105ee8ceb2f [2021-01-19T00:37:01.004Z] 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-19T00:37:01.004Z] ---> 1fb54f6922f8 [2021-01-19T00:37:01.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:01.004Z] ---> c16177217158 [2021-01-19T00:37:01.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:01.268Z] ---> 7ed76deb28b7 [2021-01-19T00:37:01.268Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:01.268Z] ---> 3e25d65eb5e5 [2021-01-19T00:37:01.268Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:37:01.532Z] ---> 7bce439843cd [2021-01-19T00:37:01.532Z] 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-19T00:37:01.532Z] ---> ec3d8f8190f6 [2021-01-19T00:37:01.532Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:37:01.532Z] ---> 6db7d0539710 [2021-01-19T00:37:01.532Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:37:01.532Z] ---> e5f63a97649e [2021-01-19T00:37:01.532Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:37:01.803Z] ---> Running in 6db42c2d8c67 [2021-01-19T00:37:01.803Z] ---> Running in f395bfdb1778 [2021-01-19T00:37:01.803Z] ---> Running in 09a763028419 [2021-01-19T00:37:02.079Z] ---> 553e8604963d [2021-01-19T00:37:02.079Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:37:02.079Z] ---> b98431aa5ccb [2021-01-19T00:37:02.079Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:37:02.657Z] Removing intermediate container 09a763028419 [2021-01-19T00:37:02.657Z] ---> c889996b558c [2021-01-19T00:37:02.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:37:02.657Z] Removing intermediate container 6db42c2d8c67 [2021-01-19T00:37:02.657Z] ---> 4a5d7fbe2b3f [2021-01-19T00:37:02.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:37:02.657Z] ---> 31f7bdfcd180 [2021-01-19T00:37:02.657Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:37:02.657Z] ---> Running in 407dba981b53 [2021-01-19T00:37:02.657Z] ---> 3df9aec53963 [2021-01-19T00:37:02.657Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:37:02.657Z] ---> Running in d698567abcef [2021-01-19T00:37:02.925Z] ---> Running in a224475418a9 [2021-01-19T00:37:02.925Z] Removing intermediate container d698567abcef [2021-01-19T00:37:02.925Z] ---> fc85edd1aa14 [2021-01-19T00:37:02.925Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:37:02.925Z] Removing intermediate container 407dba981b53 [2021-01-19T00:37:02.925Z] ---> 206c71893a75 [2021-01-19T00:37:02.925Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:37:03.508Z] ---> Running in 251cd5315732 [2021-01-19T00:37:03.508Z] ---> Running in 3e74acc3ac70 [2021-01-19T00:37:03.508Z] Removing intermediate container a224475418a9 [2021-01-19T00:37:03.508Z] ---> 5c0e1932dd8d [2021-01-19T00:37:03.508Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:37:03.508Z] ---> a552537c8b47 [2021-01-19T00:37:03.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:37:03.508Z] ---> Running in 1b2ad8b92c64 [2021-01-19T00:37:03.775Z] Removing intermediate container 3e74acc3ac70 [2021-01-19T00:37:03.775Z] ---> 32815f9d8a9e [2021-01-19T00:37:03.775Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:37:03.775Z] Removing intermediate container 251cd5315732 [2021-01-19T00:37:03.775Z] ---> e0abc7048b67 [2021-01-19T00:37:03.775Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:37:03.775Z] Removing intermediate container f395bfdb1778 [2021-01-19T00:37:03.775Z] ---> 76b55e2f5679 [2021-01-19T00:37:03.775Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:37:04.038Z] ---> Running in f8734cbce59d [2021-01-19T00:37:04.039Z] ---> Running in 11a592871047 [2021-01-19T00:37:04.039Z] Removing intermediate container 1b2ad8b92c64 [2021-01-19T00:37:04.039Z] ---> 24815e86f116 [2021-01-19T00:37:04.039Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:37:04.039Z] ---> Running in 4c2dda9e2747 [2021-01-19T00:37:04.039Z] ---> 94db9febf2a2 [2021-01-19T00:37:04.039Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:37:04.301Z] ---> Running in b5700ebf0e6f [2021-01-19T00:37:04.563Z] Removing intermediate container f8734cbce59d [2021-01-19T00:37:04.563Z] ---> 4cf1ef93d654 [2021-01-19T00:37:04.563Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:37:04.563Z] Removing intermediate container 11a592871047 [2021-01-19T00:37:04.563Z] ---> 4e537710f5e7 [2021-01-19T00:37:04.563Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:37:04.563Z] Removing intermediate container 4c2dda9e2747 [2021-01-19T00:37:04.563Z] ---> 9c4f9af77e41 [2021-01-19T00:37:04.563Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T00:37:04.828Z] ---> Running in 1ada009148d3 [2021-01-19T00:37:04.828Z] ---> Running in 2f0403637933 [2021-01-19T00:37:04.828Z] Removing intermediate container b5700ebf0e6f [2021-01-19T00:37:04.828Z] ---> 4efb2853e422 [2021-01-19T00:37:04.828Z] Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:37:04.828Z] ---> 8a9a3c8584c9 [2021-01-19T00:37:04.828Z] 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-19T00:37:05.091Z] ---> Running in 66f05b580702 [2021-01-19T00:37:05.091Z] ---> Running in 3b48ac149f07 [2021-01-19T00:37:05.091Z] ---> Running in 2bb1174ac650 [2021-01-19T00:37:05.091Z] Removing intermediate container 2f0403637933 [2021-01-19T00:37:05.091Z] ---> 7112a35191b7 [2021-01-19T00:37:05.091Z] [2021-01-19T00:37:05.091Z] Removing intermediate container 1ada009148d3 [2021-01-19T00:37:05.091Z] ---> a7da3caf92cd [2021-01-19T00:37:05.091Z] [2021-01-19T00:37:05.358Z] Successfully built a7da3caf92cd [2021-01-19T00:37:05.358Z] Successfully built 7112a35191b7 [2021-01-19T00:37:05.632Z] Removing intermediate container 3b48ac149f07 [2021-01-19T00:37:05.633Z] ---> 05a357ec4415 [2021-01-19T00:37:05.633Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:37:05.633Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T00:37:05.633Z] Building docker-support-notifications-go [2021-01-19T00:37:05.633Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-01-19T00:37:05.633Z] Building docker-core-data-go [2021-01-19T00:37:05.633Z]  Building docker-core-command-go ... done Removing intermediate container 66f05b580702 [2021-01-19T00:37:05.633Z] ---> cc9f98509dc7 [2021-01-19T00:37:05.633Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:37:05.633Z] ---> Running in 2147bb745ee6 [2021-01-19T00:37:05.633Z] ---> Running in a6ec3388437a [2021-01-19T00:37:05.902Z] Removing intermediate container 2147bb745ee6 [2021-01-19T00:37:05.902Z] ---> e68cc4edd11a [2021-01-19T00:37:05.902Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:37:05.902Z] Removing intermediate container a6ec3388437a [2021-01-19T00:37:05.902Z] ---> 3decd010b272 [2021-01-19T00:37:05.902Z] [2021-01-19T00:37:06.164Z] ---> Running in 39fc4bef5638 [2021-01-19T00:37:06.164Z] Successfully built 3decd010b272 [2021-01-19T00:37:06.164Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T00:37:06.165Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T00:37:06.427Z] Removing intermediate container 39fc4bef5638 [2021-01-19T00:37:06.427Z] ---> 813fd6bda5af [2021-01-19T00:37:06.427Z] [2021-01-19T00:37:06.427Z] Successfully built 813fd6bda5af [2021-01-19T00:37:06.427Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T00:37:06.427Z] Building docker-support-scheduler-go [2021-01-19T00:37:06.427Z] Removing intermediate container 2bb1174ac650 [2021-01-19T00:37:06.427Z] ---> b5e7729b0c9d [2021-01-19T00:37:06.427Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:37:06.688Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in c21d95411cad [2021-01-19T00:37:06.688Z] Removing intermediate container c21d95411cad [2021-01-19T00:37:06.688Z] ---> e292836b7fbc [2021-01-19T00:37:06.688Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:37:06.952Z] ---> Running in f90bb2efd9e6 [2021-01-19T00:37:07.224Z] Removing intermediate container f90bb2efd9e6 [2021-01-19T00:37:07.224Z] ---> e225de12af2b [2021-01-19T00:37:07.224Z] Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:37:07.489Z] ---> Running in 7a3a869429d8 [2021-01-19T00:37:11.739Z] Removing intermediate container 7a3a869429d8 [2021-01-19T00:37:11.739Z] ---> abf74fe7b902 [2021-01-19T00:37:11.739Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:37:14.335Z] ---> Running in a9e7edacdfaf [2021-01-19T00:37:15.290Z] Removing intermediate container a9e7edacdfaf [2021-01-19T00:37:15.290Z] ---> 0a1b3528f710 [2021-01-19T00:37:15.290Z] [2021-01-19T00:37:15.290Z] Successfully built 0a1b3528f710 [2021-01-19T00:37:15.290Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T00:37:33.725Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:33.725Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:33.725Z] ---> e24d5bf322ec [2021-01-19T00:37:33.725Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:37:33.725Z] ---> Using cache [2021-01-19T00:37:33.725Z] ---> 0073f6a1e8ab [2021-01-19T00:37:33.725Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:33.725Z] ---> Using cache [2021-01-19T00:37:33.725Z] ---> 83e34c28490e [2021-01-19T00:37:33.725Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:37:33.725Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:33.725Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:33.725Z] ---> e24d5bf322ec [2021-01-19T00:37:33.725Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:37:33.725Z] ---> Using cache [2021-01-19T00:37:33.725Z] ---> 0073f6a1e8ab [2021-01-19T00:37:33.725Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:33.725Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 83e34c28490e [2021-01-19T00:37:33.726Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> f71baaca4022 [2021-01-19T00:37:33.726Z] Step 6/21 : COPY go.mod . [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 359d2c18b152 [2021-01-19T00:37:33.726Z] Step 7/21 : RUN go mod download [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 850ae9a64a42 [2021-01-19T00:37:33.726Z] Step 8/21 : COPY . . [2021-01-19T00:37:33.726Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:33.726Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:33.726Z] ---> e24d5bf322ec [2021-01-19T00:37:33.726Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 0073f6a1e8ab [2021-01-19T00:37:33.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 83e34c28490e [2021-01-19T00:37:33.726Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:37:33.726Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:37:33.726Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:37:33.726Z] ---> e24d5bf322ec [2021-01-19T00:37:33.726Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 0073f6a1e8ab [2021-01-19T00:37:33.726Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> 83e34c28490e [2021-01-19T00:37:33.726Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:37:33.726Z] ---> Using cache [2021-01-19T00:37:33.726Z] ---> e583f3028c66 [2021-01-19T00:37:33.726Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:37:33.726Z] ---> Running in 5854e546a1e1 [2021-01-19T00:37:33.726Z] ---> Running in d04ca3c3441d [2021-01-19T00:37:33.726Z] ---> Running in 7a80bef28105 [2021-01-19T00:37:33.726Z] ---> Running in 2fe5b9845f51 [2021-01-19T00:37:34.684Z] 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-19T00:37:34.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:34.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:34.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:35.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:35.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:35.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:37:35.546Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:35.823Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:35.823Z] OK: 233 MiB in 51 packages [2021-01-19T00:37:35.988Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T00:37:37.317Z] Removing intermediate container d04ca3c3441d [2021-01-19T00:37:37.317Z] ---> f9d16aa99f1c [2021-01-19T00:37:37.317Z] Step 6/24 : COPY go.mod . [2021-01-19T00:37:37.317Z] Removing intermediate container 2fe5b9845f51 [2021-01-19T00:37:37.317Z] ---> 13533867b042 [2021-01-19T00:37:37.317Z] Step 6/26 : COPY go.mod . [2021-01-19T00:37:37.317Z] Removing intermediate container 5854e546a1e1 [2021-01-19T00:37:37.317Z] ---> c4c1c232cc29 [2021-01-19T00:37:37.317Z] Step 6/23 : COPY go.mod . [2021-01-19T00:37:37.589Z] ---> 25461a3fb728 [2021-01-19T00:37:37.589Z] Step 7/24 : RUN go mod download [2021-01-19T00:37:37.589Z] ---> Running in 285719c9ad04 [2021-01-19T00:37:37.856Z] ---> d57353dc5c6c [2021-01-19T00:37:37.856Z] Step 7/23 : RUN go mod download [2021-01-19T00:37:37.856Z] ---> 6c66c724f443 [2021-01-19T00:37:37.856Z] Step 7/26 : RUN go mod download [2021-01-19T00:37:38.128Z] ---> Running in a95004b55820 [2021-01-19T00:37:38.128Z] ---> Running in 8d2613a9ee63 [2021-01-19T00:37:40.102Z] Removing intermediate container 285719c9ad04 [2021-01-19T00:37:40.102Z] ---> 6d756365bce4 [2021-01-19T00:37:40.102Z] Step 8/24 : COPY . . [2021-01-19T00:37:40.102Z] Removing intermediate container a95004b55820 [2021-01-19T00:37:40.102Z] ---> 3cef8396a2e2 [2021-01-19T00:37:40.102Z] Step 8/23 : COPY . . [2021-01-19T00:37:40.371Z] Removing intermediate container 8d2613a9ee63 [2021-01-19T00:37:40.371Z] ---> 7bb320910106 [2021-01-19T00:37:40.371Z] Step 8/26 : COPY . . [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T00:37:54.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T00:37:55.519Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T00:37:56.968Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T00:38:03.694Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T00:38:03.694Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T00:38:03.694Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T00:38:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.262s coverage: 46.6% of statements [2021-01-19T00:38:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T00:38:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T00:38:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T00:38:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T00:38:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T00:38:13.119Z] Removing intermediate container 7a80bef28105 [2021-01-19T00:38:13.119Z] ---> 1afe2bcff3cb [2021-01-19T00:38:13.119Z] [2021-01-19T00:38:13.119Z] Step 10/21 : FROM scratch [2021-01-19T00:38:13.119Z] ---> [2021-01-19T00:38:13.119Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:38:13.119Z] ---> Using cache [2021-01-19T00:38:13.119Z] ---> 706068020b49 [2021-01-19T00:38:13.119Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:38:13.119Z] ---> d12267875997 [2021-01-19T00:38:13.119Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:38:13.119Z] ---> Running in cb93fce035f1 [2021-01-19T00:38:13.119Z] ---> Running in 0674548c77ec [2021-01-19T00:38:13.119Z] ---> 1421aa7ae976 [2021-01-19T00:38:13.119Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:38:13.119Z] ---> c8040458495e [2021-01-19T00:38:13.119Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:38:13.119Z] Removing intermediate container cb93fce035f1 [2021-01-19T00:38:13.119Z] ---> 3da08b7822b9 [2021-01-19T00:38:13.119Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:38:13.119Z] ---> Running in 127ec9d2f84e [2021-01-19T00:38:13.119Z] ---> Running in ce5bfb68dcce [2021-01-19T00:38:13.119Z] ---> Running in 1c58d20a6c31 [2021-01-19T00:38:13.119Z] Removing intermediate container 1c58d20a6c31 [2021-01-19T00:38:13.119Z] ---> 369fb1fbf91e [2021-01-19T00:38:13.119Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:38:13.119Z] 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-19T00:38:13.119Z] 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-19T00:38:13.119Z] ---> c5a52e076650 [2021-01-19T00:38:13.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:38:13.119Z] 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-19T00:38:13.119Z] ---> 0ef8739b9200 [2021-01-19T00:38:13.119Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:38:13.119Z] ---> a4bdf6673707 [2021-01-19T00:38:13.119Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:38:13.119Z] ---> Running in c988f111b559 [2021-01-19T00:38:13.954Z] Removing intermediate container c988f111b559 [2021-01-19T00:38:13.954Z] ---> 42713b9d7edc [2021-01-19T00:38:13.954Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:38:14.240Z] ---> Running in 0e6e438f9983 [2021-01-19T00:38:14.511Z] Removing intermediate container 0e6e438f9983 [2021-01-19T00:38:14.511Z] ---> fcdef9514234 [2021-01-19T00:38:14.511Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T00:38:14.511Z] ---> Running in 5f4217922a11 [2021-01-19T00:38:14.779Z] Removing intermediate container 5f4217922a11 [2021-01-19T00:38:14.779Z] ---> 0f2d48b43c24 [2021-01-19T00:38:14.779Z] Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:38:15.044Z] ---> Running in 664cbcea32ec [2021-01-19T00:38:15.313Z] Removing intermediate container 664cbcea32ec [2021-01-19T00:38:15.313Z] ---> 9eb5c69e7784 [2021-01-19T00:38:15.313Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:38:15.584Z] ---> Running in bc056e42bbbd [2021-01-19T00:38:15.854Z] Removing intermediate container bc056e42bbbd [2021-01-19T00:38:15.854Z] ---> dedd7adabd21 [2021-01-19T00:38:15.854Z] [2021-01-19T00:38:16.124Z] Successfully built dedd7adabd21 [2021-01-19T00:38:16.124Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T00:38:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.0% of statements [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T00:38:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T00:38:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T00:38:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.386s coverage: 67.9% of statements [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T00:38:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.344s coverage: 82.3% of statements [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T00:38:17.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T00:38:25.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T00:38:25.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T00:38:25.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-01-19T00:38:25.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T00:38:25.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-01-19T00:38:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T00:38:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements [2021-01-19T00:38:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T00:38:26.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements [2021-01-19T00:38:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T00:38:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T00:38:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T00:38:26.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T00:38:34.374Z]  Building docker-support-scheduler-go ... done Removing intermediate container 127ec9d2f84e [2021-01-19T00:38:34.374Z] ---> a546e32df0e7 [2021-01-19T00:38:34.374Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:38:34.374Z] ---> Running in 9fd324bdf784 [2021-01-19T00:38:34.374Z] 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-19T00:38:34.374Z] Removing intermediate container 0674548c77ec [2021-01-19T00:38:34.374Z] ---> a37b701ec208 [2021-01-19T00:38:34.374Z] [2021-01-19T00:38:34.374Z] Step 10/24 : FROM scratch [2021-01-19T00:38:34.374Z] ---> [2021-01-19T00:38:34.374Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:38:34.374Z] ---> Running in 64a075b6f815 [2021-01-19T00:38:34.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.459s coverage: 92.8% of statements [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T00:38:34.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T00:38:34.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T00:38:34.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T00:38:34.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.129s coverage: 100.0% of statements [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T00:38:34.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements [2021-01-19T00:38:34.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T00:38:34.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-01-19T00:38:34.639Z] Removing intermediate container 64a075b6f815 [2021-01-19T00:38:34.639Z] ---> e361acb54c21 [2021-01-19T00:38:34.639Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:38:34.639Z] ---> Running in 0d87306ae9e6 [2021-01-19T00:38:34.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-01-19T00:38:34.902Z] Removing intermediate container 0d87306ae9e6 [2021-01-19T00:38:34.902Z] ---> 20d6e3b9d015 [2021-01-19T00:38:34.902Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:38:34.902Z] Removing intermediate container 9fd324bdf784 [2021-01-19T00:38:34.902Z] ---> 6beffb2417bd [2021-01-19T00:38:34.902Z] [2021-01-19T00:38:34.902Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:38:34.902Z] ---> Running in da459b87d0f5 [2021-01-19T00:38:35.169Z] Removing intermediate container da459b87d0f5 [2021-01-19T00:38:35.169Z] ---> 64594a064e3b [2021-01-19T00:38:35.169Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:38:35.169Z] 20.10.0: Pulling from library/docker [2021-01-19T00:38:35.743Z] ---> aa643f5ccba2 [2021-01-19T00:38:35.743Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:38:35.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.2% of statements [2021-01-19T00:38:37.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2021-01-19T00:38:37.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T00:38:39.092Z] ---> 6afa278a3840 [2021-01-19T00:38:39.092Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:38:39.356Z] Removing intermediate container ce5bfb68dcce [2021-01-19T00:38:39.356Z] ---> 9af1d85bd86a [2021-01-19T00:38:39.356Z] [2021-01-19T00:38:39.356Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:38:39.356Z] ---> 389fef711851 [2021-01-19T00:38:39.356Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:38:39.624Z] ---> 1a392653f219 [2021-01-19T00:38:39.624Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:38:39.624Z] ---> Running in dadc37f05a84 [2021-01-19T00:38:39.887Z] Removing intermediate container dadc37f05a84 [2021-01-19T00:38:39.887Z] ---> 759230f0a702 [2021-01-19T00:38:39.887Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:38:40.158Z] ---> bfe18d13c66e [2021-01-19T00:38:40.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:38:40.422Z] ---> Running in dd9b5087806e [2021-01-19T00:38:40.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.585s coverage: 63.5% of statements [2021-01-19T00:38:40.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T00:38:40.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T00:38:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements [2021-01-19T00:38:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-01-19T00:38:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-19T00:38:40.715Z] Removing intermediate container dd9b5087806e [2021-01-19T00:38:40.715Z] ---> 6bbbd37404cd [2021-01-19T00:38:40.715Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:38:40.984Z] ---> Running in 6c7aaa2b346e [2021-01-19T00:38:40.984Z] ---> 38cd97182467 [2021-01-19T00:38:40.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:38:40.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-01-19T00:38:41.246Z] Removing intermediate container 6c7aaa2b346e [2021-01-19T00:38:41.247Z] ---> 646e9401daf3 [2021-01-19T00:38:41.247Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:38:41.247Z] ---> Running in 3b546fb41567 [2021-01-19T00:38:41.513Z] ---> 0cc2ccdef8cf [2021-01-19T00:38:41.513Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:38:41.513Z] ---> Running in 3dd9a303c300 [2021-01-19T00:38:41.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-19T00:38:41.774Z] Removing intermediate container 3dd9a303c300 [2021-01-19T00:38:41.774Z] ---> d21b8b2affee [2021-01-19T00:38:41.774Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:38:41.774Z] ---> Running in 6bec812bd8b1 [2021-01-19T00:38:42.056Z] Removing intermediate container 6bec812bd8b1 [2021-01-19T00:38:42.056Z] ---> 4a09d10eb3d4 [2021-01-19T00:38:42.056Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T00:38:42.056Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:38:42.056Z] ---> Running in 5f16f6463a6e [2021-01-19T00:38:42.056Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:38:42.056Z] ---> aefe523efa57 [2021-01-19T00:38:42.056Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:38:42.318Z] ---> Running in 242d426177ff [2021-01-19T00:38:42.579Z] Removing intermediate container 5f16f6463a6e [2021-01-19T00:38:42.579Z] ---> 581d828ea6be [2021-01-19T00:38:42.579Z] Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:38:42.579Z] Removing intermediate container 3b546fb41567 [2021-01-19T00:38:42.579Z] ---> 1d5e1fd5c8e2 [2021-01-19T00:38:42.579Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:38:42.579Z] ---> Running in e6f1b9435cde [2021-01-19T00:38:42.842Z] ---> Running in 3a21f44e1017 [2021-01-19T00:38:42.842Z] Removing intermediate container e6f1b9435cde [2021-01-19T00:38:42.842Z] ---> 137f689aa6ac [2021-01-19T00:38:42.842Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:38:43.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:43.105Z] ---> Running in 424b8ae15edd [2021-01-19T00:38:43.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:43.105Z] Removing intermediate container 424b8ae15edd [2021-01-19T00:38:43.105Z] ---> 64818c31a23a [2021-01-19T00:38:43.105Z] [2021-01-19T00:38:43.367Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:38:43.367Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:38:43.367Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:38:43.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:38:43.367Z] OK: 12 MiB in 22 packages [2021-01-19T00:38:43.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:43.893Z] Successfully built 64818c31a23a [2021-01-19T00:38:43.893Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T00:38:44.467Z]  Building docker-support-notifications-go ... done Removing intermediate container 242d426177ff [2021-01-19T00:38:44.467Z] ---> 4d4629ade802 [2021-01-19T00:38:44.467Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:38:44.467Z] ---> Running in 595a393fb480 [2021-01-19T00:38:44.467Z] Removing intermediate container 595a393fb480 [2021-01-19T00:38:44.467Z] ---> f3980df62ac8 [2021-01-19T00:38:44.467Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:38:44.734Z] ---> Running in 6e1313a44d50 [2021-01-19T00:38:44.734Z] Removing intermediate container 6e1313a44d50 [2021-01-19T00:38:44.734Z] ---> 5c845c3a5449 [2021-01-19T00:38:44.734Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:38:44.734Z] ---> Running in 5d21db2c7709 [2021-01-19T00:38:44.995Z] Removing intermediate container 5d21db2c7709 [2021-01-19T00:38:44.995Z] ---> eb51a00ba4a8 [2021-01-19T00:38:44.995Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:38:44.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:45.569Z] ---> a983dcd06824 [2021-01-19T00:38:45.569Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:38:45.832Z] ---> f472806d4bc2 [2021-01-19T00:38:45.832Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:38:46.095Z] ---> 5c4af3556bea [2021-01-19T00:38:46.095Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:38:46.095Z] ---> Running in 360609857bbc [2021-01-19T00:38:46.359Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:38:46.359Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:38:46.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:46.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:38:46.621Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:38:46.887Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:38:46.887Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:38:46.887Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:38:46.887Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:38:46.887Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:38:46.887Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:38:46.887Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:38:46.887Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:38:47.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.891s coverage: 68.9% of statements [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T00:38:47.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T00:38:47.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T00:38:47.153Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:38:47.153Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:38:47.153Z] OK: 8 MiB in 19 packages [2021-01-19T00:38:48.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.612s coverage: 84.0% of statements [2021-01-19T00:38:48.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.072s coverage: 100.0% of statements [2021-01-19T00:38:50.465Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:38:50.465Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:38:50.465Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:38:50.465Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:38:50.465Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:38:50.465Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:38:50.465Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:38:50.728Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:38:51.302Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:38:51.302Z] Removing intermediate container 3a21f44e1017 [2021-01-19T00:38:51.302Z] ---> 868b0d79791a [2021-01-19T00:38:51.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:38:51.302Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:38:51.302Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:38:51.302Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:38:51.302Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:38:51.302Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:38:51.302Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:38:51.564Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:38:52.511Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:38:53.085Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:38:53.085Z] ---> a53a285ef30c [2021-01-19T00:38:53.085Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:38:53.085Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:38:53.085Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:38:53.085Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:38:53.085Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:38:53.085Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:38:53.085Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:38:53.085Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:38:53.363Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:38:53.363Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:38:53.363Z] OK: 71 MiB in 55 packages [2021-01-19T00:38:54.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T00:38:54.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T00:38:54.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements [2021-01-19T00:38:54.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T00:38:54.763Z] ---> 100d66446589 [2021-01-19T00:38:54.763Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:38:55.722Z] ---> 38fc8a0ae403 [2021-01-19T00:38:55.722Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:38:58.278Z] ---> Running in 0f9da70050f3 [2021-01-19T00:38:58.540Z] Removing intermediate container 0f9da70050f3 [2021-01-19T00:38:58.540Z] ---> 569ac1fa981b [2021-01-19T00:38:58.540Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:38:58.540Z] Removing intermediate container 360609857bbc [2021-01-19T00:38:58.540Z] ---> 6bc68d170a73 [2021-01-19T00:38:58.540Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:38:58.540Z] ---> Running in 280357d18158 [2021-01-19T00:38:58.540Z] ---> Running in aba7d4e9094a [2021-01-19T00:38:58.803Z] Removing intermediate container aba7d4e9094a [2021-01-19T00:38:58.803Z] ---> 6fec64ca1776 [2021-01-19T00:38:58.803Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T00:38:58.803Z] ---> Running in c647bd66244b [2021-01-19T00:38:59.066Z] Removing intermediate container c647bd66244b [2021-01-19T00:38:59.066Z] ---> 63266130d76c [2021-01-19T00:38:59.066Z] Step 22/23 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:38:59.066Z] ---> Running in 89d50f59edea [2021-01-19T00:38:59.328Z] Removing intermediate container 89d50f59edea [2021-01-19T00:38:59.328Z] ---> 362164d4eb2d [2021-01-19T00:38:59.328Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:38:59.328Z] ---> Running in a03be2231cda [2021-01-19T00:38:59.590Z] Removing intermediate container a03be2231cda [2021-01-19T00:38:59.590Z] ---> 2634770e2fe1 [2021-01-19T00:38:59.590Z] [2021-01-19T00:38:59.590Z] Successfully built 2634770e2fe1 [2021-01-19T00:38:59.590Z] Successfully tagged docker-core-data-go:latest [2021-01-19T00:39:00.164Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-19T00:39:00.164Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.309s coverage: 29.1% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T00:39:00.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T00:39:00.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-01-19T00:39:00.426Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:39:00.426Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:39:00.426Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:39:00.426Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:39:00.454Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-19T00:39:00.998Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:39:00.998Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:39:01.260Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:39:01.260Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:39:01.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-19T00:39:01.523Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:39:01.523Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:39:02.411Z] GO111MODULE=on go vet ./... [2021-01-19T00:39:02.469Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:39:02.469Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:39:02.469Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:39:02.469Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:39:03.043Z] 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-19T00:39:03.043Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:39:03.043Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:39:03.043Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:39:03.043Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:39:03.616Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:39:03.616Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:39:03.616Z] 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-19T00:39:03.878Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:39:03.878Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:39:03.878Z] 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-19T00:39:03.878Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:39:03.878Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:39:03.878Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:39:03.878Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:39:03.878Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:39:03.878Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:39:04.139Z] Installing collected packages: websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, dockerpty, cached-property, docopt, docker-compose [2021-01-19T00:39:04.139Z] Running setup.py install for texttable: started [2021-01-19T00:39:04.713Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:39:04.713Z] Attempting uninstall: urllib3 [2021-01-19T00:39:04.713Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:39:04.713Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:39:04.713Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:39:05.288Z] Attempting uninstall: idna [2021-01-19T00:39:05.288Z] Found existing installation: idna 2.9 [2021-01-19T00:39:05.288Z] Uninstalling idna-2.9: [2021-01-19T00:39:05.288Z] Successfully uninstalled idna-2.9 [2021-01-19T00:39:05.550Z] Attempting uninstall: requests [2021-01-19T00:39:05.550Z] Found existing installation: requests 2.23.0 [2021-01-19T00:39:05.550Z] Uninstalling requests-2.23.0: [2021-01-19T00:39:05.550Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:39:05.811Z] Running setup.py install for PyYAML: started [2021-01-19T00:39:06.384Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:39:06.384Z] Running setup.py install for dockerpty: started [2021-01-19T00:39:06.957Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:39:06.957Z] Running setup.py install for docopt: started [2021-01-19T00:39:07.533Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:39:07.794Z] 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-19T00:39:11.107Z] Removing intermediate container 280357d18158 [2021-01-19T00:39:11.107Z] ---> cf588d725554 [2021-01-19T00:39:11.107Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:39:11.107Z] ---> Running in 57e9c52f9c09 [2021-01-19T00:39:11.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:11.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T00:39:11.369Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:39:11.369Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:39:11.634Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:39:11.634Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:39:11.634Z] OK: 72 MiB in 58 packages [2021-01-19T00:39:12.212Z] Removing intermediate container 57e9c52f9c09 [2021-01-19T00:39:12.212Z] ---> 8a3dfdbcb86e [2021-01-19T00:39:12.212Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:39:12.212Z] ---> Running in f06b0f2c9881 [2021-01-19T00:39:12.212Z] Removing intermediate container f06b0f2c9881 [2021-01-19T00:39:12.212Z] ---> 46f96e79f503 [2021-01-19T00:39:12.212Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:39:12.212Z] ---> Running in ad24c2916194 [2021-01-19T00:39:12.473Z] Removing intermediate container ad24c2916194 [2021-01-19T00:39:12.473Z] ---> e9b1f8ae0d64 [2021-01-19T00:39:12.473Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T00:39:12.473Z] ---> Running in 20204baf7dd2 [2021-01-19T00:39:12.735Z] Removing intermediate container 20204baf7dd2 [2021-01-19T00:39:12.735Z] ---> e53b71c9f03d [2021-01-19T00:39:12.735Z] Step 25/26 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:39:12.735Z] ---> Running in 70049132c820 [2021-01-19T00:39:12.997Z] Removing intermediate container 70049132c820 [2021-01-19T00:39:12.997Z] ---> bd92b46d9b47 [2021-01-19T00:39:12.997Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:39:12.997Z] ---> Running in c1eeb2bd2dc3 [2021-01-19T00:39:13.259Z] Removing intermediate container c1eeb2bd2dc3 [2021-01-19T00:39:13.259Z] ---> 6bc19ce7b6d5 [2021-01-19T00:39:13.259Z] [2021-01-19T00:39:13.259Z] Successfully built 6bc19ce7b6d5 [2021-01-19T00:39:13.259Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T00:39:13.530Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T00:39:13.539Z] $ docker stop --time=1 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 [2021-01-19T00:39:15.127Z] $ docker rm -f 88bb3b06838bcdfef42b2e2d7a4f1fc3416b376f8b1c41111223f2a0cee6fa19 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:39:15.675Z] + docker images [2021-01-19T00:39:15.675Z] + grep docker [2021-01-19T00:39:15.675Z] docker-sys-mgmt-agent-go latest 6bc19ce7b6d5 3 seconds ago 313MB [2021-01-19T00:39:15.675Z] docker-core-data-go latest 2634770e2fe1 16 seconds ago 22.3MB [2021-01-19T00:39:15.675Z] docker-support-notifications-go latest 64818c31a23a 32 seconds ago 12MB [2021-01-19T00:39:15.675Z] docker-support-scheduler-go latest dedd7adabd21 About a minute ago 10.7MB [2021-01-19T00:39:15.675Z] docker-security-secretstore-setup-go latest 0a1b3528f710 2 minutes ago 24.6MB [2021-01-19T00:39:15.675Z] docker-security-bootstrap-redis-go latest 813fd6bda5af 2 minutes ago 15.8MB [2021-01-19T00:39:15.675Z] docker-security-proxy-setup-go latest 3decd010b272 2 minutes ago 24.4MB [2021-01-19T00:39:15.675Z] docker-core-metadata-go latest 7112a35191b7 2 minutes ago 13.1MB [2021-01-19T00:39:15.675Z] docker-core-command-go latest a7da3caf92cd 2 minutes ago 10.6MB [2021-01-19T00:39:15.675Z] docker 20.10.0 aefe523efa57 5 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-19T00:39:31.317Z] Still waiting to schedule task [2021-01-19T00:39:31.317Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T00:40:10.534Z] gofmt -l . [2021-01-19T00:40:11.974Z] [ "`gofmt -l .`" = "" ] [2021-01-19T00:40:13.948Z] ./bin/test-go-mod-tidy.sh [2021-01-19T00:40:14.929Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T00:40:16.574Z] + ls -al . [2021-01-19T00:40:16.574Z] total 684 [2021-01-19T00:40:16.574Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 00:40 . [2021-01-19T00:40:16.574Z] drwxr-xr-x 4 root root 4096 Jan 19 00:36 .. [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 00:34 .dockerignore [2021-01-19T00:40:16.574Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:35 .git [2021-01-19T00:40:16.574Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 00:34 .github [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 00:34 .gitignore [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 00:34 .sonarcloud.properties [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 00:34 Attribution.txt [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 00:34 CONTRIBUTING.md [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 00:34 Dockerfile.build [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 00:34 Jenkinsfile [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 00:34 LICENSE [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 00:34 Makefile [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 00:34 README.md [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 00:34 SECURITY.md [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 00:31 VERSION [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 00:34 ZMQWindows.md [2021-01-19T00:40:16.574Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 00:34 bin [2021-01-19T00:40:16.574Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 00:34 cmd [2021-01-19T00:40:16.574Z] -rw-r--r-- 1 root root 550280 Jan 19 00:39 coverage.out [2021-01-19T00:40:16.574Z] -rw-r--r-- 1 root root 981 Jan 19 00:40 go.mod [2021-01-19T00:40:16.574Z] -rw-r--r-- 1 root root 19326 Jan 19 00:40 go.sum [2021-01-19T00:40:16.574Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 00:34 internal [2021-01-19T00:40:16.574Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:34 openapi [2021-01-19T00:40:16.574Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 00:34 snap [2021-01-19T00:40:16.574Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 00:34 version.go [Pipeline] sh [2021-01-19T00:40:17.267Z] + '[' -e coverage.out ] [2021-01-19T00:40:17.267Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T00:40:17.337Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T00:40:18.119Z] Running on prd-ubuntu18.04-docker-8c-8g-21029 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T00:40:18.174Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-19T00:40:18.572Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T00:40:18.960Z] + make build [2021-01-19T00:40:19.253Z] 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-19T00:40:20.353Z] using credential edgex-jenkins-ssh [2021-01-19T00:40:20.411Z] Cloning the remote Git repository [2021-01-19T00:40:20.436Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:40:20.501Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-19T00:40:20.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:40:20.526Z] > git --version # timeout=10 [2021-01-19T00:40:20.537Z] > git --version # 'git version 2.17.1' [2021-01-19T00:40:20.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:40:20.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:40:29.393Z] 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-19T00:40:30.670Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 [2021-01-19T00:40:30.851Z] Merge succeeded, producing e2199d6e58db82fbd8f8b41f08e80ba64dffb227 [2021-01-19T00:40:30.852Z] Checking out Revision e2199d6e58db82fbd8f8b41f08e80ba64dffb227 (PR-3040) [2021-01-19T00:40:30.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:40:30.150Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T00:40:30.160Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T00:40:30.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T00:40:30.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:40:30.177Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T00:40:30.680Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:40:30.685Z] > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 [2021-01-19T00:40:30.758Z] > git remote # timeout=10 [2021-01-19T00:40:30.765Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T00:40:30.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T00:40:30.775Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T00:40:30.845Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T00:40:30.854Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T00:40:30.858Z] > git checkout -f e2199d6e58db82fbd8f8b41f08e80ba64dffb227 # timeout=10 [2021-01-19T00:40:34.509Z] Commit message: "Merge commit 'cc81cd9a60941bde415ebdc6eaf205dd7f209524' into HEAD" [2021-01-19T00:40:34.521Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:40:35.644Z] + echo snap-build.sh [2021-01-19T00:40:35.644Z] snap-build.sh [2021-01-19T00:40:35.644Z] + SNAP_BASE_DIR=. [2021-01-19T00:40:35.644Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-19T00:40:35.644Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-19T00:40:35.644Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-19T00:40:35.644Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-19T00:40:35.644Z] + cd /w/workspace/edgex-go/5 [2021-01-19T00:40:35.644Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T00:40:35.644Z] Reading package lists... [2021-01-19T00:40:35.644Z] Building dependency tree... [2021-01-19T00:40:35.644Z] Reading state information... [2021-01-19T00:40:35.906Z] The following packages were automatically installed and are no longer required: [2021-01-19T00:40:35.906Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T00:40:35.906Z] uidmap xdelta3 [2021-01-19T00:40:35.906Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T00:40:35.906Z] The following packages will be REMOVED: [2021-01-19T00:40:35.906Z] lxd* lxd-client* [2021-01-19T00:40:36.166Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T00:40:36.166Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T00:40:34.513Z] > git rev-list --no-walk 3002c63e6ad0ce8d249a5e5e4542d660b60f7fd9 # timeout=10 [2021-01-19T00:40:37.212Z] (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-19T00:40:37.212Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:40:38.154Z] Removing lxd dnsmasq configuration [2021-01-19T00:40:38.154Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:40:38.414Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T00:40:39.358Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T00:40:39.358Z] (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-19T00:40:39.358Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T00:40:40.751Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T00:40:40.751Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T00:40:42.138Z] + sudo snap remove --purge lxd [2021-01-19T00:40:42.138Z] snap "lxd" is not installed [2021-01-19T00:40:42.138Z] + sudo groupadd --force --system lxd [2021-01-19T00:40:42.138Z] ++ whoami [2021-01-19T00:40:42.138Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T00:40:42.138Z] + newgrp - lxd [2021-01-19T00:40:42.138Z] + sudo snap install lxd [2021-01-19T00:40:52.157Z] 2021-01-19T00:40:49Z INFO Waiting for automatic snapd restart... [2021-01-19T00:40:56.206Z] 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-19T00:40:57.642Z] 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-19T00:41:04.359Z] 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-19T00:41:06.591Z] 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-19T00:41:10.298Z] lxd 4.10 from Canonical* installed [2021-01-19T00:41:10.298Z] + sudo lxd init --auto [2021-01-19T00:41:10.908Z] 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-19T00:41:16.294Z] 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-19T00:41:16.890Z] + sudo snap install --classic snapcraft [2021-01-19T00:41:19.682Z] 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-19T00:41:22.182Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:41:22.182Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T00:41:22.182Z] + patch --verbose -p1 [2021-01-19T00:41:22.182Z] Hmm... Looks like a unified diff to me... [2021-01-19T00:41:22.182Z] The text leading up to this was: [2021-01-19T00:41:22.182Z] -------------------------- [2021-01-19T00:41:22.182Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T00:41:22.182Z] |From: Tony Espy [2021-01-19T00:41:22.182Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T00:41:22.182Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T00:41:22.182Z] | [2021-01-19T00:41:22.182Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T00:41:22.182Z] |optimize the snap CI check run for pull requests. When [2021-01-19T00:41:22.182Z] |applied, it essentially strips out everything (apps and [2021-01-19T00:41:22.182Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T00:41:22.182Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T00:41:22.182Z] |catch changes to edgex-go that break the snap build. [2021-01-19T00:41:22.182Z] | [2021-01-19T00:41:22.182Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T00:41:22.182Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T00:41:22.182Z] |resulting in a failed snap build CI check in the associated [2021-01-19T00:41:22.182Z] |pull request. [2021-01-19T00:41:22.182Z] | [2021-01-19T00:41:22.182Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T00:41:22.182Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T00:41:22.182Z] |need to build the finally binary .snap file (and it won't [2021-01-19T00:41:22.182Z] |work with the patch applied). This further reduces the build [2021-01-19T00:41:22.182Z] |time. [2021-01-19T00:41:22.182Z] |--- [2021-01-19T00:41:22.182Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T00:41:22.182Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T00:41:22.182Z] | [2021-01-19T00:41:22.182Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T00:41:22.182Z] |index 1e537489..faf42425 100644 [2021-01-19T00:41:22.182Z] |--- a/snap/snapcraft.yaml [2021-01-19T00:41:22.182Z] |+++ b/snap/snapcraft.yaml [2021-01-19T00:41:22.182Z] -------------------------- [2021-01-19T00:41:22.182Z] patching file snap/snapcraft.yaml [2021-01-19T00:41:22.182Z] Using Plan A... [2021-01-19T00:41:22.182Z] Hunk #1 succeeded at 73. [2021-01-19T00:41:22.182Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-19T00:41:22.182Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-19T00:41:22.182Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-19T00:41:22.182Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-19T00:41:22.182Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-19T00:41:22.182Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-19T00:41:22.182Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-19T00:41:22.182Z] Hmm... Ignoring the trailing garbage. [2021-01-19T00:41:22.182Z] done [2021-01-19T00:41:22.182Z] + sudo snapcraft prime --use-lxd [2021-01-19T00:41:23.124Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T00:41:23.124Z] 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-19T00:41:23.124Z] - README.md [2021-01-19T00:41:23.124Z] - snapcraft.yaml.orig [2021-01-19T00:41:23.124Z] [2021-01-19T00:41:23.124Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:41:23.718Z] Launching a container. [2021-01-19T00:41:23.987Z] 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-19T00:41:27.378Z] 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-19T00:41:31.689Z] 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-19T00:41:35.114Z] $ docker stop --time=1 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 [2021-01-19T00:41:35.961Z] Waiting for container to be ready [2021-01-19T00:41:35.961Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T00:41:35.962Z] [2021-01-19T00:41:37.595Z] $ docker rm -f 3aa3febbc0b37456fc4379a484af7ea16df16a6cd78bd55829884709c3325c47 [2021-01-19T00:41:38.513Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-19T00:41:39.089Z] Waiting for network to be ready... [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:41:39.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:41:39.456Z] [2021-01-19T00:41:39.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:41:39.660Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:41:39.660Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:41:39.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:41:39.838Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T00:41:39.838Z] 29e5d40040c1: Pulling fs layer [2021-01-19T00:41:39.838Z] 1ce36da41761: Pulling fs layer [2021-01-19T00:41:39.838Z] 25b303627fd3: Pulling fs layer [2021-01-19T00:41:39.924Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:41:39.924Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:41:40.111Z] 29e5d40040c1: Verifying Checksum [2021-01-19T00:41:40.111Z] 29e5d40040c1: Download complete [2021-01-19T00:41:40.186Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:41:40.447Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:41:40.447Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:41:40.708Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:41:40.708Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:41:40.708Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:41:40.708Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:41:40.708Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:41:40.708Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:41:40.708Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:41:40.708Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:41:40.708Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:41:40.708Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:41:40.708Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:41:40.709Z] 29e5d40040c1: Pull complete [2021-01-19T00:41:40.709Z] 1ce36da41761: Verifying Checksum [2021-01-19T00:41:40.709Z] 1ce36da41761: Download complete [2021-01-19T00:41:41.278Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:41:41.537Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:41:41.680Z] 1ce36da41761: Pull complete [2021-01-19T00:41:41.798Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:41:41.798Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:41:41.799Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:41:41.799Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:41:41.799Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:41:41.799Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:41:41.799Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:41:42.646Z] 25b303627fd3: Verifying Checksum [2021-01-19T00:41:42.646Z] 25b303627fd3: Download complete [2021-01-19T00:41:43.714Z] Fetched 23.7 MB in 4s (5460 kB/s) [2021-01-19T00:41:44.286Z] Reading package lists... [2021-01-19T00:41:44.547Z] Reading package lists... [2021-01-19T00:41:44.808Z] Building dependency tree... [2021-01-19T00:41:44.808Z] Reading state information... [2021-01-19T00:41:44.808Z] The following additional packages will be installed: [2021-01-19T00:41:44.808Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:41:44.808Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:41:44.808Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:41:44.808Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T00:41:44.808Z] Suggested packages: [2021-01-19T00:41:44.808Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T00:41:44.808Z] Recommended packages: [2021-01-19T00:41:44.808Z] gnupg libsasl2-modules [2021-01-19T00:41:44.808Z] The following NEW packages will be installed: [2021-01-19T00:41:44.808Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T00:41:44.808Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T00:41:44.808Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T00:41:44.808Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T00:41:44.808Z] The following packages will be upgraded: [2021-01-19T00:41:44.808Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T00:41:45.069Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T00:41:45.069Z] Need to get 3533 kB of archives. [2021-01-19T00:41:45.069Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T00:41:45.069Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T00:41:45.069Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T00:41:45.329Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T00:41:45.589Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T00:41:45.589Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T00:41:45.589Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T00:41:45.589Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T00:41:45.589Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T00:41:45.589Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T00:41:45.851Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T00:41:45.851Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T00:41:45.851Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T00:41:45.851Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T00:41:45.851Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T00:41:45.851Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T00:41:45.851Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T00:41:45.851Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T00:41:45.851Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T00:41:45.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T00:41:45.851Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T00:41:45.851Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T00:41:45.851Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T00:41:46.111Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:41:46.111Z] Fetched 3533 kB in 1s (3450 kB/s) [2021-01-19T00:41:46.111Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:41:46.111Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:41:46.111Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:41:46.371Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:41:46.371Z] Selecting previously unselected package udev. [2021-01-19T00:41:46.371Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T00:41:46.371Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:41:46.371Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T00:41:46.631Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T00:41:46.631Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:41:46.631Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:41:46.631Z] Selecting previously unselected package fuse. [2021-01-19T00:41:46.631Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T00:41:46.631Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:41:46.891Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:41:46.891Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:41:46.891Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:41:46.891Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:41:47.151Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:41:47.151Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:41:47.151Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T00:41:47.151Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T00:41:47.151Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:41:47.412Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T00:41:47.412Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:47.412Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:47.412Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T00:41:47.412Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:47.412Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:47.673Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T00:41:47.673Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:47.673Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:47.673Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T00:41:47.673Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:47.673Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:47.934Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T00:41:47.934Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:47.934Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:48.195Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T00:41:48.195Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:48.195Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:48.195Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T00:41:48.195Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:48.195Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:48.457Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T00:41:48.457Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:48.457Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:48.457Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T00:41:48.457Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T00:41:48.457Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:48.457Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T00:41:48.457Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:41:48.457Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:41:48.718Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T00:41:48.718Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T00:41:48.718Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:41:48.718Z] Selecting previously unselected package libldap-common. [2021-01-19T00:41:48.718Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T00:41:48.718Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:41:48.718Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T00:41:48.718Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T00:41:48.718Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:41:48.979Z] Selecting previously unselected package dirmngr. [2021-01-19T00:41:48.979Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:41:48.979Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:41:48.979Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:41:48.979Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T00:41:49.239Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T00:41:49.239Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:41:49.239Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T00:41:49.239Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T00:41:49.239Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:49.239Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T00:41:49.239Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:41:49.239Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T00:41:49.810Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T00:41:49.810Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:49.810Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T00:41:49.810Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T00:41:49.810Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T00:41:50.071Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T00:41:50.071Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T00:41:50.071Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T00:41:50.330Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:41:50.590Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T00:41:50.590Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T00:41:50.590Z] This means they are not meant to be enabled using systemctl. [2021-01-19T00:41:50.590Z] Possible reasons for having this kind of units are: [2021-01-19T00:41:50.590Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T00:41:50.590Z] .wants/ or .requires/ directory. [2021-01-19T00:41:50.590Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T00:41:50.590Z] a requirement dependency on it. [2021-01-19T00:41:50.590Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T00:41:50.590Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T00:41:50.590Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T00:41:50.590Z] instance name specified. [2021-01-19T00:41:50.850Z] Reading package lists... [2021-01-19T00:41:51.111Z] Building dependency tree... [2021-01-19T00:41:51.111Z] Reading state information... [2021-01-19T00:41:51.111Z] The following additional packages will be installed: [2021-01-19T00:41:51.111Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T00:41:51.111Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T00:41:51.111Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T00:41:51.111Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T00:41:51.111Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T00:41:51.111Z] Suggested packages: [2021-01-19T00:41:51.111Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T00:41:51.111Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T00:41:51.111Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T00:41:51.111Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T00:41:51.111Z] systemd-container policykit-1 [2021-01-19T00:41:51.111Z] Recommended packages: [2021-01-19T00:41:51.111Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T00:41:51.111Z] The following NEW packages will be installed: [2021-01-19T00:41:51.111Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T00:41:51.112Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T00:41:51.112Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T00:41:51.112Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T00:41:51.112Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T00:41:51.112Z] The following packages will be upgraded: [2021-01-19T00:41:51.112Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T00:41:51.371Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T00:41:51.371Z] Need to get 35.2 MB of archives. [2021-01-19T00:41:51.371Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T00:41:51.371Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T00:41:51.371Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T00:41:51.944Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T00:41:52.203Z] 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-19T00:41:52.203Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T00:41:52.203Z] 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-19T00:41:52.203Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T00:41:52.203Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T00:41:52.203Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T00:41:52.203Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T00:41:52.203Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T00:41:52.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T00:41:52.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T00:41:52.204Z] 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-19T00:41:52.204Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T00:41:52.204Z] 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-19T00:41:52.204Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T00:41:52.467Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T00:41:52.467Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T00:41:52.467Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T00:41:52.467Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T00:41:52.727Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T00:41:52.727Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T00:41:52.727Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T00:41:52.727Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T00:41:52.727Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T00:41:52.727Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T00:41:52.727Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T00:41:52.727Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T00:41:52.727Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T00:41:52.791Z] 25b303627fd3: Pull complete [2021-01-19T00:41:52.791Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T00:41:52.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:41:52.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T00:41:53.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container [2021-01-19T00:41:53.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:41:53.666Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:41:53.666Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-19T00:41:53.666Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:41:53.666Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:41:53.926Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:41:54.496Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:41:54.496Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:41:54.496Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T00:41:54.755Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:41:54.755Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:41:54.755Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:41:54.755Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T00:41:55.015Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T00:41:55.015Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T00:41:55.015Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T00:41:55.276Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T00:41:55.276Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T00:41:55.850Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T00:41:55.851Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T00:41:55.851Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:41:55.851Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:41:56.112Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T00:41:56.112Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:41:56.112Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:41:56.112Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T00:41:56.112Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T00:41:56.138Z] $ docker top 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 -eo pid,comm [2021-01-19T00:41:56.372Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:41:56.372Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T00:41:56.372Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:41:56.372Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-19T00:41:56.634Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:41:56.634Z] Checking for services that may need to be restarted...done. [2021-01-19T00:41:56.634Z] Checking for services that may need to be restarted...done. [2021-01-19T00:41:56.896Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:41:56.896Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T00:41:56.896Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:41:57.092Z] + grep parallel [2021-01-19T00:41:57.092Z] + docker-compose build --help [2021-01-19T00:41:57.469Z] Selecting previously unselected package python3-minimal. [2021-01-19T00:41:57.469Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T00:41:57.469Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:41:57.469Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:41:57.469Z] Selecting previously unselected package mime-support. [2021-01-19T00:41:57.469Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T00:41:57.469Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T00:41:57.469Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T00:41:57.469Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T00:41:57.469Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:41:57.730Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T00:41:57.730Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:41:57.730Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:41:57.990Z] Selecting previously unselected package python3.6. [2021-01-19T00:41:57.990Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T00:41:57.990Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:41:57.990Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T00:41:57.990Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:41:57.990Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:41:58.250Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T00:41:58.511Z] Selecting previously unselected package python3. [2021-01-19T00:41:58.511Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T00:41:58.511Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T00:41:58.511Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T00:41:58.772Z] Selecting previously unselected package multiarch-support. [2021-01-19T00:41:58.772Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:41:58.772Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:41:58.772Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T00:41:58.772Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T00:41:58.772Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T00:41:58.772Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T00:41:58.772Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:41:59.033Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T00:41:59.033Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T00:41:59.033Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:41:59.033Z] Selecting previously unselected package sudo. [2021-01-19T00:41:59.033Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T00:41:59.033Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:41:59.293Z] Selecting previously unselected package apparmor. [2021-01-19T00:41:59.293Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:41:59.293Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T00:41:59.559Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T00:41:59.559Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T00:41:59.559Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:41:59.559Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T00:41:59.559Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:41:59.559Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:41:59.559Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T00:41:59.559Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:41:59.559Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:41:59.819Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T00:41:59.819Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T00:41:59.819Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:41:59.819Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T00:41:59.819Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:41:59.819Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:00.081Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T00:42:00.081Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T00:42:00.081Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:00.081Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T00:42:00.081Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T00:42:00.081Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:42:00.342Z] Selecting previously unselected package openssh-client. [2021-01-19T00:42:00.342Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T00:42:00.342Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:42:00.452Z] --parallel Build images in parallel. [2021-01-19T00:42:00.602Z] Selecting previously unselected package squashfs-tools. [2021-01-19T00:42:00.602Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:42:00.602Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:42:00.602Z] Selecting previously unselected package snapd. [2021-01-19T00:42:00.602Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T00:42:00.602Z] Unpacking snapd (2.48+18.04) ... [Pipeline] } [2021-01-19T00:42:00.754Z] $ docker stop --time=1 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 [2021-01-19T00:42:02.526Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T00:42:02.526Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T00:42:02.526Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T00:42:02.526Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T00:42:02.590Z] $ docker rm -f 25048a41c902106560f5e911795f733a57618926f8ea061eb573046b7efc6f84 [2021-01-19T00:42:02.787Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T00:42:02.787Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:02.787Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:42:02.787Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T00:42:02.787Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:42:03.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T00:42:03.349Z] . [Pipeline] withDockerContainer [2021-01-19T00:42:03.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-21019 does not seem to be running inside a container [2021-01-19T00:42:03.736Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T00:42:03.729Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T00:42:04.300Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T00:42:04.300Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T00:42:04.300Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:42:04.300Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:04.300Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T00:42:04.876Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T00:42:04.876Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:04.876Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T00:42:05.077Z] $ docker top 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d -eo pid,comm [2021-01-19T00:42:05.139Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T00:42:05.139Z] running python rtupdate hooks for python3.6... [2021-01-19T00:42:05.139Z] running python post-rtupdate hooks for python3.6... [2021-01-19T00:42:05.139Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] { [Pipeline] sh [2021-01-19T00:42:06.104Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T00:42:06.527Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T00:42:06.790Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T00:42:06.790Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T00:42:07.050Z] Setting up snapd (2.48+18.04) ... [2021-01-19T00:42:07.310Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T00:42:07.571Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T00:42:07.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T00:42:07.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T00:42:08.094Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:42:08.094Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T00:42:08.354Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T00:42:08.354Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T00:42:08.614Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T00:42:08.873Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T00:42:08.873Z] /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-19T00:42:08.873Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T00:42:08.873Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:42:09.819Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:42:09.819Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:42:10.080Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:42:10.371Z] Building docker-core-command-go ... [2021-01-19T00:42:10.371Z] Building docker-core-data-go ... [2021-01-19T00:42:10.371Z] Building docker-core-metadata-go ... [2021-01-19T00:42:10.371Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T00:42:10.371Z] Building docker-security-proxy-setup-go ... [2021-01-19T00:42:10.371Z] Building docker-security-secretstore-setup-go ... [2021-01-19T00:42:10.371Z] Building docker-support-notifications-go ... [2021-01-19T00:42:10.371Z] Building docker-support-scheduler-go ... [2021-01-19T00:42:10.371Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T00:42:10.371Z] Building docker-security-proxy-setup-go [2021-01-19T00:42:10.371Z] Building docker-security-secretstore-setup-go [2021-01-19T00:42:10.371Z] Building docker-support-scheduler-go [2021-01-19T00:42:10.371Z] Building docker-core-metadata-go [2021-01-19T00:42:10.371Z] Building docker-core-command-go [2021-01-19T00:42:11.018Z] Reading package lists... [2021-01-19T00:42:11.277Z] Reading package lists... [2021-01-19T00:42:11.277Z] Building dependency tree... [2021-01-19T00:42:11.277Z] Reading state information... [2021-01-19T00:42:11.537Z] Calculating upgrade... [2021-01-19T00:42:11.537Z] The following packages will be upgraded: [2021-01-19T00:42:11.537Z] advancecomp base-files bash binutils binutils-common [2021-01-19T00:42:11.537Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T00:42:11.537Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T00:42:11.537Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T00:42:11.537Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T00:42:11.537Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T00:42:11.537Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T00:42:11.537Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T00:42:11.537Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T00:42:11.537Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T00:42:11.537Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T00:42:11.537Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T00:42:11.537Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T00:42:11.537Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T00:42:11.537Z] ubuntu-keyring util-linux [2021-01-19T00:42:11.537Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:42:11.537Z] Need to get 63.7 MB of archives. [2021-01-19T00:42:11.537Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T00:42:11.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T00:42:11.795Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T00:42:11.795Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T00:42:11.795Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T00:42:11.795Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T00:42:11.795Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T00:42:11.795Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T00:42:11.795Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T00:42:11.795Z] 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-19T00:42:11.795Z] 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-19T00:42:11.795Z] 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-19T00:42:11.795Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T00:42:11.795Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T00:42:11.795Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T00:42:11.795Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T00:42:11.795Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T00:42:11.795Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T00:42:11.795Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T00:42:11.795Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T00:42:11.795Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T00:42:11.795Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T00:42:12.064Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T00:42:12.064Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T00:42:12.064Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T00:42:12.064Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T00:42:12.064Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T00:42:12.064Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T00:42:12.064Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T00:42:12.064Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T00:42:12.064Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T00:42:12.064Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T00:42:12.064Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T00:42:12.064Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T00:42:12.064Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T00:42:12.064Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T00:42:12.064Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T00:42:12.064Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T00:42:12.064Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T00:42:12.064Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T00:42:12.064Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T00:42:12.064Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T00:42:12.064Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T00:42:12.064Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T00:42:12.064Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T00:42:12.064Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T00:42:12.064Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T00:42:12.064Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T00:42:12.065Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T00:42:12.065Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T00:42:12.065Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T00:42:12.065Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T00:42:12.065Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T00:42:12.065Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T00:42:12.065Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T00:42:12.065Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T00:42:12.065Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T00:42:12.633Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T00:42:12.633Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T00:42:12.633Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T00:42:12.633Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T00:42:12.633Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T00:42:12.633Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T00:42:12.633Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T00:42:12.633Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T00:42:12.633Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T00:42:12.633Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T00:42:12.633Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T00:42:12.892Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T00:42:12.892Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T00:42:12.892Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T00:42:12.892Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T00:42:12.892Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T00:42:12.892Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T00:42:12.892Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T00:42:12.892Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T00:42:12.892Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T00:42:12.892Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T00:42:12.892Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T00:42:12.892Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T00:42:12.892Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T00:42:12.892Z] Get:81 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-19T00:42:12.892Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T00:42:12.892Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T00:42:12.892Z] Get:84 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-19T00:42:12.892Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T00:42:12.892Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T00:42:12.892Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T00:42:13.153Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T00:42:13.153Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T00:42:13.153Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T00:42:13.153Z] Get:91 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-19T00:42:13.154Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T00:42:13.154Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T00:42:13.154Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T00:42:13.154Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T00:42:13.154Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T00:42:13.154Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T00:42:13.154Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:42:13.415Z] Fetched 63.7 MB in 2s (40.0 MB/s) [2021-01-19T00:42:13.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:13.415Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:42:13.415Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:42:13.989Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:42:13.989Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:42:14.250Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T00:42:14.250Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T00:42:15.194Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.194Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.194Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.194Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.194Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.455Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.455Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.455Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.455Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.717Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.717Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.717Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.717Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.717Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:15.989Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:15.989Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:42:15.989Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:15.989Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T00:42:16.249Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:16.249Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:42:16.249Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:16.249Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:16.249Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:16.511Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:16.511Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:16.511Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T00:42:16.772Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:16.772Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:42:16.772Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:42:17.032Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:42:17.604Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:42:17.604Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T00:42:17.604Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T00:42:17.604Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T00:42:17.864Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T00:42:17.864Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T00:42:18.124Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T00:42:18.124Z] Installing new version of config file /etc/issue ... [2021-01-19T00:42:18.124Z] Installing new version of config file /etc/issue.net ... [2021-01-19T00:42:18.124Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T00:42:18.124Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T00:42:18.394Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T00:42:18.394Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T00:42:18.394Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T00:42:18.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:18.654Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T00:42:18.654Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T00:42:18.915Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T00:42:18.915Z] 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-19T00:42:18.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:18.915Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:18.915Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:19.177Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:19.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:19.177Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T00:42:19.177Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T00:42:19.438Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T00:42:19.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:19.438Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T00:42:19.438Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:42:19.699Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T00:42:19.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:19.985Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:42:19.985Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:42:19.985Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:42:20.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:20.247Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:42:20.247Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:42:20.247Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T00:42:20.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:20.507Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T00:42:20.507Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T00:42:20.507Z] Setting up grep (3.1-2build1) ... [2021-01-19T00:42:20.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:20.772Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:42:20.772Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:42:20.772Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T00:42:21.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:21.034Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:42:21.034Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:42:21.034Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T00:42:21.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:21.294Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:42:21.294Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:42:21.865Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:42:21.865Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:42:21.865Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T00:42:21.865Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:42:22.438Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T00:42:22.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:22.438Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T00:42:22.438Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T00:42:23.377Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:42:23.377Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:42:23.638Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T00:42:23.638Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T00:42:23.638Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:42:23.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:23.638Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T00:42:23.900Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T00:42:23.900Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T00:42:24.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:24.160Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:24.160Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:24.160Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:24.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:24.160Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:24.160Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:24.422Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:24.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:24.422Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:24.422Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:24.681Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:24.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:24.681Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:24.681Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:24.681Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:24.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:24.945Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:42:24.945Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:42:24.945Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:42:24.945Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:42:25.207Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:42:25.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:25.207Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T00:42:25.207Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:42:25.207Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:42:25.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:25.470Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:25.470Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:25.470Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:25.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:25.733Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:25.733Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:25.733Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:25.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:25.996Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:25.996Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:26.257Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:26.517Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T00:42:27.088Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T00:42:27.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:27.088Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T00:42:27.088Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T00:42:27.349Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:42:27.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T00:42:27.349Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T00:42:27.610Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T00:42:27.610Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T00:42:27.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:27.610Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T00:42:27.610Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T00:42:27.870Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T00:42:28.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:28.130Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:42:28.130Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:42:28.391Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:42:28.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:28.391Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:42:28.391Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:42:28.652Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:42:28.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:28.652Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T00:42:28.652Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:42:28.913Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:42:28.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:28.913Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T00:42:29.172Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T00:42:29.172Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T00:42:29.172Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T00:42:29.172Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:42:29.172Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:42:29.434Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:42:29.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:29.434Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T00:42:29.434Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T00:42:29.697Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T00:42:29.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:29.697Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T00:42:29.697Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T00:42:29.958Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T00:42:30.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:30.218Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T00:42:30.218Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T00:42:30.218Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T00:42:30.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:30.479Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T00:42:30.479Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T00:42:30.479Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T00:42:30.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:30.741Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T00:42:30.741Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T00:42:31.003Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T00:42:31.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:31.263Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T00:42:31.263Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T00:42:31.263Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T00:42:31.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:31.524Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T00:42:31.524Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T00:42:31.786Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T00:42:31.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:31.786Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T00:42:31.786Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T00:42:31.786Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T00:42:32.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:32.047Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T00:42:32.047Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T00:42:32.307Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T00:42:32.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:32.307Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T00:42:32.307Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T00:42:32.568Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T00:42:32.568Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:32.568Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:42:32.568Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T00:42:32.830Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T00:42:32.830Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T00:42:32.830Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T00:42:32.830Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T00:42:32.830Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T00:42:33.090Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T00:42:33.090Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:42:33.090Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:42:33.090Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T00:42:33.352Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T00:42:33.352Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T00:42:33.352Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T00:42:33.612Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T00:42:33.612Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T00:42:33.876Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T00:42:33.876Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T00:42:33.876Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T00:42:34.137Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T00:42:34.137Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T00:42:34.137Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T00:42:34.397Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T00:42:34.397Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T00:42:34.397Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T00:42:34.397Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T00:42:34.658Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T00:42:34.658Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T00:42:34.658Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T00:42:34.658Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T00:42:34.919Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T00:42:34.919Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T00:42:35.861Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T00:42:35.861Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T00:42:36.123Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T00:42:36.123Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T00:42:36.123Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:42:36.123Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:42:36.383Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:42:36.383Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:42:36.643Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:42:36.643Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:42:36.643Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T00:42:36.643Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T00:42:36.903Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:36.903Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:36.903Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:36.903Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:37.164Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:37.164Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:37.164Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:37.164Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:38.107Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:38.107Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:39.047Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:39.047Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:39.622Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:39.622Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:39.885Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:39.885Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:40.837Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T00:42:40.837Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T00:42:40.837Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:42:40.837Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:42:41.097Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:42:41.097Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:42:41.358Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T00:42:41.358Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T00:42:41.358Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T00:42:41.358Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T00:42:41.619Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:42:41.619Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:42:41.619Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T00:42:41.619Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T00:42:41.880Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T00:42:41.880Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T00:42:41.880Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.141Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T00:42:42.142Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.142Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.142Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.142Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T00:42:42.142Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T00:42:42.142Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T00:42:42.402Z] [2021-01-19T00:42:42.403Z] Current default time zone: 'Etc/UTC' [2021-01-19T00:42:42.403Z] Local time is now: Tue Jan 19 00:42:42 UTC 2021. [2021-01-19T00:42:42.403Z] Universal Time is now: Tue Jan 19 00:42:42 UTC 2021. [2021-01-19T00:42:42.403Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T00:42:42.403Z] [2021-01-19T00:42:42.403Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T00:42:42.403Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.403Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T00:42:42.403Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T00:42:42.403Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T00:42:42.403Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T00:42:42.403Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:42:42.403Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:42:42.663Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T00:42:42.663Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T00:42:42.663Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.663Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T00:42:42.925Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:42.925Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:42:42.925Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:42.925Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T00:42:42.925Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T00:42:43.185Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T00:42:43.185Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T00:42:43.185Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T00:42:43.185Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T00:42:43.185Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:42:43.185Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:42:45.101Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:42:46.050Z] 22 added, 17 removed; done. [2021-01-19T00:42:46.050Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T00:42:46.050Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T00:42:46.051Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T00:42:46.051Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T00:42:46.051Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T00:42:46.051Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.051Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:42:46.051Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.334Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.334Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.334Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.334Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.334Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T00:42:46.334Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:42:46.334Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:42:46.334Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T00:42:46.334Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T00:42:46.334Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.608Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T00:42:46.608Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:42:46.608Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T00:42:46.608Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T00:42:46.608Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:42:46.608Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T00:42:46.880Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T00:42:46.880Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T00:42:46.880Z] Updating certificates in /etc/ssl/certs... [2021-01-19T00:42:47.456Z] 0 added, 0 removed; done. [2021-01-19T00:42:47.456Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T00:42:47.456Z] done. [2021-01-19T00:42:47.715Z] Reading package lists... [2021-01-19T00:42:47.982Z] Building dependency tree... [2021-01-19T00:42:47.982Z] Reading state information... [2021-01-19T00:42:48.245Z] The following NEW packages will be installed: [2021-01-19T00:42:48.245Z] apt-transport-https [2021-01-19T00:42:48.245Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:42:48.245Z] Need to get 1696 B of archives. [2021-01-19T00:42:48.245Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T00:42:48.245Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T00:42:48.245Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:42:48.245Z] Fetched 1696 B in 0s (28.4 kB/s) [2021-01-19T00:42:48.245Z] Selecting previously unselected package apt-transport-https. [2021-01-19T00:42:48.245Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T00:42:48.245Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T00:42:48.245Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:42:48.512Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T00:42:48.774Z] Waiting for network to be ready... [2021-01-19T00:42:54.068Z] 2021-01-19T00:42:51Z INFO Waiting for automatic snapd restart... [2021-01-19T00:42:54.644Z] snapd 2.48.2 from Canonical* installed [2021-01-19T00:42:55.583Z] "snapd" switched to the "latest/stable" channel [2021-01-19T00:42:55.583Z] [2021-01-19T00:42:58.128Z] core18 20201210 from Canonical* installed [2021-01-19T00:42:58.389Z] "core18" switched to the "latest/stable" channel [2021-01-19T00:42:58.389Z] [2021-01-19T00:43:01.697Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T00:43:01.697Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T00:43:01.697Z] [2021-01-19T00:43:05.005Z] 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-19T00:43:05.005Z] - README.md [2021-01-19T00:43:05.005Z] - snapcraft.yaml.orig [2021-01-19T00:43:05.005Z] [2021-01-19T00:43:05.005Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T00:43:11.591Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:43:11.591Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:43:11.591Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:43:11.855Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:43:13.058Z] Reading package lists... [2021-01-19T00:43:13.319Z] 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-19T00:43:18.343Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:18.343Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:18.343Z] ---> 9f38c87045de [2021-01-19T00:43:18.343Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:43:18.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:18.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:18.343Z] ---> 9f38c87045de [2021-01-19T00:43:18.343Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:43:18.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:18.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:18.343Z] ---> 9f38c87045de [2021-01-19T00:43:18.343Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:43:18.343Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:18.343Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:18.343Z] ---> 9f38c87045de [2021-01-19T00:43:18.343Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:43:18.343Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:43:18.343Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:43:18.343Z] ---> 9f38c87045de [2021-01-19T00:43:18.343Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T00:43:18.343Z] ---> Running in 41a7e4262f07 [2021-01-19T00:43:18.343Z] ---> Running in 7b68267e6900 [2021-01-19T00:43:18.343Z] ---> Running in 964bf8a07fff [2021-01-19T00:43:18.343Z] ---> Running in 7e53a5b8baee [2021-01-19T00:43:18.343Z] ---> Running in 826a43a3f1da [2021-01-19T00:43:18.343Z] Removing intermediate container 7b68267e6900 [2021-01-19T00:43:18.343Z] ---> 0cefa4bea526 [2021-01-19T00:43:18.343Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:18.343Z] Removing intermediate container 41a7e4262f07 [2021-01-19T00:43:18.343Z] ---> e0ad34038e4b [2021-01-19T00:43:18.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:18.343Z] Removing intermediate container 826a43a3f1da [2021-01-19T00:43:18.343Z] ---> a1a685ddd76f [2021-01-19T00:43:18.343Z] Removing intermediate container 7e53a5b8baee [2021-01-19T00:43:18.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:18.343Z] ---> 35c7e72610ec [2021-01-19T00:43:18.343Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:18.343Z] Removing intermediate container 964bf8a07fff [2021-01-19T00:43:18.343Z] ---> 78e7949be683 [2021-01-19T00:43:18.343Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:43:18.343Z] ---> Running in 2df77073eb96 [2021-01-19T00:43:18.343Z] ---> Running in ca23394cc13d [2021-01-19T00:43:18.343Z] ---> Running in 7e1072bc17a3 [2021-01-19T00:43:18.343Z] ---> Running in 9ff1b0f62505 [2021-01-19T00:43:18.343Z] ---> Running in 01ce24084a8e [2021-01-19T00:43:18.948Z] Removing intermediate container 2df77073eb96 [2021-01-19T00:43:18.948Z] ---> 03a1d1143fe7 [2021-01-19T00:43:18.948Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:43:19.243Z] ---> Running in f841c86a8a0a [2021-01-19T00:43:19.543Z] Removing intermediate container ca23394cc13d [2021-01-19T00:43:19.543Z] ---> 7b6b7ca984bd [2021-01-19T00:43:19.543Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:43:19.543Z] Removing intermediate container 9ff1b0f62505 [2021-01-19T00:43:19.543Z] ---> 5f476fbbf03a [2021-01-19T00:43:19.543Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T00:43:19.821Z] ---> Running in 103d8dd357b3 [2021-01-19T00:43:19.821Z] ---> Running in 5604df9bb1d9 [2021-01-19T00:43:19.956Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:43:19.956Z] Reading package lists... [2021-01-19T00:43:19.956Z] Building dependency tree... [2021-01-19T00:43:19.956Z] Reading state information... [2021-01-19T00:43:19.956Z] Suggested packages: [2021-01-19T00:43:19.956Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T00:43:19.956Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T00:43:19.956Z] Recommended packages: [2021-01-19T00:43:19.956Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T00:43:19.956Z] The following NEW packages will be installed: [2021-01-19T00:43:19.956Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T00:43:19.956Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T00:43:19.956Z] pkg-config zip [2021-01-19T00:43:19.956Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T00:43:19.956Z] Need to get 7655 kB of archives. [2021-01-19T00:43:19.956Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T00:43:19.956Z] 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-19T00:43:19.956Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T00:43:19.956Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T00:43:19.956Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T00:43:19.956Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T00:43:19.956Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T00:43:19.956Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T00:43:19.956Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T00:43:19.956Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T00:43:20.099Z] Removing intermediate container 7e1072bc17a3 [2021-01-19T00:43:20.099Z] ---> 6968f1129d0c [2021-01-19T00:43:20.099Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T00:43:20.099Z] Removing intermediate container 01ce24084a8e [2021-01-19T00:43:20.099Z] ---> d776521b865d [2021-01-19T00:43:20.099Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:43:20.218Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T00:43:20.218Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T00:43:20.218Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T00:43:20.218Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T00:43:20.218Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T00:43:20.218Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T00:43:20.374Z] ---> Running in e6ac5bfb24fa [2021-01-19T00:43:20.374Z] ---> Running in 1d50c912cc22 [2021-01-19T00:43:20.480Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T00:43:20.480Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-19T00:43:20.480Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T00:43:20.480Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T00:43:20.480Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T00:43:20.480Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:43:20.741Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T00:43:20.741Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T00:43:20.741Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:43:20.741Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T00:43:20.741Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T00:43:20.741Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:43:21.001Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T00:43:21.001Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T00:43:21.001Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:43:21.001Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T00:43:21.001Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T00:43:21.001Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:43:21.262Z] Selecting previously unselected package liberror-perl. [2021-01-19T00:43:21.262Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T00:43:21.262Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T00:43:21.262Z] Selecting previously unselected package git-man. [2021-01-19T00:43:21.262Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T00:43:21.262Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:43:21.262Z] Selecting previously unselected package git. [2021-01-19T00:43:21.262Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T00:43:21.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:21.524Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:43:21.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:22.095Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T00:43:22.096Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T00:43:22.096Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:43:22.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:22.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:22.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:22.357Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T00:43:22.357Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T00:43:22.357Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:43:22.357Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T00:43:22.357Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T00:43:22.357Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:43:22.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:22.625Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T00:43:22.625Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:43:22.625Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:43:22.625Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T00:43:22.625Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T00:43:22.625Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:43:22.625Z] Selecting previously unselected package pkg-config. [2021-01-19T00:43:22.625Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T00:43:22.886Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:43:22.886Z] Selecting previously unselected package zip. [2021-01-19T00:43:22.886Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T00:43:22.886Z] Unpacking zip (3.0-11build1) ... [2021-01-19T00:43:22.886Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T00:43:22.886Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:43:23.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:23.149Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T00:43:23.149Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T00:43:23.149Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T00:43:23.149Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T00:43:23.149Z] No schema files found: doing nothing. [2021-01-19T00:43:23.149Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T00:43:23.149Z] Setting up zip (3.0-11build1) ... [2021-01-19T00:43:23.149Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T00:43:23.149Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T00:43:23.149Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T00:43:23.149Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:43:23.149Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T00:43:23.149Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T00:43:23.149Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T00:43:23.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:23.410Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T00:43:23.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:24.268Z] OK: 217 MiB in 51 packages [2021-01-19T00:43:24.555Z] OK: 217 MiB in 51 packages [2021-01-19T00:43:24.834Z] OK: 217 MiB in 51 packages [2021-01-19T00:43:24.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:43:25.106Z] OK: 217 MiB in 51 packages [2021-01-19T00:43:26.104Z] Removing intermediate container 103d8dd357b3 [2021-01-19T00:43:26.104Z] ---> 76debed20975 [2021-01-19T00:43:26.104Z] Step 6/21 : COPY go.mod . [2021-01-19T00:43:26.104Z] Removing intermediate container e6ac5bfb24fa [2021-01-19T00:43:26.104Z] ---> 22297c55607f [2021-01-19T00:43:26.104Z] Step 6/21 : COPY go.mod . [2021-01-19T00:43:26.377Z] Removing intermediate container f841c86a8a0a [2021-01-19T00:43:26.377Z] ---> f452f90bd402 [2021-01-19T00:43:26.377Z] Step 6/22 : COPY go.mod . [2021-01-19T00:43:26.653Z] Removing intermediate container 1d50c912cc22 [2021-01-19T00:43:26.653Z] ---> 2a9cb5471453 [2021-01-19T00:43:26.653Z] Step 6/22 : COPY go.mod . [2021-01-19T00:43:26.653Z] ---> 7d189d28b83e [2021-01-19T00:43:26.653Z] Step 7/21 : RUN go mod download [2021-01-19T00:43:26.932Z] ---> Running in fe1d089eb443 [2021-01-19T00:43:26.932Z] ---> 71bf66ea0e4d [2021-01-19T00:43:26.932Z] Step 7/21 : RUN go mod download [2021-01-19T00:43:27.205Z] ---> 50d28e0a9383 [2021-01-19T00:43:27.205Z] Step 7/22 : RUN go mod download [2021-01-19T00:43:27.483Z] ---> Running in 81b851d4d24d [2021-01-19T00:43:27.483Z] ---> Running in fe12c9bca215 [2021-01-19T00:43:27.483Z] OK: 217 MiB in 51 packages [2021-01-19T00:43:27.483Z] ---> 1116c0460e4f [2021-01-19T00:43:27.483Z] Step 7/22 : RUN go mod download [2021-01-19T00:43:27.757Z] ---> Running in 6270d9cd68f0 [2021-01-19T00:43:29.197Z] Removing intermediate container 5604df9bb1d9 [2021-01-19T00:43:29.197Z] ---> c4a6ca6ee2a4 [2021-01-19T00:43:29.197Z] Step 6/24 : COPY go.mod . [2021-01-19T00:43:30.013Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:43:30.013Z] git set to automatically installed. [2021-01-19T00:43:30.013Z] git-man set to automatically installed. [2021-01-19T00:43:30.013Z] libcurl3-gnutls set to automatically installed. [2021-01-19T00:43:30.013Z] liberror-perl set to automatically installed. [2021-01-19T00:43:30.013Z] libglib2.0-0 set to automatically installed. [2021-01-19T00:43:30.013Z] libnghttp2-14 set to automatically installed. [2021-01-19T00:43:30.013Z] libnorm1 set to automatically installed. [2021-01-19T00:43:30.013Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T00:43:30.013Z] libpsl5 set to automatically installed. [2021-01-19T00:43:30.013Z] librtmp1 set to automatically installed. [2021-01-19T00:43:30.013Z] libsodium23 set to automatically installed. [2021-01-19T00:43:30.013Z] libzmq3-dev set to automatically installed. [2021-01-19T00:43:30.013Z] libzmq5 set to automatically installed. [2021-01-19T00:43:30.013Z] pkg-config set to automatically installed. [2021-01-19T00:43:30.013Z] zip set to automatically installed. [2021-01-19T00:43:30.653Z] ---> cfe3fb54e439 [2021-01-19T00:43:30.653Z] Step 7/24 : RUN go mod download [2021-01-19T00:43:30.653Z] ---> Running in ce13c6f73565 [2021-01-19T00:43:30.940Z] Removing intermediate container fe1d089eb443 [2021-01-19T00:43:30.940Z] ---> 1cb3242b5ba5 [2021-01-19T00:43:30.940Z] Step 8/21 : COPY . . [2021-01-19T00:43:31.916Z] Removing intermediate container 81b851d4d24d [2021-01-19T00:43:31.916Z] ---> 7c72390bfce4 [2021-01-19T00:43:31.916Z] Step 8/21 : COPY . . [2021-01-19T00:43:32.512Z] Removing intermediate container fe12c9bca215 [2021-01-19T00:43:32.512Z] ---> 05d04413af13 [2021-01-19T00:43:32.512Z] Step 8/22 : COPY . . [2021-01-19T00:43:32.561Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T00:43:32.787Z] Removing intermediate container 6270d9cd68f0 [2021-01-19T00:43:32.787Z] ---> 56e5cb1e2d34 [2021-01-19T00:43:32.787Z] Step 8/22 : COPY . . [2021-01-19T00:43:37.140Z] Removing intermediate container ce13c6f73565 [2021-01-19T00:43:37.140Z] ---> ff9c96b01949 [2021-01-19T00:43:37.140Z] Step 8/24 : COPY . . [2021-01-19T00:43:39.157Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T00:43:39.157Z] snap "core18" has no updates available [2021-01-19T00:43:40.101Z] Pulling config-common [2021-01-19T00:43:41.044Z] Pulling go-build-helper [2021-01-19T00:43:59.358Z] ---> 8bd8953ed61b [2021-01-19T00:43:59.358Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T00:43:59.358Z] ---> a6ccdb402e05 [2021-01-19T00:43:59.358Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T00:43:59.358Z] ---> 0bfb202ec291 [2021-01-19T00:43:59.358Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T00:43:59.653Z] ---> 350b9ca24b8f [2021-01-19T00:43:59.653Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T00:43:59.653Z] ---> 5ed0ede0515a [2021-01-19T00:43:59.653Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T00:43:59.653Z] ---> Running in a82b6f27f0a9 [2021-01-19T00:43:59.653Z] ---> Running in db66eff609f4 [2021-01-19T00:43:59.653Z] ---> Running in 60c59556f85c [2021-01-19T00:43:59.965Z] ---> Running in 036601d0ef35 [2021-01-19T00:43:59.965Z] ---> Running in 77efd1c4f9b4 [2021-01-19T00:44:01.951Z] 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-19T00:44:01.951Z] 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-19T00:44:02.224Z] 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-19T00:44:02.499Z] 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-19T00:44:02.499Z] 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-19T00:44:03.025Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T00:44:03.025Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T00:44:03.025Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T00:44:03.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T00:44:03.025Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T00:44:03.025Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T00:44:03.025Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T00:44:03.025Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T00:44:03.025Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T00:44:03.025Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T00:44:03.025Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T00:44:03.025Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T00:44:03.025Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T00:44:03.025Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T00:44:03.025Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T00:44:03.025Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T00:44:03.025Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T00:44:03.025Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T00:44:03.025Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T00:44:03.025Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T00:44:03.025Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T00:44:03.025Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T00:44:03.025Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T00:44:03.025Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T00:44:03.025Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T00:44:03.025Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T00:44:03.025Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T00:44:03.025Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T00:44:03.025Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T00:44:03.025Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T00:44:03.025Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T00:44:03.025Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T00:44:03.025Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T00:44:03.025Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T00:44:03.025Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T00:44:03.025Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T00:44:03.025Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T00:44:03.025Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T00:44:03.025Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T00:44:03.025Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T00:44:03.025Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T00:44:03.025Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T00:44:03.025Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T00:44:03.025Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T00:44:03.025Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T00:44:03.025Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T00:44:03.025Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T00:44:03.025Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T00:44:03.025Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T00:44:03.025Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T00:44:03.025Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T00:44:03.025Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T00:44:03.025Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T00:44:03.025Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T00:44:03.025Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T00:44:03.025Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T00:44:03.025Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T00:44:03.025Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T00:44:03.025Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T00:44:03.025Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T00:44:03.025Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T00:44:03.025Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T00:44:03.025Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T00:44:03.025Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T00:44:07.233Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T00:44:07.233Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T00:44:07.233Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T00:44:07.233Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T00:44:07.233Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T00:44:07.233Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T00:44:07.233Z] Pulling static-packages [2021-01-19T00:44:07.805Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T00:44:07.805Z] Skipping pull go-build-helper (already ran) [2021-01-19T00:44:07.805Z] Skipping pull static-packages (already ran) [2021-01-19T00:44:07.805Z] Building go-build-helper [2021-01-19T00:44:12.037Z] Building static-packages [2021-01-19T00:44:13.474Z] Staging go-build-helper [2021-01-19T00:44:14.055Z] Staging static-packages [2021-01-19T00:44:15.001Z] Pulling go115 [2021-01-19T00:44:15.951Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T00:44:15.951Z] Skipping pull go115 (already ran) [2021-01-19T00:44:15.951Z] Building go115 [2021-01-19T00:44:15.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:44:15.951Z] Dload Upload Total Spent Left Speed [2021-01-19T00:44:19.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6911k 0 0 15.8M 0 0:00:07 --:--:-- 0:00:07 15.8M 40 115M 40 46.5M 0 0 32.6M 0 0:00:03 0:00:01 0:00:02 32.6M 75 115M 75 87.3M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M [2021-01-19T00:44:19.598Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T00:44:23.811Z] Staging go115 [2021-01-19T00:44:29.111Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T00:44:29.111Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T00:44:29.111Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T00:44:29.111Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T00:44:29.111Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T00:44:29.111Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T00:44:29.111Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T00:44:29.111Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T00:44:29.111Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T00:44:29.111Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T00:44:29.111Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T00:44:29.111Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T00:44:29.111Z] Pulling edgex-go [2021-01-19T00:44:29.684Z] Pulling version [2021-01-19T00:44:30.626Z] Building config-common [2021-01-19T00:44:32.543Z] Skipping build go-build-helper (already ran) [2021-01-19T00:44:32.543Z] Skipping build static-packages (already ran) [2021-01-19T00:44:32.543Z] Skipping build go115 (already ran) [2021-01-19T00:44:32.543Z] Building edgex-go [2021-01-19T00:44:32.803Z] 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-19T00:44:34.186Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T00:44:34.186Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T00:44:34.186Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T00:44:34.186Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T00:44:34.186Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T00:44:34.186Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T00:44:34.186Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T00:44:34.186Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T00:44:34.186Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T00:44:34.186Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T00:44:34.186Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T00:44:34.186Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T00:44:34.186Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T00:44:34.186Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T00:44:34.186Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T00:44:34.186Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T00:44:34.186Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T00:44:34.186Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T00:44:34.186Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T00:44:34.186Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T00:44:34.186Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T00:44:34.447Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T00:44:34.447Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T00:44:34.447Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T00:44:34.447Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T00:44:35.019Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T00:44:35.019Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T00:44:41.599Z] 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-19T00:44:44.910Z] 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-19T00:44:45.857Z] 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-19T00:44:47.245Z] 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-19T00:44:47.245Z] 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-19T00:44:47.505Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T00:44:47.766Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T00:44:47.766Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T00:44:47.766Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T00:44:49.149Z] 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-19T00:44:49.149Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T00:44:49.149Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T00:44:50.567Z] 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-19T00:44:51.148Z] 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-19T00:44:51.148Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T00:44:52.560Z] 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-19T00:44:53.506Z] 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-19T00:44:54.076Z] 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-19T00:44:54.076Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T00:44:56.640Z] Building version [2021-01-19T00:44:58.562Z] Staging config-common [2021-01-19T00:44:59.135Z] Skipping stage go-build-helper (already ran) [2021-01-19T00:44:59.135Z] Skipping stage static-packages (already ran) [2021-01-19T00:44:59.135Z] Skipping stage go115 (already ran) [2021-01-19T00:44:59.135Z] Staging edgex-go [2021-01-19T00:45:00.077Z] Staging version [2021-01-19T00:45:01.015Z] Priming config-common [2021-01-19T00:45:01.970Z] Priming go-build-helper [2021-01-19T00:45:02.917Z] Priming static-packages [2021-01-19T00:45:05.461Z] Priming go115 [2021-01-19T00:45:06.032Z] Priming edgex-go [2021-01-19T00:45:06.978Z] Priming version [2021-01-19T00:45:07.917Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T00:45:24.315Z] 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-19T00:45:24.315Z] 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-19T00:45:39.417Z] Removing intermediate container 77efd1c4f9b4 [2021-01-19T00:45:39.417Z] ---> e296832a6adf [2021-01-19T00:45:39.417Z] [2021-01-19T00:45:39.417Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T00:45:39.417Z] 3.12: Pulling from library/alpine [2021-01-19T00:45:39.417Z] Removing intermediate container a82b6f27f0a9 [2021-01-19T00:45:39.417Z] ---> 3e46a3a83831 [2021-01-19T00:45:39.417Z] [2021-01-19T00:45:39.417Z] Step 10/21 : FROM scratch [2021-01-19T00:45:39.417Z] ---> [2021-01-19T00:45:39.417Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:45:39.417Z] ---> Running in d47f14141350 [2021-01-19T00:45:39.417Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T00:45:39.417Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T00:45:39.417Z] ---> afeebe901d6b [2021-01-19T00:45:39.417Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:45:39.687Z] Removing intermediate container 036601d0ef35 [2021-01-19T00:45:39.687Z] ---> 7492a272ea41 [2021-01-19T00:45:39.687Z] [2021-01-19T00:45:39.687Z] Step 10/22 : FROM scratch [2021-01-19T00:45:39.687Z] ---> [2021-01-19T00:45:39.687Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:45:39.965Z] ---> Running in 25b81891f677 [2021-01-19T00:45:39.965Z] ---> Running in 04b96c5d0fa4 [2021-01-19T00:45:39.965Z] Removing intermediate container d47f14141350 [2021-01-19T00:45:39.965Z] ---> c12fa16f6fc7 [2021-01-19T00:45:39.965Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T00:45:40.243Z] ---> Running in 165f584060a8 [2021-01-19T00:45:40.854Z] Removing intermediate container db66eff609f4 [2021-01-19T00:45:40.854Z] ---> 11fff6af9bdf [2021-01-19T00:45:40.854Z] [2021-01-19T00:45:40.854Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T00:45:40.854Z] ---> afeebe901d6b [2021-01-19T00:45:40.854Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T00:45:40.854Z] Removing intermediate container 25b81891f677 [2021-01-19T00:45:40.854Z] ---> 2aa7af83c307 [2021-01-19T00:45:40.854Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T00:45:41.133Z] ---> Running in 06fb5da2be27 [2021-01-19T00:45:41.133Z] ---> Running in 4ad8f1ba1780 [2021-01-19T00:45:41.405Z] Removing intermediate container 165f584060a8 [2021-01-19T00:45:41.405Z] ---> 653173ede973 [2021-01-19T00:45:41.405Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T00:45:41.405Z] ---> Running in 1154da94d486 [2021-01-19T00:45:42.012Z] Removing intermediate container 06fb5da2be27 [2021-01-19T00:45:42.012Z] ---> 06c4ed0a8f67 [2021-01-19T00:45:42.012Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:45:42.012Z] ---> Running in 751a5a419588 [2021-01-19T00:45:42.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:42.336Z] Removing intermediate container 1154da94d486 [2021-01-19T00:45:42.336Z] ---> a4d7e58c4daa [2021-01-19T00:45:42.336Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:45:42.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.016Z] Removing intermediate container 751a5a419588 [2021-01-19T00:45:43.016Z] ---> 311a61b10ccd [2021-01-19T00:45:43.016Z] Step 14/22 : WORKDIR / [2021-01-19T00:45:43.016Z] ---> Running in 1f82eb035a3a [2021-01-19T00:45:43.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:45:43.328Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T00:45:43.328Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:45:43.328Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T00:45:43.634Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T00:45:43.634Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T00:45:43.634Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:45:43.634Z] ---> 63aaf77da305 [2021-01-19T00:45:43.634Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T00:45:43.634Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:45:43.954Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T00:45:43.954Z] OK: 7 MiB in 19 packages [2021-01-19T00:45:43.954Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:45:44.272Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T00:45:44.272Z] Removing intermediate container 1f82eb035a3a [2021-01-19T00:45:44.272Z] ---> 21e55adbba33 [2021-01-19T00:45:44.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:45:44.272Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T00:45:44.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:45:44.272Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T00:45:44.669Z] OK: 7 MiB in 18 packages [2021-01-19T00:45:46.242Z] ---> 94356af1bcc0 [2021-01-19T00:45:46.242Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T00:45:46.520Z] ---> 7aa64f9c728e [2021-01-19T00:45:46.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T00:45:46.831Z] Removing intermediate container 04b96c5d0fa4 [2021-01-19T00:45:46.831Z] ---> f4adeedc7955 [2021-01-19T00:45:46.831Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:45:47.431Z] ---> Running in 26879c801b17 [2021-01-19T00:45:47.701Z] Removing intermediate container 4ad8f1ba1780 [2021-01-19T00:45:47.701Z] ---> 1414f87b34d4 [2021-01-19T00:45:47.701Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T00:45:47.979Z] ---> 37818693626c [2021-01-19T00:45:47.979Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T00:45:47.979Z] ---> 7ea8c10c60f8 [2021-01-19T00:45:47.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T00:45:48.259Z] ---> Running in 8b18d6fc6271 [2021-01-19T00:45:48.259Z] ---> Running in 03a50c08e915 [2021-01-19T00:45:48.259Z] Removing intermediate container 26879c801b17 [2021-01-19T00:45:48.259Z] ---> 43d4010e53b9 [2021-01-19T00:45:48.259Z] Step 13/24 : WORKDIR / [2021-01-19T00:45:48.535Z] ---> Running in 377c1981f3b7 [2021-01-19T00:45:48.807Z] Removing intermediate container 8b18d6fc6271 [2021-01-19T00:45:48.807Z] ---> 85984a3d444d [2021-01-19T00:45:48.807Z] Step 13/21 : WORKDIR /edgex [2021-01-19T00:45:49.085Z] Removing intermediate container 03a50c08e915 [2021-01-19T00:45:49.085Z] ---> 61ab790ada56 [2021-01-19T00:45:49.085Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:45:49.685Z] ---> Running in ae081f6e69d0 [2021-01-19T00:45:49.685Z] Removing intermediate container 377c1981f3b7 [2021-01-19T00:45:49.685Z] ---> 3c880bdedb5f [2021-01-19T00:45:49.685Z] 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-19T00:45:49.685Z] ---> d8dde66a6587 [2021-01-19T00:45:49.685Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T00:45:49.685Z] ---> Running in 3443ba5b8eec [2021-01-19T00:45:49.965Z] ---> Running in 0486c5686909 [2021-01-19T00:45:50.564Z] Removing intermediate container ae081f6e69d0 [2021-01-19T00:45:50.564Z] ---> 1df5f2d12290 [2021-01-19T00:45:50.564Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T00:45:50.843Z] Removing intermediate container 3443ba5b8eec [2021-01-19T00:45:50.843Z] ---> abdce79dba66 [2021-01-19T00:45:50.843Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:45:51.125Z] Removing intermediate container 0486c5686909 [2021-01-19T00:45:51.125Z] ---> 0d70ee7678ce [2021-01-19T00:45:51.125Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:45:51.125Z] ---> Running in 37fc18b3ab91 [2021-01-19T00:45:51.125Z] ---> e6f5df1391d0 [2021-01-19T00:45:51.125Z] 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-19T00:45:51.125Z] ---> Running in a1554fe9c390 [2021-01-19T00:45:51.418Z] ---> 6efa674f6675 [2021-01-19T00:45:51.418Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T00:45:51.693Z] Removing intermediate container 60c59556f85c [2021-01-19T00:45:51.693Z] ---> e549c7590b02 [2021-01-19T00:45:51.693Z] [2021-01-19T00:45:51.693Z] Step 10/22 : FROM scratch [2021-01-19T00:45:51.693Z] ---> [2021-01-19T00:45:51.693Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:45:51.693Z] ---> Using cache [2021-01-19T00:45:51.693Z] ---> 2aa7af83c307 [2021-01-19T00:45:51.693Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T00:45:51.964Z] Removing intermediate container 37fc18b3ab91 [2021-01-19T00:45:51.964Z] ---> c64bac40f1e1 [2021-01-19T00:45:51.964Z] Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:45:51.964Z] ---> Running in e58d16a5bf1e [2021-01-19T00:45:52.237Z] Removing intermediate container a1554fe9c390 [2021-01-19T00:45:52.237Z] ---> 222e8af48e8a [2021-01-19T00:45:52.237Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:45:52.514Z] ---> Running in 40d85c548a2d [2021-01-19T00:45:52.514Z] ---> 27997e112098 [2021-01-19T00:45:52.514Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T00:45:52.514Z] ---> Running in bcfec27e2012 [2021-01-19T00:45:52.514Z] Removing intermediate container e58d16a5bf1e [2021-01-19T00:45:52.514Z] ---> 651be9ec67f8 [2021-01-19T00:45:52.514Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T00:45:52.792Z] ---> Running in 6de65df65e10 [2021-01-19T00:45:53.067Z] Removing intermediate container 40d85c548a2d [2021-01-19T00:45:53.067Z] ---> 0b4fcdc12f41 [2021-01-19T00:45:53.067Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:45:53.345Z] ---> cd7369a27709 [2021-01-19T00:45:53.345Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T00:45:53.345Z] Removing intermediate container bcfec27e2012 [2021-01-19T00:45:53.345Z] ---> 5b022f5ed6e5 [2021-01-19T00:45:53.345Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:45:53.345Z] ---> Running in 53ea52dfd9bd [2021-01-19T00:45:53.635Z] ---> Running in f1313b199856 [2021-01-19T00:45:53.635Z] Removing intermediate container 6de65df65e10 [2021-01-19T00:45:53.635Z] ---> 9ea83cfbc2fa [2021-01-19T00:45:53.635Z] Step 14/22 : WORKDIR / [2021-01-19T00:45:53.921Z] ---> 5f396a7eaa7c [2021-01-19T00:45:53.921Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T00:45:53.921Z] ---> Running in 057a1094af48 [2021-01-19T00:45:54.195Z] Removing intermediate container 53ea52dfd9bd [2021-01-19T00:45:54.196Z] ---> 8acd460e5b6d [2021-01-19T00:45:54.196Z] [2021-01-19T00:45:54.196Z] Removing intermediate container f1313b199856 [2021-01-19T00:45:54.196Z] ---> f641fed5a118 [2021-01-19T00:45:54.196Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:45:54.797Z] ---> Running in 6344ba9d4f27 [2021-01-19T00:45:54.797Z] Successfully built 8acd460e5b6d [2021-01-19T00:45:54.797Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T00:45:54.797Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T00:45:55.075Z] Removing intermediate container 057a1094af48 [2021-01-19T00:45:55.075Z] ---> db83778981fd [2021-01-19T00:45:55.075Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:45:55.075Z] ---> f87312b62312 [2021-01-19T00:45:55.075Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T00:45:55.351Z] ---> Running in fc5dc1a6f056 [2021-01-19T00:45:55.626Z] Removing intermediate container 6344ba9d4f27 [2021-01-19T00:45:55.626Z] ---> 5c9c6e0505f8 [2021-01-19T00:45:55.626Z] [2021-01-19T00:45:55.626Z] ---> 139201e8b789 [2021-01-19T00:45:55.626Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T00:45:55.903Z] ---> 73bee6a28354 [2021-01-19T00:45:55.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T00:45:56.180Z] Successfully built 5c9c6e0505f8 [2021-01-19T00:45:56.452Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T00:45:56.452Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T00:45:56.452Z] Removing intermediate container fc5dc1a6f056 [2021-01-19T00:45:56.452Z] ---> 81c63a0274ed [2021-01-19T00:45:56.452Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T00:45:57.453Z] ---> Running in d309c5cd9f7d [2021-01-19T00:45:57.453Z] ---> 694dba85f745 [2021-01-19T00:45:57.453Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T00:45:57.728Z] ---> 9e51d5e486ae [2021-01-19T00:45:57.728Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T00:45:58.004Z] Removing intermediate container d309c5cd9f7d [2021-01-19T00:45:58.004Z] ---> 38155fbdf402 [2021-01-19T00:45:58.004Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T00:45:58.993Z] ---> Running in 2ea696fa1299 [2021-01-19T00:45:59.972Z] ---> 41c4caa277da [2021-01-19T00:45:59.972Z] 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-19T00:45:59.972Z] ---> 775e3a0fc91c [2021-01-19T00:45:59.972Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T00:46:00.246Z] Removing intermediate container 2ea696fa1299 [2021-01-19T00:46:00.246Z] ---> f3f964992755 [2021-01-19T00:46:00.246Z] Step 20/21 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:46:00.519Z] ---> Running in b652cec16312 [2021-01-19T00:46:00.519Z] ---> Running in 945b88a377f2 [2021-01-19T00:46:00.792Z] ---> Running in b82703a84db6 [2021-01-19T00:46:01.388Z] Removing intermediate container 945b88a377f2 [2021-01-19T00:46:01.388Z] ---> 12c14a5f6f06 [2021-01-19T00:46:01.388Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:46:01.665Z] Removing intermediate container b82703a84db6 [2021-01-19T00:46:01.665Z] ---> 0968d3cd3672 [2021-01-19T00:46:01.665Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T00:46:01.942Z] ---> Running in 7f6af792aaf7 [2021-01-19T00:46:02.305Z] ---> Running in ac398d16148a [2021-01-19T00:46:02.577Z] Removing intermediate container 7f6af792aaf7 [2021-01-19T00:46:02.577Z] ---> b5ac5ec6fc62 [2021-01-19T00:46:02.577Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:46:03.169Z] Removing intermediate container ac398d16148a [2021-01-19T00:46:03.169Z] ---> 0c3f89297275 [2021-01-19T00:46:03.169Z] [2021-01-19T00:46:03.441Z] Successfully built 0c3f89297275 [2021-01-19T00:46:03.441Z] ---> Running in a707768a7ba3 [2021-01-19T00:46:03.441Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T00:46:03.441Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-19T00:46:04.044Z] Removing intermediate container a707768a7ba3 [2021-01-19T00:46:04.044Z] ---> 37f785736312 [2021-01-19T00:46:04.044Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:46:04.314Z] ---> Running in daf4f874af6e [2021-01-19T00:46:04.314Z] Removing intermediate container b652cec16312 [2021-01-19T00:46:04.314Z] ---> c2f7e2cddd67 [2021-01-19T00:46:04.314Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T00:46:04.589Z] ---> Running in 1056b0b42059 [2021-01-19T00:46:04.589Z] Removing intermediate container daf4f874af6e [2021-01-19T00:46:04.589Z] ---> b7efbb80b9b6 [2021-01-19T00:46:04.589Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:46:04.862Z] ---> Running in ce376c5bf014 [2021-01-19T00:46:05.132Z] Removing intermediate container 1056b0b42059 [2021-01-19T00:46:05.132Z] ---> 1d0f7ef87847 [2021-01-19T00:46:05.132Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:46:05.405Z] ---> Running in aff36d001b0a [2021-01-19T00:46:05.405Z] Removing intermediate container ce376c5bf014 [2021-01-19T00:46:05.405Z] ---> 6429c88c4289 [2021-01-19T00:46:05.405Z] [2021-01-19T00:46:05.995Z] Successfully built 6429c88c4289 [2021-01-19T00:46:05.995Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T00:46:05.995Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-19T00:46:06.272Z] Removing intermediate container aff36d001b0a [2021-01-19T00:46:06.272Z] ---> fb7c08fc2e12 [2021-01-19T00:46:06.272Z] Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:46:06.549Z] ---> Running in 0585c8fc137c [2021-01-19T00:46:07.151Z] Removing intermediate container 0585c8fc137c [2021-01-19T00:46:07.151Z] ---> 821f53121f52 [2021-01-19T00:46:07.151Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:46:07.424Z] ---> Running in 24471f22b002 [2021-01-19T00:46:08.395Z] Removing intermediate container 24471f22b002 [2021-01-19T00:46:08.395Z] ---> 7bf850be15d5 [2021-01-19T00:46:08.395Z] [2021-01-19T00:46:08.664Z] Successfully built 7bf850be15d5 [2021-01-19T00:46:08.664Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T00:46:40.968Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:46:40.968Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:46:40.968Z] ---> 9f38c87045de [2021-01-19T00:46:40.968Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> 78e7949be683 [2021-01-19T00:46:40.968Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> d776521b865d [2021-01-19T00:46:40.968Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> 2a9cb5471453 [2021-01-19T00:46:40.968Z] Step 6/22 : COPY go.mod . [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> 1116c0460e4f [2021-01-19T00:46:40.968Z] Step 7/22 : RUN go mod download [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> 56e5cb1e2d34 [2021-01-19T00:46:40.968Z] Step 8/22 : COPY . . [2021-01-19T00:46:40.968Z] ---> Using cache [2021-01-19T00:46:40.968Z] ---> 0bfb202ec291 [2021-01-19T00:46:40.968Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T00:46:42.437Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:46:42.437Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:46:42.437Z] ---> 9f38c87045de [2021-01-19T00:46:42.437Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T00:46:42.437Z] ---> Using cache [2021-01-19T00:46:42.437Z] ---> 78e7949be683 [2021-01-19T00:46:42.437Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:46:42.437Z] ---> Using cache [2021-01-19T00:46:42.437Z] ---> d776521b865d [2021-01-19T00:46:42.437Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T00:46:47.970Z] ---> Running in f4f690a9f003 [2021-01-19T00:46:47.970Z] ---> Running in 09b9c9964d3d [2021-01-19T00:46:48.567Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:46:48.567Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:46:48.567Z] ---> 9f38c87045de [2021-01-19T00:46:48.567Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T00:46:48.567Z] ---> Using cache [2021-01-19T00:46:48.567Z] ---> 78e7949be683 [2021-01-19T00:46:48.567Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:46:48.567Z] ---> Using cache [2021-01-19T00:46:48.567Z] ---> d776521b865d [2021-01-19T00:46:48.567Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T00:46:48.838Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T00:46:48.838Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T00:46:48.838Z] ---> 9f38c87045de [2021-01-19T00:46:48.838Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T00:46:48.838Z] ---> Using cache [2021-01-19T00:46:48.838Z] ---> 78e7949be683 [2021-01-19T00:46:48.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:46:48.838Z] ---> Using cache [2021-01-19T00:46:48.838Z] ---> d776521b865d [2021-01-19T00:46:48.838Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T00:46:49.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:49.109Z] 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-19T00:46:49.383Z] ---> Running in c731c634ff83 [2021-01-19T00:46:49.383Z] ---> Running in 1747ab379c9c [2021-01-19T00:46:49.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:50.981Z] OK: 217 MiB in 51 packages [2021-01-19T00:46:51.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:51.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:52.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:52.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:46:52.243Z] Removing intermediate container 09b9c9964d3d [2021-01-19T00:46:52.243Z] ---> 8deb735cb85f [2021-01-19T00:46:52.243Z] Step 6/26 : COPY go.mod . [2021-01-19T00:46:53.234Z] OK: 217 MiB in 51 packages [2021-01-19T00:46:53.235Z] OK: 217 MiB in 51 packages [2021-01-19T00:46:53.235Z] ---> 51b3ccc3b241 [2021-01-19T00:46:53.235Z] Step 7/26 : RUN go mod download [2021-01-19T00:46:53.508Z] ---> Running in 78d03b33ef47 [2021-01-19T00:46:55.489Z] Removing intermediate container c731c634ff83 [2021-01-19T00:46:55.489Z] ---> ea5246976ecb [2021-01-19T00:46:55.489Z] Step 6/23 : COPY go.mod . [2021-01-19T00:46:55.489Z] Removing intermediate container 1747ab379c9c [2021-01-19T00:46:55.489Z] ---> da02b3245ce2 [2021-01-19T00:46:55.489Z] Step 6/24 : COPY go.mod . [2021-01-19T00:46:56.917Z] ---> 3183ec21757d [2021-01-19T00:46:56.917Z] Step 7/23 : RUN go mod download [2021-01-19T00:46:56.917Z] ---> 8611f1cfafe6 [2021-01-19T00:46:56.917Z] Step 7/24 : RUN go mod download [2021-01-19T00:46:56.917Z] ---> Running in ea6fa8e1f06e [2021-01-19T00:46:57.189Z] ---> Running in 03bd56210255 [2021-01-19T00:46:59.160Z] Removing intermediate container 78d03b33ef47 [2021-01-19T00:46:59.160Z] ---> 5598cf04c4ec [2021-01-19T00:46:59.160Z] Step 8/26 : COPY . . [2021-01-19T00:47:02.559Z] Removing intermediate container ea6fa8e1f06e [2021-01-19T00:47:02.559Z] ---> 6254371517db [2021-01-19T00:47:02.559Z] Step 8/23 : COPY . . [2021-01-19T00:47:02.834Z] Removing intermediate container 03bd56210255 [2021-01-19T00:47:02.834Z] ---> 66a32d6e0800 [2021-01-19T00:47:02.834Z] Step 8/24 : COPY . . [2021-01-19T00:47:29.655Z] ---> 0f934defa239 [2021-01-19T00:47:29.655Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T00:47:29.655Z] ---> 042aa0618d28 [2021-01-19T00:47:29.655Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T00:47:29.655Z] ---> bf8a25dbf199 [2021-01-19T00:47:29.655Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T00:47:29.655Z] ---> Running in 47eab3655278 [2021-01-19T00:47:29.655Z] ---> Running in ff1ba6ff3a57 [2021-01-19T00:47:29.655Z] ---> Running in c0fd6e1ba768 [2021-01-19T00:47:30.248Z] Removing intermediate container f4f690a9f003 [2021-01-19T00:47:30.248Z] ---> 26d175351a33 [2021-01-19T00:47:30.248Z] [2021-01-19T00:47:30.248Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T00:47:30.248Z] ---> afeebe901d6b [2021-01-19T00:47:30.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T00:47:30.248Z] ---> Using cache [2021-01-19T00:47:30.248Z] ---> f4adeedc7955 [2021-01-19T00:47:30.248Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T00:47:30.525Z] 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-19T00:47:30.525Z] 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-19T00:47:30.525Z] 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-19T00:47:31.040Z] ---> Running in 003fa5650fe9 [2021-01-19T00:47:31.331Z] Removing intermediate container 003fa5650fe9 [2021-01-19T00:47:31.331Z] ---> e6fa62f3f094 [2021-01-19T00:47:31.331Z] Step 13/22 : WORKDIR / [2021-01-19T00:47:31.646Z] ---> Running in aa7f0a673002 [2021-01-19T00:47:32.284Z] Removing intermediate container aa7f0a673002 [2021-01-19T00:47:32.284Z] ---> 1ad0d7b305b7 [2021-01-19T00:47:32.284Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:47:33.368Z] ---> fb6e3d7633b6 [2021-01-19T00:47:33.368Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T00:47:34.811Z] ---> bc0c0c7e93df [2021-01-19T00:47:34.811Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T00:47:36.270Z] ---> 695ac170c549 [2021-01-19T00:47:36.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T00:47:37.269Z] ---> 3aeffec20c09 [2021-01-19T00:47:37.269Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T00:47:37.269Z] ---> Running in b85075aca19f [2021-01-19T00:47:40.683Z] Removing intermediate container b85075aca19f [2021-01-19T00:47:40.683Z] ---> 7bc5276b02b0 [2021-01-19T00:47:40.683Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T00:47:40.683Z] ---> Running in 7447f20d7812 [2021-01-19T00:47:41.288Z] Removing intermediate container 7447f20d7812 [2021-01-19T00:47:41.288Z] ---> c94f5b3aaff2 [2021-01-19T00:47:41.288Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T00:47:41.571Z] ---> Running in f7e79b0694c1 [2021-01-19T00:47:42.179Z] Removing intermediate container f7e79b0694c1 [2021-01-19T00:47:42.179Z] ---> 8b8be6b045b1 [2021-01-19T00:47:42.179Z] Step 21/22 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:47:42.455Z] ---> Running in 0a218a065483 [2021-01-19T00:47:43.081Z] Removing intermediate container 0a218a065483 [2021-01-19T00:47:43.081Z] ---> fec778e999c0 [2021-01-19T00:47:43.081Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T00:47:43.360Z] ---> Running in 09eaac2654a3 [2021-01-19T00:47:43.965Z] Removing intermediate container 09eaac2654a3 [2021-01-19T00:47:43.965Z] ---> 3823109ea836 [2021-01-19T00:47:43.965Z] [2021-01-19T00:47:44.580Z] Successfully built 3823109ea836 [2021-01-19T00:47:44.580Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T00:48:41.158Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 47eab3655278 [2021-01-19T00:48:41.158Z] ---> 5ebc363e48dd [2021-01-19T00:48:41.158Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T00:48:41.158Z] Removing intermediate container c0fd6e1ba768 [2021-01-19T00:48:41.158Z] ---> 4d12c11310dd [2021-01-19T00:48:41.158Z] [2021-01-19T00:48:41.158Z] Step 10/24 : FROM scratch [2021-01-19T00:48:41.158Z] ---> [2021-01-19T00:48:41.158Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T00:48:41.158Z] ---> Running in 56a81b681cbc [2021-01-19T00:48:41.158Z] ---> Running in 2c439bc25ad5 [2021-01-19T00:48:41.158Z] Removing intermediate container 2c439bc25ad5 [2021-01-19T00:48:41.158Z] ---> e425325cdec5 [2021-01-19T00:48:41.158Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T00:48:41.158Z] ---> Running in 2fa91a01c28a [2021-01-19T00:48:41.158Z] 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-19T00:48:41.158Z] Removing intermediate container 2fa91a01c28a [2021-01-19T00:48:41.158Z] ---> 6a0e529f5b4e [2021-01-19T00:48:41.158Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T00:48:41.158Z] ---> Running in 54b65b09965b [2021-01-19T00:48:41.158Z] Removing intermediate container 54b65b09965b [2021-01-19T00:48:41.158Z] ---> 62550d28ed60 [2021-01-19T00:48:41.158Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T00:48:41.158Z] ---> 4c3a2da3e9de [2021-01-19T00:48:41.158Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T00:48:41.158Z] ---> cf3dd92947f7 [2021-01-19T00:48:41.158Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T00:48:41.441Z] Removing intermediate container 56a81b681cbc [2021-01-19T00:48:41.441Z] ---> 9be818e25416 [2021-01-19T00:48:41.441Z] [2021-01-19T00:48:41.441Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T00:48:41.441Z] 20.10.0: Pulling from library/docker [2021-01-19T00:48:42.924Z] ---> 2959c6fe9839 [2021-01-19T00:48:42.924Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:48:44.378Z] ---> 03b66e70daa3 [2021-01-19T00:48:44.378Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T00:48:46.356Z] ---> b70651825806 [2021-01-19T00:48:46.356Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:47.356Z] ---> 9a7459940158 [2021-01-19T00:48:47.356Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T00:48:47.356Z] ---> Running in fbc008d29db7 [2021-01-19T00:48:48.340Z] Removing intermediate container fbc008d29db7 [2021-01-19T00:48:48.340Z] ---> fdc637b32fc0 [2021-01-19T00:48:48.340Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:48:48.946Z] ---> Running in 0bffc7b6ae5f [2021-01-19T00:48:49.538Z] Removing intermediate container 0bffc7b6ae5f [2021-01-19T00:48:49.538Z] ---> c0862701bfac [2021-01-19T00:48:49.538Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T00:48:50.128Z] ---> Running in 325fc2ab11d5 [2021-01-19T00:48:50.717Z] Removing intermediate container ff1ba6ff3a57 [2021-01-19T00:48:50.717Z] ---> e3f5404460da [2021-01-19T00:48:50.717Z] [2021-01-19T00:48:50.717Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T00:48:50.717Z] ---> afeebe901d6b [2021-01-19T00:48:50.717Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T00:48:50.717Z] Removing intermediate container 325fc2ab11d5 [2021-01-19T00:48:50.717Z] ---> e4440149285b [2021-01-19T00:48:50.717Z] Step 23/24 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:48:50.990Z] ---> Running in 20ee96d6ebbf [2021-01-19T00:48:50.990Z] ---> Running in aced186b4458 [2021-01-19T00:48:51.581Z] Removing intermediate container 20ee96d6ebbf [2021-01-19T00:48:51.581Z] ---> 565612f94090 [2021-01-19T00:48:51.581Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T00:48:51.581Z] Removing intermediate container aced186b4458 [2021-01-19T00:48:51.581Z] ---> d75c2a2ae211 [2021-01-19T00:48:51.581Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T00:48:51.852Z] ---> Running in ea319f422fe3 [2021-01-19T00:48:51.852Z] ---> Running in 178c1c971109 [2021-01-19T00:48:51.852Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T00:48:51.852Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T00:48:51.852Z] ---> eeaf43b92773 [2021-01-19T00:48:51.852Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T00:48:52.134Z] ---> Running in 7b8482ad85f4 [2021-01-19T00:48:52.405Z] Removing intermediate container ea319f422fe3 [2021-01-19T00:48:52.405Z] ---> 593cbed303f1 [2021-01-19T00:48:52.405Z] [2021-01-19T00:48:52.405Z] Removing intermediate container 178c1c971109 [2021-01-19T00:48:52.405Z] ---> 5c1ab08f0b2c [2021-01-19T00:48:52.405Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T00:48:52.676Z] ---> Running in 039d9a9374f0 [2021-01-19T00:48:52.676Z] Successfully built 593cbed303f1 [2021-01-19T00:48:52.676Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T00:48:53.269Z]  Building docker-support-notifications-go ... done Removing intermediate container 039d9a9374f0 [2021-01-19T00:48:53.269Z] ---> 0ab26916019e [2021-01-19T00:48:53.269Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T00:48:53.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:53.269Z] ---> Running in a35c21277e87 [2021-01-19T00:48:53.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:54.250Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T00:48:54.250Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T00:48:54.250Z] Executing bash-5.0.17-r0.post-install [2021-01-19T00:48:54.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:54.250Z] OK: 12 MiB in 22 packages [2021-01-19T00:48:55.225Z] Removing intermediate container 7b8482ad85f4 [2021-01-19T00:48:55.225Z] ---> 46c93e79522b [2021-01-19T00:48:55.225Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T00:48:55.496Z] ---> Running in 1effa52e4afd [2021-01-19T00:48:55.496Z] Removing intermediate container a35c21277e87 [2021-01-19T00:48:55.496Z] ---> c632e8fd3acf [2021-01-19T00:48:55.496Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T00:48:55.767Z] ---> Running in 6e1f36bf39a4 [2021-01-19T00:48:56.040Z] Removing intermediate container 1effa52e4afd [2021-01-19T00:48:56.040Z] ---> 06bd87dea10d [2021-01-19T00:48:56.040Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T00:48:56.316Z] ---> Running in 33850033bd60 [2021-01-19T00:48:56.589Z] Removing intermediate container 33850033bd60 [2021-01-19T00:48:56.589Z] ---> 205692a2e566 [2021-01-19T00:48:56.589Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T00:48:56.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:56.862Z] ---> Running in a9288b224158 [2021-01-19T00:48:57.134Z] Removing intermediate container a9288b224158 [2021-01-19T00:48:57.134Z] ---> b221073ebb9c [2021-01-19T00:48:57.134Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T00:48:57.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:48:58.376Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T00:48:58.376Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T00:48:58.376Z] ---> d81b6dcffac8 [2021-01-19T00:48:58.376Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T00:48:58.376Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T00:48:58.651Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T00:48:58.651Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T00:48:58.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:48:58.651Z] OK: 8 MiB in 19 packages [2021-01-19T00:48:59.272Z] ---> 1afabc984c60 [2021-01-19T00:48:59.272Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T00:49:00.262Z] ---> cd1286c9a0b9 [2021-01-19T00:49:00.262Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T00:49:00.262Z] Removing intermediate container 6e1f36bf39a4 [2021-01-19T00:49:00.262Z] ---> aee072d24c90 [2021-01-19T00:49:00.262Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T00:49:00.262Z] ---> Running in 171dbc088acd [2021-01-19T00:49:01.241Z] ---> 50a9e37f804a [2021-01-19T00:49:01.241Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T00:49:01.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:01.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:02.078Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T00:49:02.078Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T00:49:02.351Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T00:49:02.351Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T00:49:02.351Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T00:49:02.351Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T00:49:02.351Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T00:49:02.621Z] ---> 58c56ee4f2cd [2021-01-19T00:49:02.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T00:49:03.592Z] ---> b22bdeb30261 [2021-01-19T00:49:03.592Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T00:49:03.862Z] ---> Running in 77abf550c999 [2021-01-19T00:49:04.135Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T00:49:04.135Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T00:49:04.135Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T00:49:04.404Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T00:49:04.404Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T00:49:04.404Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T00:49:04.404Z] Removing intermediate container 77abf550c999 [2021-01-19T00:49:04.404Z] ---> 4b93224cda78 [2021-01-19T00:49:04.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:49:04.404Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T00:49:04.404Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T00:49:04.404Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T00:49:04.404Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T00:49:04.676Z] ---> Running in 8bcae2420935 [2021-01-19T00:49:04.676Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T00:49:04.676Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T00:49:04.676Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T00:49:04.676Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T00:49:04.676Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T00:49:04.676Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T00:49:04.676Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T00:49:04.676Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T00:49:04.676Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T00:49:04.958Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T00:49:04.958Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T00:49:04.958Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T00:49:04.958Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T00:49:04.958Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T00:49:04.958Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T00:49:04.958Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T00:49:04.958Z] Removing intermediate container 8bcae2420935 [2021-01-19T00:49:04.958Z] ---> 07628db03de7 [2021-01-19T00:49:04.958Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T00:49:05.231Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:49:05.231Z] OK: 71 MiB in 55 packages [2021-01-19T00:49:05.231Z] ---> Running in d938bf50d999 [2021-01-19T00:49:05.839Z] Removing intermediate container d938bf50d999 [2021-01-19T00:49:05.839Z] ---> c69005b0566b [2021-01-19T00:49:05.839Z] Step 22/23 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:49:06.114Z] ---> Running in 2df18bf8c607 [2021-01-19T00:49:06.715Z] Removing intermediate container 2df18bf8c607 [2021-01-19T00:49:06.715Z] ---> e628f150e938 [2021-01-19T00:49:06.715Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T00:49:06.988Z] ---> Running in cf69f728a08b [2021-01-19T00:49:07.580Z] Removing intermediate container cf69f728a08b [2021-01-19T00:49:07.581Z] ---> fba257235b54 [2021-01-19T00:49:07.581Z] [2021-01-19T00:49:07.859Z] Successfully built fba257235b54 [2021-01-19T00:49:08.132Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T00:49:11.512Z]  Building docker-core-data-go ... done Removing intermediate container 171dbc088acd [2021-01-19T00:49:11.512Z] ---> 231da32cdbd9 [2021-01-19T00:49:11.512Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T00:49:11.512Z] ---> Running in bb60b07d663c [2021-01-19T00:49:16.891Z] Collecting docker-compose==1.23.2 [2021-01-19T00:49:16.891Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T00:49:17.862Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T00:49:17.862Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T00:49:18.496Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T00:49:18.496Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T00:49:21.139Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T00:49:21.139Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T00:49:24.518Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T00:49:24.518Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T00:49:25.490Z] Collecting PyYAML<4,>=3.10 [2021-01-19T00:49:25.490Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T00:49:29.772Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T00:49:29.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T00:49:30.052Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T00:49:30.052Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T00:49:30.321Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T00:49:30.321Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T00:49:32.921Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T00:49:32.922Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T00:49:32.922Z] 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-19T00:49:32.922Z] 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-19T00:49:32.922Z] 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-19T00:49:32.922Z] Collecting idna<2.8,>=2.5 [2021-01-19T00:49:33.193Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T00:49:33.785Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T00:49:33.785Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T00:49:34.056Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T00:49:34.056Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T00:49:34.325Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T00:49:34.325Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T00:49:34.325Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T00:49:34.325Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T00:49:34.916Z] Installing collected packages: websocket-client, texttable, dockerpty, idna, urllib3, requests, PyYAML, docker-pycreds, docker, cached-property, docopt, jsonschema, docker-compose [2021-01-19T00:49:35.188Z] Running setup.py install for texttable: started [2021-01-19T00:49:37.154Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T00:49:37.154Z] Running setup.py install for dockerpty: started [2021-01-19T00:49:39.751Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T00:49:39.751Z] Attempting uninstall: idna [2021-01-19T00:49:39.751Z] Found existing installation: idna 2.9 [2021-01-19T00:49:39.751Z] Uninstalling idna-2.9: [2021-01-19T00:49:39.751Z] Successfully uninstalled idna-2.9 [2021-01-19T00:49:40.340Z] Attempting uninstall: urllib3 [2021-01-19T00:49:40.340Z] Found existing installation: urllib3 1.25.9 [2021-01-19T00:49:40.340Z] Uninstalling urllib3-1.25.9: [2021-01-19T00:49:40.611Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T00:49:41.203Z] Attempting uninstall: requests [2021-01-19T00:49:41.203Z] Found existing installation: requests 2.23.0 [2021-01-19T00:49:41.203Z] Uninstalling requests-2.23.0: [2021-01-19T00:49:41.203Z] Successfully uninstalled requests-2.23.0 [2021-01-19T00:49:41.794Z] Running setup.py install for PyYAML: started [2021-01-19T00:49:44.397Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T00:49:44.988Z] Running setup.py install for docopt: started [2021-01-19T00:49:46.966Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T00:49:47.944Z] 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-19T00:49:52.242Z] Removing intermediate container bb60b07d663c [2021-01-19T00:49:52.242Z] ---> 9bfa665a4ab9 [2021-01-19T00:49:52.242Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T00:49:52.242Z] ---> Running in 11ccbd508815 [2021-01-19T00:49:53.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:53.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T00:49:55.333Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T00:49:55.333Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T00:49:55.333Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T00:49:55.333Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T00:49:55.333Z] OK: 71 MiB in 58 packages [2021-01-19T00:49:55.333Z] Removing intermediate container 11ccbd508815 [2021-01-19T00:49:55.333Z] ---> ae9f697848db [2021-01-19T00:49:55.333Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T00:49:55.604Z] ---> Running in cb9d50bc4a72 [2021-01-19T00:49:55.874Z] Removing intermediate container cb9d50bc4a72 [2021-01-19T00:49:55.874Z] ---> 7d747c6249ce [2021-01-19T00:49:55.874Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T00:49:56.146Z] ---> Running in 163f2eb7cedf [2021-01-19T00:49:56.423Z] Removing intermediate container 163f2eb7cedf [2021-01-19T00:49:56.423Z] ---> 3b6e20759a93 [2021-01-19T00:49:56.423Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T00:49:56.694Z] ---> Running in 751179a55551 [2021-01-19T00:49:57.289Z] Removing intermediate container 751179a55551 [2021-01-19T00:49:57.289Z] ---> 8f08d7f4e4bc [2021-01-19T00:49:57.289Z] Step 25/26 : LABEL git_sha=02e6eaf9507db6f5db445f0a9830c11d83da64f7 [2021-01-19T00:49:57.289Z] ---> Running in 6c93a26b355b [2021-01-19T00:49:57.884Z] Removing intermediate container 6c93a26b355b [2021-01-19T00:49:57.885Z] ---> 43df66b99488 [2021-01-19T00:49:57.885Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T00:49:57.885Z] ---> Running in b245c45a9aa8 [2021-01-19T00:49:58.480Z] Removing intermediate container b245c45a9aa8 [2021-01-19T00:49:58.480Z] ---> e17516c87211 [2021-01-19T00:49:58.480Z] [2021-01-19T00:49:58.751Z] Successfully built e17516c87211 [2021-01-19T00:49:58.751Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T00:49:59.356Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T00:49:59.379Z] $ docker stop --time=1 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d [2021-01-19T00:50:01.389Z] $ docker rm -f 483186a4c95e429be7be7879551a4eab15a18c603100dc315630a382c38ba62d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T00:50:02.142Z] + grep docker [2021-01-19T00:50:02.142Z] + docker images [2021-01-19T00:50:02.412Z] docker-sys-mgmt-agent-go-arm64 latest e17516c87211 4 seconds ago 300MB [2021-01-19T00:50:02.412Z] docker-core-data-go-arm64 latest fba257235b54 55 seconds ago 21MB [2021-01-19T00:50:02.412Z] docker-support-notifications-go-arm64 latest 593cbed303f1 About a minute ago 11.4MB [2021-01-19T00:50:02.412Z] docker-security-bootstrap-redis-go-arm64 latest 3823109ea836 2 minutes ago 15.1MB [2021-01-19T00:50:02.412Z] docker-security-secretstore-setup-go-arm64 latest 7bf850be15d5 3 minutes ago 23.4MB [2021-01-19T00:50:02.412Z] docker-core-metadata-go-arm64 latest 6429c88c4289 3 minutes ago 12.3MB [2021-01-19T00:50:02.412Z] docker-security-proxy-setup-go-arm64 latest 0c3f89297275 4 minutes ago 23.2MB [2021-01-19T00:50:02.412Z] docker-core-command-go-arm64 latest 5c9c6e0505f8 4 minutes ago 9.98MB [2021-01-19T00:50:02.412Z] docker-support-scheduler-go-arm64 latest 8acd460e5b6d 4 minutes ago 10MB [2021-01-19T00:50:02.412Z] docker 20.10.0 eeaf43b92773 5 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-19T00:50:04.980Z] provisioning config files... [2021-01-19T00:50:05.014Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config3909851157497828738tmp [Pipeline] { [Pipeline] sh [2021-01-19T00:50:05.533Z] + set +x [2021-01-19T00:50:05.533Z] + curl -s https://codecov.io/bash [2021-01-19T00:50:05.533Z] + bash -s -- [2021-01-19T00:50:05.801Z] [2021-01-19T00:50:05.801Z] _____ _ [2021-01-19T00:50:05.801Z] / ____| | | [2021-01-19T00:50:05.801Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T00:50:05.801Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T00:50:05.801Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T00:50:05.801Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T00:50:05.801Z] Bash-20210115-cec3c92 [2021-01-19T00:50:05.801Z] [2021-01-19T00:50:05.801Z] [2021-01-19T00:50:05.801Z] ==> git version 2.24.3 found [2021-01-19T00:50:05.801Z] ==> 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-19T00:50:05.801Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T00:50:05.801Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T00:50:05.801Z] ==> Jenkins CI detected. [2021-01-19T00:50:05.801Z] project root: . [2021-01-19T00:50:05.801Z] --> token set from env [2021-01-19T00:50:06.062Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T00:50:06.062Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T00:50:06.062Z] ==> Python coveragepy not found [2021-01-19T00:50:06.062Z] ==> Searching for coverage reports in: [2021-01-19T00:50:06.062Z] + . [2021-01-19T00:50:06.062Z] -> Found 1 reports [2021-01-19T00:50:06.062Z] ==> Detecting git/mercurial file structure [2021-01-19T00:50:06.062Z] ==> Reading reports [2021-01-19T00:50:06.062Z] + ./coverage.out bytes=550280 [2021-01-19T00:50:06.062Z] ==> Appending adjustments [2021-01-19T00:50:06.062Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T00:50:09.374Z] + Found adjustments [2021-01-19T00:50:09.374Z] ==> Gzipping contents [2021-01-19T00:50:09.374Z] 84K /tmp/codecov.B8ZrMO.gz [2021-01-19T00:50:09.374Z] ==> Uploading reports [2021-01-19T00:50:09.374Z] url: https://codecov.io [2021-01-19T00:50:09.374Z] query: branch=PR-3040&commit=02e6eaf9507db6f5db445f0a9830c11d83da64f7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T00:50:09.374Z] -> Pinging Codecov [2021-01-19T00:50:09.374Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=02e6eaf9507db6f5db445f0a9830c11d83da64f7&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T00:50:09.636Z] -> Uploading to [2021-01-19T00:50:09.636Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/02e6eaf9507db6f5db445f0a9830c11d83da64f7/c92e86c3-f20b-4499-a1dd-e3f7edc2a877.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T005009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b72c5c38873a9837733d506fb7e4743dcdbf8b929a1e3a491df27a9e271fee02 [2021-01-19T00:50:09.636Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T00:50:09.636Z] Dload Upload Total Spent Left Speed [2021-01-19T00:50:10.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83311 0 0 100 83311 0 151k --:--:-- --:--:-- --:--:-- 151k [2021-01-19T00:50:10.209Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/02e6eaf9507db6f5db445f0a9830c11d83da64f7 [Pipeline] } [2021-01-19T00:50:10.219Z] 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-19T00:50:12.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:13.522Z] ---> package-listing.sh [2021-01-19T00:50:13.522Z] ++ facter osfamily [2021-01-19T00:50:13.522Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T00:50:13.522Z] + OS_FAMILY=redhat [2021-01-19T00:50:13.522Z] + workspace=/w/workspace/edgex-go/5 [2021-01-19T00:50:13.522Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T00:50:13.522Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T00:50:13.522Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T00:50:13.522Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T00:50:13.522Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-19T00:50:13.522Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T00:50:13.522Z] + case "${OS_FAMILY}" in [2021-01-19T00:50:13.522Z] + rpm -qa [2021-01-19T00:50:13.522Z] + sort [2021-01-19T00:50:18.827Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T00:50:18.827Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T00:50:18.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T00:50:18.827Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-19T00:50:18.827Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-19T00:50:18.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-19T00:50:18.841Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T00:50:19.138Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:50:19.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:19.453Z] [2021-01-19T00:50:19.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T00:50:19.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:19.846Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T00:50:19.846Z] df20fa9351a1: Pulling fs layer [2021-01-19T00:50:19.846Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T00:50:19.846Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T00:50:19.846Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T00:50:19.846Z] 93b61091891f: Pulling fs layer [2021-01-19T00:50:19.846Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T00:50:19.846Z] 5e14af77c1be: Pulling fs layer [2021-01-19T00:50:19.846Z] 01666e4c0597: Pulling fs layer [2021-01-19T00:50:19.846Z] aa168da1d23b: Pulling fs layer [2021-01-19T00:50:19.846Z] 93b61091891f: Waiting [2021-01-19T00:50:19.846Z] 93b9cdb0e59b: Waiting [2021-01-19T00:50:19.846Z] 5e14af77c1be: Waiting [2021-01-19T00:50:19.846Z] 01666e4c0597: Waiting [2021-01-19T00:50:19.846Z] aa168da1d23b: Waiting [2021-01-19T00:50:19.846Z] 46f8f816bc3b: Waiting [2021-01-19T00:50:19.846Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T00:50:19.846Z] 36b3adc4ff6f: Download complete [2021-01-19T00:50:20.108Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T00:50:20.108Z] 46f8f816bc3b: Download complete [2021-01-19T00:50:20.108Z] df20fa9351a1: Download complete [2021-01-19T00:50:20.108Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T00:50:20.108Z] 93b9cdb0e59b: Download complete [2021-01-19T00:50:20.108Z] 93b61091891f: Download complete [2021-01-19T00:50:20.108Z] 5e14af77c1be: Verifying Checksum [2021-01-19T00:50:20.108Z] 5e14af77c1be: Download complete [2021-01-19T00:50:20.108Z] 01666e4c0597: Verifying Checksum [2021-01-19T00:50:20.108Z] 01666e4c0597: Download complete [2021-01-19T00:50:20.372Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T00:50:20.372Z] 8ad3a11d3b57: Download complete [2021-01-19T00:50:20.372Z] df20fa9351a1: Pull complete [2021-01-19T00:50:20.636Z] 36b3adc4ff6f: Pull complete [2021-01-19T00:50:21.223Z] 8ad3a11d3b57: Pull complete [2021-01-19T00:50:21.499Z] 46f8f816bc3b: Pull complete [2021-01-19T00:50:22.897Z] aa168da1d23b: Verifying Checksum [2021-01-19T00:50:22.897Z] aa168da1d23b: Download complete [2021-01-19T00:50:23.471Z] 93b61091891f: Pull complete [2021-01-19T00:50:23.471Z] 93b9cdb0e59b: Pull complete [2021-01-19T00:50:24.860Z] 5e14af77c1be: Pull complete [2021-01-19T00:50:24.860Z] 01666e4c0597: Pull complete [2021-01-19T00:50:33.057Z] aa168da1d23b: Pull complete [2021-01-19T00:50:33.057Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T00:50:33.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T00:50:33.057Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T00:50:33.256Z] prd-centos7-docker-4c-2g-21012 does not seem to be running inside a container [2021-01-19T00:50:33.314Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T00:50:37.481Z] $ docker top 7895ab1d00904c93828a91b335744f8d7593d170725113164041ec8e80412fbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T00:50:37.998Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T00:50:38.303Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T00:50:38.613Z] + ls /var/log/sa-host [2021-01-19T00:50:38.614Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T00:50:38.614Z] file_magic: OK [2021-01-19T00:50:38.614Z] HZ: Using current value: 100 [2021-01-19T00:50:38.614Z] file_header: OK [2021-01-19T00:50:38.614Z] 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-19T00:50:38.614Z] Statistics: [2021-01-19T00:50:38.614Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T00:50:38.614Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T00:50:38.614Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T00:50:38.614Z] file_magic: OK [2021-01-19T00:50:38.614Z] HZ: Using current value: 100 [2021-01-19T00:50:38.614Z] file_header: OK [2021-01-19T00:50:38.614Z] 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-19T00:50:38.614Z] Statistics: [2021-01-19T00:50:38.614Z] Hnuu...uuuununununu... [2021-01-19T00:50:38.614Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T00:50:39.253Z] provisioning config files... [2021-01-19T00:50:39.269Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1043100221910823130tmp [Pipeline] { [Pipeline] echo [2021-01-19T00:50:39.339Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:39.634Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T00:50:39.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T00:50:39.731Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:40.027Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T00:50:40.038Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:40.333Z] ---> sudo-logs.sh [2021-01-19T00:50:40.333Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T00:50:40.344Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:40.649Z] ---> job-cost.sh [2021-01-19T00:50:40.649Z] lf-activate-venv: SKIPPING [2021-01-19T00:50:40.649Z] INFO: No Stack... [2021-01-19T00:50:41.597Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T00:50:42.171Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T00:50:42.184Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T00:50:42.482Z] ---> logs-deploy.sh [2021-01-19T00:50:42.482Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/5 [2021-01-19T00:50:42.482Z] INFO: archiving workspace using pattern(s): [2021-01-19T00:50:43.880Z] Archives upload complete. [2021-01-19T00:50:44.142Z] INFO: archiving logs to Nexus [2021-01-19T00:50:45.095Z] ---> uname -a: [2021-01-19T00:50:45.095Z] Linux prd-centos7-docker-4c-2g-21012.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-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> lscpu: [2021-01-19T00:50:45.095Z] Architecture: x86_64 [2021-01-19T00:50:45.095Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T00:50:45.095Z] Byte Order: Little Endian [2021-01-19T00:50:45.095Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T00:50:45.095Z] CPU(s): 4 [2021-01-19T00:50:45.095Z] On-line CPU(s) list: 0-3 [2021-01-19T00:50:45.095Z] Thread(s) per core: 1 [2021-01-19T00:50:45.095Z] Core(s) per socket: 1 [2021-01-19T00:50:45.095Z] Socket(s): 4 [2021-01-19T00:50:45.095Z] NUMA node(s): 1 [2021-01-19T00:50:45.095Z] Vendor ID: GenuineIntel [2021-01-19T00:50:45.095Z] CPU family: 6 [2021-01-19T00:50:45.095Z] Model: 44 [2021-01-19T00:50:45.095Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T00:50:45.095Z] Stepping: 1 [2021-01-19T00:50:45.095Z] CPU MHz: 2933.438 [2021-01-19T00:50:45.095Z] BogoMIPS: 5866.87 [2021-01-19T00:50:45.095Z] Virtualization: VT-x [2021-01-19T00:50:45.095Z] Hypervisor vendor: KVM [2021-01-19T00:50:45.095Z] Virtualization type: full [2021-01-19T00:50:45.095Z] L1d cache: 128 KiB [2021-01-19T00:50:45.095Z] L1i cache: 128 KiB [2021-01-19T00:50:45.095Z] L2 cache: 16 MiB [2021-01-19T00:50:45.095Z] L3 cache: 64 MiB [2021-01-19T00:50:45.095Z] NUMA node0 CPU(s): 0-3 [2021-01-19T00:50:45.095Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T00:50:45.095Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T00:50:45.095Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T00:50:45.095Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T00:50:45.095Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T00:50:45.095Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T00:50:45.095Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T00:50:45.095Z] Vulnerability Srbds: Not affected [2021-01-19T00:50:45.095Z] Vulnerability Tsx async abort: Not affected [2021-01-19T00:50:45.095Z] 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-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> nproc: [2021-01-19T00:50:45.095Z] 4 [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> df -h: [2021-01-19T00:50:45.095Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T00:50:45.095Z] overlay 50.0G 10.8G 39.2G 22% / [2021-01-19T00:50:45.095Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T00:50:45.095Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T00:50:45.095Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/5 [2021-01-19T00:50:45.095Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/5@tmp [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> free -m: [2021-01-19T00:50:45.095Z] total used free shared buff/cache available [2021-01-19T00:50:45.095Z] Mem: 1837 726 147 0 963 1027 [2021-01-19T00:50:45.095Z] Swap: 1023 48 975 [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> ip addr: [2021-01-19T00:50:45.095Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T00:50:45.095Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T00:50:45.095Z] inet 127.0.0.1/8 scope host lo [2021-01-19T00:50:45.095Z] valid_lft forever preferred_lft forever [2021-01-19T00:50:45.095Z] inet6 ::1/128 scope host [2021-01-19T00:50:45.095Z] valid_lft forever preferred_lft forever [2021-01-19T00:50:45.095Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T00:50:45.095Z] link/ether fa:16:3e:69:31:0e brd ff:ff:ff:ff:ff:ff [2021-01-19T00:50:45.095Z] inet 10.30.123.146/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T00:50:45.095Z] valid_lft 85155sec preferred_lft 85155sec [2021-01-19T00:50:45.095Z] inet6 fe80::f816:3eff:fe69:310e/64 scope link [2021-01-19T00:50:45.095Z] valid_lft forever preferred_lft forever [2021-01-19T00:50:45.095Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T00:50:45.095Z] link/ether 02:42:11:1a:78:b8 brd ff:ff:ff:ff:ff:ff [2021-01-19T00:50:45.095Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T00:50:45.095Z] valid_lft forever preferred_lft forever [2021-01-19T00:50:45.095Z] inet6 fe80::42:11ff:fe1a:78b8/64 scope link [2021-01-19T00:50:45.095Z] valid_lft forever preferred_lft forever [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] ---> sar -b -r -n DEV: [2021-01-19T00:50:45.095Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] 00:29:50 LINUX RESTART (4 CPU) [2021-01-19T00:50:45.095Z] [2021-01-19T00:50:45.095Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T00:50:45.095Z] 00:32:02 167.64 78.37 89.27 0.00 6767.52 38278.95 0.00 [2021-01-19T00:50:45.095Z] 00:33:01 255.04 111.45 143.59 0.00 4625.03 26021.57 0.00 [2021-01-19T00:50:45.095Z] 00:34:01 187.78 79.64 108.13 0.00 2880.16 13796.11 0.00 [2021-01-19T00:50:45.095Z] 00:35:03 160.44 47.70 112.74 0.00 7552.07 44395.73 0.00 [2021-01-19T00:50:45.095Z] 00:36:01 2604.95 2243.67 361.28 0.00 180078.09 225242.27 0.00 [2021-01-19T00:50:45.095Z] 00:37:01 1118.15 878.04 240.11 0.00 50527.93 75582.38 0.00 [2021-01-19T00:50:45.095Z] 00:38:02 2431.41 2097.41 334.00 0.00 145371.82 191028.74 0.00 [2021-01-19T00:50:45.095Z] 00:39:01 628.47 370.80 257.67 0.00 23811.88 53517.07 0.00 [2021-01-19T00:50:45.095Z] 00:40:01 36.19 5.66 30.53 0.00 2752.06 1159.15 0.00 [2021-01-19T00:50:45.095Z] 00:41:01 0.62 0.45 0.17 0.00 16.79 2.02 0.00 [2021-01-19T00:50:45.095Z] 00:42:01 0.48 0.17 0.32 0.00 7.86 3.41 0.00 [2021-01-19T00:50:45.095Z] 00:43:01 0.27 0.02 0.25 0.00 0.27 2.51 0.00 [2021-01-19T00:50:45.095Z] 00:44:01 0.32 0.02 0.30 0.00 0.13 3.53 0.00 [2021-01-19T00:50:45.096Z] 00:45:01 1.93 1.67 0.27 0.00 57.95 2.61 0.00 [2021-01-19T00:50:45.096Z] 00:46:01 1.37 0.57 0.80 0.00 148.41 15.60 0.00 [2021-01-19T00:50:45.096Z] 00:47:01 0.32 0.03 0.28 0.00 0.27 3.05 0.00 [2021-01-19T00:50:45.096Z] 00:48:02 0.22 0.02 0.20 0.00 0.13 1.65 0.00 [2021-01-19T00:50:45.096Z] 00:49:01 0.30 0.05 0.25 0.00 0.41 3.44 0.00 [2021-01-19T00:50:45.096Z] 00:50:01 0.28 0.02 0.27 0.00 0.27 3.43 0.00 [2021-01-19T00:50:45.096Z] Average: 397.98 309.81 88.17 0.00 22219.90 35090.20 0.00 [2021-01-19T00:50:45.096Z] [2021-01-19T00:50:45.096Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T00:50:45.096Z] 00:32:02 177852 0 680424 36.16 2596 1020672 1513052 51.64 605264 864864 60104 [2021-01-19T00:50:45.096Z] 00:33:01 181492 0 720196 38.28 1492 978364 1629976 55.63 575564 850596 49228 [2021-01-19T00:50:45.096Z] 00:34:01 370772 0 732452 38.93 596 777724 1357912 46.34 576316 647732 54056 [2021-01-19T00:50:45.096Z] 00:35:03 72300 0 717192 38.12 288 1091764 1261832 43.06 722500 817648 82964 [2021-01-19T00:50:45.096Z] 00:36:01 73284 0 829576 44.09 0 978684 2341484 79.91 778928 801872 68264 [2021-01-19T00:50:45.096Z] 00:37:01 421284 0 717916 38.16 0 742344 1543848 52.69 532420 687184 44 [2021-01-19T00:50:45.096Z] 00:38:02 73580 0 790636 42.02 0 1017328 2137204 72.94 735000 848156 35056 [2021-01-19T00:50:45.096Z] 00:39:01 199096 0 721604 38.35 0 960844 1518004 51.81 524480 907240 3480 [2021-01-19T00:50:45.096Z] 00:40:01 198932 0 636240 33.81 0 1046372 1193812 40.74 488924 950284 12 [2021-01-19T00:50:45.096Z] 00:41:01 200628 0 634032 33.70 0 1046884 1175368 40.11 488372 950140 8 [2021-01-19T00:50:45.096Z] 00:42:01 201332 0 633096 33.65 0 1047116 1172212 40.01 487612 950352 8 [2021-01-19T00:50:45.096Z] 00:43:01 200772 0 633648 33.68 0 1047124 1172296 40.01 488180 950360 16 [2021-01-19T00:50:45.096Z] 00:44:01 200580 0 633828 33.69 0 1047136 1172340 40.01 488384 950368 12 [2021-01-19T00:50:45.096Z] 00:45:01 198580 0 634780 33.74 0 1048184 1172332 40.01 488492 951360 20 [2021-01-19T00:50:45.096Z] 00:46:01 191600 0 637420 33.88 0 1052524 1172284 40.01 493640 952952 8 [2021-01-19T00:50:45.096Z] 00:47:01 192380 0 636624 33.84 0 1052540 1172212 40.01 493380 952964 8 [2021-01-19T00:50:45.096Z] 00:48:02 192240 0 636760 33.84 0 1052544 1172212 40.01 493400 952968 8 [2021-01-19T00:50:45.096Z] 00:49:01 191612 0 637384 33.88 0 1052548 1172368 40.01 493652 952980 16 [2021-01-19T00:50:45.096Z] 00:50:01 192388 0 636600 33.83 0 1052556 1172276 40.01 493432 952984 8 [2021-01-19T00:50:45.096Z] Average: 196353 0 678969 36.09 262 1005961 1380159 47.10 549892 889105 18596 [2021-01-19T00:50:45.096Z] [2021-01-19T00:50:45.096Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T00:50:45.096Z] 00:32:02 eth0 1124.73 1197.00 5836.26 144.22 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:32:02 docker0 875.16 732.83 70.42 2671.13 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:33:01 eth0 235.23 189.26 873.47 26.99 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:33:01 vethdad9a39 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:33:01 docker0 169.76 200.81 12.02 842.87 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:34:01 eth0 39.61 25.08 24.22 77.41 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:34:01 vethdad9a39 0.23 0.25 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:34:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:35:03 vethaf024d6 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:35:03 eth0 228.97 189.82 1665.71 74.09 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:36:01 vethaf024d6 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:36:01 eth0 47.70 28.17 166.75 10.09 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:36:01 docker0 17.70 25.53 0.97 150.15 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:37:01 veth975d546 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:37:01 vethaf024d6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:37:01 eth0 42.24 23.09 177.98 9.42 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:38:02 vethaf024d6 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:38:02 eth0 50.25 36.06 108.05 30.23 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:38:02 docker0 1078.19 984.61 84.18 3817.69 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:39:01 vethfbe3e3a 2.50 2.94 0.30 15.27 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:39:01 vethaf024d6 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:39:01 eth0 263.49 164.08 1678.08 78.03 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:40:01 eth0 21.17 12.10 53.68 6.33 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:40:01 docker0 1122.62 1090.85 87.08 4298.68 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:41:01 eth0 0.78 0.40 0.41 0.27 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:42:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:43:01 eth0 1.93 0.52 0.64 0.36 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:44:01 eth0 2.80 0.83 0.95 0.59 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:45:01 eth0 0.80 0.38 0.33 0.24 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.096Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:46:01 eth0 0.40 0.18 0.16 0.07 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:48:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:49:01 eth0 1.46 0.64 0.79 0.45 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:50:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] Average: eth0 108.66 98.50 558.65 24.23 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] Average: docker0 59.21 57.53 4.59 226.72 0.00 0.00 0.00 0.00 [2021-01-19T00:50:45.097Z] [2021-01-19T00:50:45.097Z] [2021-01-19T00:50:45.097Z] ---> sar -P ALL: [2021-01-19T00:50:45.097Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T00:50:45.097Z] [2021-01-19T00:50:45.097Z] 00:29:50 LINUX RESTART (4 CPU) [2021-01-19T00:50:45.097Z] [2021-01-19T00:50:45.097Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T00:50:45.097Z] 00:32:02 all 14.37 0.00 8.08 1.63 0.06 75.87 [2021-01-19T00:50:45.097Z] 00:32:02 0 14.42 0.00 9.36 1.53 0.05 74.64 [2021-01-19T00:50:45.097Z] 00:32:02 1 17.35 0.00 7.90 2.62 0.03 72.09 [2021-01-19T00:50:45.097Z] 00:32:02 2 11.25 0.00 7.76 1.91 0.05 79.04 [2021-01-19T00:50:45.097Z] 00:32:02 3 14.45 0.00 7.31 0.46 0.09 77.68 [2021-01-19T00:50:45.097Z] 00:33:01 all 12.46 0.00 7.32 6.14 0.08 74.00 [2021-01-19T00:50:45.097Z] 00:33:01 0 13.58 0.00 7.74 6.98 0.07 71.63 [2021-01-19T00:50:45.097Z] 00:33:01 1 12.86 0.00 7.09 7.18 0.09 72.78 [2021-01-19T00:50:45.097Z] 00:33:01 2 11.06 0.00 7.34 5.72 0.09 75.79 [2021-01-19T00:50:45.097Z] 00:33:01 3 12.36 0.00 7.10 4.67 0.07 75.80 [2021-01-19T00:50:45.097Z] 00:34:01 all 63.69 0.00 15.83 5.05 0.07 15.36 [2021-01-19T00:50:45.097Z] 00:34:01 0 64.86 0.00 15.89 5.31 0.09 13.86 [2021-01-19T00:50:45.097Z] 00:34:01 1 62.96 0.00 15.56 6.78 0.07 14.63 [2021-01-19T00:50:45.097Z] 00:34:01 2 64.07 0.00 15.97 3.96 0.07 15.92 [2021-01-19T00:50:45.097Z] 00:34:01 3 62.86 0.00 15.91 4.12 0.07 17.03 [2021-01-19T00:50:45.097Z] 00:35:03 all 26.28 0.00 11.48 5.46 0.07 56.72 [2021-01-19T00:50:45.097Z] 00:35:03 0 25.22 0.00 11.52 4.21 0.05 59.00 [2021-01-19T00:50:45.097Z] 00:35:03 1 27.65 0.00 11.64 7.68 0.08 52.94 [2021-01-19T00:50:45.097Z] 00:35:03 2 26.56 0.00 10.99 5.06 0.05 57.33 [2021-01-19T00:50:45.097Z] 00:35:03 3 25.67 0.00 11.74 4.88 0.10 57.61 [2021-01-19T00:50:45.097Z] 00:36:01 all 21.47 0.00 30.40 20.28 0.14 27.71 [2021-01-19T00:50:45.097Z] 00:36:01 0 20.46 0.00 30.12 18.51 0.14 30.77 [2021-01-19T00:50:45.097Z] 00:36:01 1 22.04 0.00 29.30 22.36 0.13 26.18 [2021-01-19T00:50:45.097Z] 00:36:01 2 21.00 0.00 31.05 21.09 0.15 26.71 [2021-01-19T00:50:45.097Z] 00:36:01 3 22.41 0.00 31.16 19.15 0.13 27.16 [2021-01-19T00:50:45.097Z] 00:37:01 all 50.19 0.00 17.53 15.27 0.08 16.92 [2021-01-19T00:50:45.097Z] 00:37:01 0 49.90 0.00 17.76 15.22 0.10 17.02 [2021-01-19T00:50:45.097Z] 00:37:01 1 50.39 0.00 16.84 15.98 0.07 16.72 [2021-01-19T00:50:45.097Z] 00:37:01 2 50.52 0.00 17.27 13.61 0.09 18.51 [2021-01-19T00:50:45.097Z] 00:37:01 3 49.97 0.00 18.26 16.30 0.05 15.43 [2021-01-19T00:50:45.097Z] 00:38:02 all 26.75 0.00 26.29 23.83 0.11 23.02 [2021-01-19T00:50:45.097Z] 00:38:02 0 26.20 0.00 25.96 24.43 0.10 23.31 [2021-01-19T00:50:45.097Z] 00:38:02 1 26.35 0.00 26.01 24.22 0.09 23.33 [2021-01-19T00:50:45.097Z] 00:38:02 2 26.65 0.00 26.84 25.87 0.14 20.50 [2021-01-19T00:50:45.097Z] 00:38:02 3 27.82 0.00 26.36 20.76 0.11 24.96 [2021-01-19T00:50:45.097Z] 00:39:01 all 37.44 0.00 15.15 12.06 0.07 35.27 [2021-01-19T00:50:45.097Z] 00:39:01 0 37.41 0.00 15.39 14.52 0.07 32.61 [2021-01-19T00:50:45.097Z] 00:39:01 1 38.94 0.00 15.00 8.39 0.10 37.56 [2021-01-19T00:50:45.097Z] 00:39:01 2 36.71 0.00 15.05 12.67 0.03 35.55 [2021-01-19T00:50:45.097Z] 00:39:01 3 36.71 0.00 15.16 12.69 0.09 35.36 [2021-01-19T00:50:45.097Z] 00:40:01 all 2.77 0.00 1.30 1.00 0.02 94.91 [2021-01-19T00:50:45.097Z] 00:40:01 0 2.04 0.00 1.22 1.16 0.00 95.58 [2021-01-19T00:50:45.097Z] 00:40:01 1 3.84 0.00 1.32 1.78 0.02 93.05 [2021-01-19T00:50:45.097Z] 00:40:01 2 1.17 0.00 0.87 0.53 0.03 97.39 [2021-01-19T00:50:45.097Z] 00:40:01 3 4.04 0.00 1.79 0.55 0.02 93.60 [2021-01-19T00:50:45.097Z] 00:41:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-01-19T00:50:45.097Z] 00:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T00:50:45.097Z] 00:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T00:50:45.097Z] 00:41:01 2 0.38 0.00 0.07 0.00 0.00 99.55 [2021-01-19T00:50:45.097Z] 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T00:50:45.097Z] 00:42:01 all 0.04 0.00 0.05 0.00 0.01 99.90 [2021-01-19T00:50:45.097Z] 00:42:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T00:50:45.097Z] 00:42:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T00:50:45.097Z] 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T00:50:45.097Z] 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-19T00:50:45.097Z] [2021-01-19T00:50:45.097Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T00:50:45.097Z] 00:43:01 all 0.06 0.00 0.03 0.00 0.00 99.92 [2021-01-19T00:50:45.097Z] 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T00:50:45.097Z] 00:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T00:50:45.097Z] 00:43:01 2 0.12 0.00 0.03 0.00 0.00 99.85 [2021-01-19T00:50:45.097Z] 00:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T00:50:45.097Z] 00:44:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2021-01-19T00:50:45.097Z] 00:44:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T00:50:45.097Z] 00:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T00:50:45.097Z] 00:44:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2021-01-19T00:50:45.098Z] 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T00:50:45.098Z] 00:45:01 all 0.15 0.00 0.06 0.02 0.00 99.77 [2021-01-19T00:50:45.098Z] 00:45:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-01-19T00:50:45.098Z] 00:45:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-19T00:50:45.098Z] 00:45:01 2 0.03 0.00 0.12 0.07 0.00 99.78 [2021-01-19T00:50:45.098Z] 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T00:50:45.098Z] 00:46:01 all 0.17 0.00 0.04 0.02 0.00 99.77 [2021-01-19T00:50:45.098Z] 00:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T00:50:45.098Z] 00:46:01 1 0.53 0.00 0.08 0.07 0.00 99.32 [2021-01-19T00:50:45.098Z] 00:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T00:50:45.098Z] 00:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T00:50:45.098Z] 00:47:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-19T00:50:45.098Z] 00:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T00:50:45.098Z] 00:47:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T00:50:45.098Z] 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T00:50:45.098Z] 00:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T00:50:45.098Z] 00:48:02 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-01-19T00:50:45.098Z] 00:48:02 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T00:50:45.098Z] 00:48:02 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T00:50:45.098Z] 00:48:02 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T00:50:45.098Z] 00:48:02 3 0.05 0.00 0.03 0.02 0.00 99.90 [2021-01-19T00:50:45.098Z] 00:49:01 all 0.17 0.00 0.02 0.00 0.00 99.82 [2021-01-19T00:50:45.098Z] 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T00:50:45.098Z] 00:49:01 1 0.54 0.00 0.02 0.00 0.00 99.44 [2021-01-19T00:50:45.098Z] 00:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T00:50:45.098Z] 00:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T00:50:45.098Z] 00:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-19T00:50:45.098Z] 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T00:50:45.098Z] 00:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T00:50:45.098Z] 00:50:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T00:50:45.098Z] 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T00:50:45.098Z] Average: all 13.23 0.00 6.84 4.63 0.04 75.27 [2021-01-19T00:50:45.098Z] Average: 0 13.11 0.00 6.93 4.70 0.04 75.22 [2021-01-19T00:50:45.098Z] Average: 1 13.70 0.00 6.70 4.96 0.04 74.61 [2021-01-19T00:50:45.098Z] Average: 2 12.92 0.00 6.84 4.62 0.04 75.58 [2021-01-19T00:50:45.098Z] Average: 3 13.19 0.00 6.88 4.24 0.04 75.65 [2021-01-19T00:50:45.098Z] [2021-01-19T00:50:45.098Z] [2021-01-19T00:50:45.098Z]