Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 21191906f44b82c319a2f204b51022ee70f23e11+6aacc02e765899b5f00a422c0b56178915ca79e6 (ac36e8cfca5a497ae9c072566bbc45ec3e03fc8e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18959 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 21191906f44b82c319a2f204b51022ee70f23e11 Merge succeeded, producing 48b219a7dbe546134c23ed40fc40f3bfafa503ec Checking out Revision 48b219a7dbe546134c23ed40fc40f3bfafa503ec (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 21191906f44b82c319a2f204b51022ee70f23e11 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48b219a7dbe546134c23ed40fc40f3bfafa503ec # timeout=10 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" > git rev-list --no-walk 8c5dd35193dcc7808feaf3f83c9704fecb77d6ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T22:52:06.392Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T22:52:06.716Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T22:52:06.834Z] ========================================================= [2021-01-07T22:52:06.834Z] EdgeX Global Pipelines Version Info [2021-01-07T22:52:06.834Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:52:08.354Z] ------------------- [2021-01-07T22:52:08.354Z] stable info: [2021-01-07T22:52:08.354Z] ------------------- [2021-01-07T22:52:08.354Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T22:52:08.354Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T22:52:08.354Z] Message: update stable to v1.0.173 [2021-01-07T22:52:09.771Z] ------------------- [2021-01-07T22:52:09.771Z] experimental info: [2021-01-07T22:52:09.771Z] ------------------- [2021-01-07T22:52:09.771Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T22:52:09.771Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T22:52:09.771Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T22:52:10.116Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T22:52:10.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T22:52:10.339Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T22:52:10.498Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T22:52:10.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T22:52:10.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T22:52:10.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T22:52:11.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T22:52:11.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T22:52:11.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T22:52:11.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T22:52:11.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T22:52:11.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T22:52:11.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T22:52:11.711Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T22:52:11.822Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T22:52:11.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T22:52:12.022Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T22:52:12.120Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T22:52:12.257Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T22:52:12.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T22:52:12.446Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T22:52:12.534Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T22:52:12.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-07T22:52:12.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-07T22:52:12.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-07T22:52:12.913Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48b219a7dbe546134c23ed40fc40f3bfafa503ec [Pipeline] echo [2021-01-07T22:52:13.006Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48b219a [Pipeline] echo [2021-01-07T22:52:13.132Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T22:52:13.326Z] provisioning config files... [2021-01-07T22:52:13.366Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2010399932560356755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:52:13.746Z] ---> docker-login.sh [2021-01-07T22:52:13.746Z] nexus3.edgexfoundry.org:10001 [2021-01-07T22:52:14.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:52:14.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:52:14.969Z] Configure a credential helper to remove this warning. See [2021-01-07T22:52:14.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:52:14.969Z] [2021-01-07T22:52:14.969Z] Login Succeeded [2021-01-07T22:52:14.969Z] nexus3.edgexfoundry.org:10002 [2021-01-07T22:52:15.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:52:15.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:52:15.253Z] Configure a credential helper to remove this warning. See [2021-01-07T22:52:15.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:52:15.253Z] [2021-01-07T22:52:15.253Z] Login Succeeded [2021-01-07T22:52:15.253Z] nexus3.edgexfoundry.org:10003 [2021-01-07T22:52:15.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:52:15.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:52:15.521Z] Configure a credential helper to remove this warning. See [2021-01-07T22:52:15.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:52:15.521Z] [2021-01-07T22:52:15.521Z] Login Succeeded [2021-01-07T22:52:15.521Z] nexus3.edgexfoundry.org:10004 [2021-01-07T22:52:15.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:52:15.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:52:15.521Z] Configure a credential helper to remove this warning. See [2021-01-07T22:52:15.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:52:15.521Z] [2021-01-07T22:52:15.521Z] Login Succeeded [2021-01-07T22:52:15.521Z] docker.io [2021-01-07T22:52:15.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:52:16.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:52:16.047Z] Configure a credential helper to remove this warning. See [2021-01-07T22:52:16.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:52:16.047Z] [2021-01-07T22:52:16.047Z] Login Succeeded [2021-01-07T22:52:16.047Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T22:52:16.061Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T22:52:16.589Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T22:52:16.589Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T22:52:16.589Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T22:52:16.589Z] ++ cut -d/ -f2 [2021-01-07T22:52:16.589Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T22:52:16.673Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-07T22:52:18.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:52:18.615Z] [2021-01-07T22:52:18.615Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:52:18.979Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:52:18.979Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T22:52:18.979Z] 31603596830f: Pulling fs layer [2021-01-07T22:52:18.979Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T22:52:18.979Z] 6ca5941a6612: Pulling fs layer [2021-01-07T22:52:18.979Z] ecc8261a40a4: Pulling fs layer [2021-01-07T22:52:18.979Z] ecc8261a40a4: Waiting [2021-01-07T22:52:18.979Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T22:52:18.979Z] 2a8b12db71e7: Download complete [2021-01-07T22:52:18.979Z] 31603596830f: Verifying Checksum [2021-01-07T22:52:18.979Z] 31603596830f: Download complete [2021-01-07T22:52:19.246Z] 6ca5941a6612: Verifying Checksum [2021-01-07T22:52:19.246Z] 6ca5941a6612: Download complete [2021-01-07T22:52:19.246Z] ecc8261a40a4: Verifying Checksum [2021-01-07T22:52:19.246Z] ecc8261a40a4: Download complete [2021-01-07T22:52:19.509Z] 31603596830f: Pull complete [2021-01-07T22:52:19.774Z] 2a8b12db71e7: Pull complete [2021-01-07T22:52:20.358Z] 6ca5941a6612: Pull complete [2021-01-07T22:52:20.622Z] ecc8261a40a4: Pull complete [2021-01-07T22:52:20.622Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T22:52:20.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T22:52:20.622Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T22:52:20.727Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T22:52:20.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10004/edgex-devops/git-semver:latest cat [2021-01-07T22:52:23.442Z] $ docker top a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T22:52:23.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T22:52:23.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T22:52:24.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T22:52:24.020Z] $ docker exec a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 ssh-agent [2021-01-07T22:52:24.183Z] SSH_AUTH_SOCK=/tmp/ssh-eMIVARa0lz9s/agent.11 [2021-01-07T22:52:24.183Z] SSH_AGENT_PID=16 [2021-01-07T22:52:24.194Z] Running ssh-add (command line suppressed) [2021-01-07T22:52:24.318Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6067103514868143729.key (/w/workspace/edgex-go/14@tmp/private_key_6067103514868143729.key) [2021-01-07T22:52:24.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T22:52:24.706Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T22:52:24.729Z] $ docker exec --env ******** --env ******** a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 ssh-agent -k [2021-01-07T22:52:24.846Z] unset SSH_AUTH_SOCK; [2021-01-07T22:52:24.847Z] unset SSH_AGENT_PID; [2021-01-07T22:52:24.847Z] echo Agent pid 16 killed; [2021-01-07T22:52:24.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T22:52:25.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T22:52:25.041Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T22:52:25.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T22:52:25.205Z] $ docker exec a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 ssh-agent [2021-01-07T22:52:25.369Z] SSH_AUTH_SOCK=/tmp/ssh-FPpHKP1gV6Fp/agent.44 [2021-01-07T22:52:25.369Z] SSH_AGENT_PID=49 [2021-01-07T22:52:25.376Z] Running ssh-add (command line suppressed) [2021-01-07T22:52:25.496Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_1447437565316021583.key (/w/workspace/edgex-go/14@tmp/private_key_1447437565316021583.key) [2021-01-07T22:52:25.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T22:52:25.917Z] + git semver init [2021-01-07T22:52:25.918Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T22:52:25.918Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-01-07T22:52:25.918Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-01-07T22:52:25.918Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T22:52:25.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T22:52:25.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T22:52:25.918Z] # $SEMVER_BRANCH = PR-2970 [2021-01-07T22:52:25.918Z] # $SEMVER_TEMP = /tmp/semver-301162752 [2021-01-07T22:52:25.918Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T22:52:47.979Z] # '/tmp/semver-301162752' -> '/w/workspace/edgex-go/14/.semver' [2021-01-07T22:52:47.979Z] # -> Force: false [2021-01-07T22:52:47.979Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-01-07T22:52:47.995Z] $ docker exec --env ******** --env ******** a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 ssh-agent -k [2021-01-07T22:52:48.260Z] unset SSH_AUTH_SOCK; [2021-01-07T22:52:48.260Z] unset SSH_AGENT_PID; [2021-01-07T22:52:48.260Z] echo Agent pid 49 killed; [2021-01-07T22:52:48.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T22:52:48.855Z] + git semver [Pipeline] } [2021-01-07T22:52:48.877Z] $ docker stop --time=1 a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 [2021-01-07T22:52:50.472Z] $ docker rm -f a5ec2f216bee44652fbc6a1562b6d2dc5dba5e24909e5f9c7f2f6336b8db3282 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T22:52:51.013Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T22:52:51.612Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T22:52:51.615Z] [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-07T22:52:52.567Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T22:52:52.872Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T22:52:53.174Z] + sudo service docker restart [2021-01-07T22:52:53.174Z] + true [2021-01-07T22:52:53.174Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T22:52:53.766Z] ========================================================= [2021-01-07T22:52:53.767Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T22:52:53.767Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:52:54.112Z] + 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-07T22:52:57.445Z] Sending build context to Docker daemon 326.6MB [2021-01-07T22:52:57.445Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T22:52:57.445Z] Step 2/6 : FROM ${BASE} [2021-01-07T22:52:57.445Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T22:52:57.445Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T22:52:57.445Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T22:52:57.445Z] de9db76c5a1d: Pulling fs layer [2021-01-07T22:52:57.445Z] bca2f99d35d6: Pulling fs layer [2021-01-07T22:52:57.445Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T22:52:57.445Z] 7c6f9722023f: Pulling fs layer [2021-01-07T22:52:57.445Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T22:52:57.445Z] 93359f2a8cfa: Waiting [2021-01-07T22:52:57.445Z] 7c6f9722023f: Waiting [2021-01-07T22:52:57.445Z] a35cf1a2eb13: Waiting [2021-01-07T22:52:57.445Z] bca2f99d35d6: Waiting [2021-01-07T22:52:57.445Z] de9db76c5a1d: Verifying Checksum [2021-01-07T22:52:57.445Z] de9db76c5a1d: Download complete [2021-01-07T22:52:57.445Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T22:52:57.445Z] 0ef7d3d256c8: Download complete [2021-01-07T22:52:57.445Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T22:52:57.445Z] 93359f2a8cfa: Download complete [2021-01-07T22:52:57.445Z] 7c6f9722023f: Download complete [2021-01-07T22:52:57.445Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T22:52:57.445Z] 188c0c94c7c5: Download complete [2021-01-07T22:52:58.024Z] 188c0c94c7c5: Pull complete [2021-01-07T22:52:58.024Z] 0ef7d3d256c8: Pull complete [2021-01-07T22:52:58.976Z] de9db76c5a1d: Pull complete [2021-01-07T22:52:59.241Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T22:52:59.241Z] a35cf1a2eb13: Download complete [2021-01-07T22:53:00.193Z] bca2f99d35d6: Verifying Checksum [2021-01-07T22:53:00.193Z] bca2f99d35d6: Download complete [2021-01-07T22:53:05.542Z] bca2f99d35d6: Pull complete [2021-01-07T22:53:05.542Z] 93359f2a8cfa: Pull complete [2021-01-07T22:53:05.542Z] 7c6f9722023f: Pull complete [2021-01-07T22:53:07.039Z] Still waiting to schedule task [2021-01-07T22:53:07.039Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-07T22:53:09.784Z] a35cf1a2eb13: Pull complete [2021-01-07T22:53:09.784Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T22:53:09.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T22:53:09.784Z] ---> a62c8e92a672 [2021-01-07T22:53:09.784Z] 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-07T22:53:10.735Z] ---> Running in de1dcefb5e5d [2021-01-07T22:53:11.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:53:11.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:53:12.553Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T22:53:12.553Z] (2/12) Installing file (5.38-r0) [2021-01-07T22:53:12.553Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T22:53:12.821Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T22:53:25.104Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T22:53:25.104Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T22:53:25.104Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T22:53:25.104Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T22:53:25.104Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T22:53:25.368Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T22:53:25.368Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T22:53:25.946Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T22:53:25.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:53:25.946Z] OK: 233 MiB in 51 packages [2021-01-07T22:53:30.202Z] Removing intermediate container de1dcefb5e5d [2021-01-07T22:53:30.202Z] ---> 5ef330ed1c3a [2021-01-07T22:53:30.202Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T22:53:30.202Z] ---> Running in 7dfa1ee672fd [2021-01-07T22:53:30.466Z] Removing intermediate container 7dfa1ee672fd [2021-01-07T22:53:30.466Z] ---> 2361b659d02c [2021-01-07T22:53:30.466Z] Step 5/6 : COPY go.mod . [2021-01-07T22:53:30.733Z] ---> 41fbeebc9b29 [2021-01-07T22:53:30.733Z] Step 6/6 : RUN go mod download [2021-01-07T22:53:30.733Z] ---> Running in 476cd13b456f [2021-01-07T22:53:52.791Z] Removing intermediate container 476cd13b456f [2021-01-07T22:53:52.791Z] ---> 687d5177d097 [2021-01-07T22:53:52.791Z] Successfully built 687d5177d097 [2021-01-07T22:53:52.791Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:53:53.109Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T22:53:53.109Z] . [Pipeline] withDockerContainer [2021-01-07T22:53:53.214Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T22:53:53.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T22:53:54.104Z] $ docker top 5eb13f09d411441bc7d897b653d6e9ef147adac64ecd99d8dfc7db0f128646df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T22:53:54.636Z] + go version [2021-01-07T22:53:54.637Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T22:53:54.654Z] $ docker stop --time=1 5eb13f09d411441bc7d897b653d6e9ef147adac64ecd99d8dfc7db0f128646df [2021-01-07T22:53:56.026Z] $ docker rm -f 5eb13f09d411441bc7d897b653d6e9ef147adac64ecd99d8dfc7db0f128646df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:53:56.872Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T22:53:56.872Z] . [Pipeline] withDockerContainer [2021-01-07T22:53:56.973Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T22:53:57.027Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-07T22:53:57.857Z] $ docker top dfaadce1f1f53233b7b0916f6f3f71cdd976754eff635f6fcd4c6a07dce7a030 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T22:53:58.124Z] ========================================================= [2021-01-07T22:53:58.124Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T22:53:58.124Z] ========================================================= [Pipeline] sh [2021-01-07T22:53:58.421Z] + make test [2021-01-07T22:53:58.421Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T22:54:08.507Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T22:54:23.607Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T22:54:27.016Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T22:54:28.862Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T22:54:28.863Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T22:54:28.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T22:54:31.459Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T22:54:34.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T22:54:34.064Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T22:54:34.064Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T22:54:35.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2021-01-07T22:54:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T22:54:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T22:54:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T22:54:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T22:54:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T22:54:39.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T22:54:39.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T22:54:39.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T22:54:39.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 77.1% of statements [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T22:54:39.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.4% of statements [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T22:54:39.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T22:54:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T22:54:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T22:54:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.343s coverage: 93.8% of statements [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T22:54:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T22:54:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-07T22:54:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 43.8% of statements [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-07T22:54:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-07T22:54:44.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.038s coverage: 82.7% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 55.9% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.0% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-07T22:55:06.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.1% of statements [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T22:55:06.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T22:55:06.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-07T22:55:06.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-07T22:55:06.359Z] GO111MODULE=on go vet ./... [2021-01-07T22:55:33.084Z] gofmt -l . [2021-01-07T22:55:33.084Z] [ "`gofmt -l .`" = "" ] [2021-01-07T22:55:33.084Z] ./bin/test-go-mod-tidy.sh [2021-01-07T22:55:33.084Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T22:55:33.972Z] + ls -al . [2021-01-07T22:55:33.972Z] total 644 [2021-01-07T22:55:33.972Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 22:55 . [2021-01-07T22:55:33.972Z] drwxr-xr-x 4 root root 30 Jan 7 22:53 .. [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 22:52 .dockerignore [2021-01-07T22:55:33.972Z] drwxrwxr-x 8 1001 1001 179 Jan 7 22:52 .git [2021-01-07T22:55:33.972Z] drwxrwxr-x 3 1001 1001 125 Jan 7 22:52 .github [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 872 Jan 7 22:52 .gitignore [2021-01-07T22:55:33.972Z] drwx------ 3 1001 1001 47 Jan 7 22:52 .semver [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 22:52 .sonarcloud.properties [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 22:52 CONTRIBUTING.md [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 22:52 Dockerfile.build [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 22:52 Jenkinsfile [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 22:52 LICENSE [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 6001 Jan 7 22:52 Makefile [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 22:52 README.md [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 22:52 SECURITY.md [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 22:52 VERSION [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 22:52 ZMQWindows.md [2021-01-07T22:55:33.972Z] drwxrwxr-x 2 1001 1001 117 Jan 7 22:52 bin [2021-01-07T22:55:33.972Z] drwxrwxr-x 15 1001 1001 4096 Jan 7 22:52 cmd [2021-01-07T22:55:33.972Z] -rw-r--r-- 1 root root 546759 Jan 7 22:55 coverage.out [2021-01-07T22:55:33.972Z] -rw-r--r-- 1 root root 1005 Jan 7 22:55 go.mod [2021-01-07T22:55:33.972Z] -rw-r--r-- 1 root root 19172 Jan 7 22:55 go.sum [2021-01-07T22:55:33.972Z] drwxrwxr-x 8 1001 1001 127 Jan 7 22:52 internal [2021-01-07T22:55:33.972Z] drwxrwxr-x 4 1001 1001 26 Jan 7 22:52 openapi [2021-01-07T22:55:33.972Z] drwxrwxr-x 4 1001 1001 71 Jan 7 22:52 snap [2021-01-07T22:55:33.972Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 22:52 version.go [Pipeline] sh [2021-01-07T22:55:34.281Z] + '[' -e coverage.out ] [2021-01-07T22:55:34.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T22:55:34.483Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T22:55:34.783Z] + make build [2021-01-07T22:55:34.783Z] 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-07T22:55:39.036Z] 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-07T22:55:45.733Z] 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-07T22:55:47.140Z] 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-07T22:55:48.561Z] 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-07T22:55:48.825Z] 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-07T22:55:50.251Z] 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-07T22:55:51.658Z] 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-07T22:55:52.616Z] 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-07T22:55:54.023Z] 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-07T22:55:54.990Z] 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-07T22:55:55.961Z] 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-07T22:55:56.306Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18960 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-07T22:55:56.368Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-01-07T22:55:57.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-07T22:55:58.807Z] $ docker stop --time=1 dfaadce1f1f53233b7b0916f6f3f71cdd976754eff635f6fcd4c6a07dce7a030 [2021-01-07T22:56:00.604Z] $ docker rm -f dfaadce1f1f53233b7b0916f6f3f71cdd976754eff635f6fcd4c6a07dce7a030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-07T22:56:01.396Z] using credential edgex-jenkins-ssh [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-07T22:56:01.464Z] Cloning the remote Git repository [Pipeline] script [Pipeline] { [2021-01-07T22:56:01.542Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T22:56:01.644Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-07T22:56:01.751Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T22:56:01.752Z] > git --version # timeout=10 [2021-01-07T22:56:01.777Z] > git --version # 'git version 2.17.1' [2021-01-07T22:56:01.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T22:56:01.846Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:56:04.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T22:56:04.265Z] [2021-01-07T22:56:04.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:56:04.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T22:56:04.622Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T22:56:04.622Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T22:56:04.622Z] ca9280d653b3: Pulling fs layer [2021-01-07T22:56:04.622Z] 7e9c9ca2126c: Pulling fs layer [2021-01-07T22:56:04.889Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-07T22:56:04.889Z] cbdbe7a5bc2a: Download complete [2021-01-07T22:56:05.154Z] cbdbe7a5bc2a: Pull complete [2021-01-07T22:56:05.154Z] ca9280d653b3: Verifying Checksum [2021-01-07T22:56:05.154Z] ca9280d653b3: Download complete [2021-01-07T22:56:06.111Z] ca9280d653b3: Pull complete [2021-01-07T22:56:06.378Z] 7e9c9ca2126c: Verifying Checksum [2021-01-07T22:56:06.378Z] 7e9c9ca2126c: Download complete [2021-01-07T22:56:13.009Z] 7e9c9ca2126c: Pull complete [2021-01-07T22:56:13.009Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T22:56:13.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T22:56:13.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T22:56:13.200Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T22:56:13.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T22:56:14.920Z] $ docker top 0d570a908159393ff0cd75750e405a4346bbf61680c7b56302310199a5fd8d01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T22:56:15.420Z] + docker-compose build --help [2021-01-07T22:56:15.420Z] + grep parallel [2021-01-07T22:56:16.364Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T22:56:16.379Z] $ docker stop --time=1 0d570a908159393ff0cd75750e405a4346bbf61680c7b56302310199a5fd8d01 [2021-01-07T22:56:17.737Z] $ docker rm -f 0d570a908159393ff0cd75750e405a4346bbf61680c7b56302310199a5fd8d01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:56:18.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T22:56:18.338Z] . [Pipeline] withDockerContainer [2021-01-07T22:56:18.438Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T22:56:18.532Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T22:56:19.230Z] $ docker top 459af154ad44845bd410d693c3757bc721c024ff8f9ddf6d2cdb9a3ac90046e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T22:56:19.775Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T22:56:20.777Z] Building docker-core-command-go ... [2021-01-07T22:56:20.777Z] Building docker-core-data-go ... [2021-01-07T22:56:20.777Z] Building docker-core-metadata-go ... [2021-01-07T22:56:20.777Z] Building docker-security-bootstrapper-go ... [2021-01-07T22:56:20.777Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T22:56:20.777Z] Building docker-security-proxy-setup-go ... [2021-01-07T22:56:20.777Z] Building docker-security-secretstore-setup-go ... [2021-01-07T22:56:20.777Z] Building docker-support-notifications-go ... [2021-01-07T22:56:20.777Z] Building docker-support-scheduler-go ... [2021-01-07T22:56:20.777Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T22:56:20.777Z] Building docker-support-notifications-go [2021-01-07T22:56:20.777Z] Building docker-core-metadata-go [2021-01-07T22:56:20.777Z] Building docker-security-bootstrapper-go [2021-01-07T22:56:20.777Z] Building docker-sys-mgmt-agent-go [2021-01-07T22:56:20.777Z] Building docker-security-bootstrap-redis-go [2021-01-07T22:56:22.648Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T22:56:22.668Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T22:56:22.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T22:56:22.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T22:56:22.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T22:56:22.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T22:56:23.701Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 21191906f44b82c319a2f204b51022ee70f23e11 [2021-01-07T22:56:24.354Z] Merge succeeded, producing 237db12b103223c5f797c65d19eea1166a316e02 [2021-01-07T22:56:24.354Z] Checking out Revision 237db12b103223c5f797c65d19eea1166a316e02 (PR-2970) [2021-01-07T22:56:23.724Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T22:56:23.754Z] > git checkout -f 21191906f44b82c319a2f204b51022ee70f23e11 # timeout=10 [2021-01-07T22:56:24.054Z] > git remote # timeout=10 [2021-01-07T22:56:24.071Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T22:56:24.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T22:56:24.094Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-07T22:56:24.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T22:56:24.368Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T22:56:24.384Z] > git checkout -f 237db12b103223c5f797c65d19eea1166a316e02 # timeout=10 [2021-01-07T22:56:28.571Z] Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" [2021-01-07T22:56:28.583Z] > git rev-list --no-walk 8c5dd35193dcc7808feaf3f83c9704fecb77d6ce # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T22:56:30.106Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T22:56:30.510Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T22:56:30.853Z] + sudo service docker restart [2021-01-07T22:56:30.853Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T22:56:33.566Z] provisioning config files... [2021-01-07T22:56:33.619Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2136375263530071195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T22:56:34.029Z] ---> docker-login.sh [2021-01-07T22:56:34.029Z] nexus3.edgexfoundry.org:10001 [2021-01-07T22:56:35.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:56:35.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:56:35.287Z] Configure a credential helper to remove this warning. See [2021-01-07T22:56:35.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:56:35.287Z] [2021-01-07T22:56:35.287Z] Login Succeeded [2021-01-07T22:56:35.287Z] nexus3.edgexfoundry.org:10002 [2021-01-07T22:56:35.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:56:35.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:56:35.842Z] Configure a credential helper to remove this warning. See [2021-01-07T22:56:35.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:56:35.842Z] [2021-01-07T22:56:35.842Z] Login Succeeded [2021-01-07T22:56:35.842Z] nexus3.edgexfoundry.org:10003 [2021-01-07T22:56:36.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:56:36.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:56:36.392Z] Configure a credential helper to remove this warning. See [2021-01-07T22:56:36.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:56:36.392Z] [2021-01-07T22:56:36.392Z] Login Succeeded [2021-01-07T22:56:36.392Z] nexus3.edgexfoundry.org:10004 [2021-01-07T22:56:36.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:56:36.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:56:36.946Z] Configure a credential helper to remove this warning. See [2021-01-07T22:56:36.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:56:36.946Z] [2021-01-07T22:56:36.946Z] Login Succeeded [2021-01-07T22:56:36.946Z] docker.io [2021-01-07T22:56:37.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T22:56:37.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T22:56:37.491Z] Configure a credential helper to remove this warning. See [2021-01-07T22:56:37.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T22:56:37.491Z] [2021-01-07T22:56:37.491Z] Login Succeeded [2021-01-07T22:56:37.491Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T22:56:37.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T22:56:38.011Z] ========================================================= [2021-01-07T22:56:38.011Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T22:56:38.011Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:56:38.405Z] + 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-07T22:56:41.086Z] Sending build context to Docker daemon 165.6MB [2021-01-07T22:56:41.086Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:41.086Z] Step 2/6 : FROM ${BASE} [2021-01-07T22:56:41.086Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T22:56:41.086Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T22:56:41.086Z] a4357932f1b6: Pulling fs layer [2021-01-07T22:56:41.086Z] 18c013af1878: Pulling fs layer [2021-01-07T22:56:41.086Z] 00ac8860ef70: Pulling fs layer [2021-01-07T22:56:41.086Z] 63d7cb157983: Pulling fs layer [2021-01-07T22:56:41.086Z] b116817d02f9: Pulling fs layer [2021-01-07T22:56:41.086Z] 745a02a5169b: Pulling fs layer [2021-01-07T22:56:41.086Z] 00ac8860ef70: Waiting [2021-01-07T22:56:41.086Z] 63d7cb157983: Waiting [2021-01-07T22:56:41.086Z] b116817d02f9: Waiting [2021-01-07T22:56:41.086Z] 18c013af1878: Verifying Checksum [2021-01-07T22:56:41.086Z] 18c013af1878: Download complete [2021-01-07T22:56:41.086Z] a4357932f1b6: Download complete [2021-01-07T22:56:41.086Z] 63d7cb157983: Verifying Checksum [2021-01-07T22:56:41.086Z] 63d7cb157983: Download complete [2021-01-07T22:56:41.086Z] b116817d02f9: Verifying Checksum [2021-01-07T22:56:41.086Z] b116817d02f9: Download complete [2021-01-07T22:56:41.086Z] 5f621e34cdf4: Download complete [2021-01-07T22:56:41.701Z] 5f621e34cdf4: Pull complete [2021-01-07T22:56:42.308Z] a4357932f1b6: Pull complete [2021-01-07T22:56:42.583Z] 18c013af1878: Pull complete [2021-01-07T22:56:43.573Z] 745a02a5169b: Verifying Checksum [2021-01-07T22:56:43.573Z] 745a02a5169b: Download complete [2021-01-07T22:56:44.557Z] 00ac8860ef70: Download complete [2021-01-07T22:56:53.012Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:53.012Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:56:53.012Z] ---> 687d5177d097 [2021-01-07T22:56:53.012Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T22:56:53.012Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:53.012Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:56:53.012Z] ---> 687d5177d097 [2021-01-07T22:56:53.012Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T22:56:53.012Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:53.012Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:56:53.012Z] ---> 687d5177d097 [2021-01-07T22:56:53.012Z] Step 3/32 : WORKDIR /edgex-go [2021-01-07T22:56:53.012Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:53.012Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:56:53.012Z] ---> 687d5177d097 [2021-01-07T22:56:53.012Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T22:56:53.012Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:56:53.012Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:56:53.012Z] ---> 687d5177d097 [2021-01-07T22:56:53.012Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T22:56:53.971Z] ---> Running in d47f2261cf12 [2021-01-07T22:56:53.971Z] ---> Running in 353bf210c532 [2021-01-07T22:56:54.239Z] ---> Running in bea3feec197b [2021-01-07T22:56:54.239Z] ---> Running in 7544026f8055 [2021-01-07T22:56:54.239Z] ---> Running in 826c78b56865 [2021-01-07T22:56:54.734Z] 00ac8860ef70: Pull complete [2021-01-07T22:56:54.825Z] Removing intermediate container 353bf210c532 [2021-01-07T22:56:54.825Z] ---> e45078289ff3 [2021-01-07T22:56:54.825Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:56:54.825Z] Removing intermediate container 826c78b56865 [2021-01-07T22:56:54.825Z] ---> 45f7323bbb93 [2021-01-07T22:56:54.825Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:56:54.825Z] Removing intermediate container 7544026f8055 [2021-01-07T22:56:54.825Z] ---> 94f6de3d3c58 [2021-01-07T22:56:54.825Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:56:54.825Z] Removing intermediate container bea3feec197b [2021-01-07T22:56:54.825Z] ---> 6a27b19ec714 [2021-01-07T22:56:54.825Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:56:54.825Z] Removing intermediate container d47f2261cf12 [2021-01-07T22:56:54.825Z] ---> f842cdb7a38e [2021-01-07T22:56:54.825Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:56:54.825Z] ---> Running in e0b93ae87e19 [2021-01-07T22:56:54.825Z] ---> Running in 3210f4038094 [2021-01-07T22:56:54.825Z] ---> Running in 493dc821ead3 [2021-01-07T22:56:54.825Z] ---> Running in 4b99b50590e7 [2021-01-07T22:56:54.825Z] ---> Running in bf183635bc31 [2021-01-07T22:56:55.008Z] 63d7cb157983: Pull complete [2021-01-07T22:56:55.608Z] b116817d02f9: Pull complete [2021-01-07T22:56:56.769Z] Removing intermediate container e0b93ae87e19 [2021-01-07T22:56:56.769Z] ---> 527956b7b220 [2021-01-07T22:56:56.769Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-07T22:56:57.032Z] ---> Running in a5cd12197651 [2021-01-07T22:56:57.296Z] Removing intermediate container 493dc821ead3 [2021-01-07T22:56:57.296Z] ---> de610b73cb8b [2021-01-07T22:56:57.296Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T22:56:57.296Z] Removing intermediate container 3210f4038094 [2021-01-07T22:56:57.296Z] ---> 412b3bfbe040 [2021-01-07T22:56:57.296Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T22:56:57.296Z] Removing intermediate container bf183635bc31 [2021-01-07T22:56:57.296Z] ---> ca6c61670104 [2021-01-07T22:56:57.296Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T22:56:57.560Z] ---> Running in e69d669fe098 [2021-01-07T22:56:57.560Z] ---> Running in f325e2847aa2 [2021-01-07T22:56:57.560Z] ---> Running in a744eaff972c [2021-01-07T22:56:57.560Z] Removing intermediate container 4b99b50590e7 [2021-01-07T22:56:57.560Z] ---> 8da6df2b913f [2021-01-07T22:56:57.560Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-07T22:56:57.823Z] ---> Running in 3d39b9bbc67a [2021-01-07T22:56:57.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:58.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:58.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:58.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:58.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:59.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:59.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:59.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:56:59.924Z] 745a02a5169b: Pull complete [2021-01-07T22:56:59.924Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T22:56:59.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T22:56:59.924Z] ---> b7e6874047d6 [2021-01-07T22:56:59.924Z] 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-07T22:57:00.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:57:00.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:57:00.354Z] OK: 233 MiB in 51 packages [2021-01-07T22:57:00.938Z] OK: 233 MiB in 51 packages [2021-01-07T22:57:00.938Z] OK: 233 MiB in 51 packages [2021-01-07T22:57:00.938Z] Removing intermediate container a5cd12197651 [2021-01-07T22:57:00.938Z] ---> d90ff47634b3 [2021-01-07T22:57:00.938Z] Step 6/23 : COPY go.mod . [2021-01-07T22:57:01.204Z] OK: 233 MiB in 51 packages [2021-01-07T22:57:01.204Z] OK: 233 MiB in 51 packages [2021-01-07T22:57:01.204Z] ---> 791ff3359dfa [2021-01-07T22:57:01.204Z] Step 7/23 : RUN go mod download [2021-01-07T22:57:01.476Z] ---> Running in f4c6f8967fef [2021-01-07T22:57:01.476Z] Removing intermediate container e69d669fe098 [2021-01-07T22:57:01.476Z] ---> dc37c270586d [2021-01-07T22:57:01.476Z] Step 6/26 : COPY go.mod . [2021-01-07T22:57:01.744Z] Removing intermediate container f325e2847aa2 [2021-01-07T22:57:01.744Z] ---> 2715c9e8ad15 [2021-01-07T22:57:01.744Z] Step 6/22 : COPY go.mod . [2021-01-07T22:57:02.325Z] ---> 5e0359e63de1 [2021-01-07T22:57:02.325Z] Step 7/26 : RUN go mod download [2021-01-07T22:57:02.325Z] ---> 7bef7f8b48c4 [2021-01-07T22:57:02.325Z] Step 7/22 : RUN go mod download [2021-01-07T22:57:02.325Z] ---> Running in 3bffed8e1e69 [2021-01-07T22:57:02.325Z] Removing intermediate container 3d39b9bbc67a [2021-01-07T22:57:02.325Z] ---> f7977035c71c [2021-01-07T22:57:02.325Z] Step 6/32 : COPY go.mod . [2021-01-07T22:57:02.591Z] ---> Running in 57b9ed362245 [2021-01-07T22:57:02.591Z] Removing intermediate container a744eaff972c [2021-01-07T22:57:02.591Z] ---> a30a853dc530 [2021-01-07T22:57:02.591Z] Step 6/22 : COPY go.mod . [2021-01-07T22:57:02.858Z] ---> 52490726c5d9 [2021-01-07T22:57:02.858Z] Step 7/32 : RUN go mod download [2021-01-07T22:57:03.127Z] ---> Running in 99605a5a75ca [2021-01-07T22:57:03.127Z] ---> 3caa3fe48192 [2021-01-07T22:57:03.127Z] Step 7/22 : RUN go mod download [2021-01-07T22:57:03.329Z] ---> Running in f5ff9ec45e53 [2021-01-07T22:57:03.396Z] ---> Running in 9368abf3f50e [2021-01-07T22:57:03.983Z] Removing intermediate container f4c6f8967fef [2021-01-07T22:57:03.983Z] ---> 94308e45bd18 [2021-01-07T22:57:03.983Z] Step 8/23 : COPY . . [2021-01-07T22:57:04.249Z] Removing intermediate container 3bffed8e1e69 [2021-01-07T22:57:04.249Z] ---> 71a4d23dbcae [2021-01-07T22:57:04.249Z] Step 8/26 : COPY . . [2021-01-07T22:57:04.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T22:57:05.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T22:57:06.724Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T22:57:06.995Z] (2/12) Installing file (5.38-r0) [2021-01-07T22:57:06.996Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T22:57:07.268Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T22:57:08.495Z] Removing intermediate container 57b9ed362245 [2021-01-07T22:57:08.495Z] ---> 5b1b8439040b [2021-01-07T22:57:08.495Z] Step 8/22 : COPY . . [2021-01-07T22:57:11.557Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T22:57:11.557Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T22:57:11.557Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T22:57:11.557Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T22:57:11.557Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T22:57:11.557Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T22:57:11.557Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T22:57:11.829Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T22:57:11.829Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:57:11.829Z] OK: 217 MiB in 51 packages [2021-01-07T22:57:15.138Z] Removing intermediate container 99605a5a75ca [2021-01-07T22:57:15.138Z] ---> 52480d8eb930 [2021-01-07T22:57:15.138Z] Step 8/32 : COPY . . [2021-01-07T22:57:15.138Z] Removing intermediate container 9368abf3f50e [2021-01-07T22:57:15.138Z] ---> a267659993df [2021-01-07T22:57:15.138Z] Step 8/22 : COPY . . [2021-01-07T22:57:16.131Z] Removing intermediate container f5ff9ec45e53 [2021-01-07T22:57:16.132Z] ---> c37c1326f1ec [2021-01-07T22:57:16.132Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T22:57:16.132Z] ---> Running in f13ddcc2f22e [2021-01-07T22:57:16.407Z] Removing intermediate container f13ddcc2f22e [2021-01-07T22:57:16.407Z] ---> e8d0eb3d30a0 [2021-01-07T22:57:16.407Z] Step 5/6 : COPY go.mod . [2021-01-07T22:57:17.001Z] ---> 98a59379cd91 [2021-01-07T22:57:17.001Z] Step 6/6 : RUN go mod download [2021-01-07T22:57:17.275Z] ---> Running in dfdb44449b4d [2021-01-07T22:57:41.852Z] ---> 00cbc762cbd1 [2021-01-07T22:57:41.852Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-07T22:57:44.079Z] Removing intermediate container dfdb44449b4d [2021-01-07T22:57:44.079Z] ---> 3c305aa5bd68 [2021-01-07T22:57:44.079Z] Successfully built 3c305aa5bd68 [2021-01-07T22:57:44.079Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:57:44.427Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T22:57:44.427Z] . [Pipeline] withDockerContainer [2021-01-07T22:57:44.702Z] prd-ubuntu18.04-docker-arm64-4c-16g-18960 does not seem to be running inside a container [2021-01-07T22:57:44.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T22:57:45.188Z] ---> Running in 24e93d85fd34 [2021-01-07T22:57:46.139Z] ---> 98cd8d79a695 [2021-01-07T22:57:46.139Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T22:57:46.316Z] $ docker top 571e2798f95ea6f76b6863a3e2a0879459317cc1a4a0f4a5b6f5e9d27dfe6e99 -eo pid,comm [Pipeline] { [2021-01-07T22:57:46.715Z] ---> 9a8287a3ea79 [2021-01-07T22:57:46.716Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [Pipeline] sh [2021-01-07T22:57:47.354Z] + go version [2021-01-07T22:57:47.354Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T22:57:47.384Z] $ docker stop --time=1 571e2798f95ea6f76b6863a3e2a0879459317cc1a4a0f4a5b6f5e9d27dfe6e99 [2021-01-07T22:57:47.668Z] ---> Running in ae36286cebcf [2021-01-07T22:57:47.932Z] ---> Running in 3114eea28b77 [2021-01-07T22:57:47.932Z] ---> 1951063d5561 [2021-01-07T22:57:47.932Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T22:57:47.932Z] 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-07T22:57:48.196Z] ---> 3fd97e7e337e [2021-01-07T22:57:48.196Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T22:57:48.196Z] ---> Running in fefd01a16d6f [2021-01-07T22:57:48.461Z] ---> Running in 8f6e070939f3 [2021-01-07T22:57:48.725Z] 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-07T22:57:48.992Z] 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-07T22:57:49.258Z] 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-07T22:57:49.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-07T22:57:49.283Z] $ docker rm -f 571e2798f95ea6f76b6863a3e2a0879459317cc1a4a0f4a5b6f5e9d27dfe6e99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T22:57:50.300Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T22:57:50.300Z] . [Pipeline] withDockerContainer [2021-01-07T22:57:50.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-18960 does not seem to be running inside a container [2021-01-07T22:57:50.627Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T22:57:52.072Z] $ docker top e3cc3cf58a9c571d513513f63fe35c4964b27046bf9b6a9bc4f98d95dacf6ee8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T22:57:52.461Z] ========================================================= [2021-01-07T22:57:52.461Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T22:57:52.461Z] ========================================================= [Pipeline] sh [2021-01-07T22:57:53.103Z] + make test [2021-01-07T22:57:53.103Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T22:58:15.303Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T22:58:21.515Z] 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-07T22:58:21.515Z] Removing intermediate container 8f6e070939f3 [2021-01-07T22:58:21.515Z] ---> f87daf77f4d0 [2021-01-07T22:58:21.515Z] [2021-01-07T22:58:21.515Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T22:58:21.515Z] 3.12: Pulling from library/alpine [2021-01-07T22:58:22.092Z] Removing intermediate container ae36286cebcf [2021-01-07T22:58:22.092Z] ---> a3cd08d52b58 [2021-01-07T22:58:22.092Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T22:58:22.092Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T22:58:22.092Z] Removing intermediate container 3114eea28b77 [2021-01-07T22:58:22.092Z] ---> c16bc8c7e2be [2021-01-07T22:58:22.092Z] [2021-01-07T22:58:22.092Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T22:58:22.356Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T22:58:22.356Z] ---> 389fef711851 [2021-01-07T22:58:22.356Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T22:58:22.356Z] 3.12: Pulling from library/alpine [2021-01-07T22:58:22.356Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T22:58:22.356Z] Status: Image is up to date for alpine:3.12 [2021-01-07T22:58:22.356Z] ---> 389fef711851 [2021-01-07T22:58:22.356Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-07T22:58:23.305Z] ---> Running in b297a320c6ba [2021-01-07T22:58:23.305Z] ---> Running in 4f34851098b6 [2021-01-07T22:58:23.305Z] ---> Running in 0f477fb4fde9 [2021-01-07T22:58:24.273Z] 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-07T22:58:24.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:24.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:24.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:24.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:24.804Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T22:58:24.804Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-07T22:58:24.804Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T22:58:24.804Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T22:58:24.804Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-07T22:58:24.804Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T22:58:24.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:58:24.804Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T22:58:24.804Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T22:58:24.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:58:24.804Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T22:58:25.067Z] OK: 6 MiB in 16 packages [2021-01-07T22:58:25.067Z] OK: 7 MiB in 19 packages [2021-01-07T22:58:27.631Z] Removing intermediate container 24e93d85fd34 [2021-01-07T22:58:27.631Z] ---> 3a497d769030 [2021-01-07T22:58:27.631Z] [2021-01-07T22:58:27.631Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T22:58:27.631Z] ---> 389fef711851 [2021-01-07T22:58:27.631Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-07T22:58:27.905Z] Removing intermediate container fefd01a16d6f [2021-01-07T22:58:27.905Z] ---> 2b759a9572ab [2021-01-07T22:58:27.905Z] [2021-01-07T22:58:27.905Z] Step 10/32 : FROM alpine:3.12 [2021-01-07T22:58:27.905Z] ---> 389fef711851 [2021-01-07T22:58:27.905Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-07T22:58:27.905Z] ---> Running in 8f78a040fe52 [2021-01-07T22:58:28.168Z] ---> Running in 3f2aba4e0497 [2021-01-07T22:58:29.118Z] Removing intermediate container 0f477fb4fde9 [2021-01-07T22:58:29.118Z] ---> d48bb11fb1e1 [2021-01-07T22:58:29.118Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T22:58:29.381Z] Removing intermediate container 4f34851098b6 [2021-01-07T22:58:29.381Z] ---> 93a5283e6b29 [2021-01-07T22:58:29.381Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T22:58:29.381Z] ---> Running in cc755b89985a [2021-01-07T22:58:29.644Z] ---> Running in db1188247675 [2021-01-07T22:58:29.916Z] Removing intermediate container b297a320c6ba [2021-01-07T22:58:29.916Z] ---> 6470e3ba47e6 [2021-01-07T22:58:29.916Z] [2021-01-07T22:58:29.916Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T22:58:29.916Z] Removing intermediate container cc755b89985a [2021-01-07T22:58:29.916Z] ---> 3d110db80d02 [2021-01-07T22:58:29.916Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-07T22:58:29.916Z] 20.10.0: Pulling from library/docker [2021-01-07T22:58:29.916Z] ---> Running in 31efdedc80f9 [2021-01-07T22:58:30.187Z] Removing intermediate container db1188247675 [2021-01-07T22:58:30.187Z] ---> 4ff37d66e380 [2021-01-07T22:58:30.187Z] Step 13/22 : WORKDIR / [2021-01-07T22:58:30.187Z] ---> Running in 34848a5ce8e5 [2021-01-07T22:58:30.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:30.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:30.187Z] Removing intermediate container 31efdedc80f9 [2021-01-07T22:58:30.187Z] ---> 9617d442f980 [2021-01-07T22:58:30.187Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-07T22:58:30.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:30.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:30.461Z] ---> Running in e274e8a720cb [2021-01-07T22:58:30.461Z] Removing intermediate container 34848a5ce8e5 [2021-01-07T22:58:30.461Z] ---> 349e21fa8a39 [2021-01-07T22:58:30.461Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T22:58:30.461Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-07T22:58:30.726Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-07T22:58:30.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:58:30.726Z] OK: 6 MiB in 16 packages [2021-01-07T22:58:30.726Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-07T22:58:30.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:58:30.726Z] OK: 6 MiB in 15 packages [2021-01-07T22:58:30.726Z] Removing intermediate container e274e8a720cb [2021-01-07T22:58:30.726Z] ---> 2e4417013f5d [2021-01-07T22:58:30.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T22:58:31.308Z] ---> 96000f875d8d [2021-01-07T22:58:31.308Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T22:58:32.704Z] ---> 3f9cdbb0b626 [2021-01-07T22:58:32.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T22:58:32.704Z] ---> b0792ccbfa4b [2021-01-07T22:58:32.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T22:58:32.968Z] Removing intermediate container 3f2aba4e0497 [2021-01-07T22:58:32.968Z] ---> 3547cd0f332e [2021-01-07T22:58:32.968Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-07T22:58:33.232Z] Removing intermediate container 8f78a040fe52 [2021-01-07T22:58:33.232Z] ---> 1c4b02bb549f [2021-01-07T22:58:33.232Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T22:58:33.503Z] ---> 24358268ff2a [2021-01-07T22:58:33.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T22:58:33.503Z] ---> Running in af19d094ee3f [2021-01-07T22:58:33.503Z] ---> a5cf85414cdc [2021-01-07T22:58:33.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T22:58:33.503Z] ---> Running in 9f615a8aec95 [2021-01-07T22:58:33.772Z] Removing intermediate container af19d094ee3f [2021-01-07T22:58:33.772Z] ---> d7caf6d9b262 [2021-01-07T22:58:33.772Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-07T22:58:34.035Z] ---> cf1c6fe32f29 [2021-01-07T22:58:34.035Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T22:58:34.035Z] ---> Running in 9452abb172f2 [2021-01-07T22:58:34.035Z] Removing intermediate container 9f615a8aec95 [2021-01-07T22:58:34.035Z] ---> 13442effd11f [2021-01-07T22:58:34.035Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-07T22:58:34.304Z] ---> 23e713265e53 [2021-01-07T22:58:34.304Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-07T22:58:34.304Z] ---> Running in 98ef14195613 [2021-01-07T22:58:34.304Z] ---> Running in 0588f3bdc24f [2021-01-07T22:58:34.574Z] Removing intermediate container 9452abb172f2 [2021-01-07T22:58:34.574Z] ---> ae86d66622ed [2021-01-07T22:58:34.574Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-07T22:58:34.574Z] ---> Running in df0d0722321e [2021-01-07T22:58:34.574Z] ---> Running in 8eec94c5f6a4 [2021-01-07T22:58:34.857Z] Removing intermediate container 0588f3bdc24f [2021-01-07T22:58:34.857Z] ---> e7b5bd914953 [2021-01-07T22:58:34.857Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-07T22:58:35.130Z] Removing intermediate container df0d0722321e [2021-01-07T22:58:35.130Z] ---> 15957a513dd9 [2021-01-07T22:58:35.130Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T22:58:35.130Z] ---> Running in 3e96ddf58892 [2021-01-07T22:58:35.400Z] ---> Running in 54e34525deb9 [2021-01-07T22:58:35.668Z] Removing intermediate container 3e96ddf58892 [2021-01-07T22:58:35.668Z] ---> 377406a80559 [2021-01-07T22:58:35.668Z] Step 15/23 : WORKDIR / [2021-01-07T22:58:35.668Z] Connecting to github.com (140.82.113.4:443) [2021-01-07T22:58:35.668Z] Removing intermediate container 54e34525deb9 [2021-01-07T22:58:35.668Z] ---> 4003adb98b4f [2021-01-07T22:58:35.668Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T22:58:35.668Z] ---> Running in 3de2322b65f0 [2021-01-07T22:58:35.931Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.90.100:443) [2021-01-07T22:58:35.931Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-07T22:58:36.193Z]  ---> Running in 7ab05779a772 [2021-01-07T22:58:36.193Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-07T22:58:36.193Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-07T22:58:36.193Z] dockerize [2021-01-07T22:58:36.455Z] Removing intermediate container 98ef14195613 [2021-01-07T22:58:36.456Z] ---> 5386f61214e1 [2021-01-07T22:58:36.456Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T22:58:36.456Z] Removing intermediate container 3de2322b65f0 [2021-01-07T22:58:36.456Z] ---> c29576204989 [2021-01-07T22:58:36.456Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T22:58:36.719Z] ---> Running in 385c65c5c458 [2021-01-07T22:58:36.719Z] Removing intermediate container 7ab05779a772 [2021-01-07T22:58:36.719Z] ---> 966db1e731e5 [2021-01-07T22:58:36.719Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T22:58:36.981Z] ---> Running in c067ef7acfa8 [2021-01-07T22:58:36.981Z] ---> 6ea8ae5dec25 [2021-01-07T22:58:36.981Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T22:58:36.981Z] Removing intermediate container 385c65c5c458 [2021-01-07T22:58:36.981Z] ---> 86202d0c3941 [2021-01-07T22:58:36.981Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T22:58:37.244Z] ---> Running in 0bc0984b9a26 [2021-01-07T22:58:37.244Z] Removing intermediate container 8eec94c5f6a4 [2021-01-07T22:58:37.244Z] ---> c02182a8ed81 [2021-01-07T22:58:37.244Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-07T22:58:37.244Z] Removing intermediate container c067ef7acfa8 [2021-01-07T22:58:37.244Z] ---> 3731fa67e38f [2021-01-07T22:58:37.244Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T22:58:37.508Z] ---> Running in 0572b5fa6d71 [2021-01-07T22:58:37.508Z] ---> Running in 0fc9f730e3f3 [2021-01-07T22:58:37.508Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T22:58:37.771Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T22:58:37.771Z] Removing intermediate container 0bc0984b9a26 [2021-01-07T22:58:37.771Z] ---> c985a70732d1 [2021-01-07T22:58:37.771Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T22:58:37.771Z] ---> aefe523efa57 [2021-01-07T22:58:37.771Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T22:58:37.771Z] ---> 63c61536aba2 [2021-01-07T22:58:37.771Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T22:58:37.771Z] ---> Running in ac0826ab9e16 [2021-01-07T22:58:37.771Z] ---> Running in aa6906ce5c01 [2021-01-07T22:58:38.035Z] Removing intermediate container 0572b5fa6d71 [2021-01-07T22:58:38.035Z] ---> 3bd7f815fcb3 [2021-01-07T22:58:38.035Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-07T22:58:38.035Z] Removing intermediate container 0fc9f730e3f3 [2021-01-07T22:58:38.035Z] ---> 6de47192e5f3 [2021-01-07T22:58:38.035Z] [2021-01-07T22:58:38.298Z] Successfully built 6de47192e5f3 [2021-01-07T22:58:38.563Z] ---> Running in 7db9c9371f52 [2021-01-07T22:58:38.563Z] ---> 3e31f8daea10 [2021-01-07T22:58:38.563Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-07T22:58:38.563Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T22:58:38.563Z] Building docker-security-proxy-setup-go [2021-01-07T22:58:38.563Z]  Building docker-support-notifications-go ... done Removing intermediate container ac0826ab9e16 [2021-01-07T22:58:38.563Z] ---> dde47ac8063a [2021-01-07T22:58:38.563Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T22:58:38.830Z] ---> Running in e50cd1a30ffb [2021-01-07T22:58:38.830Z] ---> Running in 5c37fdb94f42 [2021-01-07T22:58:38.830Z] Removing intermediate container 7db9c9371f52 [2021-01-07T22:58:38.830Z] ---> 9e6f983f319e [2021-01-07T22:58:38.830Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-07T22:58:38.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:39.101Z] ---> Running in f9674c71a05e [2021-01-07T22:58:39.101Z] Removing intermediate container e50cd1a30ffb [2021-01-07T22:58:39.101Z] ---> 4ae650bcf35d [2021-01-07T22:58:39.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T22:58:39.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:58:39.102Z] Removing intermediate container 5c37fdb94f42 [2021-01-07T22:58:39.102Z] ---> 5a930813aa24 [2021-01-07T22:58:39.102Z] [2021-01-07T22:58:39.370Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T22:58:39.370Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T22:58:39.370Z] Executing bash-5.0.17-r0.post-install [2021-01-07T22:58:39.370Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:58:39.370Z] OK: 12 MiB in 22 packages [2021-01-07T22:58:39.370Z] Successfully built 5a930813aa24 [2021-01-07T22:58:39.370Z] ---> Running in 1d8dde13639f [2021-01-07T22:58:39.370Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T22:58:39.370Z] Building docker-security-secretstore-setup-go [2021-01-07T22:58:44.696Z]  Building docker-security-bootstrap-redis-go ... done Copy dockerize executable [2021-01-07T22:58:46.094Z] Removing intermediate container 1d8dde13639f [2021-01-07T22:58:46.094Z] ---> 341d2216fe7b [2021-01-07T22:58:46.094Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T22:58:48.041Z] ---> Running in edfdc45e6bee [2021-01-07T22:58:50.625Z] Removing intermediate container aa6906ce5c01 [2021-01-07T22:58:50.625Z] ---> 235e0572f3e4 [2021-01-07T22:58:50.625Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T22:58:53.206Z] ---> Running in 5e619df43f4d [2021-01-07T22:58:53.206Z] Removing intermediate container edfdc45e6bee [2021-01-07T22:58:53.206Z] ---> d1d1c3c1bb3d [2021-01-07T22:58:53.206Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T22:58:53.475Z] Removing intermediate container f9674c71a05e [2021-01-07T22:58:53.475Z] ---> dc0d813c0024 [2021-01-07T22:58:53.475Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-07T22:58:53.747Z] ---> Running in 7b64436d9c1e [2021-01-07T22:58:54.340Z] ---> Running in 22fe7707725f [2021-01-07T22:58:54.340Z] Removing intermediate container 5e619df43f4d [2021-01-07T22:58:54.340Z] ---> 9bd9b3cffc47 [2021-01-07T22:58:54.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T22:58:54.344Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T22:58:55.758Z] ---> Running in d481e521098a [2021-01-07T22:58:55.759Z] Removing intermediate container 7b64436d9c1e [2021-01-07T22:58:55.759Z] ---> 1cb0afa3426d [2021-01-07T22:58:55.759Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T22:58:56.716Z] Removing intermediate container 22fe7707725f [2021-01-07T22:58:56.716Z] ---> fe5f4dfb0cb7 [2021-01-07T22:58:56.716Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-07T22:58:56.989Z] ---> Running in b6de52cf8680 [2021-01-07T22:58:57.259Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:58:57.259Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:58:57.259Z] ---> 687d5177d097 [2021-01-07T22:58:57.259Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> f842cdb7a38e [2021-01-07T22:58:57.523Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> ca6c61670104 [2021-01-07T22:58:57.523Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> a30a853dc530 [2021-01-07T22:58:57.523Z] Step 6/21 : COPY go.mod . [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> 3caa3fe48192 [2021-01-07T22:58:57.523Z] Step 7/21 : RUN go mod download [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> a267659993df [2021-01-07T22:58:57.523Z] Step 8/21 : COPY . . [2021-01-07T22:58:57.523Z] ---> Using cache [2021-01-07T22:58:57.523Z] ---> 3fd97e7e337e [2021-01-07T22:58:57.523Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T22:58:58.105Z] Removing intermediate container d481e521098a [2021-01-07T22:58:58.105Z] ---> acdaa6708645 [2021-01-07T22:58:58.105Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T22:58:58.367Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:58:58.367Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:58:58.367Z] ---> 687d5177d097 [2021-01-07T22:58:58.367Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.367Z] ---> f842cdb7a38e [2021-01-07T22:58:58.367Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.367Z] ---> ca6c61670104 [2021-01-07T22:58:58.367Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.367Z] ---> a30a853dc530 [2021-01-07T22:58:58.367Z] Step 6/24 : COPY go.mod . [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.367Z] ---> 3caa3fe48192 [2021-01-07T22:58:58.367Z] Step 7/24 : RUN go mod download [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.367Z] ---> a267659993df [2021-01-07T22:58:58.367Z] Step 8/24 : COPY . . [2021-01-07T22:58:58.367Z] ---> Using cache [2021-01-07T22:58:58.368Z] ---> 3fd97e7e337e [2021-01-07T22:58:58.368Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T22:58:59.316Z] ---> Running in 68354e66cb75 [2021-01-07T22:58:59.316Z] ---> Running in 5f95153bc6b8 [2021-01-07T22:58:59.316Z] ---> Running in a2d856d493d6 [2021-01-07T22:58:59.316Z] Removing intermediate container b6de52cf8680 [2021-01-07T22:58:59.316Z] ---> 04d255224e77 [2021-01-07T22:58:59.316Z] [2021-01-07T22:58:59.316Z] ---> a42ae3b02f37 [2021-01-07T22:58:59.594Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-07T22:58:59.594Z] Successfully built 04d255224e77 [2021-01-07T22:58:59.594Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T22:58:59.594Z] Building docker-core-command-go [2021-01-07T22:58:59.594Z]  Building docker-core-metadata-go ... done  ---> Running in 2bba46c5a352 [2021-01-07T22:58:59.869Z] Removing intermediate container 5f95153bc6b8 [2021-01-07T22:58:59.869Z] ---> aae8ce2d8177 [2021-01-07T22:58:59.869Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T22:59:02.178Z] 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-07T22:59:02.856Z] 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-07T22:59:02.856Z] ---> 29985c1c0671 [2021-01-07T22:59:02.856Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T22:59:03.830Z] ---> 307d9693ae8c [2021-01-07T22:59:03.830Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T22:59:05.769Z] Removing intermediate container 2bba46c5a352 [2021-01-07T22:59:05.769Z] ---> 451dca1d0662 [2021-01-07T22:59:05.769Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-07T22:59:07.188Z] ---> 7e2e04eaec00 [2021-01-07T22:59:07.188Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T22:59:07.454Z] ---> Running in 5dde2659e353 [2021-01-07T22:59:07.454Z] ---> 062e8b53e061 [2021-01-07T22:59:07.454Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-07T22:59:08.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:59:08.683Z] ---> a97e5114fe65 [2021-01-07T22:59:08.683Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-07T22:59:08.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:59:08.949Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T22:59:08.949Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T22:59:08.949Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T22:59:08.949Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T22:59:08.949Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T22:59:08.949Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T22:59:08.949Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T22:59:14.331Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T22:59:14.331Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T22:59:14.331Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T22:59:14.331Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T22:59:14.331Z] ---> fc5b62770ff2 [2021-01-07T22:59:14.331Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-07T22:59:14.331Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T22:59:14.331Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T22:59:14.331Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T22:59:14.608Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T22:59:14.608Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T22:59:14.608Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T22:59:14.608Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T22:59:14.608Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T22:59:14.608Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T22:59:14.881Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T22:59:14.881Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T22:59:14.881Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T22:59:15.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T22:59:15.481Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T22:59:15.481Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T22:59:16.447Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T22:59:16.557Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T22:59:16.718Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T22:59:16.718Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T22:59:16.718Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T22:59:16.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T22:59:16.989Z] ---> 68fa6d622892 [2021-01-07T22:59:16.989Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-07T22:59:16.989Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T22:59:16.989Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T22:59:16.989Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T22:59:17.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:59:17.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:59:17.949Z] ---> 687d5177d097 [2021-01-07T22:59:17.949Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> f842cdb7a38e [2021-01-07T22:59:17.949Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> ca6c61670104 [2021-01-07T22:59:17.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> a30a853dc530 [2021-01-07T22:59:17.949Z] Step 6/23 : COPY go.mod . [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> 3caa3fe48192 [2021-01-07T22:59:17.949Z] Step 7/23 : RUN go mod download [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> a267659993df [2021-01-07T22:59:17.949Z] Step 8/23 : COPY . . [2021-01-07T22:59:17.949Z] ---> Using cache [2021-01-07T22:59:17.949Z] ---> 3fd97e7e337e [2021-01-07T22:59:17.949Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-07T22:59:18.915Z] ---> Running in fcc86b5ab3f7 [2021-01-07T22:59:18.915Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:59:18.915Z] OK: 71 MiB in 55 packages [2021-01-07T22:59:18.915Z] ---> Running in 9e7649979c95 [2021-01-07T22:59:19.516Z] Removing intermediate container fcc86b5ab3f7 [2021-01-07T22:59:19.516Z] ---> 3a23c19ca223 [2021-01-07T22:59:19.516Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-07T22:59:19.785Z] ---> cd3b1abb1838 [2021-01-07T22:59:19.785Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T22:59:19.785Z] 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-07T22:59:20.384Z] ---> Running in 259ce5ba3f0b [2021-01-07T22:59:22.376Z] 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-07T22:59:22.656Z] Removing intermediate container 259ce5ba3f0b [2021-01-07T22:59:22.656Z] ---> badfddcf7caf [2021-01-07T22:59:22.656Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T22:59:23.251Z] ---> Running in 552f043f78f5 [2021-01-07T22:59:23.251Z] 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-07T22:59:23.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T22:59:23.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T22:59:23.788Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T22:59:24.240Z] Removing intermediate container 552f043f78f5 [2021-01-07T22:59:24.240Z] ---> d58843415523 [2021-01-07T22:59:24.240Z] Step 29/32 : CMD ["install"] [2021-01-07T22:59:26.205Z] ---> Running in a5ca93d7bc75 [2021-01-07T22:59:29.573Z] Removing intermediate container a5ca93d7bc75 [2021-01-07T22:59:29.573Z] ---> 5cfb93eba19d [2021-01-07T22:59:29.573Z] Step 30/32 : LABEL arch=x86_64 [2021-01-07T22:59:29.573Z] ---> Running in 0eb78ef19096 [2021-01-07T22:59:29.842Z] Removing intermediate container 5dde2659e353 [2021-01-07T22:59:29.842Z] ---> 62a0851cb74c [2021-01-07T22:59:29.842Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T22:59:30.117Z] ---> Running in c6eb0264dba9 [2021-01-07T22:59:30.117Z] Removing intermediate container 0eb78ef19096 [2021-01-07T22:59:30.117Z] ---> b1c5964c8ad4 [2021-01-07T22:59:30.117Z] Step 31/32 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T22:59:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.226s coverage: 46.6% of statements [2021-01-07T22:59:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T22:59:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T22:59:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T22:59:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T22:59:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T22:59:32.056Z] ---> Running in deeec441949f [2021-01-07T22:59:32.327Z] Removing intermediate container a2d856d493d6 [2021-01-07T22:59:32.327Z] ---> 569e54fe8b4b [2021-01-07T22:59:32.327Z] [2021-01-07T22:59:32.327Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T22:59:32.327Z] ---> 389fef711851 [2021-01-07T22:59:32.327Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T22:59:32.327Z] ---> Using cache [2021-01-07T22:59:32.327Z] ---> 93a5283e6b29 [2021-01-07T22:59:32.327Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T22:59:32.606Z] Removing intermediate container deeec441949f [2021-01-07T22:59:32.606Z] ---> 8695b3da3ad4 [2021-01-07T22:59:32.606Z] Step 32/32 : LABEL version=0.0.0 [2021-01-07T22:59:33.204Z] ---> Running in f91b3ba58980 [2021-01-07T22:59:33.204Z] ---> Running in 0e878539aff8 [2021-01-07T22:59:33.470Z] Collecting docker-compose==1.23.2 [2021-01-07T22:59:33.470Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T22:59:34.426Z] Removing intermediate container 68354e66cb75 [2021-01-07T22:59:34.426Z] ---> b54312e2e3b1 [2021-01-07T22:59:34.426Z] [2021-01-07T22:59:34.426Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T22:59:34.426Z] ---> 389fef711851 [2021-01-07T22:59:34.426Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T22:59:35.001Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T22:59:35.002Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T22:59:35.590Z] Removing intermediate container 0e878539aff8 [2021-01-07T22:59:35.590Z] ---> 9db6912d3d68 [2021-01-07T22:59:35.590Z] Step 13/24 : WORKDIR / [2021-01-07T22:59:35.590Z] Removing intermediate container f91b3ba58980 [2021-01-07T22:59:35.590Z] ---> 59e54901d497 [2021-01-07T22:59:35.590Z] [2021-01-07T22:59:35.590Z] ---> Running in 325265b94a7d [2021-01-07T22:59:35.866Z] ---> Running in 1335664bcfd5 [2021-01-07T22:59:35.866Z] Successfully built 59e54901d497 [2021-01-07T22:59:35.866Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-07T22:59:35.866Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-01-07T22:59:35.866Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T22:59:35.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.455s coverage: 27.0% of statements [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T22:59:35.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T22:59:35.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T22:59:35.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 77.1% of statements [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T22:59:35.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T22:59:36.137Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T22:59:36.137Z] Removing intermediate container 1335664bcfd5 [2021-01-07T22:59:36.137Z] ---> 76f594e4a457 [2021-01-07T22:59:36.137Z] 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-07T22:59:37.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T22:59:37.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T22:59:37.807Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T22:59:38.390Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T22:59:38.390Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T22:59:38.968Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T22:59:38.968Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T22:59:38.968Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T22:59:38.968Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T22:59:38.968Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T22:59:39.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.774s coverage: 82.4% of statements [2021-01-07T22:59:39.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T22:59:39.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T22:59:39.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T22:59:39.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T22:59:39.546Z] OK: 7 MiB in 18 packages [2021-01-07T22:59:40.125Z] ---> 97ec2e07e8d0 [2021-01-07T22:59:40.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-07T22:59:40.389Z] Collecting PyYAML<4,>=3.10 [2021-01-07T22:59:40.389Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T22:59:43.737Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T22:59:43.737Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T22:59:44.001Z] ---> b23d438399e6 [2021-01-07T22:59:44.001Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T22:59:44.266Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T22:59:44.266Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T22:59:44.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T22:59:44.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T22:59:44.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T22:59:44.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements [2021-01-07T22:59:44.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T22:59:45.226Z] 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-07T22:59:45.493Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T22:59:45.493Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T22:59:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2021-01-07T22:59:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T22:59:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-01-07T22:59:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T22:59:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T22:59:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T22:59:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T22:59:47.450Z] ---> 9d9fededc2bc [2021-01-07T22:59:47.450Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T22:59:47.450Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T22:59:47.450Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T22:59:50.032Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T22:59:50.032Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T22:59:50.614Z] Removing intermediate container 325265b94a7d [2021-01-07T22:59:50.614Z] ---> 1c65bc2a2945 [2021-01-07T22:59:50.614Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T22:59:50.614Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T22:59:50.614Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T22:59:51.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T22:59:51.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T22:59:51.194Z] ---> 687d5177d097 [2021-01-07T22:59:51.194Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T22:59:51.194Z] ---> Using cache [2021-01-07T22:59:51.194Z] ---> f842cdb7a38e [2021-01-07T22:59:51.194Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T22:59:51.194Z] ---> Using cache [2021-01-07T22:59:51.194Z] ---> ca6c61670104 [2021-01-07T22:59:51.194Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T22:59:51.194Z] ---> Using cache [2021-01-07T22:59:51.194Z] ---> a30a853dc530 [2021-01-07T22:59:51.194Z] Step 6/22 : COPY go.mod . [2021-01-07T22:59:51.194Z] ---> Using cache [2021-01-07T22:59:51.194Z] ---> 3caa3fe48192 [2021-01-07T22:59:51.194Z] Step 7/22 : RUN go mod download [2021-01-07T22:59:51.194Z] ---> Using cache [2021-01-07T22:59:51.195Z] ---> a267659993df [2021-01-07T22:59:51.195Z] Step 8/22 : COPY . . [2021-01-07T22:59:51.195Z] ---> Using cache [2021-01-07T22:59:51.195Z] ---> 3fd97e7e337e [2021-01-07T22:59:51.195Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T22:59:51.195Z] Removing intermediate container 9e7649979c95 [2021-01-07T22:59:51.195Z] ---> 76ce46fb9279 [2021-01-07T22:59:51.195Z] [2021-01-07T22:59:51.195Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T22:59:51.195Z] ---> 389fef711851 [2021-01-07T22:59:51.195Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-07T22:59:51.195Z] ---> Using cache [2021-01-07T22:59:51.195Z] ---> 1c4b02bb549f [2021-01-07T22:59:51.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T22:59:51.195Z] ---> Using cache [2021-01-07T22:59:51.195Z] ---> 13442effd11f [2021-01-07T22:59:51.195Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-07T22:59:51.195Z] 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-07T22:59:51.457Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T22:59:51.457Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T22:59:51.457Z] Collecting idna<2.8,>=2.5 [2021-01-07T22:59:51.457Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T22:59:51.457Z] 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-07T22:59:51.457Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T22:59:51.457Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T22:59:51.457Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T22:59:51.457Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T22:59:52.037Z] Installing collected packages: docopt, texttable, jsonschema, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, docker-compose [2021-01-07T22:59:52.037Z] Running setup.py install for docopt: started [2021-01-07T22:59:52.629Z] ---> 8569a01a456f [2021-01-07T22:59:52.629Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T22:59:52.629Z] ---> Running in ec988ea944fe [2021-01-07T22:59:52.629Z] ---> Running in b44db66c1434 [2021-01-07T22:59:52.629Z] ---> Running in 02c3a2899296 [2021-01-07T22:59:52.629Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T22:59:52.629Z] Running setup.py install for texttable: started [2021-01-07T22:59:53.217Z] Removing intermediate container b44db66c1434 [2021-01-07T22:59:53.217Z] ---> 13022c087d37 [2021-01-07T22:59:53.217Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-07T22:59:53.217Z] Removing intermediate container ec988ea944fe [2021-01-07T22:59:53.217Z] ---> 810d71db5bab [2021-01-07T22:59:53.217Z] Step 13/21 : WORKDIR /edgex [2021-01-07T22:59:53.217Z] ---> 86ad6b0ba6ef [2021-01-07T22:59:53.218Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T22:59:53.218Z] ---> Running in 32623b6fefdd [2021-01-07T22:59:53.218Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T22:59:53.218Z] ---> Running in df70b6c93707 [2021-01-07T22:59:53.485Z] Running setup.py install for PyYAML: started [2021-01-07T22:59:53.485Z] 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-07T22:59:53.485Z] Removing intermediate container df70b6c93707 [2021-01-07T22:59:53.485Z] ---> 4aeff168a43a [2021-01-07T22:59:53.485Z] Step 15/23 : WORKDIR / [2021-01-07T22:59:53.485Z] Removing intermediate container 32623b6fefdd [2021-01-07T22:59:53.485Z] ---> bb59228c7f98 [2021-01-07T22:59:53.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T22:59:53.752Z] ---> Running in ff8a9dbac9d2 [2021-01-07T22:59:53.752Z] ---> d55f36fa1d89 [2021-01-07T22:59:53.752Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T22:59:53.752Z] ---> Running in 3f4b09b0d9f3 [2021-01-07T22:59:54.025Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T22:59:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.983s coverage: 93.8% of statements [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T22:59:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T22:59:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-07T22:59:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 43.8% of statements [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-07T22:59:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-07T22:59:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-07T22:59:54.293Z] Removing intermediate container ff8a9dbac9d2 [2021-01-07T22:59:54.293Z] ---> 8e0eb6c5d85f [2021-01-07T22:59:54.293Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T22:59:54.567Z] ---> 80af5d728981 [2021-01-07T22:59:54.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T22:59:54.567Z] Attempting uninstall: urllib3 [2021-01-07T22:59:54.567Z] Found existing installation: urllib3 1.25.9 [2021-01-07T22:59:54.567Z] Uninstalling urllib3-1.25.9: [2021-01-07T22:59:54.837Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T22:59:55.452Z] ---> 44a7f2615c54 [2021-01-07T22:59:55.452Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T22:59:55.452Z] Attempting uninstall: idna [2021-01-07T22:59:55.452Z] Found existing installation: idna 2.9 [2021-01-07T22:59:55.452Z] Uninstalling idna-2.9: [2021-01-07T22:59:55.723Z] Successfully uninstalled idna-2.9 [2021-01-07T22:59:56.330Z] ---> 3267260451e9 [2021-01-07T22:59:56.330Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T22:59:56.330Z] Attempting uninstall: requests [2021-01-07T22:59:56.330Z] Found existing installation: requests 2.23.0 [2021-01-07T22:59:56.330Z] Uninstalling requests-2.23.0: [2021-01-07T22:59:56.330Z] Successfully uninstalled requests-2.23.0 [2021-01-07T22:59:56.916Z] ---> 8e7dd0d0e035 [2021-01-07T22:59:56.916Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T22:59:57.500Z] ---> bfb63bfbdbe8 [2021-01-07T22:59:57.500Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T22:59:58.468Z] ---> Running in d42e0828883d [2021-01-07T22:59:58.468Z] Removing intermediate container 3f4b09b0d9f3 [2021-01-07T22:59:58.469Z] ---> 39e4cfc13810 [2021-01-07T22:59:58.469Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T22:59:58.469Z] Running setup.py install for dockerpty: started [2021-01-07T22:59:58.469Z] ---> eb630885a3d9 [2021-01-07T22:59:58.469Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-07T22:59:58.469Z] ---> Running in fb27d5cc9a25 [2021-01-07T22:59:58.469Z] ---> Running in c4011bc79b9a [2021-01-07T22:59:58.735Z] Removing intermediate container d42e0828883d [2021-01-07T22:59:58.735Z] ---> 04081981b6d9 [2021-01-07T22:59:58.735Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T22:59:58.735Z] Removing intermediate container fb27d5cc9a25 [2021-01-07T22:59:58.735Z] ---> a468bf9fca53 [2021-01-07T22:59:58.735Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T22:59:58.735Z] ---> Running in 1bf8369adbc2 [2021-01-07T22:59:59.003Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T22:59:59.603Z] Removing intermediate container c4011bc79b9a [2021-01-07T22:59:59.603Z] ---> 0aa12b596c02 [2021-01-07T22:59:59.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T22:59:59.603Z] ---> Running in a6cef5cf4526 [2021-01-07T22:59:59.884Z] Removing intermediate container 1bf8369adbc2 [2021-01-07T22:59:59.884Z] ---> c464bfe4492d [2021-01-07T22:59:59.884Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T22:59:59.884Z] ---> Running in 857b0063f8b1 [2021-01-07T23:00:00.149Z] 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-07T23:00:00.149Z] ---> Running in 76958c47a361 [2021-01-07T23:00:00.149Z] Removing intermediate container a6cef5cf4526 [2021-01-07T23:00:00.149Z] ---> 53450d42cedf [2021-01-07T23:00:00.149Z] Step 23/24 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:00.149Z] Removing intermediate container 857b0063f8b1 [2021-01-07T23:00:00.149Z] ---> 903b63e689df [2021-01-07T23:00:00.149Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T23:00:00.413Z] ---> Running in 056454cef985 [2021-01-07T23:00:00.413Z] ---> Running in d6e64cb6d62c [2021-01-07T23:00:00.685Z] Removing intermediate container 76958c47a361 [2021-01-07T23:00:00.685Z] ---> f6ec876402aa [2021-01-07T23:00:00.685Z] Step 20/21 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:00.685Z] Removing intermediate container 056454cef985 [2021-01-07T23:00:00.685Z] ---> 0b657633f0a6 [2021-01-07T23:00:00.685Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T23:00:01.294Z] Removing intermediate container d6e64cb6d62c [2021-01-07T23:00:01.294Z] ---> 8e2c6499be48 [2021-01-07T23:00:01.294Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:01.294Z] ---> Running in f53f34127fc2 [2021-01-07T23:00:01.294Z] ---> Running in 8eb3c295db53 [2021-01-07T23:00:01.294Z] ---> Running in b7897aba4eaf [2021-01-07T23:00:01.919Z] Removing intermediate container f53f34127fc2 [2021-01-07T23:00:01.919Z] ---> 1427e150279b [2021-01-07T23:00:01.919Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T23:00:01.919Z] Removing intermediate container 8eb3c295db53 [2021-01-07T23:00:01.919Z] ---> b7b63a3cab9a [2021-01-07T23:00:01.919Z] [2021-01-07T23:00:02.192Z] Removing intermediate container b7897aba4eaf [2021-01-07T23:00:02.192Z] ---> 1c2568d60060 [2021-01-07T23:00:02.192Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T23:00:02.476Z] ---> Running in edc6b310e7ac [2021-01-07T23:00:03.443Z] Successfully built b7b63a3cab9a [2021-01-07T23:00:03.733Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T23:00:03.733Z] Building docker-core-data-go [2021-01-07T23:00:03.733Z] ---> Running in 168ab2b02e04 [2021-01-07T23:00:04.342Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container edc6b310e7ac [2021-01-07T23:00:04.342Z] ---> c914fbe2c517 [2021-01-07T23:00:04.342Z] [2021-01-07T23:00:04.620Z] Removing intermediate container c6eb0264dba9 [2021-01-07T23:00:04.620Z] ---> 70f0416da6f9 [2021-01-07T23:00:04.620Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T23:00:04.620Z] Successfully built c914fbe2c517 [2021-01-07T23:00:05.572Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T23:00:06.526Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 168ab2b02e04 [2021-01-07T23:00:06.526Z] ---> 965952ef94ad [2021-01-07T23:00:06.526Z] [2021-01-07T23:00:06.793Z] ---> Running in 3a179c0def32 [2021-01-07T23:00:07.058Z] Successfully built 965952ef94ad [2021-01-07T23:00:07.058Z] Successfully tagged docker-core-command-go:latest [2021-01-07T23:00:09.647Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:09.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:09.647Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T23:00:09.648Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T23:00:09.648Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T23:00:09.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:00:09.648Z] OK: 72 MiB in 58 packages [2021-01-07T23:00:10.633Z] Removing intermediate container 3a179c0def32 [2021-01-07T23:00:10.633Z] ---> 6dcb1426fa79 [2021-01-07T23:00:10.633Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T23:00:14.011Z] ---> Running in 079f0dedfc96 [2021-01-07T23:00:14.285Z] Removing intermediate container 02c3a2899296 [2021-01-07T23:00:14.285Z] ---> 4112e312795b [2021-01-07T23:00:14.285Z] [2021-01-07T23:00:14.285Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T23:00:14.285Z] ---> 389fef711851 [2021-01-07T23:00:14.285Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-07T23:00:14.285Z] ---> Using cache [2021-01-07T23:00:14.285Z] ---> 1c4b02bb549f [2021-01-07T23:00:14.285Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T23:00:14.285Z] ---> Using cache [2021-01-07T23:00:14.285Z] ---> 13442effd11f [2021-01-07T23:00:14.285Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-07T23:00:14.547Z] Removing intermediate container 079f0dedfc96 [2021-01-07T23:00:14.547Z] ---> 3178cea029eb [2021-01-07T23:00:14.547Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:00:14.547Z] ---> Running in 3846e41085ea [2021-01-07T23:00:15.946Z] ---> Running in 77f950ec6b44 [2021-01-07T23:00:16.211Z] Removing intermediate container 3846e41085ea [2021-01-07T23:00:16.211Z] ---> d2520fa6271d [2021-01-07T23:00:16.211Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.066s coverage: 82.7% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.749s coverage: 55.9% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.390s coverage: 84.0% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T23:00:16.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-01-07T23:00:16.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T23:00:16.522Z] Removing intermediate container 77f950ec6b44 [2021-01-07T23:00:16.522Z] ---> 1c30f4b460ae [2021-01-07T23:00:16.522Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T23:00:16.522Z] ---> Running in f876ff7347d3 [2021-01-07T23:00:17.640Z] ---> Running in 4fa78574ac63 [2021-01-07T23:00:18.282Z] Removing intermediate container f876ff7347d3 [2021-01-07T23:00:18.282Z] ---> 620c2527cf4e [2021-01-07T23:00:18.282Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T23:00:18.902Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:00:18.902Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:00:18.902Z] ---> 687d5177d097 [2021-01-07T23:00:18.902Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T23:00:18.902Z] ---> Using cache [2021-01-07T23:00:18.902Z] ---> f842cdb7a38e [2021-01-07T23:00:18.902Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:00:18.902Z] ---> Using cache [2021-01-07T23:00:18.902Z] ---> ca6c61670104 [2021-01-07T23:00:18.902Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T23:00:19.857Z] Removing intermediate container 4fa78574ac63 [2021-01-07T23:00:19.857Z] ---> 7e407e9a1a95 [2021-01-07T23:00:19.857Z] Step 25/26 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:19.857Z] ---> Running in 2e27e79b4fa2 [2021-01-07T23:00:19.857Z] ---> 119665ce5de2 [2021-01-07T23:00:19.857Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T23:00:19.857Z] ---> Running in b8bd89c55f27 [2021-01-07T23:00:20.441Z] Removing intermediate container b8bd89c55f27 [2021-01-07T23:00:20.441Z] ---> 7d4baf8c629a [2021-01-07T23:00:20.441Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T23:00:20.441Z] ---> Running in 457218d9d56d [2021-01-07T23:00:20.705Z] ---> 78b80ebce9f8 [2021-01-07T23:00:20.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T23:00:20.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:20.705Z] Removing intermediate container 457218d9d56d [2021-01-07T23:00:20.705Z] ---> 357ff67ac126 [2021-01-07T23:00:20.705Z] [2021-01-07T23:00:20.968Z] Successfully built 357ff67ac126 [2021-01-07T23:00:20.968Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T23:00:20.968Z]  Building docker-sys-mgmt-agent-go ... done  ---> 7cdf5ea532cd [2021-01-07T23:00:20.968Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T23:00:20.968Z] ---> Running in fdaf185a548e [2021-01-07T23:00:21.231Z] Removing intermediate container fdaf185a548e [2021-01-07T23:00:21.231Z] ---> 5d22af0cb8ce [2021-01-07T23:00:21.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:00:21.231Z] ---> Running in 5d300a95d02c [2021-01-07T23:00:21.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:21.493Z] Removing intermediate container 5d300a95d02c [2021-01-07T23:00:21.493Z] ---> 735fa467272f [2021-01-07T23:00:21.493Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T23:00:21.493Z] ---> Running in 6be765cbb219 [2021-01-07T23:00:21.493Z] Removing intermediate container 6be765cbb219 [2021-01-07T23:00:21.493Z] ---> c5b78b2acceb [2021-01-07T23:00:21.493Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:21.756Z] ---> Running in c4e21735361a [2021-01-07T23:00:21.756Z] OK: 233 MiB in 51 packages [2021-01-07T23:00:21.756Z] Removing intermediate container c4e21735361a [2021-01-07T23:00:21.756Z] ---> ca0578f412f7 [2021-01-07T23:00:21.756Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T23:00:22.020Z] ---> Running in 7a5e6a113dfb [2021-01-07T23:00:22.020Z] Removing intermediate container 7a5e6a113dfb [2021-01-07T23:00:22.020Z] ---> 667d9eb4c528 [2021-01-07T23:00:22.020Z] [2021-01-07T23:00:22.284Z] Successfully built 667d9eb4c528 [2021-01-07T23:00:22.284Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T23:00:22.284Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2e27e79b4fa2 [2021-01-07T23:00:22.284Z] ---> 973b45bde553 [2021-01-07T23:00:22.284Z] Step 6/23 : COPY go.mod . [2021-01-07T23:00:22.547Z] ---> 0e1f3d35c938 [2021-01-07T23:00:22.547Z] Step 7/23 : RUN go mod download [2021-01-07T23:00:22.810Z] ---> Running in 7d549c251622 [2021-01-07T23:00:24.210Z] Removing intermediate container 7d549c251622 [2021-01-07T23:00:24.210Z] ---> 3581cb91aae9 [2021-01-07T23:00:24.210Z] Step 8/23 : COPY . . [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.579s coverage: 29.1% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.121s coverage: 100.0% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T23:00:24.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-07T23:00:24.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-07T23:00:25.015Z] GO111MODULE=on go vet ./... [2021-01-07T23:00:36.542Z] ---> 90e271edab8d [2021-01-07T23:00:36.542Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T23:00:36.542Z] ---> Running in 7d3cba924cc0 [2021-01-07T23:00:37.493Z] 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-07T23:00:52.524Z] Removing intermediate container 7d3cba924cc0 [2021-01-07T23:00:52.524Z] ---> 81c4827fd3a0 [2021-01-07T23:00:52.524Z] [2021-01-07T23:00:52.524Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T23:00:52.524Z] ---> 389fef711851 [2021-01-07T23:00:52.524Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T23:00:52.524Z] ---> Running in c9fbe06aeb78 [2021-01-07T23:00:52.524Z] Removing intermediate container c9fbe06aeb78 [2021-01-07T23:00:52.524Z] ---> 8f3854e17729 [2021-01-07T23:00:52.524Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T23:00:52.524Z] ---> Running in d1a3834b03a0 [2021-01-07T23:00:52.524Z] Removing intermediate container d1a3834b03a0 [2021-01-07T23:00:52.524Z] ---> a6b27508518d [2021-01-07T23:00:52.524Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T23:00:52.524Z] ---> Running in 262951666f82 [2021-01-07T23:00:52.524Z] Removing intermediate container 262951666f82 [2021-01-07T23:00:52.524Z] ---> e0e698b8407f [2021-01-07T23:00:52.524Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:00:52.524Z] ---> Running in 275d6a9b3700 [2021-01-07T23:00:53.925Z] Removing intermediate container 275d6a9b3700 [2021-01-07T23:00:53.925Z] ---> 0e0aebb7b192 [2021-01-07T23:00:53.925Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-07T23:00:53.925Z] ---> Running in fdff0ddde043 [2021-01-07T23:00:54.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:55.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T23:00:55.401Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-07T23:00:55.401Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-07T23:00:55.401Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-07T23:00:55.665Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-07T23:00:55.665Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-07T23:00:55.928Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-07T23:00:55.928Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:00:55.928Z] OK: 8 MiB in 20 packages [2021-01-07T23:00:56.504Z] Removing intermediate container fdff0ddde043 [2021-01-07T23:00:56.504Z] ---> ec82c0ead9a2 [2021-01-07T23:00:56.504Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T23:00:56.768Z] ---> 751fd52d7f52 [2021-01-07T23:00:56.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T23:00:57.345Z] ---> 6729bca31e80 [2021-01-07T23:00:57.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T23:00:57.607Z] ---> a4b41d643f52 [2021-01-07T23:00:57.607Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T23:00:57.607Z] ---> Running in 946eb9a34b89 [2021-01-07T23:00:57.870Z] Removing intermediate container 946eb9a34b89 [2021-01-07T23:00:57.870Z] ---> 13389a9f9001 [2021-01-07T23:00:57.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:00:57.870Z] ---> Running in 417d8ee1b5df [2021-01-07T23:00:58.134Z] Removing intermediate container 417d8ee1b5df [2021-01-07T23:00:58.134Z] ---> f4f0c3a44b03 [2021-01-07T23:00:58.134Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T23:00:58.134Z] ---> Running in c3c14180cad7 [2021-01-07T23:00:58.397Z] Removing intermediate container c3c14180cad7 [2021-01-07T23:00:58.397Z] ---> 2c7b036f1eaa [2021-01-07T23:00:58.397Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:00:58.397Z] ---> Running in 0f1186f2cc02 [2021-01-07T23:00:58.397Z] Removing intermediate container 0f1186f2cc02 [2021-01-07T23:00:58.397Z] ---> cb6ba362a597 [2021-01-07T23:00:58.397Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T23:00:58.660Z] ---> Running in 698cb8e5d75f [2021-01-07T23:00:58.660Z] Removing intermediate container 698cb8e5d75f [2021-01-07T23:00:58.660Z] ---> e029721c97b2 [2021-01-07T23:00:58.660Z] [2021-01-07T23:00:58.923Z] Successfully built e029721c97b2 [2021-01-07T23:00:58.923Z] Successfully tagged docker-core-data-go:latest [2021-01-07T23:00:59.198Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T23:00:59.234Z] $ docker stop --time=1 459af154ad44845bd410d693c3757bc721c024ff8f9ddf6d2cdb9a3ac90046e1 [2021-01-07T23:01:00.932Z] $ docker rm -f 459af154ad44845bd410d693c3757bc721c024ff8f9ddf6d2cdb9a3ac90046e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T23:01:01.604Z] + docker images [2021-01-07T23:01:01.604Z] + grep docker [2021-01-07T23:01:02.196Z] docker-core-data-go latest e029721c97b2 4 seconds ago 22.3MB [2021-01-07T23:01:02.196Z] docker-support-scheduler-go latest 667d9eb4c528 41 seconds ago 16.4MB [2021-01-07T23:01:02.196Z] docker-sys-mgmt-agent-go latest 357ff67ac126 42 seconds ago 313MB [2021-01-07T23:01:02.196Z] docker-core-command-go latest 965952ef94ad 58 seconds ago 16.2MB [2021-01-07T23:01:02.196Z] docker-security-proxy-setup-go latest c914fbe2c517 59 seconds ago 24.5MB [2021-01-07T23:01:02.196Z] docker-security-secretstore-setup-go latest b7b63a3cab9a About a minute ago 24.6MB [2021-01-07T23:01:02.196Z] docker-security-bootstrapper-go latest 59e54901d497 About a minute ago 41.4MB [2021-01-07T23:01:02.196Z] docker-core-metadata-go latest 04d255224e77 2 minutes ago 18.6MB [2021-01-07T23:01:02.196Z] docker-security-bootstrap-redis-go latest 5a930813aa24 2 minutes ago 15.8MB [2021-01-07T23:01:02.196Z] docker-support-notifications-go latest 6de47192e5f3 2 minutes ago 16.9MB [2021-01-07T23:01:02.196Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-07T23:01:18.090Z] Still waiting to schedule task [2021-01-07T23:01:18.090Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-07T23:01:33.091Z] gofmt -l . [2021-01-07T23:01:33.361Z] [ "`gofmt -l .`" = "" ] [2021-01-07T23:01:35.969Z] ./bin/test-go-mod-tidy.sh [2021-01-07T23:01:36.568Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T23:01:41.543Z] + ls -al . [2021-01-07T23:01:41.543Z] total 672 [2021-01-07T23:01:41.543Z] drwxrwxr-x 9 1001 1001 4096 Jan 7 23:01 . [2021-01-07T23:01:41.543Z] drwxr-xr-x 4 root root 4096 Jan 7 22:57 .. [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 22:56 .dockerignore [2021-01-07T23:01:41.543Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 22:56 .git [2021-01-07T23:01:41.543Z] drwxrwxr-x 3 1001 1001 4096 Jan 7 22:56 .github [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 872 Jan 7 22:56 .gitignore [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 22:56 .sonarcloud.properties [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 22:56 CONTRIBUTING.md [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 22:56 Dockerfile.build [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 22:56 Jenkinsfile [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 22:56 LICENSE [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 6001 Jan 7 22:56 Makefile [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 22:56 README.md [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 22:56 SECURITY.md [2021-01-07T23:01:41.543Z] -rw-rw-r-- 1 1001 1001 5 Jan 7 22:52 VERSION [2021-01-07T23:01:41.544Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 22:56 ZMQWindows.md [2021-01-07T23:01:41.544Z] drwxrwxr-x 2 1001 1001 4096 Jan 7 22:56 bin [2021-01-07T23:01:41.544Z] drwxrwxr-x 15 1001 1001 4096 Jan 7 22:56 cmd [2021-01-07T23:01:41.544Z] -rw-r--r-- 1 root root 546759 Jan 7 23:00 coverage.out [2021-01-07T23:01:41.544Z] -rw-r--r-- 1 root root 1005 Jan 7 23:01 go.mod [2021-01-07T23:01:41.544Z] -rw-r--r-- 1 root root 19172 Jan 7 23:01 go.sum [2021-01-07T23:01:41.544Z] drwxrwxr-x 8 1001 1001 4096 Jan 7 22:56 internal [2021-01-07T23:01:41.544Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 22:56 openapi [2021-01-07T23:01:41.544Z] drwxrwxr-x 4 1001 1001 4096 Jan 7 22:56 snap [2021-01-07T23:01:41.544Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 22:56 version.go [Pipeline] sh [2021-01-07T23:01:42.202Z] + '[' -e coverage.out ] [2021-01-07T23:01:42.202Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T23:01:42.293Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T23:01:43.376Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T23:01:44.106Z] + make build [2021-01-07T23:01:44.106Z] 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-07T23:01:54.270Z] 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-07T23:02:07.973Z] Running on prd-ubuntu18.04-docker-8c-8g-18961 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-07T23:02:08.047Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-01-07T23:02:10.035Z] using credential edgex-jenkins-ssh [2021-01-07T23:02:10.096Z] Cloning the remote Git repository [2021-01-07T23:02:10.071Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T23:02:10.138Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-01-07T23:02:10.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T23:02:10.167Z] > git --version # timeout=10 [2021-01-07T23:02:10.175Z] > git --version # 'git version 2.17.1' [2021-01-07T23:02:10.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T23:02:10.206Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T23:02:16.095Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 21191906f44b82c319a2f204b51022ee70f23e11 [2021-01-07T23:02:16.259Z] Merge succeeded, producing 944ae2f2403c93932f0fb479bae7e9b26f032bd8 [2021-01-07T23:02:16.260Z] Checking out Revision 944ae2f2403c93932f0fb479bae7e9b26f032bd8 (PR-2970) [2021-01-07T23:02:16.460Z] 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-07T23:02:15.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T23:02:15.367Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T23:02:15.378Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T23:02:15.394Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T23:02:15.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T23:02:15.398Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T23:02:16.078Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T23:02:16.083Z] > git checkout -f 21191906f44b82c319a2f204b51022ee70f23e11 # timeout=10 [2021-01-07T23:02:16.151Z] > git remote # timeout=10 [2021-01-07T23:02:16.158Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T23:02:16.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T23:02:16.167Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-07T23:02:16.228Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T23:02:16.236Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T23:02:16.249Z] > git checkout -f 944ae2f2403c93932f0fb479bae7e9b26f032bd8 # timeout=10 [2021-01-07T23:02:19.842Z] 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-07T23:02:19.887Z] Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" [2021-01-07T23:02:19.871Z] > git rev-list --no-walk 8c5dd35193dcc7808feaf3f83c9704fecb77d6ce # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:02:21.112Z] + echo snap-build.sh [2021-01-07T23:02:21.112Z] snap-build.sh [2021-01-07T23:02:21.112Z] + SNAP_BASE_DIR=. [2021-01-07T23:02:21.112Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-01-07T23:02:21.112Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-01-07T23:02:21.112Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-01-07T23:02:21.112Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-01-07T23:02:21.112Z] + cd /w/workspace/edgex-go/14 [2021-01-07T23:02:21.112Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-07T23:02:21.112Z] Reading package lists... [2021-01-07T23:02:21.112Z] Building dependency tree... [2021-01-07T23:02:21.112Z] Reading state information... [2021-01-07T23:02:21.374Z] The following packages were automatically installed and are no longer required: [2021-01-07T23:02:21.374Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-07T23:02:21.374Z] uidmap xdelta3 [2021-01-07T23:02:21.374Z] Use 'sudo apt autoremove' to remove them. [2021-01-07T23:02:21.374Z] The following packages will be REMOVED: [2021-01-07T23:02:21.374Z] lxd* lxd-client* [2021-01-07T23:02:21.635Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-07T23:02:21.635Z] After this operation, 31.7 MB disk space will be freed. [2021-01-07T23:02:22.678Z] (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-07T23:02:22.678Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T23:02:23.619Z] Removing lxd dnsmasq configuration [2021-01-07T23:02:23.619Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T23:02:23.880Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-07T23:02:24.145Z] 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-07T23:02:24.458Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-07T23:02:24.720Z] (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-07T23:02:24.720Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-07T23:02:25.116Z] 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-07T23:02:26.107Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-07T23:02:26.107Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-07T23:02:27.051Z] + sudo snap remove --purge lxd [2021-01-07T23:02:27.313Z] snap "lxd" is not installed [2021-01-07T23:02:27.313Z] + sudo groupadd --force --system lxd [2021-01-07T23:02:27.313Z] ++ whoami [2021-01-07T23:02:27.313Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-07T23:02:27.313Z] + newgrp - lxd [2021-01-07T23:02:27.313Z] + sudo snap install lxd [2021-01-07T23:02:30.508Z] 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-07T23:02:33.886Z] 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-07T23:02:37.312Z] 2021-01-07T23:02:34Z INFO Waiting for automatic snapd restart... [2021-01-07T23:02:38.191Z] 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-07T23:02:42.497Z] 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-07T23:02:45.882Z] 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-07T23:02:49.255Z] 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-07T23:02:52.246Z] lxd 4.9 from Canonical* installed [2021-01-07T23:02:52.247Z] + sudo lxd init --auto [2021-01-07T23:02:52.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-07T23:02:59.369Z] $ docker stop --time=1 e3cc3cf58a9c571d513513f63fe35c4964b27046bf9b6a9bc4f98d95dacf6ee8 [2021-01-07T23:03:00.388Z] + sudo snap install --classic snapcraft [2021-01-07T23:03:02.024Z] $ docker rm -f e3cc3cf58a9c571d513513f63fe35c4964b27046bf9b6a9bc4f98d95dacf6ee8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T23:03:04.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T23:03:04.153Z] [2021-01-07T23:03:04.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T23:03:04.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T23:03:05.124Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T23:03:05.124Z] 29e5d40040c1: Pulling fs layer [2021-01-07T23:03:05.124Z] 1ce36da41761: Pulling fs layer [2021-01-07T23:03:05.124Z] 25b303627fd3: Pulling fs layer [2021-01-07T23:03:05.689Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T23:03:05.689Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-07T23:03:05.689Z] + patch --verbose -p1 [2021-01-07T23:03:05.689Z] Hmm... Looks like a unified diff to me... [2021-01-07T23:03:05.689Z] The text leading up to this was: [2021-01-07T23:03:05.689Z] -------------------------- [2021-01-07T23:03:05.689Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-07T23:03:05.689Z] |From: Tony Espy [2021-01-07T23:03:05.689Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-07T23:03:05.689Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-07T23:03:05.689Z] | [2021-01-07T23:03:05.689Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-07T23:03:05.689Z] |optimize the snap CI check run for pull requests. When [2021-01-07T23:03:05.689Z] |applied, it essentially strips out everything (apps and [2021-01-07T23:03:05.689Z] |parts) from the snapcraft.yaml file except those required [2021-01-07T23:03:05.689Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-07T23:03:05.689Z] |catch changes to edgex-go that break the snap build. [2021-01-07T23:03:05.689Z] | [2021-01-07T23:03:05.689Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-07T23:03:05.689Z] |to update this patch file, otherwise it may fail to apply, [2021-01-07T23:03:05.689Z] |resulting in a failed snap build CI check in the associated [2021-01-07T23:03:05.689Z] |pull request. [2021-01-07T23:03:05.689Z] | [2021-01-07T23:03:05.689Z] |Note - in addition to applying this patch, the pipeline also [2021-01-07T23:03:05.689Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-07T23:03:05.689Z] |need to build the finally binary .snap file (and it won't [2021-01-07T23:03:05.689Z] |work with the patch applied). This further reduces the build [2021-01-07T23:03:05.689Z] |time. [2021-01-07T23:03:05.689Z] |--- [2021-01-07T23:03:05.689Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-07T23:03:05.689Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-07T23:03:05.689Z] | [2021-01-07T23:03:05.689Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-07T23:03:05.689Z] |index 1e537489..faf42425 100644 [2021-01-07T23:03:05.689Z] |--- a/snap/snapcraft.yaml [2021-01-07T23:03:05.689Z] |+++ b/snap/snapcraft.yaml [2021-01-07T23:03:05.689Z] -------------------------- [2021-01-07T23:03:05.689Z] patching file snap/snapcraft.yaml [2021-01-07T23:03:05.689Z] Using Plan A... [2021-01-07T23:03:05.689Z] Hunk #1 succeeded at 73. [2021-01-07T23:03:05.689Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-07T23:03:05.689Z] Hunk #3 succeeded at 214. [2021-01-07T23:03:05.689Z] Hunk #4 succeeded at 222. [2021-01-07T23:03:05.689Z] Hunk #5 succeeded at 229. [2021-01-07T23:03:05.689Z] Hunk #6 succeeded at 256. [2021-01-07T23:03:05.689Z] Hunk #7 succeeded at 290. [2021-01-07T23:03:05.689Z] Hunk #8 succeeded at 341. [2021-01-07T23:03:05.689Z] Hmm... Ignoring the trailing garbage. [2021-01-07T23:03:05.689Z] done [2021-01-07T23:03:05.689Z] + sudo snapcraft prime --use-lxd [2021-01-07T23:03:05.716Z] 29e5d40040c1: Verifying Checksum [2021-01-07T23:03:05.716Z] 29e5d40040c1: Download complete [2021-01-07T23:03:05.995Z] 1ce36da41761: Verifying Checksum [2021-01-07T23:03:05.995Z] 1ce36da41761: Download complete [2021-01-07T23:03:06.270Z] 29e5d40040c1: Pull complete [2021-01-07T23:03:06.635Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-07T23:03:06.635Z] 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-07T23:03:06.635Z] - README.md [2021-01-07T23:03:06.635Z] - snapcraft.yaml.orig [2021-01-07T23:03:06.635Z] [2021-01-07T23:03:06.635Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T23:03:07.206Z] Launching a container. [2021-01-07T23:03:07.704Z] 1ce36da41761: Pull complete [2021-01-07T23:03:07.704Z] 25b303627fd3: Verifying Checksum [2021-01-07T23:03:07.704Z] 25b303627fd3: Download complete [2021-01-07T23:03:17.864Z] 25b303627fd3: Pull complete [2021-01-07T23:03:17.865Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T23:03:17.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T23:03:17.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T23:03:18.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-18960 does not seem to be running inside a container [2021-01-07T23:03:18.216Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T23:03:19.449Z] Waiting for container to be ready [2021-01-07T23:03:19.449Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-07T23:03:19.449Z] [2021-01-07T23:03:21.295Z] $ docker top 4502b4221a835352d05fc07aee7f4d78e66734165f36075b1da27d610fcc3f49 -eo pid,comm [2021-01-07T23:03:21.370Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] { [2021-01-07T23:03:21.631Z] Waiting for network to be ready... [Pipeline] sh [2021-01-07T23:03:21.893Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T23:03:22.154Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T23:03:22.154Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T23:03:22.154Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T23:03:22.154Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T23:03:22.154Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T23:03:22.154Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T23:03:22.154Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T23:03:22.154Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T23:03:22.154Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T23:03:22.297Z] + docker-compose build --help [2021-01-07T23:03:22.297Z] + grep parallel [2021-01-07T23:03:22.727Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T23:03:22.727Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T23:03:22.986Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T23:03:22.986Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T23:03:22.986Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T23:03:22.986Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T23:03:22.986Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T23:03:22.986Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T23:03:23.560Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T23:03:23.560Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-07T23:03:23.822Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T23:03:23.822Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T23:03:23.822Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T23:03:23.822Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T23:03:23.822Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T23:03:23.822Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T23:03:23.822Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T23:03:25.667Z] --parallel Build images in parallel. [2021-01-07T23:03:25.741Z] Fetched 23.6 MB in 4s (5946 kB/s) [Pipeline] } [2021-01-07T23:03:25.971Z] $ docker stop --time=1 4502b4221a835352d05fc07aee7f4d78e66734165f36075b1da27d610fcc3f49 [2021-01-07T23:03:26.687Z] Reading package lists... [2021-01-07T23:03:26.949Z] Reading package lists... [2021-01-07T23:03:26.949Z] Building dependency tree... [2021-01-07T23:03:26.949Z] Reading state information... [2021-01-07T23:03:26.949Z] The following additional packages will be installed: [2021-01-07T23:03:26.949Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T23:03:26.949Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T23:03:26.949Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T23:03:26.949Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-07T23:03:26.949Z] Suggested packages: [2021-01-07T23:03:26.949Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-07T23:03:26.949Z] Recommended packages: [2021-01-07T23:03:26.949Z] gnupg libsasl2-modules [2021-01-07T23:03:27.212Z] The following NEW packages will be installed: [2021-01-07T23:03:27.212Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-07T23:03:27.212Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-07T23:03:27.212Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-07T23:03:27.212Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-07T23:03:27.212Z] The following packages will be upgraded: [2021-01-07T23:03:27.212Z] gpg gpg-agent gpgconf libudev1 [2021-01-07T23:03:27.473Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-07T23:03:27.473Z] Need to get 3532 kB of archives. [2021-01-07T23:03:27.473Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-07T23:03:27.473Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-07T23:03:27.473Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-07T23:03:27.733Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-07T23:03:27.929Z] $ docker rm -f 4502b4221a835352d05fc07aee7f4d78e66734165f36075b1da27d610fcc3f49 [2021-01-07T23:03:27.994Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-07T23:03:27.994Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-07T23:03:27.994Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-07T23:03:27.995Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-07T23:03:27.995Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-07T23:03:27.995Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-07T23:03:27.995Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-07T23:03:27.995Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-07T23:03:27.995Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-07T23:03:27.995Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-07T23:03:27.995Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-07T23:03:27.995Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-07T23:03:27.995Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-07T23:03:27.995Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [Pipeline] // withDockerContainer [2021-01-07T23:03:28.257Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-07T23:03:28.257Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-07T23:03:28.257Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-07T23:03:28.257Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-07T23:03:28.257Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-07T23:03:28.257Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T23:03:28.257Z] Fetched 3532 kB in 1s (3072 kB/s) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T23:03:28.518Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T23:03:28.518Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-07T23:03:28.518Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T23:03:28.518Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-07T23:03:28.518Z] Selecting previously unselected package udev. [2021-01-07T23:03:28.784Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-07T23:03:28.784Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-07T23:03:28.784Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-07T23:03:28.784Z] Selecting previously unselected package libfuse2:amd64. [2021-01-07T23:03:28.784Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T23:03:28.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T23:03:28.806Z] . [Pipeline] withDockerContainer [2021-01-07T23:03:29.045Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T23:03:29.045Z] Selecting previously unselected package fuse. [2021-01-07T23:03:29.045Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-07T23:03:29.045Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-07T23:03:29.045Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T23:03:29.045Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T23:03:29.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-18960 does not seem to be running inside a container [2021-01-07T23:03:29.236Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T23:03:29.304Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T23:03:29.304Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T23:03:29.304Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T23:03:29.304Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T23:03:29.565Z] Selecting previously unselected package libksba8:amd64. [2021-01-07T23:03:29.565Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-07T23:03:29.565Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-07T23:03:29.565Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-07T23:03:29.565Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:29.565Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:29.826Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-07T23:03:29.826Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:29.826Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:29.826Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-07T23:03:29.826Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:29.826Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:29.826Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-07T23:03:29.826Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:29.826Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.086Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-07T23:03:30.086Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:30.086Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.086Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-07T23:03:30.086Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:30.086Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.348Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-07T23:03:30.348Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:30.348Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.348Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-07T23:03:30.348Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:30.348Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.610Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-07T23:03:30.610Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-07T23:03:30.610Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:30.610Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-07T23:03:30.610Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-07T23:03:30.610Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T23:03:30.610Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-07T23:03:30.610Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-07T23:03:30.610Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T23:03:30.696Z] $ docker top 05d1316b4c8eaa0cfc267a4f92e53887353b120d2327063091c1c85feda5dfe1 -eo pid,comm [2021-01-07T23:03:30.873Z] Selecting previously unselected package libldap-common. [2021-01-07T23:03:30.873Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-07T23:03:30.873Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T23:03:30.873Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-07T23:03:30.873Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-07T23:03:30.873Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T23:03:30.873Z] Selecting previously unselected package dirmngr. [2021-01-07T23:03:30.873Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T23:03:30.873Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-07T23:03:31.134Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T23:03:31.134Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-07T23:03:31.134Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-07T23:03:31.134Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T23:03:31.134Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-07T23:03:31.134Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-07T23:03:31.395Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:31.395Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-07T23:03:31.395Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T23:03:31.395Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-07T23:03:31.656Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-07T23:03:31.789Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T23:03:31.917Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:31.917Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-07T23:03:31.917Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-07T23:03:31.917Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-07T23:03:32.179Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-07T23:03:32.179Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-07T23:03:32.179Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-07T23:03:32.440Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T23:03:32.701Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-07T23:03:32.702Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-07T23:03:32.702Z] This means they are not meant to be enabled using systemctl. [2021-01-07T23:03:32.702Z] Possible reasons for having this kind of units are: [2021-01-07T23:03:32.702Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-07T23:03:32.702Z] .wants/ or .requires/ directory. [2021-01-07T23:03:32.702Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-07T23:03:32.702Z] a requirement dependency on it. [2021-01-07T23:03:32.702Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-07T23:03:32.702Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-07T23:03:32.702Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-07T23:03:32.702Z] instance name specified. [2021-01-07T23:03:32.962Z] Reading package lists... [2021-01-07T23:03:33.221Z] Building dependency tree... [2021-01-07T23:03:33.221Z] Reading state information... [2021-01-07T23:03:33.221Z] The following additional packages will be installed: [2021-01-07T23:03:33.221Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-07T23:03:33.221Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-07T23:03:33.221Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-07T23:03:33.221Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-07T23:03:33.221Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-07T23:03:33.221Z] Suggested packages: [2021-01-07T23:03:33.221Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-07T23:03:33.221Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-07T23:03:33.221Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-07T23:03:33.221Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-07T23:03:33.221Z] systemd-container policykit-1 [2021-01-07T23:03:33.221Z] Recommended packages: [2021-01-07T23:03:33.221Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-07T23:03:33.221Z] The following NEW packages will be installed: [2021-01-07T23:03:33.221Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-07T23:03:33.221Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-07T23:03:33.221Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-07T23:03:33.221Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-07T23:03:33.221Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-07T23:03:33.221Z] The following packages will be upgraded: [2021-01-07T23:03:33.221Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-07T23:03:33.481Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-07T23:03:33.481Z] Need to get 35.2 MB of archives. [2021-01-07T23:03:33.481Z] After this operation, 141 MB of additional disk space will be used. [2021-01-07T23:03:33.481Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-07T23:03:33.482Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-07T23:03:33.482Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-07T23:03:33.482Z] 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-07T23:03:33.482Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-07T23:03:33.482Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-07T23:03:33.482Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-07T23:03:33.482Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-07T23:03:33.746Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-07T23:03:33.746Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-07T23:03:33.746Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-07T23:03:33.746Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-07T23:03:33.746Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-07T23:03:33.746Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-07T23:03:33.747Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-07T23:03:33.747Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-07T23:03:33.747Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-07T23:03:34.317Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-07T23:03:34.317Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-07T23:03:34.317Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-07T23:03:34.317Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-07T23:03:34.317Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-07T23:03:34.317Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-07T23:03:34.317Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-07T23:03:34.317Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-07T23:03:34.317Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-07T23:03:34.317Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-07T23:03:34.576Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-07T23:03:34.576Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-07T23:03:34.576Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-07T23:03:35.518Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T23:03:35.518Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2021-01-07T23:03:35.779Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T23:03:35.779Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-07T23:03:35.779Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T23:03:36.081Z] Building docker-core-command-go ... [2021-01-07T23:03:36.081Z] Building docker-core-data-go ... [2021-01-07T23:03:36.081Z] Building docker-core-metadata-go ... [2021-01-07T23:03:36.081Z] Building docker-security-bootstrapper-go ... [2021-01-07T23:03:36.081Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T23:03:36.081Z] Building docker-security-proxy-setup-go ... [2021-01-07T23:03:36.081Z] Building docker-security-secretstore-setup-go ... [2021-01-07T23:03:36.081Z] Building docker-support-notifications-go ... [2021-01-07T23:03:36.081Z] Building docker-support-scheduler-go ... [2021-01-07T23:03:36.081Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T23:03:36.081Z] Building docker-support-scheduler-go [2021-01-07T23:03:36.081Z] Building docker-core-command-go [2021-01-07T23:03:36.081Z] Building docker-security-proxy-setup-go [2021-01-07T23:03:36.081Z] Building docker-sys-mgmt-agent-go [2021-01-07T23:03:36.081Z] Building docker-security-bootstrapper-go [2021-01-07T23:03:36.348Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-07T23:03:36.349Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T23:03:36.349Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-07T23:03:36.609Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T23:03:36.609Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T23:03:36.609Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T23:03:36.870Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-07T23:03:36.870Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-07T23:03:36.870Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-07T23:03:36.870Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-07T23:03:37.131Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-07T23:03:37.131Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-07T23:03:37.702Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-07T23:03:37.702Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-07T23:03:37.702Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T23:03:37.702Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T23:03:37.964Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-07T23:03:37.964Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T23:03:37.964Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:38.226Z] Selecting previously unselected package libexpat1:amd64. [2021-01-07T23:03:38.226Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-07T23:03:38.226Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T23:03:38.226Z] Selecting previously unselected package python3.6-minimal. [2021-01-07T23:03:38.226Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T23:03:38.226Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:38.799Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T23:03:38.799Z] Checking for services that may need to be restarted...done. [2021-01-07T23:03:38.799Z] Checking for services that may need to be restarted...done. [2021-01-07T23:03:38.799Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:38.799Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-07T23:03:38.799Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:39.371Z] Selecting previously unselected package python3-minimal. [2021-01-07T23:03:39.371Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-07T23:03:39.371Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-07T23:03:39.371Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-07T23:03:39.371Z] Selecting previously unselected package mime-support. [2021-01-07T23:03:39.371Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-07T23:03:39.633Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-07T23:03:39.633Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-07T23:03:39.633Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-07T23:03:39.633Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T23:03:39.633Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-07T23:03:39.633Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T23:03:39.633Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:39.893Z] Selecting previously unselected package python3.6. [2021-01-07T23:03:39.893Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-07T23:03:39.893Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:40.154Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-07T23:03:40.154Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-07T23:03:40.154Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T23:03:40.154Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-07T23:03:40.415Z] Selecting previously unselected package python3. [2021-01-07T23:03:40.415Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-07T23:03:40.415Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-07T23:03:40.415Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-07T23:03:40.415Z] Selecting previously unselected package multiarch-support. [2021-01-07T23:03:40.415Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T23:03:40.415Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T23:03:40.415Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-07T23:03:40.675Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-07T23:03:40.675Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-07T23:03:40.675Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-07T23:03:40.675Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T23:03:40.675Z] Selecting previously unselected package libbsd0:amd64. [2021-01-07T23:03:40.675Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-07T23:03:40.675Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T23:03:40.675Z] Selecting previously unselected package sudo. [2021-01-07T23:03:40.675Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-07T23:03:40.675Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T23:03:40.936Z] Selecting previously unselected package apparmor. [2021-01-07T23:03:40.936Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T23:03:40.936Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-07T23:03:41.196Z] Selecting previously unselected package libedit2:amd64. [2021-01-07T23:03:41.196Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-07T23:03:41.196Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T23:03:41.196Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-07T23:03:41.196Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T23:03:41.196Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:41.196Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-07T23:03:41.196Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T23:03:41.196Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:41.457Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-07T23:03:41.457Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-07T23:03:41.457Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T23:03:41.457Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-07T23:03:41.457Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T23:03:41.457Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:41.718Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-07T23:03:41.718Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-07T23:03:41.718Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:42.290Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-07T23:03:42.290Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-07T23:03:42.290Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T23:03:42.290Z] Selecting previously unselected package openssh-client. [2021-01-07T23:03:42.290Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-07T23:03:42.290Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T23:03:42.552Z] Selecting previously unselected package squashfs-tools. [2021-01-07T23:03:42.552Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-07T23:03:42.552Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T23:03:42.552Z] Selecting previously unselected package snapd. [2021-01-07T23:03:42.552Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-07T23:03:42.812Z] Unpacking snapd (2.48+18.04) ... [2021-01-07T23:03:44.721Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-07T23:03:44.721Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-07T23:03:44.721Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-07T23:03:44.721Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-07T23:03:44.721Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-07T23:03:44.721Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:44.721Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T23:03:44.981Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-07T23:03:44.982Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-07T23:03:45.552Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-07T23:03:45.552Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-07T23:03:45.552Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-07T23:03:45.812Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:45.812Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:45.812Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-07T23:03:46.384Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-07T23:03:46.384Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:46.384Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-07T23:03:46.384Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-07T23:03:46.384Z] running python rtupdate hooks for python3.6... [2021-01-07T23:03:46.384Z] running python post-rtupdate hooks for python3.6... [2021-01-07T23:03:46.384Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-07T23:03:48.939Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-07T23:03:48.939Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-07T23:03:48.939Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-07T23:03:49.200Z] Setting up snapd (2.48+18.04) ... [2021-01-07T23:03:49.460Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-07T23:03:49.722Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-07T23:03:49.983Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-07T23:03:49.983Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-07T23:03:50.245Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T23:03:50.245Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-07T23:03:50.505Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-07T23:03:50.505Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-07T23:03:50.766Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-07T23:03:51.027Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-07T23:03:51.027Z] /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-07T23:03:51.027Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-07T23:03:51.288Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T23:03:52.229Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T23:03:52.229Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T23:03:52.229Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T23:03:53.429Z] Reading package lists... [2021-01-07T23:03:53.429Z] Reading package lists... [2021-01-07T23:03:53.689Z] Building dependency tree... [2021-01-07T23:03:53.689Z] Reading state information... [2021-01-07T23:03:53.689Z] Calculating upgrade... [2021-01-07T23:03:53.949Z] The following packages will be upgraded: [2021-01-07T23:03:53.949Z] advancecomp base-files bash binutils binutils-common [2021-01-07T23:03:53.949Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-07T23:03:53.950Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-07T23:03:53.950Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-07T23:03:53.950Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-07T23:03:53.950Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-07T23:03:53.950Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-07T23:03:53.950Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-07T23:03:53.950Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-07T23:03:53.950Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-07T23:03:53.950Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-07T23:03:53.950Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-07T23:03:53.950Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-07T23:03:53.950Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-07T23:03:53.950Z] ubuntu-keyring util-linux [2021-01-07T23:03:53.950Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T23:03:53.950Z] Need to get 63.7 MB of archives. [2021-01-07T23:03:53.950Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-07T23:03:53.950Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-07T23:03:53.950Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-07T23:03:53.950Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-07T23:03:53.950Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-07T23:03:53.950Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-07T23:03:53.950Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-07T23:03:53.950Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-07T23:03:53.950Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-07T23:03:53.950Z] 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-07T23:03:53.950Z] 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-07T23:03:53.950Z] 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-07T23:03:53.950Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-07T23:03:54.210Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-07T23:03:54.210Z] 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-07T23:03:54.210Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-07T23:03:54.210Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-07T23:03:54.210Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-07T23:03:54.210Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-07T23:03:54.210Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-07T23:03:54.210Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-07T23:03:54.210Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-07T23:03:54.210Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-07T23:03:54.210Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-07T23:03:54.210Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-07T23:03:54.210Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-07T23:03:54.210Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-07T23:03:54.210Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-07T23:03:54.210Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-07T23:03:54.210Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-07T23:03:54.210Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-07T23:03:54.210Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-07T23:03:54.210Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-07T23:03:54.210Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-07T23:03:54.210Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-07T23:03:54.210Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-07T23:03:54.210Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-07T23:03:54.210Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-07T23:03:54.210Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-07T23:03:54.210Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-07T23:03:54.210Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-07T23:03:54.210Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-07T23:03:54.210Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-07T23:03:54.472Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-07T23:03:54.472Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-07T23:03:54.472Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-07T23:03:54.472Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-07T23:03:54.472Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-07T23:03:54.472Z] Get:48 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-07T23:03:54.472Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-07T23:03:54.472Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-07T23:03:54.472Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-07T23:03:54.472Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-07T23:03:54.472Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-07T23:03:54.472Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-07T23:03:54.472Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-07T23:03:54.472Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-07T23:03:54.732Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-07T23:03:54.732Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-07T23:03:54.732Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-07T23:03:54.993Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-07T23:03:54.993Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-07T23:03:54.993Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-07T23:03:54.993Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-07T23:03:54.993Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-07T23:03:54.993Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-07T23:03:54.993Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-07T23:03:55.253Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-07T23:03:55.253Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-07T23:03:55.253Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-07T23:03:55.253Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-07T23:03:55.253Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-07T23:03:55.253Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-07T23:03:55.253Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-07T23:03:55.253Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-07T23:03:55.253Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-07T23:03:55.253Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-07T23:03:55.253Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-07T23:03:55.513Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-07T23:03:55.513Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-07T23:03:55.513Z] 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-07T23:03:55.513Z] 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-07T23:03:55.513Z] 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-07T23:03:55.513Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-07T23:03:55.513Z] 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-07T23:03:55.513Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-07T23:03:55.513Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-07T23:03:55.513Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-07T23:03:55.513Z] 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-07T23:03:55.513Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-07T23:03:55.513Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-07T23:03:55.513Z] 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-07T23:03:55.513Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-07T23:03:55.513Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-07T23:03:55.513Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-07T23:03:55.773Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-07T23:03:55.773Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-07T23:03:55.773Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-07T23:03:55.773Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T23:03:55.773Z] Fetched 63.7 MB in 2s (34.8 MB/s) [2021-01-07T23:03:55.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:03:55.773Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T23:03:55.773Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T23:03:56.716Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T23:03:56.716Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T23:03:56.716Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-07T23:03:56.716Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-07T23:03:57.657Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:57.657Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:57.657Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:57.657Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:57.657Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:57.918Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:57.918Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:57.918Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.179Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.179Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.179Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.179Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.179Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.439Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.439Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:03:58.439Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T23:03:58.439Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.439Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.701Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:03:58.962Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T23:03:58.962Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.962Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:58.962Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:58.962Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:59.223Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-07T23:03:59.223Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-07T23:03:59.483Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:03:59.483Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T23:03:59.483Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T23:03:59.745Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T23:04:00.007Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T23:04:00.268Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-07T23:04:00.268Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-07T23:04:00.268Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-07T23:04:00.268Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-07T23:04:00.269Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-07T23:04:00.529Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-07T23:04:00.529Z] Installing new version of config file /etc/issue ... [2021-01-07T23:04:00.529Z] Installing new version of config file /etc/issue.net ... [2021-01-07T23:04:00.529Z] Installing new version of config file /etc/lsb-release ... [2021-01-07T23:04:00.790Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-07T23:04:00.790Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-07T23:04:01.050Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-07T23:04:01.050Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-07T23:04:01.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:01.050Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-07T23:04:01.050Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-07T23:04:01.311Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-07T23:04:01.311Z] 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-07T23:04:01.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:01.311Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:01.573Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:01.573Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:01.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:01.573Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-07T23:04:01.573Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-07T23:04:01.837Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-07T23:04:01.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:01.837Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-07T23:04:02.097Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T23:04:02.358Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-07T23:04:02.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:02.358Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T23:04:02.358Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T23:04:02.617Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T23:04:02.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:02.617Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T23:04:02.617Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T23:04:02.879Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-07T23:04:02.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:02.879Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-07T23:04:02.879Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-07T23:04:03.140Z] Setting up grep (3.1-2build1) ... [2021-01-07T23:04:03.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:03.141Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T23:04:03.141Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T23:04:03.402Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-07T23:04:03.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:03.402Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T23:04:03.402Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T23:04:03.663Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-07T23:04:03.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:03.663Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T23:04:03.663Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T23:04:04.234Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T23:04:04.234Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T23:04:04.234Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-07T23:04:04.234Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T23:04:04.806Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-07T23:04:05.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:05.067Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-07T23:04:05.067Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-07T23:04:06.008Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T23:04:06.008Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T23:04:06.269Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-07T23:04:06.269Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-07T23:04:06.269Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T23:04:06.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:06.529Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-07T23:04:06.529Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-07T23:04:06.529Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-07T23:04:06.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:06.792Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:06.792Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:06.792Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:06.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:06.792Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:06.792Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:07.054Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:07.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:07.054Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:07.054Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:07.317Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:07.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:07.317Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:07.317Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:07.578Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:07.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:07.578Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T23:04:07.578Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T23:04:07.839Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T23:04:07.839Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T23:04:07.839Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T23:04:08.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:08.100Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-07T23:04:08.100Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T23:04:08.100Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T23:04:08.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:08.370Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:08.370Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:08.370Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:08.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:08.370Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:08.370Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:08.632Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:08.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:08.632Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:08.893Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:09.153Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:09.414Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-07T23:04:09.746Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-07T23:04:09.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:09.746Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-07T23:04:09.746Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-07T23:04:10.017Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T23:04:10.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-07T23:04:10.277Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-07T23:04:10.277Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-07T23:04:10.277Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-07T23:04:10.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:10.553Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-07T23:04:10.553Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-07T23:04:10.553Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-07T23:04:10.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:10.829Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T23:04:10.829Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T23:04:11.091Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T23:04:11.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:11.351Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T23:04:11.351Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T23:04:11.351Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T23:04:11.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:11.614Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-07T23:04:11.614Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T23:04:11.893Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T23:04:11.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:11.893Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-07T23:04:11.893Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-07T23:04:12.153Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-07T23:04:12.153Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-07T23:04:12.153Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T23:04:12.153Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T23:04:12.421Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T23:04:12.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:12.421Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-07T23:04:12.421Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-07T23:04:12.704Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-07T23:04:12.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:12.705Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-07T23:04:12.705Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-07T23:04:12.974Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-07T23:04:13.239Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:13.239Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-07T23:04:13.239Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-07T23:04:13.239Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-07T23:04:13.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:13.501Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-07T23:04:13.501Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-07T23:04:13.501Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-07T23:04:13.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:13.761Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-07T23:04:13.761Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-07T23:04:14.332Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-07T23:04:14.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:14.332Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-07T23:04:14.332Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-07T23:04:14.593Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-07T23:04:14.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:14.593Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-07T23:04:14.593Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-07T23:04:14.855Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-07T23:04:14.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:14.855Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-07T23:04:14.855Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-07T23:04:15.117Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-07T23:04:15.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:15.117Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-07T23:04:15.117Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-07T23:04:15.382Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-07T23:04:15.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:15.382Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-07T23:04:15.382Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-07T23:04:15.643Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-07T23:04:15.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:15.643Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T23:04:15.643Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-07T23:04:15.906Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-07T23:04:15.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-07T23:04:15.906Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-07T23:04:15.906Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-07T23:04:15.906Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-07T23:04:16.167Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-07T23:04:16.167Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T23:04:16.167Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T23:04:16.167Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-07T23:04:16.167Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-07T23:04:16.427Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-07T23:04:16.427Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-07T23:04:16.688Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-07T23:04:16.688Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-07T23:04:16.688Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-07T23:04:16.950Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-07T23:04:16.950Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-07T23:04:16.950Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-07T23:04:16.950Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-07T23:04:16.950Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-07T23:04:17.213Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-07T23:04:17.213Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-07T23:04:17.213Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-07T23:04:17.213Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-07T23:04:17.483Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-07T23:04:17.483Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-07T23:04:17.483Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-07T23:04:17.483Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-07T23:04:17.809Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-07T23:04:17.809Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-07T23:04:18.581Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-07T23:04:18.581Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-07T23:04:18.581Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-07T23:04:18.581Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-07T23:04:18.914Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T23:04:18.914Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T23:04:18.914Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T23:04:19.173Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T23:04:19.173Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T23:04:19.173Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T23:04:19.173Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-07T23:04:19.433Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-07T23:04:20.005Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:20.005Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:20.005Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:20.005Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:20.005Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:20.266Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:20.266Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:20.266Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:21.210Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:21.210Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:21.781Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:21.781Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:22.721Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:22.721Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:22.982Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:22.982Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:23.938Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-07T23:04:23.938Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-07T23:04:23.938Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T23:04:23.938Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T23:04:23.938Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T23:04:23.938Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T23:04:24.200Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-07T23:04:24.200Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-07T23:04:24.200Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-07T23:04:24.461Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-07T23:04:24.461Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T23:04:24.461Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T23:04:24.461Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-07T23:04:24.461Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-07T23:04:24.722Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-07T23:04:24.983Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-07T23:04:24.983Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:24.983Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-07T23:04:24.983Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:24.983Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:24.983Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:25.243Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-07T23:04:25.243Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-07T23:04:25.243Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-07T23:04:25.243Z] [2021-01-07T23:04:25.243Z] Current default time zone: 'Etc/UTC' [2021-01-07T23:04:25.243Z] Local time is now: Thu Jan 7 23:04:25 UTC 2021. [2021-01-07T23:04:25.243Z] Universal Time is now: Thu Jan 7 23:04:25 UTC 2021. [2021-01-07T23:04:25.243Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-07T23:04:25.243Z] [2021-01-07T23:04:25.243Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-07T23:04:25.243Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:25.525Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-07T23:04:25.525Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-07T23:04:25.525Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-07T23:04:25.525Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-07T23:04:25.525Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-07T23:04:25.525Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-07T23:04:25.525Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-07T23:04:25.525Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-07T23:04:25.525Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:25.525Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-07T23:04:25.785Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:25.785Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T23:04:26.046Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:26.046Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-07T23:04:26.046Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-07T23:04:26.046Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-07T23:04:26.046Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-07T23:04:26.046Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-07T23:04:26.046Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-07T23:04:26.046Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-07T23:04:26.046Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T23:04:27.959Z] Updating certificates in /etc/ssl/certs... [2021-01-07T23:04:28.901Z] 22 added, 17 removed; done. [2021-01-07T23:04:28.901Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-07T23:04:28.901Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-07T23:04:28.901Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-07T23:04:28.901Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-07T23:04:28.901Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-07T23:04:29.162Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-07T23:04:29.162Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.162Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-07T23:04:29.423Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-07T23:04:29.423Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-07T23:04:29.423Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-07T23:04:29.423Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-07T23:04:29.423Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.423Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-07T23:04:29.423Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-07T23:04:29.423Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-07T23:04:29.685Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-07T23:04:29.685Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T23:04:29.685Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-07T23:04:29.685Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-07T23:04:29.946Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-07T23:04:29.946Z] Updating certificates in /etc/ssl/certs... [2021-01-07T23:04:30.517Z] 0 added, 0 removed; done. [2021-01-07T23:04:30.517Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-07T23:04:30.517Z] done. [2021-01-07T23:04:30.781Z] Reading package lists... [2021-01-07T23:04:31.043Z] Building dependency tree... [2021-01-07T23:04:31.043Z] Reading state information... [2021-01-07T23:04:31.043Z] The following NEW packages will be installed: [2021-01-07T23:04:31.043Z] apt-transport-https [2021-01-07T23:04:31.043Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T23:04:31.043Z] Need to get 1696 B of archives. [2021-01-07T23:04:31.043Z] After this operation, 153 kB of additional disk space will be used. [2021-01-07T23:04:31.043Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-07T23:04:31.309Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T23:04:31.309Z] Fetched 1696 B in 0s (28.6 kB/s) [2021-01-07T23:04:31.309Z] Selecting previously unselected package apt-transport-https. [2021-01-07T23:04:31.309Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-07T23:04:31.309Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-07T23:04:31.309Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T23:04:31.309Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-07T23:04:31.568Z] Waiting for network to be ready... [2021-01-07T23:04:36.865Z] 2021-01-07T23:04:34Z INFO Waiting for automatic snapd restart... [2021-01-07T23:04:37.130Z] snapd 2.48.2 from Canonical* installed [2021-01-07T23:04:38.081Z] "snapd" switched to the "latest/stable" channel [2021-01-07T23:04:38.081Z] [2021-01-07T23:04:40.681Z] core18 20201210 from Canonical* installed [2021-01-07T23:04:40.948Z] "core18" switched to the "latest/stable" channel [2021-01-07T23:04:40.948Z] [2021-01-07T23:04:44.059Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:04:44.059Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:04:44.059Z] ---> 3c305aa5bd68 [2021-01-07T23:04:44.059Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T23:04:44.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:04:44.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:04:44.059Z] ---> 3c305aa5bd68 [2021-01-07T23:04:44.059Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T23:04:44.059Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:04:44.059Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:04:44.059Z] ---> 3c305aa5bd68 [2021-01-07T23:04:44.059Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T23:04:44.059Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:04:44.059Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:04:44.059Z] ---> 3c305aa5bd68 [2021-01-07T23:04:44.059Z] Step 3/32 : WORKDIR /edgex-go [2021-01-07T23:04:44.248Z] snapcraft 4.4.4 from Canonical* installed [2021-01-07T23:04:44.248Z] "snapcraft" switched to the "latest/stable" channel [2021-01-07T23:04:44.248Z] [2021-01-07T23:04:44.331Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:04:44.331Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:04:44.331Z] ---> 3c305aa5bd68 [2021-01-07T23:04:44.331Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T23:04:47.547Z] 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-07T23:04:47.547Z] - README.md [2021-01-07T23:04:47.547Z] - snapcraft.yaml.orig [2021-01-07T23:04:47.547Z] [2021-01-07T23:04:47.547Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-07T23:04:47.711Z] ---> Running in 9ff6950caeff [2021-01-07T23:04:47.711Z] ---> Running in b11c9b0c752c [2021-01-07T23:04:47.711Z] ---> Running in 61c6f2693c85 [2021-01-07T23:04:47.711Z] ---> Running in 5f2989f6f360 [2021-01-07T23:04:47.711Z] ---> Running in e68e5973fe3a [2021-01-07T23:04:48.696Z] Removing intermediate container 9ff6950caeff [2021-01-07T23:04:48.697Z] Removing intermediate container 5f2989f6f360 [2021-01-07T23:04:48.697Z] ---> d051ffed09aa [2021-01-07T23:04:48.697Z] ---> af4830ef3bdd [2021-01-07T23:04:48.697Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:04:48.697Z] [2021-01-07T23:04:48.697Z] Removing intermediate container 61c6f2693c85 [2021-01-07T23:04:48.697Z] ---> 8e54d556f010 [2021-01-07T23:04:48.697Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:04:48.697Z] Removing intermediate container e68e5973fe3a [2021-01-07T23:04:48.697Z] ---> 39219232379b [2021-01-07T23:04:48.697Z] Removing intermediate container b11c9b0c752c [2021-01-07T23:04:48.697Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:04:48.697Z] ---> 3eae482e29b2 [2021-01-07T23:04:48.697Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:04:48.697Z] ---> Running in a954e1f44cac [2021-01-07T23:04:48.697Z] ---> Running in fc0baa34aa27 [2021-01-07T23:04:48.697Z] ---> Running in dd43c457e999 [2021-01-07T23:04:48.968Z] ---> Running in 2ee2910d8795 [2021-01-07T23:04:48.968Z] ---> Running in 3f58beb8e3d1 [2021-01-07T23:04:52.373Z] Removing intermediate container a954e1f44cac [2021-01-07T23:04:52.373Z] ---> 1b43ef1a69ef [2021-01-07T23:04:52.373Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T23:04:52.373Z] ---> Running in be0ba2e26371 [2021-01-07T23:04:52.654Z] Removing intermediate container fc0baa34aa27 [2021-01-07T23:04:52.654Z] ---> 6ab5509dcdfd [2021-01-07T23:04:52.654Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-07T23:04:52.654Z] Removing intermediate container dd43c457e999 [2021-01-07T23:04:52.654Z] ---> 840bd72a692b [2021-01-07T23:04:52.654Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T23:04:52.925Z] Removing intermediate container 3f58beb8e3d1 [2021-01-07T23:04:52.925Z] ---> 3e8fb89b5d3f [2021-01-07T23:04:52.925Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T23:04:52.925Z] ---> Running in 539b543bd15f [2021-01-07T23:04:52.925Z] ---> Running in 3bf7326755e3 [2021-01-07T23:04:53.196Z] ---> Running in b866441e9637 [2021-01-07T23:04:53.196Z] Removing intermediate container 2ee2910d8795 [2021-01-07T23:04:53.196Z] ---> 11b52b2abe34 [2021-01-07T23:04:53.196Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-07T23:04:53.465Z] ---> Running in 823cd8e6a915 [2021-01-07T23:04:53.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:54.133Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T23:04:54.133Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T23:04:54.133Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T23:04:54.133Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T23:04:54.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.281Z] OK: 217 MiB in 51 packages [2021-01-07T23:04:55.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.335Z] Reading package lists... [2021-01-07T23:04:55.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:55.596Z] 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-07T23:04:55.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:56.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:56.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:04:56.428Z] OK: 217 MiB in 51 packages [2021-01-07T23:04:56.428Z] Removing intermediate container be0ba2e26371 [2021-01-07T23:04:56.428Z] ---> 3eda0f7a4220 [2021-01-07T23:04:56.428Z] Step 6/21 : COPY go.mod . [2021-01-07T23:04:56.715Z] OK: 217 MiB in 51 packages [2021-01-07T23:04:56.715Z] OK: 217 MiB in 51 packages [2021-01-07T23:04:56.715Z] OK: 217 MiB in 51 packages [2021-01-07T23:04:57.699Z] ---> 86ec2f794d47 [2021-01-07T23:04:57.699Z] Step 7/21 : RUN go mod download [2021-01-07T23:04:57.699Z] ---> Running in a2f20124684b [2021-01-07T23:04:57.974Z] Removing intermediate container 3bf7326755e3 [2021-01-07T23:04:57.974Z] ---> 0f80a1b1e4ef [2021-01-07T23:04:57.974Z] Step 6/22 : COPY go.mod . [2021-01-07T23:04:58.568Z] Removing intermediate container 539b543bd15f [2021-01-07T23:04:58.568Z] ---> 7f113aca11bd [2021-01-07T23:04:58.568Z] Step 6/32 : COPY go.mod . [2021-01-07T23:04:58.841Z] Removing intermediate container b866441e9637 [2021-01-07T23:04:58.841Z] ---> 0940d42ce4f8 [2021-01-07T23:04:58.841Z] Step 6/26 : COPY go.mod . [2021-01-07T23:04:58.841Z] Removing intermediate container 823cd8e6a915 [2021-01-07T23:04:58.841Z] ---> 0bed4fcf12b0 [2021-01-07T23:04:58.841Z] Step 6/23 : COPY go.mod . [2021-01-07T23:04:59.118Z] ---> d85e68a2be24 [2021-01-07T23:04:59.118Z] Step 7/22 : RUN go mod download [2021-01-07T23:04:59.391Z] ---> Running in 04ee2923618b [2021-01-07T23:04:59.391Z] ---> d031cad196ca [2021-01-07T23:04:59.391Z] Step 7/32 : RUN go mod download [2021-01-07T23:04:59.673Z] ---> Running in 47690236677b [2021-01-07T23:05:00.277Z] ---> 7e7b9a2f2562 [2021-01-07T23:05:00.277Z] Step 7/23 : RUN go mod download [2021-01-07T23:05:00.277Z] ---> 5c64c1d92c24 [2021-01-07T23:05:00.277Z] Step 7/26 : RUN go mod download [2021-01-07T23:05:00.553Z] ---> Running in 6f544b73bb9c [2021-01-07T23:05:00.553Z] ---> Running in c3d5bf8ef9c2 [2021-01-07T23:05:01.535Z] Removing intermediate container a2f20124684b [2021-01-07T23:05:01.535Z] ---> 764939eee39a [2021-01-07T23:05:01.535Z] Step 8/21 : COPY . . [2021-01-07T23:05:02.187Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T23:05:02.187Z] Reading package lists... [2021-01-07T23:05:02.187Z] Building dependency tree... [2021-01-07T23:05:02.187Z] Reading state information... [2021-01-07T23:05:02.187Z] Suggested packages: [2021-01-07T23:05:02.187Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-07T23:05:02.187Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-07T23:05:02.187Z] Recommended packages: [2021-01-07T23:05:02.187Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-07T23:05:02.187Z] The following NEW packages will be installed: [2021-01-07T23:05:02.187Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-07T23:05:02.187Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-07T23:05:02.187Z] pkg-config zip [2021-01-07T23:05:02.187Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-07T23:05:02.187Z] Need to get 7655 kB of archives. [2021-01-07T23:05:02.187Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-07T23:05:02.187Z] 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-07T23:05:02.187Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-07T23:05:02.187Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-07T23:05:02.187Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-07T23:05:02.187Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-07T23:05:02.448Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-07T23:05:02.708Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-07T23:05:02.969Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-07T23:05:02.969Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-07T23:05:02.969Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-07T23:05:02.969Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-07T23:05:03.228Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-07T23:05:03.229Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-07T23:05:03.229Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-07T23:05:03.229Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-07T23:05:03.229Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-07T23:05:03.229Z] Fetched 7655 kB in 1s (6212 kB/s) [2021-01-07T23:05:03.490Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-07T23:05:03.490Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-07T23:05:03.490Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-07T23:05:03.490Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T23:05:03.749Z] Selecting previously unselected package libpsl5:amd64. [2021-01-07T23:05:03.749Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-07T23:05:03.749Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T23:05:03.750Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-07T23:05:03.750Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-07T23:05:03.750Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T23:05:04.010Z] Selecting previously unselected package librtmp1:amd64. [2021-01-07T23:05:04.010Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-07T23:05:04.010Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T23:05:04.010Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-07T23:05:04.010Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-07T23:05:04.010Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T23:05:04.270Z] Selecting previously unselected package liberror-perl. [2021-01-07T23:05:04.270Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-07T23:05:04.270Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-07T23:05:04.270Z] Selecting previously unselected package git-man. [2021-01-07T23:05:04.270Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-07T23:05:04.270Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T23:05:04.532Z] Selecting previously unselected package git. [2021-01-07T23:05:04.532Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-07T23:05:04.532Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T23:05:04.949Z] Removing intermediate container 47690236677b [2021-01-07T23:05:04.949Z] Removing intermediate container 04ee2923618b [2021-01-07T23:05:04.949Z] ---> 2c5875a4d580 [2021-01-07T23:05:04.949Z] Step 8/22 : COPY . . [2021-01-07T23:05:04.949Z] ---> 526788f8ad2a [2021-01-07T23:05:04.949Z] Step 8/32 : COPY . . [2021-01-07T23:05:04.949Z] Removing intermediate container 6f544b73bb9c [2021-01-07T23:05:04.949Z] ---> f546fa40fecb [2021-01-07T23:05:04.949Z] Step 8/23 : COPY . . [2021-01-07T23:05:05.474Z] Selecting previously unselected package libnorm1:amd64. [2021-01-07T23:05:05.474Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-07T23:05:05.474Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T23:05:05.474Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-07T23:05:05.474Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-07T23:05:05.474Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T23:05:05.474Z] Selecting previously unselected package libsodium23:amd64. [2021-01-07T23:05:05.474Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-07T23:05:05.474Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-07T23:05:05.474Z] Selecting previously unselected package libzmq5:amd64. [2021-01-07T23:05:05.474Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T23:05:05.736Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T23:05:05.736Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-07T23:05:05.736Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-07T23:05:05.736Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T23:05:05.736Z] Selecting previously unselected package pkg-config. [2021-01-07T23:05:05.736Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-07T23:05:05.996Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T23:05:05.996Z] Selecting previously unselected package zip. [2021-01-07T23:05:05.996Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-07T23:05:05.996Z] Unpacking zip (3.0-11build1) ... [2021-01-07T23:05:05.996Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-07T23:05:05.996Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-07T23:05:05.996Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-07T23:05:05.996Z] Setting up liberror-perl (0.17025-1) ... [2021-01-07T23:05:06.256Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-07T23:05:06.256Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-07T23:05:06.257Z] No schema files found: doing nothing. [2021-01-07T23:05:06.257Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-07T23:05:06.257Z] Setting up zip (3.0-11build1) ... [2021-01-07T23:05:06.257Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-07T23:05:06.257Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-07T23:05:06.257Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-07T23:05:06.389Z] Removing intermediate container c3d5bf8ef9c2 [2021-01-07T23:05:06.389Z] ---> d73f7da35b97 [2021-01-07T23:05:06.389Z] Step 8/26 : COPY . . [2021-01-07T23:05:06.517Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T23:05:06.517Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-07T23:05:06.517Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-07T23:05:06.517Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-07T23:05:06.517Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-07T23:05:13.118Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T23:05:13.118Z] git set to automatically installed. [2021-01-07T23:05:13.118Z] git-man set to automatically installed. [2021-01-07T23:05:13.118Z] libcurl3-gnutls set to automatically installed. [2021-01-07T23:05:13.118Z] liberror-perl set to automatically installed. [2021-01-07T23:05:13.118Z] libglib2.0-0 set to automatically installed. [2021-01-07T23:05:13.118Z] libnghttp2-14 set to automatically installed. [2021-01-07T23:05:13.118Z] libnorm1 set to automatically installed. [2021-01-07T23:05:13.118Z] libpgm-5.2-0 set to automatically installed. [2021-01-07T23:05:13.118Z] libpsl5 set to automatically installed. [2021-01-07T23:05:13.118Z] librtmp1 set to automatically installed. [2021-01-07T23:05:13.118Z] libsodium23 set to automatically installed. [2021-01-07T23:05:13.118Z] libzmq3-dev set to automatically installed. [2021-01-07T23:05:13.118Z] libzmq5 set to automatically installed. [2021-01-07T23:05:13.118Z] pkg-config set to automatically installed. [2021-01-07T23:05:13.118Z] zip set to automatically installed. [2021-01-07T23:05:15.033Z] snapd is not logged in, snap install commands will use sudo [2021-01-07T23:05:21.625Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-07T23:05:21.625Z] snap "core18" has no updates available [2021-01-07T23:05:23.552Z] Pulling config-common [2021-01-07T23:05:24.123Z] Pulling go-build-helper [2021-01-07T23:05:33.208Z] ---> f3441c073690 [2021-01-07T23:05:33.208Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T23:05:33.208Z] ---> 0e5e6a14418e [2021-01-07T23:05:33.208Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T23:05:33.208Z] ---> 7738969585fa [2021-01-07T23:05:33.208Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T23:05:33.208Z] ---> d6d5a522a7f5 [2021-01-07T23:05:33.208Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-07T23:05:33.208Z] ---> 24f2695eefe6 [2021-01-07T23:05:33.208Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T23:05:33.208Z] ---> Running in 4c990b4f2f9e [2021-01-07T23:05:33.208Z] ---> Running in e505f86d134a [2021-01-07T23:05:33.208Z] ---> Running in 6c3c7bfb71aa [2021-01-07T23:05:33.208Z] ---> Running in d9295c876f34 [2021-01-07T23:05:33.209Z] ---> Running in e86bf6bba8f1 [2021-01-07T23:05:33.209Z] 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-07T23:05:33.209Z] 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-07T23:05:33.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-07T23:05:33.209Z] 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-07T23:05:33.209Z] 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-07T23:05:46.102Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-07T23:05:46.102Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-07T23:05:46.102Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-07T23:05:46.102Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-07T23:05:46.102Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-07T23:05:46.102Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-07T23:05:46.102Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-07T23:05:46.102Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-07T23:05:46.102Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-07T23:05:46.102Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-07T23:05:46.102Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-07T23:05:46.102Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-07T23:05:46.102Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-07T23:05:46.102Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-07T23:05:46.102Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-07T23:05:46.102Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-07T23:05:46.102Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-07T23:05:46.102Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-07T23:05:46.102Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-07T23:05:46.102Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-07T23:05:46.102Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-07T23:05:46.102Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-07T23:05:46.102Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-07T23:05:46.102Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-07T23:05:46.102Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-07T23:05:46.102Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-07T23:05:46.102Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-07T23:05:46.102Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-07T23:05:46.102Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-07T23:05:46.102Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-07T23:05:46.102Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-07T23:05:46.102Z] Fetched 279 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-07T23:05:46.103Z] Fetched 122 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-07T23:05:46.103Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-07T23:05:46.103Z] Fetched 8848 B in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-07T23:05:46.103Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-07T23:05:46.103Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-07T23:05:46.103Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-07T23:05:46.103Z] Fetched 214 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-07T23:05:46.103Z] Fetched 155 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-07T23:05:46.103Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-07T23:05:46.103Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-07T23:05:46.103Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-07T23:05:46.103Z] Fetched 499 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-07T23:05:46.103Z] Fetched 111 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-07T23:05:46.103Z] Fetched 240 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-07T23:05:46.103Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-07T23:05:46.103Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-07T23:05:46.103Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-07T23:05:46.103Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-07T23:05:46.103Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-07T23:05:46.103Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-07T23:05:46.103Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-07T23:05:46.103Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-07T23:05:46.103Z] Fetched 8720 B in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-07T23:05:46.103Z] Fetched 137 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-07T23:05:46.103Z] Fetched 119 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-07T23:05:46.103Z] Fetched 109 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-07T23:05:46.103Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-07T23:05:46.103Z] Fetched 645 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-07T23:05:46.103Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-07T23:05:46.103Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-07T23:05:46.103Z] Fetched 368 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-07T23:05:46.103Z] Fetched 187 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-07T23:05:46.103Z] Fetched 175 kB in 0s (0 B/s) [2021-01-07T23:05:46.103Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-07T23:05:48.180Z] Fetched 206 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-07T23:05:48.180Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-07T23:05:48.180Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-07T23:05:48.180Z] Fetched 159 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-07T23:05:48.180Z] Fetched 107 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-07T23:05:48.180Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-07T23:05:48.180Z] Pulling static-packages [2021-01-07T23:05:49.122Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-07T23:05:49.122Z] Skipping pull go-build-helper (already ran) [2021-01-07T23:05:49.122Z] Skipping pull static-packages (already ran) [2021-01-07T23:05:49.122Z] Building go-build-helper [2021-01-07T23:05:52.424Z] Building static-packages [2021-01-07T23:05:54.335Z] Staging go-build-helper [2021-01-07T23:05:55.274Z] Staging static-packages [2021-01-07T23:05:56.214Z] Pulling go115 [2021-01-07T23:05:57.155Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-07T23:05:57.155Z] Skipping pull go115 (already ran) [2021-01-07T23:05:57.155Z] Building go115 [2021-01-07T23:05:57.155Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T23:05:57.155Z] Dload Upload Total Spent Left Speed [2021-01-07T23:05:59.989Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.1M 0 0 25.8M 0 0:00:04 --:--:-- 0:00:04 25.7M 60 115M 60 69.7M 0 0 37.4M 0 0:00:03 0:00:01 0:00:02 37.4M 95 115M 95 109M 0 0 38.3M 0 0:00:03 0:00:02 0:00:01 38.3M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M [2021-01-07T23:06:00.569Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-07T23:06:04.780Z] Staging go115 [2021-01-07T23:06:10.069Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-07T23:06:10.069Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-07T23:06:10.069Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-07T23:06:10.069Z] Fetched 0 B in 0s (0 B/s) [2021-01-07T23:06:10.069Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-07T23:06:10.069Z] Fetched 224 kB in 0s (0 B/s) [2021-01-07T23:06:10.069Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-07T23:06:10.069Z] Fetched 157 kB in 0s (0 B/s) [2021-01-07T23:06:10.069Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-07T23:06:10.069Z] Fetched 221 kB in 0s (0 B/s) [2021-01-07T23:06:10.069Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-07T23:06:10.069Z] Fetched 143 kB in 0s (0 B/s) [2021-01-07T23:06:10.069Z] Pulling edgex-go [2021-01-07T23:06:10.329Z] Pulling version [2021-01-07T23:06:11.272Z] Building config-common [2021-01-07T23:06:13.181Z] Skipping build go-build-helper (already ran) [2021-01-07T23:06:13.181Z] Skipping build static-packages (already ran) [2021-01-07T23:06:13.181Z] Skipping build go115 (already ran) [2021-01-07T23:06:13.441Z] Building edgex-go [2021-01-07T23:06:13.441Z] 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-07T23:06:14.827Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-07T23:06:14.828Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-07T23:06:14.828Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-07T23:06:14.828Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-07T23:06:14.828Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-07T23:06:14.828Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-07T23:06:14.828Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-07T23:06:14.828Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-07T23:06:14.828Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-07T23:06:14.828Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-07T23:06:14.828Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-07T23:06:14.828Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-07T23:06:14.828Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-07T23:06:14.828Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-07T23:06:14.828Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-07T23:06:14.828Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-07T23:06:14.828Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-07T23:06:14.828Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-07T23:06:14.828Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-07T23:06:14.828Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-07T23:06:15.091Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-07T23:06:15.091Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-07T23:06:15.091Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-07T23:06:15.350Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-07T23:06:15.350Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-07T23:06:21.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T23:06:25.222Z] 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-07T23:06:26.165Z] 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-07T23:06:27.107Z] 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-07T23:06:27.368Z] 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-07T23:06:27.368Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-07T23:06:27.629Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-07T23:06:27.629Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-07T23:06:27.629Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-07T23:06:29.011Z] 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-07T23:06:29.011Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-07T23:06:29.011Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-07T23:06:30.398Z] 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-07T23:06:30.398Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-07T23:06:31.343Z] 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-07T23:06:31.343Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-07T23:06:32.730Z] 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-07T23:06:33.301Z] 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-07T23:06:34.246Z] 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-07T23:06:34.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-07T23:06:34.816Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-07T23:06:37.363Z] Building version [2021-01-07T23:06:39.276Z] Staging config-common [2021-01-07T23:06:40.216Z] Skipping stage go-build-helper (already ran) [2021-01-07T23:06:40.216Z] Skipping stage static-packages (already ran) [2021-01-07T23:06:40.216Z] Skipping stage go115 (already ran) [2021-01-07T23:06:40.216Z] Staging edgex-go [2021-01-07T23:06:41.159Z] Staging version [2021-01-07T23:06:42.099Z] Priming config-common [2021-01-07T23:06:43.041Z] Priming go-build-helper [2021-01-07T23:06:43.981Z] Priming static-packages [2021-01-07T23:06:46.530Z] Priming go115 [2021-01-07T23:06:47.102Z] Priming edgex-go [2021-01-07T23:06:48.039Z] Priming version [2021-01-07T23:06:48.979Z] 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-07T23:06:55.048Z] 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-07T23:06:55.049Z] 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-07T23:07:10.190Z] Removing intermediate container 4c990b4f2f9e [2021-01-07T23:07:10.190Z] ---> d55b801be102 [2021-01-07T23:07:10.190Z] [2021-01-07T23:07:10.190Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T23:07:10.190Z] Removing intermediate container e86bf6bba8f1 [2021-01-07T23:07:10.190Z] ---> ec5b611c475f [2021-01-07T23:07:10.190Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T23:07:10.190Z] 3.12: Pulling from library/alpine [2021-01-07T23:07:10.190Z] Removing intermediate container e505f86d134a [2021-01-07T23:07:10.190Z] ---> 8fd4105e25c4 [2021-01-07T23:07:10.190Z] [2021-01-07T23:07:10.190Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T23:07:10.190Z] ---> Running in 257c3c70f698 [2021-01-07T23:07:10.190Z] Removing intermediate container d9295c876f34 [2021-01-07T23:07:10.190Z] ---> 338b8829690d [2021-01-07T23:07:10.190Z] [2021-01-07T23:07:10.190Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T23:07:10.190Z] 3.12: Pulling from library/alpine [2021-01-07T23:07:10.190Z] 3.12: Pulling from library/alpine [2021-01-07T23:07:10.190Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T23:07:10.190Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T23:07:10.190Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T23:07:10.190Z] Status: Image is up to date for alpine:3.12 [2021-01-07T23:07:10.190Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T23:07:10.190Z] Status: Image is up to date for alpine:3.12 [2021-01-07T23:07:10.190Z] ---> afeebe901d6b [2021-01-07T23:07:10.190Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-07T23:07:10.190Z] ---> afeebe901d6b [2021-01-07T23:07:10.190Z] ---> afeebe901d6b [2021-01-07T23:07:10.190Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T23:07:10.190Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-07T23:07:10.190Z] 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-07T23:07:10.190Z] ---> Running in 533c9f504280 [2021-01-07T23:07:10.190Z] ---> Running in e794854cbc9c [2021-01-07T23:07:10.190Z] ---> Running in 533a7ce1ba03 [2021-01-07T23:07:11.171Z] Removing intermediate container 6c3c7bfb71aa [2021-01-07T23:07:11.171Z] ---> d9ebdbfa01f4 [2021-01-07T23:07:11.171Z] [2021-01-07T23:07:11.171Z] Step 10/32 : FROM alpine:3.12 [2021-01-07T23:07:11.171Z] ---> afeebe901d6b [2021-01-07T23:07:11.171Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-07T23:07:11.171Z] ---> Running in 0816c60745ff [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:12.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:13.178Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-07T23:07:13.178Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:13.460Z] OK: 5 MiB in 15 packages [2021-01-07T23:07:13.460Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T23:07:13.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T23:07:13.460Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T23:07:13.460Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-07T23:07:13.460Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T23:07:13.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:13.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:13.461Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T23:07:13.461Z] OK: 5 MiB in 15 packages [2021-01-07T23:07:13.746Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-07T23:07:13.746Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-07T23:07:13.746Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:13.746Z] OK: 6 MiB in 16 packages [2021-01-07T23:07:13.746Z] OK: 7 MiB in 18 packages [2021-01-07T23:07:14.351Z] Removing intermediate container 257c3c70f698 [2021-01-07T23:07:14.351Z] ---> db97eb5fb840 [2021-01-07T23:07:14.351Z] [2021-01-07T23:07:14.351Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T23:07:14.627Z] 20.10.0: Pulling from library/docker [2021-01-07T23:07:15.242Z] Removing intermediate container e794854cbc9c [2021-01-07T23:07:15.242Z] ---> 0bf32881be84 [2021-01-07T23:07:15.242Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T23:07:15.516Z] ---> Running in b3775f027fd5 [2021-01-07T23:07:15.792Z] Removing intermediate container 0816c60745ff [2021-01-07T23:07:15.792Z] ---> 6bda46f30806 [2021-01-07T23:07:15.792Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-07T23:07:15.792Z] Removing intermediate container 533a7ce1ba03 [2021-01-07T23:07:15.792Z] ---> c675fd461511 [2021-01-07T23:07:15.792Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T23:07:16.067Z] ---> Running in a3ed0f5e9f37 [2021-01-07T23:07:16.344Z] ---> Running in 1ab4281b3cc1 [2021-01-07T23:07:16.344Z] Removing intermediate container 533c9f504280 [2021-01-07T23:07:16.344Z] ---> 2f8a28d914b9 [2021-01-07T23:07:16.344Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T23:07:16.624Z] Removing intermediate container b3775f027fd5 [2021-01-07T23:07:16.624Z] ---> 9d4822b4ca9e [2021-01-07T23:07:16.624Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-07T23:07:16.624Z] ---> Running in f76708e4b2d8 [2021-01-07T23:07:16.624Z] ---> Running in e8308ffd0c39 [2021-01-07T23:07:16.913Z] Removing intermediate container a3ed0f5e9f37 [2021-01-07T23:07:16.913Z] ---> 42f3df43eabe [2021-01-07T23:07:16.913Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-07T23:07:17.215Z] Removing intermediate container 1ab4281b3cc1 [2021-01-07T23:07:17.215Z] ---> eab3b5013c34 [2021-01-07T23:07:17.215Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-07T23:07:17.215Z] ---> Running in e4ec62ba5138 [2021-01-07T23:07:17.527Z] ---> Running in 4e2c1f3c9800 [2021-01-07T23:07:17.846Z] Removing intermediate container f76708e4b2d8 [2021-01-07T23:07:17.846Z] ---> b80a545b825b [2021-01-07T23:07:17.846Z] Step 13/21 : WORKDIR /edgex [2021-01-07T23:07:17.846Z] Removing intermediate container e8308ffd0c39 [2021-01-07T23:07:17.846Z] ---> 5e69ad1493d2 [2021-01-07T23:07:17.846Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-07T23:07:18.190Z] ---> Running in 7432a8e8656f [2021-01-07T23:07:18.190Z] ---> Running in 090a059e6edd [2021-01-07T23:07:18.510Z] Removing intermediate container e4ec62ba5138 [2021-01-07T23:07:18.510Z] ---> b5487b908c35 [2021-01-07T23:07:18.510Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-07T23:07:18.510Z] Removing intermediate container 4e2c1f3c9800 [2021-01-07T23:07:18.510Z] ---> 426147d54cc6 [2021-01-07T23:07:18.510Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-07T23:07:18.789Z] ---> Running in 29840f66ceb5 [2021-01-07T23:07:18.789Z] ---> Running in 2b35deed924d [2021-01-07T23:07:19.106Z] Removing intermediate container 090a059e6edd [2021-01-07T23:07:19.106Z] ---> 16d2a774eee5 [2021-01-07T23:07:19.106Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T23:07:19.106Z] Removing intermediate container 7432a8e8656f [2021-01-07T23:07:19.106Z] ---> 25ff2f4431fe [2021-01-07T23:07:19.106Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T23:07:19.713Z] Removing intermediate container 2b35deed924d [2021-01-07T23:07:19.713Z] ---> f458706f21d2 [2021-01-07T23:07:19.713Z] Step 15/23 : WORKDIR / [2021-01-07T23:07:19.988Z] ---> Running in c4e520540982 [2021-01-07T23:07:20.262Z] ---> bddff5f85a42 [2021-01-07T23:07:20.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T23:07:20.537Z] Connecting to github.com (140.82.112.3:443) [2021-01-07T23:07:20.537Z]  ---> 2d9af9182fa2 [2021-01-07T23:07:20.537Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T23:07:20.816Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.137.132:443) [2021-01-07T23:07:20.816Z] Removing intermediate container c4e520540982 [2021-01-07T23:07:20.816Z] ---> 8235b11c1a0f [2021-01-07T23:07:20.816Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T23:07:20.816Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-07T23:07:21.091Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-07T23:07:21.091Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-07T23:07:21.091Z] dockerize [2021-01-07T23:07:23.076Z] ---> 195a1efea5c9 [2021-01-07T23:07:23.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T23:07:23.076Z] ---> ede9adb5caf6 [2021-01-07T23:07:23.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T23:07:23.076Z] ---> 24ad23c98733 [2021-01-07T23:07:23.076Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T23:07:23.672Z] Removing intermediate container 29840f66ceb5 [2021-01-07T23:07:23.672Z] ---> 1588d6af96e0 [2021-01-07T23:07:23.672Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-07T23:07:23.945Z] ---> Running in e512b19e397b [2021-01-07T23:07:24.230Z] ---> ec85c4017138 [2021-01-07T23:07:24.230Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T23:07:24.524Z] ---> Running in 458ca8daa152 [2021-01-07T23:07:24.800Z] Removing intermediate container e512b19e397b [2021-01-07T23:07:24.800Z] ---> 19d406ba7efe [2021-01-07T23:07:24.800Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-07T23:07:24.800Z] ---> 0a3778d46181 [2021-01-07T23:07:24.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T23:07:25.073Z] ---> Running in f52e511b850a [2021-01-07T23:07:25.343Z] Removing intermediate container 458ca8daa152 [2021-01-07T23:07:25.343Z] ---> 98b3d509dc16 [2021-01-07T23:07:25.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:07:25.343Z] ---> 3de2847c2d01 [2021-01-07T23:07:25.343Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T23:07:25.618Z] ---> Running in c80abefaa2e7 [2021-01-07T23:07:25.618Z] ---> Running in a51bf9adac7b [2021-01-07T23:07:25.893Z] Removing intermediate container f52e511b850a [2021-01-07T23:07:25.893Z] ---> f73762d39aa4 [2021-01-07T23:07:25.893Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-07T23:07:25.893Z] ---> 9ed4cba20c34 [2021-01-07T23:07:25.893Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-07T23:07:26.166Z] ---> Running in 165c55f0e2c0 [2021-01-07T23:07:26.166Z] ---> Running in 850ea3807739 [2021-01-07T23:07:26.441Z] Removing intermediate container c80abefaa2e7 [2021-01-07T23:07:26.441Z] ---> b882c9ec2cf4 [2021-01-07T23:07:26.441Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T23:07:26.441Z] Removing intermediate container a51bf9adac7b [2021-01-07T23:07:26.441Z] ---> 04f2f3460295 [2021-01-07T23:07:26.441Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T23:07:26.716Z] ---> Running in 4cea8dfd974e [2021-01-07T23:07:26.716Z] ---> Running in d08a431b2c1d [2021-01-07T23:07:26.990Z] Removing intermediate container 850ea3807739 [2021-01-07T23:07:26.990Z] ---> 8ec4f9100eba [2021-01-07T23:07:26.990Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:07:27.261Z] ---> Running in 0d9cccb55133 [2021-01-07T23:07:27.538Z] Removing intermediate container d08a431b2c1d [2021-01-07T23:07:27.538Z] ---> 58346b8b1424 [2021-01-07T23:07:27.538Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T23:07:27.538Z] Removing intermediate container 4cea8dfd974e [2021-01-07T23:07:27.538Z] ---> 1240bbd8c7b0 [2021-01-07T23:07:27.538Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:07:27.815Z] ---> Running in 359b850145a1 [2021-01-07T23:07:27.815Z] ---> Running in 6e1f1be52eff [2021-01-07T23:07:28.089Z] Removing intermediate container 0d9cccb55133 [2021-01-07T23:07:28.089Z] ---> 82e23dc7c13c [2021-01-07T23:07:28.089Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T23:07:28.089Z] Copy dockerize executable [2021-01-07T23:07:28.368Z] ---> Running in ac7f03ba30cb [2021-01-07T23:07:28.647Z] Removing intermediate container 6e1f1be52eff [2021-01-07T23:07:28.647Z] ---> 97dfad98bfc9 [2021-01-07T23:07:28.647Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T23:07:28.647Z] Removing intermediate container 359b850145a1 [2021-01-07T23:07:28.647Z] ---> 0211c22ce3ed [2021-01-07T23:07:28.647Z] Step 20/21 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:07:28.920Z] ---> Running in ea5975824568 [2021-01-07T23:07:28.920Z] ---> Running in 18f80d19e87b [2021-01-07T23:07:29.192Z] Removing intermediate container ac7f03ba30cb [2021-01-07T23:07:29.192Z] ---> 63b4ea69dda7 [2021-01-07T23:07:29.192Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:07:29.470Z] ---> Running in d850d70324e6 [2021-01-07T23:07:29.743Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T23:07:29.743Z] Removing intermediate container ea5975824568 [2021-01-07T23:07:29.743Z] Removing intermediate container 18f80d19e87b [2021-01-07T23:07:29.743Z] ---> 88afc76a5fe4 [2021-01-07T23:07:29.743Z] Step 21/21 : LABEL version=0.0.0 [2021-01-07T23:07:29.743Z] ---> 724ce2f74079 [2021-01-07T23:07:29.743Z] [2021-01-07T23:07:29.743Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T23:07:29.743Z] ---> eeaf43b92773 [2021-01-07T23:07:29.744Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T23:07:30.022Z] Removing intermediate container 165c55f0e2c0 [2021-01-07T23:07:30.022Z] ---> 01afcc0a0600 [2021-01-07T23:07:30.022Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-07T23:07:30.022Z] Removing intermediate container d850d70324e6 [2021-01-07T23:07:30.022Z] ---> 91165d9a2d6d [2021-01-07T23:07:30.022Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T23:07:30.022Z] ---> Running in da3ff9399b3c [2021-01-07T23:07:30.022Z] Successfully built 724ce2f74079 [2021-01-07T23:07:30.022Z] ---> Running in 3a0fcd534203 [2021-01-07T23:07:30.022Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T23:07:30.022Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-07T23:07:30.300Z] ---> Running in 684996f78d2d [2021-01-07T23:07:30.300Z] ---> Running in ef1a4810646e [2021-01-07T23:07:30.579Z] Removing intermediate container da3ff9399b3c [2021-01-07T23:07:30.579Z] ---> c19485d75e9b [2021-01-07T23:07:30.579Z] [2021-01-07T23:07:30.856Z] Removing intermediate container ef1a4810646e [2021-01-07T23:07:31.131Z] ---> b1260a6547a7 [2021-01-07T23:07:31.131Z] [2021-01-07T23:07:31.131Z] Removing intermediate container 684996f78d2d [2021-01-07T23:07:31.131Z] ---> 361d54eaee98 [2021-01-07T23:07:31.131Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-07T23:07:31.131Z] Successfully built c19485d75e9b [2021-01-07T23:07:31.403Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T23:07:31.403Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-07T23:07:31.403Z] Successfully built b1260a6547a7 [2021-01-07T23:07:31.403Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T23:07:31.677Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-07T23:07:31.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:31.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:32.223Z] ---> c369c1e7babc [2021-01-07T23:07:32.223Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-07T23:07:32.498Z] ---> Running in b19349ef48b3 [2021-01-07T23:07:32.498Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T23:07:32.774Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T23:07:32.774Z] Executing bash-5.0.17-r0.post-install [2021-01-07T23:07:32.774Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:32.774Z] OK: 12 MiB in 22 packages [2021-01-07T23:07:34.759Z] Removing intermediate container 3a0fcd534203 [2021-01-07T23:07:34.759Z] ---> 09cad855f1e1 [2021-01-07T23:07:34.759Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T23:07:35.378Z] ---> Running in dc10f64030c3 [2021-01-07T23:07:36.358Z] Removing intermediate container dc10f64030c3 [2021-01-07T23:07:36.359Z] ---> e2c69ef6728d [2021-01-07T23:07:36.359Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T23:07:36.633Z] Removing intermediate container b19349ef48b3 [2021-01-07T23:07:36.633Z] ---> 1a53d38902f8 [2021-01-07T23:07:36.633Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-07T23:07:36.907Z] ---> Running in a084690073c1 [2021-01-07T23:07:37.898Z] Removing intermediate container a084690073c1 [2021-01-07T23:07:37.898Z] ---> f547ff026d13 [2021-01-07T23:07:37.898Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T23:07:38.492Z] ---> 499abbfe4fda [2021-01-07T23:07:38.492Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-07T23:07:38.492Z] ---> Running in 7a3ecfce3d98 [2021-01-07T23:07:39.091Z] Removing intermediate container 7a3ecfce3d98 [2021-01-07T23:07:39.091Z] ---> 73fda1838b1a [2021-01-07T23:07:39.091Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T23:07:39.363Z] ---> 1b266928dcff [2021-01-07T23:07:39.363Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-07T23:07:40.794Z] ---> ba8cb8e047a7 [2021-01-07T23:07:40.794Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T23:07:41.430Z] ---> 850261e4879a [2021-01-07T23:07:41.430Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-07T23:07:41.708Z] ---> 273d78294913 [2021-01-07T23:07:41.708Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T23:07:42.304Z] ---> 5a1051d56773 [2021-01-07T23:07:42.304Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-07T23:07:42.895Z] ---> Running in cb9d3c0d93c2 [2021-01-07T23:07:42.895Z] ---> ccc9101a5e34 [2021-01-07T23:07:42.895Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T23:07:43.491Z] ---> Running in d5a7cbae8d87 [2021-01-07T23:07:43.491Z] Removing intermediate container cb9d3c0d93c2 [2021-01-07T23:07:43.491Z] ---> 42be690a190a [2021-01-07T23:07:43.491Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-07T23:07:44.920Z] ---> b02e678033d2 [2021-01-07T23:07:44.920Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T23:07:44.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:45.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:07:45.195Z] ---> Running in 984f5e47ac6c [2021-01-07T23:07:45.789Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T23:07:45.789Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T23:07:45.789Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T23:07:45.790Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T23:07:45.790Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T23:07:45.790Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T23:07:45.790Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T23:07:47.765Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T23:07:47.765Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T23:07:47.765Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T23:07:47.765Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T23:07:47.765Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T23:07:47.765Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T23:07:48.053Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T23:07:48.053Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T23:07:48.053Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T23:07:48.053Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T23:07:48.331Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T23:07:48.331Z] Removing intermediate container 984f5e47ac6c [2021-01-07T23:07:48.331Z] ---> 9b6d4aabc339 [2021-01-07T23:07:48.331Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T23:07:48.331Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T23:07:48.331Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T23:07:48.331Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T23:07:48.331Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T23:07:48.331Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T23:07:48.331Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T23:07:48.331Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T23:07:48.331Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T23:07:48.609Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T23:07:48.609Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T23:07:48.609Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T23:07:48.609Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T23:07:48.609Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T23:07:48.609Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T23:07:48.609Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T23:07:48.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:07:48.885Z] ---> Running in f5061786ef73 [2021-01-07T23:07:48.885Z] OK: 71 MiB in 55 packages [2021-01-07T23:07:49.488Z] Removing intermediate container f5061786ef73 [2021-01-07T23:07:49.488Z] ---> 9ac84dec2762 [2021-01-07T23:07:49.488Z] Step 29/32 : CMD ["install"] [2021-01-07T23:07:50.087Z] ---> Running in 02c6df183cce [2021-01-07T23:07:51.529Z] Removing intermediate container 02c6df183cce [2021-01-07T23:07:51.529Z] ---> 0fab894b6a8f [2021-01-07T23:07:51.529Z] Step 30/32 : LABEL arch=arm64 [2021-01-07T23:07:52.128Z] ---> Running in 6d74a420a0ec [2021-01-07T23:07:53.107Z] Removing intermediate container 6d74a420a0ec [2021-01-07T23:07:53.107Z] ---> 65699b69d118 [2021-01-07T23:07:53.107Z] Step 31/32 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:07:54.092Z] ---> Running in 1f976220e664 [2021-01-07T23:07:55.086Z] Removing intermediate container 1f976220e664 [2021-01-07T23:07:55.086Z] ---> 52e8b975074c [2021-01-07T23:07:55.086Z] Step 32/32 : LABEL version=0.0.0 [2021-01-07T23:07:56.074Z] ---> Running in dadf10446892 [2021-01-07T23:07:57.065Z] Removing intermediate container dadf10446892 [2021-01-07T23:07:57.065Z] ---> d7ea166370dd [2021-01-07T23:07:57.065Z] [2021-01-07T23:07:57.662Z] Successfully built d7ea166370dd [2021-01-07T23:07:57.662Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-07T23:07:57.662Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-07T23:07:59.643Z] Removing intermediate container d5a7cbae8d87 [2021-01-07T23:07:59.643Z] ---> 21dc1164c7b0 [2021-01-07T23:07:59.643Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T23:07:59.918Z] ---> Running in 3741f8a4ae4b [2021-01-07T23:08:06.646Z] Collecting docker-compose==1.23.2 [2021-01-07T23:08:06.646Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T23:08:06.646Z] 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-07T23:08:06.646Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T23:08:06.646Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T23:08:09.262Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T23:08:09.262Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T23:08:11.897Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T23:08:11.897Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T23:08:11.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:08:11.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:08:11.897Z] ---> 3c305aa5bd68 [2021-01-07T23:08:11.897Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T23:08:11.897Z] ---> Using cache [2021-01-07T23:08:11.897Z] ---> 39219232379b [2021-01-07T23:08:11.897Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:08:11.897Z] ---> Using cache [2021-01-07T23:08:11.897Z] ---> 3e8fb89b5d3f [2021-01-07T23:08:11.897Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T23:08:12.174Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:08:12.174Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:08:12.174Z] ---> 3c305aa5bd68 [2021-01-07T23:08:12.174Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T23:08:12.174Z] ---> Using cache [2021-01-07T23:08:12.174Z] ---> 39219232379b [2021-01-07T23:08:12.174Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:08:12.174Z] ---> Using cache [2021-01-07T23:08:12.174Z] ---> 3e8fb89b5d3f [2021-01-07T23:08:12.174Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T23:08:13.233Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:08:13.233Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:08:13.233Z] ---> 3c305aa5bd68 [2021-01-07T23:08:13.233Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T23:08:13.233Z] ---> Using cache [2021-01-07T23:08:13.233Z] ---> 39219232379b [2021-01-07T23:08:13.233Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:08:13.233Z] ---> Using cache [2021-01-07T23:08:13.233Z] ---> 3e8fb89b5d3f [2021-01-07T23:08:13.233Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T23:08:13.821Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T23:08:13.821Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T23:08:15.254Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T23:08:15.254Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T23:08:15.854Z] ---> Running in 5ab0074b3e84 [2021-01-07T23:08:15.854Z] ---> Running in 00618330ff83 [2021-01-07T23:08:15.854Z] ---> Running in 5a1a03fee2b5 [2021-01-07T23:08:16.130Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T23:08:16.130Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T23:08:17.579Z] Collecting PyYAML<4,>=3.10 [2021-01-07T23:08:17.579Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T23:08:17.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:18.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:18.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:18.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:19.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:19.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:19.291Z] OK: 217 MiB in 51 packages [2021-01-07T23:08:19.896Z] OK: 217 MiB in 51 packages [2021-01-07T23:08:19.896Z] OK: 217 MiB in 51 packages [2021-01-07T23:08:22.577Z] Removing intermediate container 5ab0074b3e84 [2021-01-07T23:08:22.577Z] ---> 954a277da632 [2021-01-07T23:08:22.577Z] Step 6/22 : COPY go.mod . [2021-01-07T23:08:22.869Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T23:08:22.869Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T23:08:23.544Z] Removing intermediate container 5a1a03fee2b5 [2021-01-07T23:08:23.544Z] ---> 82dc98737939 [2021-01-07T23:08:23.544Z] Step 6/24 : COPY go.mod . [2021-01-07T23:08:23.544Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T23:08:23.544Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T23:08:23.544Z] Removing intermediate container 00618330ff83 [2021-01-07T23:08:23.544Z] ---> a2c6ac535d53 [2021-01-07T23:08:23.544Z] Step 6/22 : COPY go.mod . [2021-01-07T23:08:24.183Z] ---> 27c0093aa241 [2021-01-07T23:08:24.183Z] Step 7/22 : RUN go mod download [2021-01-07T23:08:24.479Z] ---> Running in 813957a92e52 [2021-01-07T23:08:24.765Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:08:24.765Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:08:24.765Z] ---> 3c305aa5bd68 [2021-01-07T23:08:24.765Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T23:08:24.765Z] ---> Using cache [2021-01-07T23:08:24.765Z] ---> 39219232379b [2021-01-07T23:08:24.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:08:24.765Z] ---> Using cache [2021-01-07T23:08:24.765Z] ---> 3e8fb89b5d3f [2021-01-07T23:08:24.765Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-07T23:08:24.765Z] ---> Using cache [2021-01-07T23:08:24.765Z] ---> 82dc98737939 [2021-01-07T23:08:24.765Z] Step 6/23 : COPY go.mod . [2021-01-07T23:08:25.037Z] ---> 69497da4842c [2021-01-07T23:08:25.037Z] Step 7/24 : RUN go mod download [2021-01-07T23:08:25.308Z] ---> c8c1c541a951 [2021-01-07T23:08:25.308Z] Step 7/22 : RUN go mod download [2021-01-07T23:08:25.308Z] ---> Running in 42c4d8088dd7 [2021-01-07T23:08:25.585Z] ---> Running in b6c58428e29a [2021-01-07T23:08:25.858Z] ---> 387d334fc426 [2021-01-07T23:08:25.858Z] Step 7/23 : RUN go mod download [2021-01-07T23:08:26.139Z] ---> Running in 8246c5c727e0 [2021-01-07T23:08:26.736Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T23:08:26.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T23:08:27.014Z] 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-07T23:08:27.998Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T23:08:27.998Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T23:08:28.277Z] 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-07T23:08:28.550Z] Collecting idna<2.8,>=2.5 [2021-01-07T23:08:28.550Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T23:08:28.550Z] Removing intermediate container 813957a92e52 [2021-01-07T23:08:28.550Z] ---> c6c28a4c00c0 [2021-01-07T23:08:28.550Z] Step 8/22 : COPY . . [2021-01-07T23:08:28.550Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T23:08:28.550Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T23:08:28.550Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T23:08:28.550Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T23:08:30.012Z] Removing intermediate container 42c4d8088dd7 [2021-01-07T23:08:30.012Z] ---> dd4fdc54b9b0 [2021-01-07T23:08:30.012Z] Step 8/24 : COPY . . [2021-01-07T23:08:30.012Z] Installing collected packages: texttable, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, cached-property, PyYAML, dockerpty, docker-compose [2021-01-07T23:08:30.012Z] Running setup.py install for texttable: started [2021-01-07T23:08:30.288Z] Removing intermediate container b6c58428e29a [2021-01-07T23:08:30.288Z] ---> 9aa486e4728c [2021-01-07T23:08:30.288Z] Step 8/22 : COPY . . [2021-01-07T23:08:31.275Z] Removing intermediate container 8246c5c727e0 [2021-01-07T23:08:31.276Z] ---> d7ad7999ebfe [2021-01-07T23:08:31.276Z] Step 8/23 : COPY . . [2021-01-07T23:08:32.271Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T23:08:32.271Z] Running setup.py install for docopt: started [2021-01-07T23:08:34.895Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T23:08:34.895Z] Attempting uninstall: urllib3 [2021-01-07T23:08:34.895Z] Found existing installation: urllib3 1.25.9 [2021-01-07T23:08:34.895Z] Uninstalling urllib3-1.25.9: [2021-01-07T23:08:35.173Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T23:08:35.777Z] Attempting uninstall: idna [2021-01-07T23:08:35.777Z] Found existing installation: idna 2.9 [2021-01-07T23:08:35.777Z] Uninstalling idna-2.9: [2021-01-07T23:08:36.053Z] Successfully uninstalled idna-2.9 [2021-01-07T23:08:36.657Z] Attempting uninstall: requests [2021-01-07T23:08:36.657Z] Found existing installation: requests 2.23.0 [2021-01-07T23:08:36.657Z] Uninstalling requests-2.23.0: [2021-01-07T23:08:36.934Z] Successfully uninstalled requests-2.23.0 [2021-01-07T23:08:38.375Z] Running setup.py install for PyYAML: started [2021-01-07T23:08:41.015Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T23:08:41.015Z] Running setup.py install for dockerpty: started [2021-01-07T23:08:43.649Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T23:08:44.246Z] 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-07T23:08:56.657Z] ---> 677fc4fef533 [2021-01-07T23:08:56.657Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T23:08:56.657Z] ---> dda947c30ebd [2021-01-07T23:08:56.657Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T23:08:56.657Z] ---> 3414dd3c86fb [2021-01-07T23:08:56.657Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-07T23:08:56.657Z] ---> 529b2143ff0a [2021-01-07T23:08:56.657Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-07T23:08:56.657Z] ---> Running in 75b9fd09c6e5 [2021-01-07T23:08:56.657Z] ---> Running in b4a8bd4a4906 [2021-01-07T23:08:56.657Z] ---> Running in 97045d1341bc [2021-01-07T23:08:56.657Z] ---> Running in 6fef36d5ef06 [2021-01-07T23:08:56.930Z] Removing intermediate container 3741f8a4ae4b [2021-01-07T23:08:56.930Z] ---> 63e599beafa2 [2021-01-07T23:08:56.930Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T23:08:57.204Z] ---> Running in 037b78ba1066 [2021-01-07T23:08:58.195Z] 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-07T23:08:58.793Z] 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-07T23:08:58.793Z] 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-07T23:08:58.793Z] 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-07T23:08:59.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:08:59.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:09:00.266Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T23:09:00.266Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T23:09:00.266Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T23:09:00.266Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:09:00.266Z] OK: 71 MiB in 58 packages [2021-01-07T23:09:01.718Z] Removing intermediate container 037b78ba1066 [2021-01-07T23:09:01.718Z] ---> 2d325240c3cb [2021-01-07T23:09:01.718Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T23:09:02.010Z] ---> Running in 6ef6ea8c22ac [2021-01-07T23:09:02.615Z] Removing intermediate container 6ef6ea8c22ac [2021-01-07T23:09:02.615Z] ---> ce901ea4872f [2021-01-07T23:09:02.615Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:09:02.893Z] ---> Running in 1619d454a670 [2021-01-07T23:09:03.883Z] Removing intermediate container 1619d454a670 [2021-01-07T23:09:03.883Z] ---> 8bfd3ebd244f [2021-01-07T23:09:03.883Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T23:09:03.883Z] ---> Running in 463e40cd60af [2021-01-07T23:09:04.487Z] Removing intermediate container 463e40cd60af [2021-01-07T23:09:04.487Z] ---> 70142f42b194 [2021-01-07T23:09:04.487Z] Step 25/26 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:09:04.762Z] ---> Running in a3d9bf4dc20f [2021-01-07T23:09:05.758Z] Removing intermediate container a3d9bf4dc20f [2021-01-07T23:09:05.758Z] ---> 4185ffba1acf [2021-01-07T23:09:05.758Z] Step 26/26 : LABEL version=0.0.0 [2021-01-07T23:09:05.758Z] ---> Running in 09ecee6982d1 [2021-01-07T23:09:06.365Z] Removing intermediate container 09ecee6982d1 [2021-01-07T23:09:06.365Z] ---> 067c2f23adb6 [2021-01-07T23:09:06.365Z] [2021-01-07T23:09:06.966Z] Successfully built 067c2f23adb6 [2021-01-07T23:09:06.966Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T23:09:06.966Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2021-01-07T23:09:29.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T23:09:29.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T23:09:29.189Z] ---> 3c305aa5bd68 [2021-01-07T23:09:29.189Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T23:09:29.189Z] ---> Using cache [2021-01-07T23:09:29.189Z] ---> 39219232379b [2021-01-07T23:09:29.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:09:29.189Z] ---> Using cache [2021-01-07T23:09:29.189Z] ---> 3e8fb89b5d3f [2021-01-07T23:09:29.189Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T23:09:29.796Z] ---> Running in 2c64b45f987a [2021-01-07T23:09:31.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:09:32.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:09:32.990Z] OK: 217 MiB in 51 packages [2021-01-07T23:09:34.986Z] Removing intermediate container 2c64b45f987a [2021-01-07T23:09:34.986Z] ---> 524ca2affa50 [2021-01-07T23:09:34.986Z] Step 6/23 : COPY go.mod . [2021-01-07T23:09:35.979Z] ---> 45afcd488098 [2021-01-07T23:09:35.979Z] Step 7/23 : RUN go mod download [2021-01-07T23:09:35.979Z] ---> Running in 6315969a1de8 [2021-01-07T23:09:40.310Z] Removing intermediate container 6315969a1de8 [2021-01-07T23:09:40.310Z] ---> d0574eb49eea [2021-01-07T23:09:40.310Z] Step 8/23 : COPY . . [2021-01-07T23:10:02.538Z] ---> 6607a39a3615 [2021-01-07T23:10:02.538Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T23:10:02.538Z] ---> Running in f7e8cc7b3522 [2021-01-07T23:10:02.538Z] 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-07T23:10:18.234Z] 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-07T23:10:36.578Z] Removing intermediate container 75b9fd09c6e5 [2021-01-07T23:10:36.578Z] ---> 5d872272186a [2021-01-07T23:10:36.578Z] [2021-01-07T23:10:36.578Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T23:10:36.578Z] ---> afeebe901d6b [2021-01-07T23:10:36.578Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T23:10:36.578Z] Removing intermediate container b4a8bd4a4906 [2021-01-07T23:10:36.578Z] ---> 78456890537b [2021-01-07T23:10:36.578Z] [2021-01-07T23:10:36.578Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T23:10:36.578Z] ---> afeebe901d6b [2021-01-07T23:10:36.578Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T23:10:36.578Z] ---> Running in 5bbfea768946 [2021-01-07T23:10:36.578Z] ---> Running in e157f7cd088e [2021-01-07T23:10:36.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:36.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:36.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:37.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:37.729Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T23:10:37.729Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T23:10:37.729Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T23:10:37.729Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T23:10:37.729Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T23:10:37.729Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T23:10:37.729Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T23:10:37.729Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T23:10:38.006Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T23:10:38.006Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:10:38.006Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T23:10:38.006Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:10:38.006Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T23:10:38.006Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T23:10:38.290Z] OK: 7 MiB in 19 packages [2021-01-07T23:10:38.290Z] OK: 7 MiB in 19 packages [2021-01-07T23:10:40.974Z] Removing intermediate container 6fef36d5ef06 [2021-01-07T23:10:40.975Z] ---> 09274cd9e65b [2021-01-07T23:10:40.975Z] [2021-01-07T23:10:40.975Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T23:10:40.975Z] ---> afeebe901d6b [2021-01-07T23:10:40.975Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-07T23:10:41.249Z] ---> Running in fc4ca39ec91e [2021-01-07T23:10:42.259Z] Removing intermediate container 5bbfea768946 [2021-01-07T23:10:42.259Z] ---> fb84b96d46cb [2021-01-07T23:10:42.259Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T23:10:42.542Z] ---> Running in aa8e2a411a37 [2021-01-07T23:10:42.542Z] Removing intermediate container e157f7cd088e [2021-01-07T23:10:42.542Z] ---> 2d8208c4a96a [2021-01-07T23:10:42.542Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T23:10:43.151Z] ---> Running in a9543c4bc688 [2021-01-07T23:10:43.755Z] Removing intermediate container aa8e2a411a37 [2021-01-07T23:10:43.755Z] ---> cbb6237ccc36 [2021-01-07T23:10:43.755Z] Step 13/22 : WORKDIR / [2021-01-07T23:10:43.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:43.755Z] Removing intermediate container a9543c4bc688 [2021-01-07T23:10:43.755Z] ---> ae3315ef4efa [2021-01-07T23:10:43.755Z] Step 13/24 : WORKDIR / [2021-01-07T23:10:43.755Z] ---> Running in 424b99d1454f [2021-01-07T23:10:43.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:10:44.031Z] ---> Running in 0263d69f28ff [2021-01-07T23:10:44.306Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-07T23:10:44.587Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-07T23:10:44.587Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:10:44.587Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T23:10:44.587Z] Removing intermediate container 424b99d1454f [2021-01-07T23:10:44.587Z] ---> 7c3c867ece1c [2021-01-07T23:10:44.587Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T23:10:44.861Z] Removing intermediate container 0263d69f28ff [2021-01-07T23:10:44.861Z] ---> d05a36d3fc3c [2021-01-07T23:10:44.861Z] 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-07T23:10:44.861Z] OK: 6 MiB in 16 packages [2021-01-07T23:10:46.856Z] ---> 36ea9b0ccae1 [2021-01-07T23:10:46.856Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T23:10:46.856Z] ---> 526b676b7cf3 [2021-01-07T23:10:46.856Z] 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-07T23:10:47.842Z] Removing intermediate container fc4ca39ec91e [2021-01-07T23:10:47.842Z] ---> b8d0760d547d [2021-01-07T23:10:47.842Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T23:10:48.116Z] ---> Running in a243a84664c1 [2021-01-07T23:10:48.390Z] ---> 54713f99e532 [2021-01-07T23:10:48.390Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T23:10:49.373Z] Removing intermediate container a243a84664c1 [2021-01-07T23:10:49.373Z] ---> d1a441f9f97a [2021-01-07T23:10:49.373Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-07T23:10:49.373Z] ---> b40823b7926f [2021-01-07T23:10:49.373Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T23:10:49.373Z] ---> Running in ba3287d3bd79 [2021-01-07T23:10:49.969Z] ---> 6b20d86bdd6d [2021-01-07T23:10:49.969Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T23:10:50.242Z] Removing intermediate container ba3287d3bd79 [2021-01-07T23:10:50.242Z] ---> 944efaddfd11 [2021-01-07T23:10:50.242Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-07T23:10:50.840Z] ---> Running in 1b1f4537aad4 [2021-01-07T23:10:50.840Z] ---> 75eb645203c5 [2021-01-07T23:10:50.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T23:10:51.821Z] Removing intermediate container 1b1f4537aad4 [2021-01-07T23:10:51.821Z] ---> 649f2055ea85 [2021-01-07T23:10:51.821Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T23:10:52.418Z] ---> 0864ad6e220f [2021-01-07T23:10:52.418Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T23:10:52.692Z] ---> 50e5119e3e69 [2021-01-07T23:10:52.692Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T23:10:52.692Z] ---> Running in 3188a8de2c2a [2021-01-07T23:10:53.675Z] ---> 22b93409ef77 [2021-01-07T23:10:53.675Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T23:10:55.683Z] ---> 1fb05c2b9206 [2021-01-07T23:10:55.683Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T23:10:57.144Z] ---> 0be7bbb9965d [2021-01-07T23:10:57.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T23:10:57.419Z] ---> b3bccfcfb9d7 [2021-01-07T23:10:57.419Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T23:10:58.016Z] ---> Running in 92c3440d4d92 [2021-01-07T23:10:58.623Z] Removing intermediate container 3188a8de2c2a [2021-01-07T23:10:58.623Z] ---> 67ab1fe708b9 [2021-01-07T23:10:58.623Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T23:10:58.901Z] ---> 50fcfb50e2bf [2021-01-07T23:10:58.901Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-07T23:10:58.901Z] ---> Running in 23a42e95808f [2021-01-07T23:10:59.497Z] ---> Running in 6d8bd049229f [2021-01-07T23:11:00.094Z] Removing intermediate container 23a42e95808f [2021-01-07T23:11:00.094Z] ---> 02aa5be1a84c [2021-01-07T23:11:00.094Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T23:11:00.691Z] ---> Running in b37e7cfc9fa0 [2021-01-07T23:11:00.965Z] Removing intermediate container 6d8bd049229f [2021-01-07T23:11:00.965Z] ---> 25d33f25a660 [2021-01-07T23:11:00.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:11:01.562Z] ---> Running in ec6554869b8c [2021-01-07T23:11:01.562Z] Removing intermediate container b37e7cfc9fa0 [2021-01-07T23:11:01.562Z] ---> 2328ae4d5385 [2021-01-07T23:11:01.562Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:11:01.840Z] ---> Running in 58c271422f03 [2021-01-07T23:11:02.460Z] Removing intermediate container ec6554869b8c [2021-01-07T23:11:02.460Z] ---> dbf7a7a80fec [2021-01-07T23:11:02.460Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T23:11:02.740Z] Removing intermediate container 97045d1341bc [2021-01-07T23:11:02.740Z] ---> 866256904b75 [2021-01-07T23:11:02.740Z] [2021-01-07T23:11:02.740Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T23:11:02.740Z] ---> afeebe901d6b [2021-01-07T23:11:02.740Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-07T23:11:02.740Z] ---> Using cache [2021-01-07T23:11:02.740Z] ---> c675fd461511 [2021-01-07T23:11:02.740Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-07T23:11:02.740Z] ---> Using cache [2021-01-07T23:11:02.740Z] ---> eab3b5013c34 [2021-01-07T23:11:02.740Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-07T23:11:02.740Z] ---> Running in 0dacce0f150a [2021-01-07T23:11:02.740Z] ---> Running in 0619b0e080db [2021-01-07T23:11:03.020Z] Removing intermediate container 58c271422f03 [2021-01-07T23:11:03.020Z] ---> f63d9f18d3c6 [2021-01-07T23:11:03.020Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T23:11:03.020Z] Removing intermediate container 92c3440d4d92 [2021-01-07T23:11:03.020Z] ---> 171733014fd5 [2021-01-07T23:11:03.020Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T23:11:03.297Z] ---> Running in 21733f81d869 [2021-01-07T23:11:03.297Z] ---> Running in 7e2342411267 [2021-01-07T23:11:03.904Z] Removing intermediate container 0dacce0f150a [2021-01-07T23:11:03.904Z] ---> 5c2a61f55be5 [2021-01-07T23:11:03.904Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-07T23:11:04.191Z] Removing intermediate container 21733f81d869 [2021-01-07T23:11:04.191Z] ---> 578e8cd7762b [2021-01-07T23:11:04.191Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T23:11:04.191Z] Removing intermediate container 0619b0e080db [2021-01-07T23:11:04.191Z] ---> 4023f17aef0e [2021-01-07T23:11:04.191Z] Step 21/22 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:11:04.191Z] ---> Running in ccfe6f804a25 [2021-01-07T23:11:04.468Z] ---> Running in 4a56d9638766 [2021-01-07T23:11:04.468Z] Removing intermediate container 7e2342411267 [2021-01-07T23:11:04.468Z] ---> 222380581206 [2021-01-07T23:11:04.468Z] [2021-01-07T23:11:04.468Z] ---> Running in 241fe0186de3 [2021-01-07T23:11:05.479Z] Removing intermediate container ccfe6f804a25 [2021-01-07T23:11:05.479Z] ---> 513c9fdba39a [2021-01-07T23:11:05.479Z] Step 15/23 : WORKDIR / [2021-01-07T23:11:05.479Z] Successfully built 222380581206 [2021-01-07T23:11:05.479Z] Removing intermediate container 4a56d9638766 [2021-01-07T23:11:05.479Z] ---> 02103270408f [2021-01-07T23:11:05.479Z] Step 23/24 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:11:05.479Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T23:11:05.479Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 241fe0186de3 [2021-01-07T23:11:05.479Z] ---> 2b002e21e909 [2021-01-07T23:11:05.479Z] Step 22/22 : LABEL version=0.0.0 [2021-01-07T23:11:05.479Z] ---> Running in e469fc49add7 [2021-01-07T23:11:05.768Z] ---> Running in 03ee7dace98e [2021-01-07T23:11:05.769Z] ---> Running in a8fe3182b178 [2021-01-07T23:11:06.764Z] Removing intermediate container a8fe3182b178 [2021-01-07T23:11:06.764Z] ---> eaf40f9497a2 [2021-01-07T23:11:06.764Z] [2021-01-07T23:11:06.764Z] Removing intermediate container e469fc49add7 [2021-01-07T23:11:06.764Z] ---> 5ada530271ef [2021-01-07T23:11:06.764Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T23:11:06.764Z] Removing intermediate container 03ee7dace98e [2021-01-07T23:11:06.764Z] ---> 083c883db093 [2021-01-07T23:11:06.764Z] Step 24/24 : LABEL version=0.0.0 [2021-01-07T23:11:07.042Z] ---> Running in ffe37bcf5fac [2021-01-07T23:11:07.647Z] Successfully built eaf40f9497a2 [2021-01-07T23:11:07.647Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T23:11:07.928Z]  Building docker-support-notifications-go ... done Removing intermediate container ffe37bcf5fac [2021-01-07T23:11:07.928Z] ---> 81f6c41a90a4 [2021-01-07T23:11:07.928Z] [2021-01-07T23:11:08.204Z] ---> cf0b8371bef5 [2021-01-07T23:11:08.204Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T23:11:08.482Z] Successfully built 81f6c41a90a4 [2021-01-07T23:11:08.482Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T23:11:10.468Z]  Building docker-security-secretstore-setup-go ... done  ---> 212e7b6643ab [2021-01-07T23:11:10.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T23:11:11.463Z] ---> 8e766e71d794 [2021-01-07T23:11:11.463Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-07T23:11:11.463Z] ---> Running in 4b54ec83a30c [2021-01-07T23:11:12.071Z] Removing intermediate container 4b54ec83a30c [2021-01-07T23:11:12.071Z] ---> 17d1a6897333 [2021-01-07T23:11:12.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:11:12.071Z] ---> Running in bb32a909cbe2 [2021-01-07T23:11:12.681Z] Removing intermediate container bb32a909cbe2 [2021-01-07T23:11:12.681Z] ---> 27e707e7fe57 [2021-01-07T23:11:12.681Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T23:11:12.959Z] ---> Running in dbf716d20f9a [2021-01-07T23:11:13.560Z] Removing intermediate container dbf716d20f9a [2021-01-07T23:11:13.560Z] ---> f93bbc88de7d [2021-01-07T23:11:13.560Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:11:13.560Z] ---> Running in 386bc3b17745 [2021-01-07T23:11:14.166Z] Removing intermediate container 386bc3b17745 [2021-01-07T23:11:14.166Z] ---> 02b4459fdf84 [2021-01-07T23:11:14.166Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T23:11:14.166Z] ---> Running in a50271246369 [2021-01-07T23:11:14.763Z] Removing intermediate container a50271246369 [2021-01-07T23:11:14.764Z] ---> 1e48d3e3f837 [2021-01-07T23:11:14.764Z] [2021-01-07T23:11:15.035Z] Successfully built 1e48d3e3f837 [2021-01-07T23:11:15.035Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T23:11:25.167Z]  Building docker-core-metadata-go ... done Removing intermediate container f7e8cc7b3522 [2021-01-07T23:11:25.167Z] ---> 654453598ab3 [2021-01-07T23:11:25.167Z] [2021-01-07T23:11:25.167Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T23:11:25.167Z] ---> afeebe901d6b [2021-01-07T23:11:25.167Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T23:11:25.167Z] ---> Running in 0b7019dd1b8c [2021-01-07T23:11:25.167Z] Removing intermediate container 0b7019dd1b8c [2021-01-07T23:11:25.167Z] ---> f5b369debd60 [2021-01-07T23:11:25.167Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T23:11:25.167Z] ---> Running in d6cdcae700ac [2021-01-07T23:11:25.760Z] Removing intermediate container d6cdcae700ac [2021-01-07T23:11:25.760Z] ---> 7178d7dc0850 [2021-01-07T23:11:25.760Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T23:11:25.760Z] ---> Running in 060e69c68fb7 [2021-01-07T23:11:26.354Z] Removing intermediate container 060e69c68fb7 [2021-01-07T23:11:26.354Z] ---> 075069bad22a [2021-01-07T23:11:26.354Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T23:11:26.354Z] ---> Running in ab3a7342980a [2021-01-07T23:11:28.961Z] Removing intermediate container ab3a7342980a [2021-01-07T23:11:28.961Z] ---> eac09051e83b [2021-01-07T23:11:28.961Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-07T23:11:28.961Z] ---> Running in f9b5a96eccb8 [2021-01-07T23:11:29.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T23:11:30.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T23:11:31.104Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-07T23:11:31.104Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-07T23:11:31.104Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-07T23:11:31.104Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-07T23:11:31.373Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-07T23:11:31.373Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-07T23:11:31.643Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T23:11:31.643Z] OK: 8 MiB in 20 packages [2021-01-07T23:11:33.105Z] Removing intermediate container f9b5a96eccb8 [2021-01-07T23:11:33.105Z] ---> a5b48d9e7755 [2021-01-07T23:11:33.105Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T23:11:33.395Z] ---> e0e8933bfefd [2021-01-07T23:11:33.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T23:11:34.850Z] ---> e953dbd58821 [2021-01-07T23:11:34.850Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T23:11:35.844Z] ---> 3958975329b7 [2021-01-07T23:11:35.844Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T23:11:35.844Z] ---> Running in 423c54c25bf5 [2021-01-07T23:11:36.114Z] Removing intermediate container 423c54c25bf5 [2021-01-07T23:11:36.114Z] ---> 238a1d428ab2 [2021-01-07T23:11:36.114Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T23:11:36.386Z] ---> Running in e236557d2328 [2021-01-07T23:11:36.976Z] Removing intermediate container e236557d2328 [2021-01-07T23:11:36.976Z] ---> f0e6a43d563b [2021-01-07T23:11:36.976Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T23:11:36.976Z] ---> Running in a7589c580241 [2021-01-07T23:11:37.575Z] Removing intermediate container a7589c580241 [2021-01-07T23:11:37.575Z] ---> 06c512e97893 [2021-01-07T23:11:37.575Z] Step 22/23 : LABEL git_sha=48b219a7dbe546134c23ed40fc40f3bfafa503ec [2021-01-07T23:11:37.575Z] ---> Running in 041b995f0618 [2021-01-07T23:11:37.851Z] Removing intermediate container 041b995f0618 [2021-01-07T23:11:37.851Z] ---> cc79c8f61e3c [2021-01-07T23:11:37.851Z] Step 23/23 : LABEL version=0.0.0 [2021-01-07T23:11:38.124Z] ---> Running in ab5883a189ed [2021-01-07T23:11:38.715Z] Removing intermediate container ab5883a189ed [2021-01-07T23:11:38.715Z] ---> 4602643cb555 [2021-01-07T23:11:38.715Z] [2021-01-07T23:11:38.986Z] Successfully built 4602643cb555 [2021-01-07T23:11:38.986Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T23:11:39.271Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T23:11:39.293Z] $ docker stop --time=1 05d1316b4c8eaa0cfc267a4f92e53887353b120d2327063091c1c85feda5dfe1 [2021-01-07T23:11:41.231Z] $ docker rm -f 05d1316b4c8eaa0cfc267a4f92e53887353b120d2327063091c1c85feda5dfe1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T23:11:41.977Z] + + docker imagesgrep [2021-01-07T23:11:41.977Z] docker [2021-01-07T23:11:42.248Z] docker-core-data-go-arm64 latest 4602643cb555 4 seconds ago 21MB [2021-01-07T23:11:42.248Z] docker-core-metadata-go-arm64 latest 1e48d3e3f837 28 seconds ago 17.6MB [2021-01-07T23:11:42.248Z] docker-security-secretstore-setup-go-arm64 latest 81f6c41a90a4 35 seconds ago 23.4MB [2021-01-07T23:11:42.248Z] docker-support-notifications-go-arm64 latest eaf40f9497a2 36 seconds ago 15.9MB [2021-01-07T23:11:42.248Z] docker-security-bootstrap-redis-go-arm64 latest 222380581206 38 seconds ago 15.1MB [2021-01-07T23:11:42.248Z] docker-sys-mgmt-agent-go-arm64 latest 067c2f23adb6 2 minutes ago 300MB [2021-01-07T23:11:42.248Z] docker-security-bootstrapper-go-arm64 latest d7ea166370dd 3 minutes ago 40.3MB [2021-01-07T23:11:42.248Z] docker-core-command-go-arm64 latest b1260a6547a7 4 minutes ago 15.4MB [2021-01-07T23:11:42.248Z] docker-security-proxy-setup-go-arm64 latest c19485d75e9b 4 minutes ago 23.3MB [2021-01-07T23:11:42.248Z] docker-support-scheduler-go-arm64 latest 724ce2f74079 4 minutes ago 15.5MB [2021-01-07T23:11:42.248Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T23:11:45.192Z] provisioning config files... [2021-01-07T23:11:45.206Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config6206388642542557950tmp [Pipeline] { [Pipeline] sh [2021-01-07T23:11:45.613Z] + set +x [2021-01-07T23:11:45.613Z] + curl -s https://codecov.io/bash [2021-01-07T23:11:45.613Z] + bash -s -- [2021-01-07T23:11:46.188Z] [2021-01-07T23:11:46.188Z] _____ _ [2021-01-07T23:11:46.188Z] / ____| | | [2021-01-07T23:11:46.188Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T23:11:46.188Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T23:11:46.188Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T23:11:46.188Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T23:11:46.188Z] Bash-20201231-23d4836 [2021-01-07T23:11:46.189Z] [2021-01-07T23:11:46.189Z] [2021-01-07T23:11:46.189Z] ==> git version 2.24.3 found [2021-01-07T23:11:46.189Z] ==> 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-07T23:11:46.189Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T23:11:46.189Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T23:11:46.189Z] ==> Jenkins CI detected. [2021-01-07T23:11:46.189Z] project root: . [2021-01-07T23:11:46.189Z] --> token set from env [2021-01-07T23:11:46.189Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T23:11:46.189Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T23:11:46.189Z] ==> Python coveragepy not found [2021-01-07T23:11:46.189Z] ==> Searching for coverage reports in: [2021-01-07T23:11:46.189Z] + . [2021-01-07T23:11:46.189Z] -> Found 1 reports [2021-01-07T23:11:46.189Z] ==> Detecting git/mercurial file structure [2021-01-07T23:11:46.451Z] ==> Reading reports [2021-01-07T23:11:46.451Z] + ./coverage.out bytes=546759 [2021-01-07T23:11:46.451Z] ==> Appending adjustments [2021-01-07T23:11:46.451Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T23:11:49.771Z] + Found adjustments [2021-01-07T23:11:49.771Z] ==> Gzipping contents [2021-01-07T23:11:49.771Z] 84K /tmp/codecov.Oew3uc.gz [2021-01-07T23:11:49.771Z] ==> Uploading reports [2021-01-07T23:11:49.771Z] url: https://codecov.io [2021-01-07T23:11:49.771Z] query: branch=PR-2970&commit=48b219a7dbe546134c23ed40fc40f3bfafa503ec&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-07T23:11:49.771Z] -> Pinging Codecov [2021-01-07T23:11:49.771Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=48b219a7dbe546134c23ed40fc40f3bfafa503ec&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-07T23:11:49.771Z] -> Uploading to [2021-01-07T23:11:49.771Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/48b219a7dbe546134c23ed40fc40f3bfafa503ec/60625d62-97f5-4f2a-9bdf-08c6311e78e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T231149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c33fb55b39c71b49c660261a3a35d38dc04aa98ea6289c1f95c4ab9059e783b8 [2021-01-07T23:11:49.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T23:11:49.771Z] Dload Upload Total Spent Left Speed [2021-01-07T23:11:50.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83576 0 0 100 83576 0 155k --:--:-- --:--:-- --:--:-- 156k [2021-01-07T23:11:50.345Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/48b219a7dbe546134c23ed40fc40f3bfafa503ec [Pipeline] } [2021-01-07T23:11:50.356Z] 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-07T23:11:53.198Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:11:54.087Z] ---> package-listing.sh [2021-01-07T23:11:54.087Z] ++ facter osfamily [2021-01-07T23:11:54.087Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T23:11:54.087Z] + OS_FAMILY=redhat [2021-01-07T23:11:54.087Z] + workspace=/w/workspace/edgex-go/14 [2021-01-07T23:11:54.087Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T23:11:54.087Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T23:11:54.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T23:11:54.087Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T23:11:54.087Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-07T23:11:54.087Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T23:11:54.087Z] + case "${OS_FAMILY}" in [2021-01-07T23:11:54.087Z] + rpm -qa [2021-01-07T23:11:54.087Z] + sort [2021-01-07T23:11:59.400Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T23:11:59.400Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T23:11:59.400Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T23:11:59.400Z] + '[' /w/workspace/edgex-go/14 ']' [2021-01-07T23:11:59.400Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-01-07T23:11:59.400Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-01-07T23:11:59.416Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T23:11:59.718Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T23:12:00.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T23:12:00.031Z] [2021-01-07T23:12:00.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T23:12:00.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T23:12:00.391Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T23:12:00.391Z] df20fa9351a1: Pulling fs layer [2021-01-07T23:12:00.391Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T23:12:00.391Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T23:12:00.391Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T23:12:00.391Z] 93b61091891f: Pulling fs layer [2021-01-07T23:12:00.391Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T23:12:00.391Z] 5e14af77c1be: Pulling fs layer [2021-01-07T23:12:00.391Z] 01666e4c0597: Pulling fs layer [2021-01-07T23:12:00.391Z] aa168da1d23b: Pulling fs layer [2021-01-07T23:12:00.391Z] 93b9cdb0e59b: Waiting [2021-01-07T23:12:00.391Z] 5e14af77c1be: Waiting [2021-01-07T23:12:00.391Z] 01666e4c0597: Waiting [2021-01-07T23:12:00.391Z] aa168da1d23b: Waiting [2021-01-07T23:12:00.391Z] 46f8f816bc3b: Waiting [2021-01-07T23:12:00.391Z] 93b61091891f: Waiting [2021-01-07T23:12:00.391Z] 36b3adc4ff6f: Download complete [2021-01-07T23:12:00.391Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T23:12:00.391Z] 46f8f816bc3b: Download complete [2021-01-07T23:12:00.391Z] df20fa9351a1: Verifying Checksum [2021-01-07T23:12:00.391Z] df20fa9351a1: Download complete [2021-01-07T23:12:00.663Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T23:12:00.663Z] 93b9cdb0e59b: Download complete [2021-01-07T23:12:00.663Z] 93b61091891f: Verifying Checksum [2021-01-07T23:12:00.663Z] 93b61091891f: Download complete [2021-01-07T23:12:00.663Z] 5e14af77c1be: Verifying Checksum [2021-01-07T23:12:00.663Z] 5e14af77c1be: Download complete [2021-01-07T23:12:00.663Z] 01666e4c0597: Verifying Checksum [2021-01-07T23:12:00.663Z] 01666e4c0597: Download complete [2021-01-07T23:12:00.929Z] df20fa9351a1: Pull complete [2021-01-07T23:12:01.194Z] 36b3adc4ff6f: Pull complete [2021-01-07T23:12:01.461Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T23:12:01.461Z] 8ad3a11d3b57: Download complete [2021-01-07T23:12:02.430Z] 8ad3a11d3b57: Pull complete [2021-01-07T23:12:02.430Z] 46f8f816bc3b: Pull complete [2021-01-07T23:12:03.384Z] aa168da1d23b: Verifying Checksum [2021-01-07T23:12:03.385Z] aa168da1d23b: Download complete [2021-01-07T23:12:03.647Z] 93b61091891f: Pull complete [2021-01-07T23:12:03.647Z] 93b9cdb0e59b: Pull complete [2021-01-07T23:12:03.910Z] 5e14af77c1be: Pull complete [2021-01-07T23:12:03.910Z] 01666e4c0597: Pull complete [2021-01-07T23:12:13.962Z] aa168da1d23b: Pull complete [2021-01-07T23:12:13.962Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T23:12:13.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T23:12:13.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T23:12:14.161Z] prd-centos7-docker-4c-2g-18959 does not seem to be running inside a container [2021-01-07T23:12:14.215Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T23:12:20.493Z] $ docker top a5f633f657fcfc1469ceff7ea4d004a57d915b865a180f58df8fb6ef630ba2d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T23:12:21.159Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T23:12:21.484Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T23:12:21.907Z] + ls /var/log/sa-host [2021-01-07T23:12:21.907Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T23:12:21.907Z] file_magic: OK [2021-01-07T23:12:21.907Z] HZ: Using current value: 100 [2021-01-07T23:12:21.907Z] file_header: OK [2021-01-07T23:12:21.907Z] 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-07T23:12:21.907Z] Statistics: [2021-01-07T23:12:21.907Z] 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...Hnuu...uuuununununu... [2021-01-07T23:12:21.907Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T23:12:21.907Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T23:12:21.907Z] file_magic: OK [2021-01-07T23:12:21.907Z] HZ: Using current value: 100 [2021-01-07T23:12:21.907Z] file_header: OK [2021-01-07T23:12:21.907Z] 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-07T23:12:21.907Z] Statistics: [2021-01-07T23:12:21.907Z] Hnuu...uuuununununu... [2021-01-07T23:12:21.907Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T23:12:22.579Z] provisioning config files... [2021-01-07T23:12:22.604Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config5815452191917186222tmp [Pipeline] { [Pipeline] echo [2021-01-07T23:12:22.709Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:12:23.038Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T23:12:23.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T23:12:23.176Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:12:23.474Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T23:12:23.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:12:23.782Z] ---> sudo-logs.sh [2021-01-07T23:12:23.782Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T23:12:23.793Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:12:24.093Z] ---> job-cost.sh [2021-01-07T23:12:24.093Z] lf-activate-venv: SKIPPING [2021-01-07T23:12:24.093Z] INFO: No Stack... [2021-01-07T23:12:25.484Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T23:12:25.747Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T23:12:25.762Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T23:12:26.060Z] ---> logs-deploy.sh [2021-01-07T23:12:26.060Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/14 [2021-01-07T23:12:26.060Z] INFO: archiving workspace using pattern(s): [2021-01-07T23:12:27.447Z] Archives upload complete. [2021-01-07T23:12:27.709Z] INFO: archiving logs to Nexus [2021-01-07T23:12:28.655Z] ---> uname -a: [2021-01-07T23:12:28.655Z] Linux prd-centos7-docker-4c-2g-18959.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-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> lscpu: [2021-01-07T23:12:28.655Z] Architecture: x86_64 [2021-01-07T23:12:28.655Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-07T23:12:28.655Z] Byte Order: Little Endian [2021-01-07T23:12:28.655Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-07T23:12:28.655Z] CPU(s): 4 [2021-01-07T23:12:28.655Z] On-line CPU(s) list: 0-3 [2021-01-07T23:12:28.655Z] Thread(s) per core: 1 [2021-01-07T23:12:28.655Z] Core(s) per socket: 1 [2021-01-07T23:12:28.655Z] Socket(s): 4 [2021-01-07T23:12:28.655Z] NUMA node(s): 1 [2021-01-07T23:12:28.655Z] Vendor ID: GenuineIntel [2021-01-07T23:12:28.655Z] CPU family: 6 [2021-01-07T23:12:28.655Z] Model: 44 [2021-01-07T23:12:28.655Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-07T23:12:28.655Z] Stepping: 1 [2021-01-07T23:12:28.655Z] CPU MHz: 2933.436 [2021-01-07T23:12:28.655Z] BogoMIPS: 5866.87 [2021-01-07T23:12:28.655Z] Virtualization: VT-x [2021-01-07T23:12:28.655Z] Hypervisor vendor: KVM [2021-01-07T23:12:28.655Z] Virtualization type: full [2021-01-07T23:12:28.655Z] L1d cache: 128 KiB [2021-01-07T23:12:28.655Z] L1i cache: 128 KiB [2021-01-07T23:12:28.655Z] L2 cache: 16 MiB [2021-01-07T23:12:28.655Z] L3 cache: 64 MiB [2021-01-07T23:12:28.655Z] NUMA node0 CPU(s): 0-3 [2021-01-07T23:12:28.655Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-07T23:12:28.655Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-07T23:12:28.655Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-07T23:12:28.655Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-07T23:12:28.655Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-07T23:12:28.655Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-07T23:12:28.655Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-07T23:12:28.655Z] Vulnerability Srbds: Not affected [2021-01-07T23:12:28.655Z] Vulnerability Tsx async abort: Not affected [2021-01-07T23:12:28.655Z] 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-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> nproc: [2021-01-07T23:12:28.655Z] 4 [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> df -h: [2021-01-07T23:12:28.655Z] Filesystem Size Used Available Use% Mounted on [2021-01-07T23:12:28.655Z] overlay 50.0G 11.7G 38.2G 24% / [2021-01-07T23:12:28.655Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-07T23:12:28.655Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-07T23:12:28.655Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/14 [2021-01-07T23:12:28.655Z] /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/14@tmp [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> free -m: [2021-01-07T23:12:28.655Z] total used free shared buff/cache available [2021-01-07T23:12:28.655Z] Mem: 1837 704 137 0 995 1044 [2021-01-07T23:12:28.655Z] Swap: 1023 63 960 [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> ip addr: [2021-01-07T23:12:28.655Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-07T23:12:28.655Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-07T23:12:28.655Z] inet 127.0.0.1/8 scope host lo [2021-01-07T23:12:28.655Z] valid_lft forever preferred_lft forever [2021-01-07T23:12:28.655Z] inet6 ::1/128 scope host [2021-01-07T23:12:28.655Z] valid_lft forever preferred_lft forever [2021-01-07T23:12:28.655Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-07T23:12:28.655Z] link/ether fa:16:3e:15:11:83 brd ff:ff:ff:ff:ff:ff [2021-01-07T23:12:28.655Z] inet 10.30.122.49/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-07T23:12:28.655Z] valid_lft 85132sec preferred_lft 85132sec [2021-01-07T23:12:28.655Z] inet6 fe80::f816:3eff:fe15:1183/64 scope link [2021-01-07T23:12:28.655Z] valid_lft forever preferred_lft forever [2021-01-07T23:12:28.655Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-07T23:12:28.655Z] link/ether 02:42:ac:dd:6b:06 brd ff:ff:ff:ff:ff:ff [2021-01-07T23:12:28.655Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-07T23:12:28.655Z] valid_lft forever preferred_lft forever [2021-01-07T23:12:28.655Z] inet6 fe80::42:acff:fedd:6b06/64 scope link [2021-01-07T23:12:28.655Z] valid_lft forever preferred_lft forever [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] ---> sar -b -r -n DEV: [2021-01-07T23:12:28.655Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] 22:51:08 LINUX RESTART (4 CPU) [2021-01-07T23:12:28.655Z] [2021-01-07T23:12:28.655Z] 22:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-07T23:12:28.655Z] 22:53:02 153.59 63.15 90.43 0.00 9827.42 35295.03 0.00 [2021-01-07T23:12:28.655Z] 22:54:01 273.40 115.42 157.98 0.00 4844.41 29671.92 0.00 [2021-01-07T23:12:28.655Z] 22:55:01 126.16 39.35 86.81 0.00 1564.20 9810.98 0.00 [2021-01-07T23:12:28.655Z] 22:56:01 140.86 74.18 66.68 0.00 3469.77 10704.09 0.00 [2021-01-07T23:12:28.655Z] 22:57:01 961.53 688.03 273.50 0.00 94902.34 163549.96 0.00 [2021-01-07T23:12:28.655Z] 22:58:02 2131.84 1813.10 318.73 0.00 147359.95 152896.17 0.00 [2021-01-07T23:12:28.655Z] 22:59:01 960.51 655.06 305.45 0.00 64150.66 100119.81 0.00 [2021-01-07T23:12:28.655Z] 23:00:02 1550.02 1203.42 346.60 0.00 58003.30 85457.20 0.00 [2021-01-07T23:12:28.655Z] 23:01:01 1122.68 897.74 224.95 0.00 61839.72 71768.87 0.00 [2021-01-07T23:12:28.655Z] 23:02:01 13.98 7.57 6.41 0.00 132.45 209.67 0.00 [2021-01-07T23:12:28.655Z] 23:03:01 0.52 0.22 0.30 0.00 1.87 3.45 0.00 [2021-01-07T23:12:28.655Z] 23:04:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 [2021-01-07T23:12:28.655Z] 23:05:01 0.22 0.02 0.20 0.00 0.40 2.18 0.00 [2021-01-07T23:12:28.655Z] 23:06:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-01-07T23:12:28.655Z] 23:07:01 2.06 1.87 0.20 0.00 59.02 2.65 0.00 [2021-01-07T23:12:28.655Z] 23:08:01 0.88 0.03 0.85 0.00 1.07 15.60 0.00 [2021-01-07T23:12:28.655Z] 23:09:01 0.20 0.00 0.20 0.00 0.00 1.53 0.00 [2021-01-07T23:12:28.656Z] 23:10:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-07T23:12:28.656Z] 23:11:01 0.20 0.02 0.18 0.00 1.07 2.18 0.00 [2021-01-07T23:12:28.656Z] 23:12:01 67.04 65.98 1.07 0.00 5397.77 47.91 0.00 [2021-01-07T23:12:28.656Z] Average: 375.80 281.77 94.03 0.00 22613.24 32999.63 0.00 [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] 22:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-07T23:12:28.656Z] 22:53:02 74268 0 700500 37.23 2596 1104180 1533244 52.33 699224 898552 24688 [2021-01-07T23:12:28.656Z] 22:54:01 205804 0 778668 41.38 1492 895580 1426080 48.67 557888 841448 3980 [2021-01-07T23:12:28.656Z] 22:55:01 266316 0 772508 41.06 692 842028 1474592 50.33 627360 705032 69540 [2021-01-07T23:12:28.656Z] 22:56:01 386008 0 728920 38.74 636 765980 1140704 38.93 505216 704516 20 [2021-01-07T23:12:28.656Z] 22:57:01 304112 0 704864 37.46 0 872568 1421564 48.52 551656 813748 8 [2021-01-07T23:12:28.656Z] 22:58:02 255948 0 1157720 61.53 0 467876 3190812 108.90 753576 610152 49328 [2021-01-07T23:12:28.656Z] 22:59:01 59768 0 793896 42.19 0 1027880 2950100 100.68 652908 930888 64864 [2021-01-07T23:12:28.656Z] 23:00:02 261872 0 785688 41.76 0 833984 1901848 64.91 630736 742992 4320 [2021-01-07T23:12:28.656Z] 23:01:01 480628 0 656528 34.89 0 744388 1403984 47.92 394408 775428 44 [2021-01-07T23:12:28.656Z] 23:02:01 510572 0 623492 33.14 0 747480 1183900 40.40 365912 776444 12 [2021-01-07T23:12:28.656Z] 23:03:01 510936 0 623124 33.12 0 747484 1174824 40.09 365932 776280 8 [2021-01-07T23:12:28.656Z] 23:04:01 512388 0 621668 33.04 0 747488 1167520 39.85 364820 776156 8 [2021-01-07T23:12:28.656Z] 23:05:01 512028 0 622012 33.06 0 747504 1167664 39.85 365744 776168 8 [2021-01-07T23:12:28.656Z] 23:06:01 512708 0 621328 33.02 0 747508 1167520 39.85 365080 776168 8 [2021-01-07T23:12:28.656Z] 23:07:01 510284 0 622716 33.10 0 748544 1167604 39.85 366068 776548 16 [2021-01-07T23:12:28.656Z] 23:08:01 510996 0 622000 33.06 0 748548 1167520 39.85 365616 776548 12 [2021-01-07T23:12:28.656Z] 23:09:01 510840 0 622152 33.07 0 748552 1167520 39.85 365620 776548 12 [2021-01-07T23:12:28.656Z] 23:10:01 511004 0 621980 33.06 0 748560 1167520 39.85 365624 776548 16 [2021-01-07T23:12:28.656Z] 23:11:01 510560 0 622444 33.08 0 748540 1167520 39.85 365632 776548 8 [2021-01-07T23:12:28.656Z] 23:12:01 199276 0 689868 36.66 0 992400 1605776 54.80 462468 985324 83512 [2021-01-07T23:12:28.656Z] Average: 380316 0 699604 37.18 271 801354 1487391 50.76 474574 788602 15021 [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] 22:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-07T23:12:28.656Z] 22:53:02 eth0 1336.51 1235.03 6030.56 145.30 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:53:02 docker0 863.42 871.62 70.61 2710.32 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:54:01 eth0 248.57 207.55 884.30 29.80 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:54:01 vethb7126a0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:54:01 docker0 187.56 214.16 13.51 851.40 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:55:01 eth0 32.29 22.46 18.88 69.29 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:55:01 vethb7126a0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:56:01 eth0 27.98 14.95 25.70 12.38 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:57:01 veth4ba0ded 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:57:01 eth0 253.16 191.63 1842.70 81.85 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:57:01 veth4e96922 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:58:02 vethd3447cc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:58:02 vethf1e5625 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:58:02 eth0 21.73 11.25 17.98 9.44 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:59:01 veth387affa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:59:01 veth7ecadfd 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:59:01 eth0 205.80 159.87 1547.99 82.38 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:00:02 eth0 103.85 49.16 401.79 40.21 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:00:02 vethe22d99b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:00:02 vethdcf032b 0.00 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:01:01 eth0 86.12 63.44 143.82 85.10 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:01:01 docker0 1136.23 1242.35 89.37 4448.56 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:02:01 eth0 2.51 1.41 1.81 0.75 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:03:01 eth0 0.58 0.48 0.28 0.21 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:04:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:05:01 eth0 0.52 0.38 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:07:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:11:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:12:01 eth0 97.95 77.09 889.41 12.52 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] Average: eth0 120.13 101.01 586.91 28.36 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] Average: docker0 56.06 61.30 4.41 219.50 0.00 0.00 0.00 0.00 [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] ---> sar -P ALL: [2021-01-07T23:12:28.656Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] 22:51:08 LINUX RESTART (4 CPU) [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] 22:52:02 CPU %user %nice %system %iowait %steal %idle [2021-01-07T23:12:28.656Z] 22:53:02 all 14.56 0.00 7.58 1.92 0.16 75.78 [2021-01-07T23:12:28.656Z] 22:53:02 0 15.58 0.00 9.47 0.67 0.16 74.12 [2021-01-07T23:12:28.656Z] 22:53:02 1 14.56 0.00 6.96 3.05 0.21 75.23 [2021-01-07T23:12:28.656Z] 22:53:02 2 16.03 0.00 7.28 1.41 0.12 75.14 [2021-01-07T23:12:28.656Z] 22:53:02 3 12.09 0.00 6.65 2.51 0.14 78.62 [2021-01-07T23:12:28.656Z] 22:54:01 all 9.45 0.00 8.08 5.39 0.34 76.74 [2021-01-07T23:12:28.656Z] 22:54:01 0 9.83 0.00 8.73 6.70 0.42 74.33 [2021-01-07T23:12:28.656Z] 22:54:01 1 9.32 0.00 7.56 6.24 0.28 76.61 [2021-01-07T23:12:28.656Z] 22:54:01 2 8.63 0.00 8.08 4.46 0.30 78.53 [2021-01-07T23:12:28.656Z] 22:54:01 3 10.04 0.00 7.94 4.16 0.38 77.48 [2021-01-07T23:12:28.656Z] 22:55:01 all 53.31 0.00 12.33 3.92 0.15 30.28 [2021-01-07T23:12:28.656Z] 22:55:01 0 52.54 0.00 12.54 4.69 0.18 30.04 [2021-01-07T23:12:28.656Z] 22:55:01 1 51.95 0.00 12.52 3.86 0.14 31.52 [2021-01-07T23:12:28.656Z] 22:55:01 2 55.47 0.00 11.59 2.54 0.11 30.29 [2021-01-07T23:12:28.656Z] 22:55:01 3 53.28 0.00 12.68 4.61 0.16 29.27 [2021-01-07T23:12:28.656Z] 22:56:01 all 40.79 0.00 12.85 2.34 0.13 43.89 [2021-01-07T23:12:28.656Z] 22:56:01 0 42.02 0.00 13.15 1.85 0.16 42.83 [2021-01-07T23:12:28.656Z] 22:56:01 1 40.67 0.00 12.74 3.86 0.12 42.61 [2021-01-07T23:12:28.656Z] 22:56:01 2 39.31 0.00 12.57 1.62 0.14 46.36 [2021-01-07T23:12:28.656Z] 22:56:01 3 41.19 0.00 12.94 2.05 0.09 43.73 [2021-01-07T23:12:28.656Z] 22:57:01 all 21.28 0.00 23.38 10.19 0.26 44.91 [2021-01-07T23:12:28.656Z] 22:57:01 0 20.18 0.00 22.68 10.10 0.30 46.75 [2021-01-07T23:12:28.656Z] 22:57:01 1 22.37 0.00 23.60 10.03 0.26 43.74 [2021-01-07T23:12:28.656Z] 22:57:01 2 22.03 0.00 24.15 11.15 0.25 42.43 [2021-01-07T23:12:28.656Z] 22:57:01 3 20.53 0.00 23.08 9.47 0.21 46.72 [2021-01-07T23:12:28.656Z] 22:58:02 all 31.72 0.00 23.72 26.88 0.24 17.44 [2021-01-07T23:12:28.656Z] 22:58:02 0 30.93 0.00 23.94 25.66 0.27 19.20 [2021-01-07T23:12:28.656Z] 22:58:02 1 31.41 0.00 23.35 26.30 0.20 18.75 [2021-01-07T23:12:28.656Z] 22:58:02 2 31.44 0.00 23.02 30.24 0.25 15.05 [2021-01-07T23:12:28.656Z] 22:58:02 3 33.11 0.00 24.56 25.33 0.25 16.75 [2021-01-07T23:12:28.656Z] 22:59:01 all 37.17 0.00 19.17 21.01 0.17 22.48 [2021-01-07T23:12:28.656Z] 22:59:01 0 37.36 0.00 19.37 22.48 0.20 20.59 [2021-01-07T23:12:28.656Z] 22:59:01 1 37.66 0.00 18.96 17.78 0.16 25.43 [2021-01-07T23:12:28.656Z] 22:59:01 2 36.87 0.00 19.25 21.74 0.16 21.98 [2021-01-07T23:12:28.656Z] 22:59:01 3 36.80 0.00 19.11 22.03 0.16 21.90 [2021-01-07T23:12:28.656Z] 23:00:02 all 43.11 0.00 19.97 20.40 0.15 16.37 [2021-01-07T23:12:28.656Z] 23:00:02 0 40.62 0.00 20.20 18.85 0.16 20.17 [2021-01-07T23:12:28.656Z] 23:00:02 1 44.53 0.00 20.13 18.38 0.16 16.79 [2021-01-07T23:12:28.656Z] 23:00:02 2 42.83 0.00 20.29 20.55 0.14 16.19 [2021-01-07T23:12:28.656Z] 23:00:02 3 44.47 0.00 19.25 23.84 0.12 12.32 [2021-01-07T23:12:28.656Z] 23:01:01 all 20.97 0.00 14.77 11.44 0.21 52.60 [2021-01-07T23:12:28.656Z] 23:01:01 0 21.56 0.00 15.64 11.90 0.27 50.64 [2021-01-07T23:12:28.656Z] 23:01:01 1 20.55 0.00 14.06 11.44 0.16 53.78 [2021-01-07T23:12:28.656Z] 23:01:01 2 21.05 0.00 14.38 11.27 0.21 53.09 [2021-01-07T23:12:28.656Z] 23:01:01 3 20.73 0.00 15.01 11.15 0.22 52.90 [2021-01-07T23:12:28.656Z] 23:02:01 all 0.22 0.00 0.12 0.19 0.02 99.45 [2021-01-07T23:12:28.656Z] 23:02:01 0 0.57 0.00 0.08 0.12 0.00 99.23 [2021-01-07T23:12:28.656Z] 23:02:01 1 0.05 0.00 0.13 0.07 0.00 99.75 [2021-01-07T23:12:28.656Z] 23:02:01 2 0.08 0.00 0.10 0.12 0.05 99.65 [2021-01-07T23:12:28.656Z] 23:02:01 3 0.17 0.00 0.17 0.47 0.03 99.17 [2021-01-07T23:12:28.656Z] 23:03:01 all 0.16 0.00 0.03 0.01 0.00 99.80 [2021-01-07T23:12:28.656Z] 23:03:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-07T23:12:28.656Z] 23:03:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-07T23:12:28.656Z] 23:03:01 2 0.07 0.00 0.03 0.02 0.00 99.88 [2021-01-07T23:12:28.656Z] 23:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-07T23:12:28.656Z] [2021-01-07T23:12:28.656Z] 23:03:01 CPU %user %nice %system %iowait %steal %idle [2021-01-07T23:12:28.656Z] 23:04:01 all 0.19 0.00 0.17 0.00 0.01 99.63 [2021-01-07T23:12:28.656Z] 23:04:01 0 0.55 0.00 0.13 0.00 0.02 99.30 [2021-01-07T23:12:28.656Z] 23:04:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2021-01-07T23:12:28.656Z] 23:04:01 2 0.08 0.00 0.23 0.00 0.00 99.68 [2021-01-07T23:12:28.656Z] 23:04:01 3 0.07 0.00 0.22 0.00 0.02 99.70 [2021-01-07T23:12:28.656Z] 23:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-07T23:12:28.656Z] 23:05:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-07T23:12:28.656Z] 23:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.656Z] 23:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-07T23:12:28.656Z] 23:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.656Z] 23:06:01 all 0.18 0.00 0.16 0.00 0.00 99.65 [2021-01-07T23:12:28.656Z] 23:06:01 0 0.52 0.00 0.08 0.00 0.00 99.40 [2021-01-07T23:12:28.656Z] 23:06:01 1 0.07 0.00 0.15 0.00 0.02 99.77 [2021-01-07T23:12:28.657Z] 23:06:01 2 0.10 0.00 0.27 0.00 0.00 99.63 [2021-01-07T23:12:28.657Z] 23:06:01 3 0.05 0.00 0.13 0.00 0.00 99.82 [2021-01-07T23:12:28.657Z] 23:07:01 all 0.16 0.00 0.06 0.02 0.00 99.76 [2021-01-07T23:12:28.657Z] 23:07:01 0 0.53 0.00 0.10 0.08 0.00 99.28 [2021-01-07T23:12:28.657Z] 23:07:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-07T23:12:28.657Z] 23:07:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-07T23:12:28.657Z] 23:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-07T23:12:28.657Z] 23:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-07T23:12:28.657Z] 23:08:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-07T23:12:28.657Z] 23:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-07T23:12:28.657Z] 23:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.657Z] 23:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-07T23:12:28.657Z] 23:09:01 all 0.13 0.00 0.03 0.00 0.00 99.85 [2021-01-07T23:12:28.657Z] 23:09:01 0 0.42 0.00 0.02 0.00 0.00 99.57 [2021-01-07T23:12:28.657Z] 23:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-07T23:12:28.657Z] 23:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-07T23:12:28.657Z] 23:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-07T23:12:28.657Z] 23:10:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2021-01-07T23:12:28.657Z] 23:10:01 0 0.35 0.00 0.07 0.00 0.02 99.57 [2021-01-07T23:12:28.657Z] 23:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.657Z] 23:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-07T23:12:28.657Z] 23:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-07T23:12:28.657Z] 23:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-07T23:12:28.657Z] 23:11:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-07T23:12:28.657Z] 23:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.657Z] 23:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-07T23:12:28.657Z] 23:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-07T23:12:28.657Z] 23:12:01 all 2.61 0.00 1.50 1.80 0.02 94.07 [2021-01-07T23:12:28.657Z] 23:12:01 0 2.53 0.00 1.61 0.60 0.02 95.25 [2021-01-07T23:12:28.657Z] 23:12:01 1 3.90 0.00 1.57 4.37 0.02 90.15 [2021-01-07T23:12:28.657Z] 23:12:01 2 2.01 0.00 1.25 1.32 0.02 95.40 [2021-01-07T23:12:28.657Z] 23:12:01 3 2.01 0.00 1.57 0.92 0.02 95.48 [2021-01-07T23:12:28.657Z] Average: all 13.38 0.00 6.96 5.09 0.09 74.48 [2021-01-07T23:12:28.657Z] Average: 0 13.46 0.00 7.15 5.00 0.11 74.28 [2021-01-07T23:12:28.657Z] Average: 1 13.42 0.00 6.87 5.09 0.08 74.54 [2021-01-07T23:12:28.657Z] Average: 2 13.39 0.00 6.91 5.14 0.08 74.48 [2021-01-07T23:12:28.657Z] Average: 3 13.25 0.00 6.92 5.12 0.09 74.63 [2021-01-07T23:12:28.657Z] [2021-01-07T23:12:28.657Z] [2021-01-07T23:12:28.657Z]