Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at c2d5dc167efdba7037e3dd944aa45209cd29109f rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from c2d5dc167efdba7037e3dd944aa45209cd29109f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20708 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 Merge succeeded, producing 59627b2bab8155fdd2e279c2aa84599cc9945b2f Checking out Revision 59627b2bab8155fdd2e279c2aa84599cc9945b2f (PR-2966) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59627b2bab8155fdd2e279c2aa84599cc9945b2f # timeout=10 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-16T00:31:02.461Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-16T00:31:02.696Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-16T00:31:02.788Z] ========================================================= [2021-01-16T00:31:02.789Z] EdgeX Global Pipelines Version Info [2021-01-16T00:31:02.789Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c # timeout=10 [2021-01-16T00:31:04.376Z] ------------------- [2021-01-16T00:31:04.376Z] stable info: [2021-01-16T00:31:04.376Z] ------------------- [2021-01-16T00:31:04.376Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-16T00:31:04.376Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-16T00:31:04.376Z] Message: update stable to v1.0.177 [2021-01-16T00:31:05.323Z] ------------------- [2021-01-16T00:31:05.323Z] experimental info: [2021-01-16T00:31:05.323Z] ------------------- [2021-01-16T00:31:05.323Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-16T00:31:05.323Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-16T00:31:05.323Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-16T00:31:05.560Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-16T00:31:05.639Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-16T00:31:05.722Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-16T00:31:05.807Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-16T00:31:05.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-16T00:31:05.978Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-16T00:31:06.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-16T00:31:06.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-16T00:31:06.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-16T00:31:06.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-16T00:31:06.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-16T00:31:06.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-16T00:31:06.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-16T00:31:06.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-16T00:31:06.830Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:31:06.912Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-16T00:31:07.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-16T00:31:07.094Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-16T00:31:07.205Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-16T00:31:07.286Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-16T00:31:07.403Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-16T00:31:07.483Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-16T00:31:07.562Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-16T00:31:07.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-16T00:31:07.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-16T00:31:07.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-16T00:31:07.891Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59627b2bab8155fdd2e279c2aa84599cc9945b2f [Pipeline] echo [2021-01-16T00:31:08.000Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59627b2 [Pipeline] echo [2021-01-16T00:31:08.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:31:08.236Z] provisioning config files... [2021-01-16T00:31:08.267Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6756169823293785482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:31:08.618Z] ---> docker-login.sh [2021-01-16T00:31:08.618Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:31:08.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:08.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:08.882Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:08.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:08.882Z] [2021-01-16T00:31:08.882Z] Login Succeeded [2021-01-16T00:31:08.882Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:31:09.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:09.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:09.145Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:09.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:09.145Z] [2021-01-16T00:31:09.145Z] Login Succeeded [2021-01-16T00:31:09.145Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:31:09.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:09.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:09.409Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:09.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:09.409Z] [2021-01-16T00:31:09.409Z] Login Succeeded [2021-01-16T00:31:09.409Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:31:09.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:09.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:09.673Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:09.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:09.673Z] [2021-01-16T00:31:09.673Z] Login Succeeded [2021-01-16T00:31:09.673Z] docker.io [2021-01-16T00:31:09.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:31:09.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:31:09.936Z] Configure a credential helper to remove this warning. See [2021-01-16T00:31:09.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:31:09.936Z] [2021-01-16T00:31:09.936Z] Login Succeeded [2021-01-16T00:31:09.936Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:31:09.945Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:31:10.394Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/core-command/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/core-data/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-16T00:31:10.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-16T00:31:10.394Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-16T00:31:10.394Z] ++ cut -d/ -f2 [2021-01-16T00:31:10.394Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-16T00:31:10.462Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:11.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:11.547Z] [2021-01-16T00:31:11.547Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:11.901Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:11.901Z] latest: Pulling from edgex-devops/git-semver [2021-01-16T00:31:11.901Z] 31603596830f: Pulling fs layer [2021-01-16T00:31:11.901Z] 2a8b12db71e7: Pulling fs layer [2021-01-16T00:31:11.901Z] 6ca5941a6612: Pulling fs layer [2021-01-16T00:31:11.901Z] ecc8261a40a4: Pulling fs layer [2021-01-16T00:31:11.901Z] ecc8261a40a4: Waiting [2021-01-16T00:31:11.901Z] 2a8b12db71e7: Verifying Checksum [2021-01-16T00:31:11.901Z] 2a8b12db71e7: Download complete [2021-01-16T00:31:12.166Z] 31603596830f: Verifying Checksum [2021-01-16T00:31:12.166Z] 31603596830f: Download complete [2021-01-16T00:31:12.166Z] ecc8261a40a4: Verifying Checksum [2021-01-16T00:31:12.166Z] ecc8261a40a4: Download complete [2021-01-16T00:31:12.166Z] 6ca5941a6612: Verifying Checksum [2021-01-16T00:31:12.166Z] 6ca5941a6612: Download complete [2021-01-16T00:31:12.429Z] 31603596830f: Pull complete [2021-01-16T00:31:12.429Z] 2a8b12db71e7: Pull complete [2021-01-16T00:31:13.402Z] 6ca5941a6612: Pull complete [2021-01-16T00:31:13.665Z] ecc8261a40a4: Pull complete [2021-01-16T00:31:13.665Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-16T00:31:13.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-16T00:31:13.665Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-16T00:31:13.788Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:31:13.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-16T00:31:16.375Z] $ docker top 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-16T00:31:16.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:31:16.666Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:31:16.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:31:16.900Z] $ docker exec 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af ssh-agent [2021-01-16T00:31:17.079Z] SSH_AUTH_SOCK=/tmp/ssh-NsjLYFdeC2ra/agent.12 [2021-01-16T00:31:17.079Z] SSH_AGENT_PID=17 [2021-01-16T00:31:17.090Z] Running ssh-add (command line suppressed) [2021-01-16T00:31:17.212Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_2997339499533855957.key (/w/workspace/edgex-go/24@tmp/private_key_2997339499533855957.key) [2021-01-16T00:31:17.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:31:17.609Z] + git tag --points-at HEAD [Pipeline] } [2021-01-16T00:31:17.642Z] $ docker exec --env ******** --env ******** 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af ssh-agent -k [2021-01-16T00:31:17.769Z] unset SSH_AUTH_SOCK; [2021-01-16T00:31:17.769Z] unset SSH_AGENT_PID; [2021-01-16T00:31:17.769Z] echo Agent pid 17 killed; [2021-01-16T00:31:17.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-16T00:31:18.017Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-16T00:31:18.017Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-16T00:31:18.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-16T00:31:18.221Z] $ docker exec 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af ssh-agent [2021-01-16T00:31:18.395Z] SSH_AUTH_SOCK=/tmp/ssh-nDyXrmmNAAE3/agent.45 [2021-01-16T00:31:18.395Z] SSH_AGENT_PID=50 [2021-01-16T00:31:18.402Z] Running ssh-add (command line suppressed) [2021-01-16T00:31:18.527Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_7503319265401149672.key (/w/workspace/edgex-go/24@tmp/private_key_7503319265401149672.key) [2021-01-16T00:31:18.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-16T00:31:18.918Z] + git semver init [2021-01-16T00:31:18.918Z] # -> Open(): unable to determine branch for HEAD [2021-01-16T00:31:18.918Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2021-01-16T00:31:18.918Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2021-01-16T00:31:18.918Z] # $SEMVER_REMOTE_NAME = origin [2021-01-16T00:31:18.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-16T00:31:18.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-16T00:31:18.918Z] # $SEMVER_BRANCH = PR-2966 [2021-01-16T00:31:18.918Z] # $SEMVER_TEMP = /tmp/semver-874395697 [2021-01-16T00:31:18.918Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-16T00:31:51.149Z] # '/tmp/semver-874395697' -> '/w/workspace/edgex-go/24/.semver' [2021-01-16T00:31:51.149Z] # -> Force: false [2021-01-16T00:31:51.149Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2021-01-16T00:31:51.163Z] $ docker exec --env ******** --env ******** 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af ssh-agent -k [2021-01-16T00:31:51.393Z] unset SSH_AUTH_SOCK; [2021-01-16T00:31:51.394Z] unset SSH_AGENT_PID; [2021-01-16T00:31:51.394Z] echo Agent pid 50 killed; [2021-01-16T00:31:51.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-16T00:31:51.945Z] + git semver [Pipeline] } [2021-01-16T00:31:51.962Z] $ docker stop --time=1 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af [2021-01-16T00:31:53.535Z] $ docker rm -f 3158c6d2b64c59b4147c0a714fa3b3aad9daff40d07765b5384ad2104c1576af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:31:54.051Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-16T00:31:54.564Z] Stashed 1 file(s) [Pipeline] echo [2021-01-16T00:31:54.567Z] [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-16T00:31:55.486Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:31:55.786Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:31:56.083Z] + sudo service docker restart [2021-01-16T00:31:56.083Z] + true [2021-01-16T00:31:56.083Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-16T00:31:56.675Z] ========================================================= [2021-01-16T00:31:56.675Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-16T00:31:56.675Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:31:57.016Z] + 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-16T00:32:01.245Z] Sending build context to Docker daemon 326.6MB [2021-01-16T00:32:01.245Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:32:01.245Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:32:01.245Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-16T00:32:01.245Z] 188c0c94c7c5: Pulling fs layer [2021-01-16T00:32:01.245Z] 0ef7d3d256c8: Pulling fs layer [2021-01-16T00:32:01.245Z] de9db76c5a1d: Pulling fs layer [2021-01-16T00:32:01.245Z] bca2f99d35d6: Pulling fs layer [2021-01-16T00:32:01.245Z] 93359f2a8cfa: Pulling fs layer [2021-01-16T00:32:01.245Z] 7c6f9722023f: Pulling fs layer [2021-01-16T00:32:01.245Z] a35cf1a2eb13: Pulling fs layer [2021-01-16T00:32:01.245Z] 93359f2a8cfa: Waiting [2021-01-16T00:32:01.245Z] 7c6f9722023f: Waiting [2021-01-16T00:32:01.245Z] a35cf1a2eb13: Waiting [2021-01-16T00:32:01.245Z] bca2f99d35d6: Waiting [2021-01-16T00:32:01.245Z] de9db76c5a1d: Verifying Checksum [2021-01-16T00:32:01.245Z] de9db76c5a1d: Download complete [2021-01-16T00:32:01.245Z] 0ef7d3d256c8: Verifying Checksum [2021-01-16T00:32:01.245Z] 0ef7d3d256c8: Download complete [2021-01-16T00:32:01.245Z] 93359f2a8cfa: Download complete [2021-01-16T00:32:01.245Z] 7c6f9722023f: Verifying Checksum [2021-01-16T00:32:01.245Z] 7c6f9722023f: Download complete [2021-01-16T00:32:01.245Z] 188c0c94c7c5: Verifying Checksum [2021-01-16T00:32:01.245Z] 188c0c94c7c5: Download complete [2021-01-16T00:32:01.839Z] 188c0c94c7c5: Pull complete [2021-01-16T00:32:02.105Z] 0ef7d3d256c8: Pull complete [2021-01-16T00:32:02.105Z] de9db76c5a1d: Pull complete [2021-01-16T00:32:03.508Z] a35cf1a2eb13: Verifying Checksum [2021-01-16T00:32:03.508Z] a35cf1a2eb13: Download complete [2021-01-16T00:32:03.776Z] bca2f99d35d6: Verifying Checksum [2021-01-16T00:32:03.776Z] bca2f99d35d6: Download complete [2021-01-16T00:32:09.978Z] Still waiting to schedule task [2021-01-16T00:32:09.978Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-16T00:32:10.386Z] bca2f99d35d6: Pull complete [2021-01-16T00:32:10.386Z] 93359f2a8cfa: Pull complete [2021-01-16T00:32:10.386Z] 7c6f9722023f: Pull complete [2021-01-16T00:32:14.642Z] a35cf1a2eb13: Pull complete [2021-01-16T00:32:14.642Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-16T00:32:14.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-16T00:32:14.642Z] ---> a62c8e92a672 [2021-01-16T00:32:14.642Z] 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-16T00:32:14.642Z] ---> Running in 11eeedee9353 [2021-01-16T00:32:15.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:32:15.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:32:16.059Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:32:16.322Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:32:16.322Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:32:16.322Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:32:22.948Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:32:22.948Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:32:22.948Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:32:22.948Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:32:22.948Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:32:22.948Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:32:22.948Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:32:22.948Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:32:22.948Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:32:22.948Z] OK: 233 MiB in 51 packages [2021-01-16T00:32:26.270Z] Removing intermediate container 11eeedee9353 [2021-01-16T00:32:26.270Z] ---> 9ef5c6c3e552 [2021-01-16T00:32:26.270Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:32:26.270Z] ---> Running in 29fc7200e244 [2021-01-16T00:32:26.532Z] Removing intermediate container 29fc7200e244 [2021-01-16T00:32:26.532Z] ---> 6b056c0d244f [2021-01-16T00:32:26.532Z] Step 5/6 : COPY go.mod . [2021-01-16T00:32:26.532Z] ---> c091f2af1022 [2021-01-16T00:32:26.532Z] Step 6/6 : RUN go mod download [2021-01-16T00:32:26.795Z] ---> Running in b735ce2fb619 [2021-01-16T00:32:48.828Z] Removing intermediate container b735ce2fb619 [2021-01-16T00:32:48.828Z] ---> e84fed99c251 [2021-01-16T00:32:48.828Z] Successfully built e84fed99c251 [2021-01-16T00:32:48.828Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:49.157Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:49.157Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:49.264Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:32:49.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:50.168Z] $ docker top d89e24eeca1981a753f6b8ab6ef6aa0d09fb67ee1e25c907a9536ac3eada105b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:32:50.668Z] + go version [2021-01-16T00:32:50.668Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-16T00:32:50.683Z] $ docker stop --time=1 d89e24eeca1981a753f6b8ab6ef6aa0d09fb67ee1e25c907a9536ac3eada105b [2021-01-16T00:32:52.057Z] $ docker rm -f d89e24eeca1981a753f6b8ab6ef6aa0d09fb67ee1e25c907a9536ac3eada105b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:32:52.839Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-16T00:32:52.839Z] . [Pipeline] withDockerContainer [2021-01-16T00:32:52.941Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:32:52.990Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-16T00:32:53.676Z] $ docker top e1c4cd0dd0261aca98e74ec6e53e420ef0f09fc278a270718903f7c27741010a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T00:32:53.909Z] ========================================================= [2021-01-16T00:32:53.909Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:32:53.909Z] ========================================================= [Pipeline] sh [2021-01-16T00:32:54.199Z] + make test [2021-01-16T00:32:54.199Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:33:04.335Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:33:22.748Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:33:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:33:30.465Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:33:30.746Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:33:31.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:33:33.715Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:33:33.715Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:33:33.716Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:33:35.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 46.6% of statements [2021-01-16T00:33:35.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:33:35.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:33:35.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:33:35.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:33:35.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:33:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.258s coverage: 27.0% of statements [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:33:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:33:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:33:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 67.9% of statements [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:33:42.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.506s coverage: 82.3% of statements [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:33:42.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:33:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.450s coverage: 28.6% of statements [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:33:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:33:43.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-16T00:33:43.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:33:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.240s coverage: 86.7% of statements [2021-01-16T00:33:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:33:44.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.246s coverage: 97.5% of statements [2021-01-16T00:33:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:33:44.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-16T00:33:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:33:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:33:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:33:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.529s coverage: 92.8% of statements [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-01-16T00:33:48.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-01-16T00:33:48.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-16T00:33:49.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-01-16T00:33:49.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:33:50.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.5% of statements [2021-01-16T00:33:50.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:33:50.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:33:50.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-16T00:33:50.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-01-16T00:33:50.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-01-16T00:33:50.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-16T00:33:50.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-16T00:33:52.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 68.9% of statements [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:33:52.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:33:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:33:53.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.365s coverage: 84.0% of statements [2021-01-16T00:33:53.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-16T00:33:55.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.1% of statements [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:33:55.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:33:55.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements [2021-01-16T00:33:55.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.989s coverage: 29.1% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.069s coverage: 87.9% of statements [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:33:57.619Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:33:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-16T00:33:57.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2021-01-16T00:33:58.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-16T00:33:58.145Z] GO111MODULE=on go vet ./... [2021-01-16T00:34:31.317Z] gofmt -l . [2021-01-16T00:34:31.317Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:34:31.317Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:34:31.317Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-16T00:34:31.627Z] + ls -al . [2021-01-16T00:34:31.627Z] total 656 [2021-01-16T00:34:31.627Z] drwxrwxr-x 10 1001 1001 4096 Jan 16 00:34 . [2021-01-16T00:34:31.627Z] drwxr-xr-x 4 root root 30 Jan 16 00:32 .. [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:30 .dockerignore [2021-01-16T00:34:31.627Z] drwxrwxr-x 8 1001 1001 179 Jan 16 00:31 .git [2021-01-16T00:34:31.627Z] drwxrwxr-x 3 1001 1001 125 Jan 16 00:30 .github [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:30 .gitignore [2021-01-16T00:34:31.627Z] drwx------ 3 1001 1001 47 Jan 16 00:31 .semver [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:30 .sonarcloud.properties [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:30 Attribution.txt [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:30 CONTRIBUTING.md [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:30 Dockerfile.build [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:30 Jenkinsfile [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:30 LICENSE [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:30 Makefile [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:30 README.md [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:30 SECURITY.md [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:30 ZMQWindows.md [2021-01-16T00:34:31.627Z] drwxrwxr-x 2 1001 1001 117 Jan 16 00:30 bin [2021-01-16T00:34:31.627Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:30 cmd [2021-01-16T00:34:31.627Z] -rw-r--r-- 1 root root 550280 Jan 16 00:33 coverage.out [2021-01-16T00:34:31.627Z] -rw-r--r-- 1 root root 981 Jan 16 00:34 go.mod [2021-01-16T00:34:31.627Z] -rw-r--r-- 1 root root 19241 Jan 16 00:34 go.sum [2021-01-16T00:34:31.627Z] drwxrwxr-x 8 1001 1001 127 Jan 16 00:30 internal [2021-01-16T00:34:31.627Z] drwxrwxr-x 4 1001 1001 26 Jan 16 00:30 openapi [2021-01-16T00:34:31.627Z] drwxrwxr-x 4 1001 1001 71 Jan 16 00:30 snap [2021-01-16T00:34:31.627Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:30 version.go [Pipeline] sh [2021-01-16T00:34:31.973Z] + '[' -e coverage.out ] [2021-01-16T00:34:31.973Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:34:32.238Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:34:32.542Z] + make build [2021-01-16T00:34:32.542Z] 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-16T00:34:35.922Z] 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-16T00:34:44.268Z] 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-16T00:34:45.236Z] 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-16T00:34:46.649Z] 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-16T00:34:47.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-16T00:34:49.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-16T00:34:51.132Z] 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-16T00:34:52.572Z] 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-16T00:34:52.633Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20713 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-16T00:34:52.690Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-01-16T00:34:53.532Z] 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-16T00:34:54.545Z] 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-16T00:34:55.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-16T00:34:57.416Z] $ docker stop --time=1 e1c4cd0dd0261aca98e74ec6e53e420ef0f09fc278a270718903f7c27741010a [2021-01-16T00:34:58.001Z] using credential edgex-jenkins-ssh [2021-01-16T00:34:58.063Z] Cloning the remote Git repository [2021-01-16T00:34:58.118Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:34:58.231Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-01-16T00:34:58.315Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:34:58.316Z] > git --version # timeout=10 [2021-01-16T00:34:58.341Z] > git --version # 'git version 2.17.1' [2021-01-16T00:34:58.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:34:58.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:34:59.110Z] $ docker rm -f e1c4cd0dd0261aca98e74ec6e53e420ef0f09fc278a270718903f7c27741010a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:01.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:01.054Z] [2021-01-16T00:35:01.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:01.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:01.495Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-16T00:35:01.495Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-16T00:35:01.495Z] ca9280d653b3: Pulling fs layer [2021-01-16T00:35:01.495Z] 7e9c9ca2126c: Pulling fs layer [2021-01-16T00:35:01.763Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-16T00:35:01.763Z] cbdbe7a5bc2a: Download complete [2021-01-16T00:35:02.031Z] ca9280d653b3: Verifying Checksum [2021-01-16T00:35:02.301Z] cbdbe7a5bc2a: Pull complete [2021-01-16T00:35:03.266Z] ca9280d653b3: Pull complete [2021-01-16T00:35:03.532Z] 7e9c9ca2126c: Verifying Checksum [2021-01-16T00:35:03.532Z] 7e9c9ca2126c: Download complete [2021-01-16T00:35:10.172Z] 7e9c9ca2126c: Pull complete [2021-01-16T00:35:10.172Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-16T00:35:10.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:10.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-16T00:35:10.304Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:35:10.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-16T00:35:13.227Z] $ docker top 0bd9c4fc6d922eda4d6bcfc2d934856b7ad5d05675b265b561d48e03c302659a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:35:13.776Z] + docker-compose build --help [2021-01-16T00:35:13.776Z] + grep parallel [2021-01-16T00:35:14.730Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:35:15.009Z] $ docker stop --time=1 0bd9c4fc6d922eda4d6bcfc2d934856b7ad5d05675b265b561d48e03c302659a [2021-01-16T00:35:16.479Z] $ docker rm -f 0bd9c4fc6d922eda4d6bcfc2d934856b7ad5d05675b265b561d48e03c302659a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:17.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-16T00:35:17.280Z] . [Pipeline] withDockerContainer [2021-01-16T00:35:17.453Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:35:17.506Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T00:35:18.775Z] $ docker top f231944606e523e2d5f4c32e4c5467bf3c01f3a9e1cd5dc08052f19b6a7c07db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:35:19.296Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T00:35:20.693Z] Building docker-core-command-go ... [2021-01-16T00:35:20.693Z] Building docker-core-data-go ... [2021-01-16T00:35:20.693Z] Building docker-core-metadata-go ... [2021-01-16T00:35:20.693Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:35:20.693Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:35:20.693Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:35:20.693Z] Building docker-support-notifications-go ... [2021-01-16T00:35:20.693Z] Building docker-support-scheduler-go ... [2021-01-16T00:35:20.693Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:35:20.693Z] Building docker-security-secretstore-setup-go [2021-01-16T00:35:20.693Z] Building docker-security-bootstrap-redis-go [2021-01-16T00:35:20.693Z] Building docker-sys-mgmt-agent-go [2021-01-16T00:35:20.694Z] Building docker-core-data-go [2021-01-16T00:35:20.694Z] Building docker-core-command-go [2021-01-16T00:35:31.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:35:31.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:35:31.218Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:35:31.329Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:35:31.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:35:31.364Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:35:32.226Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-16T00:35:33.016Z] Merge succeeded, producing 53e07641cb23feb7f73742395efd1f741f60a920 [2021-01-16T00:35:33.016Z] Checking out Revision 53e07641cb23feb7f73742395efd1f741f60a920 (PR-2966) [2021-01-16T00:35:32.248Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:35:32.272Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-16T00:35:32.579Z] > git remote # timeout=10 [2021-01-16T00:35:32.601Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:35:32.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:35:32.622Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:35:33.004Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:35:33.025Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:35:33.036Z] > git checkout -f 53e07641cb23feb7f73742395efd1f741f60a920 # timeout=10 [2021-01-16T00:35:37.460Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [2021-01-16T00:35:37.485Z] First time build. Skipping changelog. [2021-01-16T00:35:37.471Z] > git rev-list --no-walk d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-16T00:35:39.060Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:35:39.471Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-16T00:35:39.809Z] + sudo service docker restart [2021-01-16T00:35:39.809Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-16T00:35:41.921Z] provisioning config files... [2021-01-16T00:35:41.965Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config7847752679758080301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:35:42.391Z] ---> docker-login.sh [2021-01-16T00:35:42.391Z] nexus3.edgexfoundry.org:10001 [2021-01-16T00:35:43.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:43.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:43.659Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:43.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:43.659Z] [2021-01-16T00:35:43.659Z] Login Succeeded [2021-01-16T00:35:43.659Z] nexus3.edgexfoundry.org:10002 [2021-01-16T00:35:43.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:44.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:44.213Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:44.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:44.213Z] [2021-01-16T00:35:44.213Z] Login Succeeded [2021-01-16T00:35:44.213Z] nexus3.edgexfoundry.org:10003 [2021-01-16T00:35:44.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:44.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:44.773Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:44.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:44.773Z] [2021-01-16T00:35:44.773Z] Login Succeeded [2021-01-16T00:35:44.773Z] nexus3.edgexfoundry.org:10004 [2021-01-16T00:35:45.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:45.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:45.372Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:45.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:45.372Z] [2021-01-16T00:35:45.372Z] Login Succeeded [2021-01-16T00:35:45.372Z] docker.io [2021-01-16T00:35:45.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-16T00:35:47.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-16T00:35:47.412Z] Configure a credential helper to remove this warning. See [2021-01-16T00:35:47.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-16T00:35:47.412Z] [2021-01-16T00:35:47.412Z] Login Succeeded [2021-01-16T00:35:47.412Z] ---> docker-login.sh ends [Pipeline] } [2021-01-16T00:35:47.431Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-16T00:35:47.888Z] ========================================================= [2021-01-16T00:35:47.888Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-16T00:35:47.889Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:35:48.293Z] + 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-16T00:35:50.945Z] Sending build context to Docker daemon 165.6MB [2021-01-16T00:35:50.946Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:50.946Z] Step 2/6 : FROM ${BASE} [2021-01-16T00:35:50.946Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-16T00:35:50.946Z] 5f621e34cdf4: Pulling fs layer [2021-01-16T00:35:50.946Z] a4357932f1b6: Pulling fs layer [2021-01-16T00:35:50.946Z] 18c013af1878: Pulling fs layer [2021-01-16T00:35:50.946Z] 00ac8860ef70: Pulling fs layer [2021-01-16T00:35:50.946Z] 63d7cb157983: Pulling fs layer [2021-01-16T00:35:50.946Z] b116817d02f9: Pulling fs layer [2021-01-16T00:35:50.946Z] 745a02a5169b: Pulling fs layer [2021-01-16T00:35:50.946Z] 00ac8860ef70: Waiting [2021-01-16T00:35:50.946Z] 63d7cb157983: Waiting [2021-01-16T00:35:50.946Z] b116817d02f9: Waiting [2021-01-16T00:35:50.946Z] 745a02a5169b: Waiting [2021-01-16T00:35:50.946Z] 18c013af1878: Download complete [2021-01-16T00:35:50.946Z] a4357932f1b6: Download complete [2021-01-16T00:35:50.946Z] 63d7cb157983: Download complete [2021-01-16T00:35:50.946Z] b116817d02f9: Download complete [2021-01-16T00:35:50.946Z] 5f621e34cdf4: Verifying Checksum [2021-01-16T00:35:50.946Z] 5f621e34cdf4: Download complete [2021-01-16T00:35:51.932Z] 5f621e34cdf4: Pull complete [2021-01-16T00:35:52.211Z] a4357932f1b6: Pull complete [2021-01-16T00:35:52.812Z] 18c013af1878: Pull complete [2021-01-16T00:35:53.416Z] 745a02a5169b: Verifying Checksum [2021-01-16T00:35:53.416Z] 745a02a5169b: Download complete [2021-01-16T00:35:54.400Z] 00ac8860ef70: Verifying Checksum [2021-01-16T00:35:54.400Z] 00ac8860ef70: Download complete [2021-01-16T00:35:59.680Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:59.680Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:59.680Z] ---> e84fed99c251 [2021-01-16T00:35:59.680Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:35:59.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:59.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:59.680Z] ---> e84fed99c251 [2021-01-16T00:35:59.680Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:59.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:59.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:59.680Z] ---> e84fed99c251 [2021-01-16T00:35:59.680Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:35:59.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:59.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:59.680Z] ---> e84fed99c251 [2021-01-16T00:35:59.680Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:35:59.680Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:35:59.680Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:35:59.680Z] ---> e84fed99c251 [2021-01-16T00:35:59.680Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:35:59.680Z] ---> Running in 0bf132fe6f64 [2021-01-16T00:35:59.680Z] ---> Running in 6e097559fe46 [2021-01-16T00:35:59.680Z] ---> Running in 087b4ce907e9 [2021-01-16T00:35:59.680Z] ---> Running in a2e3a61d2cc5 [2021-01-16T00:35:59.680Z] ---> Running in 122e879f1ff8 [2021-01-16T00:35:59.680Z] Removing intermediate container 122e879f1ff8 [2021-01-16T00:35:59.680Z] ---> 89269a5c0948 [2021-01-16T00:35:59.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:59.680Z] Removing intermediate container 087b4ce907e9 [2021-01-16T00:35:59.680Z] ---> 10407f89b360 [2021-01-16T00:35:59.680Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:59.680Z] Removing intermediate container 0bf132fe6f64 [2021-01-16T00:35:59.680Z] ---> 05db069c151b [2021-01-16T00:35:59.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:59.680Z] Removing intermediate container 6e097559fe46 [2021-01-16T00:35:59.680Z] ---> b585e4aa0ab8 [2021-01-16T00:35:59.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:59.680Z] Removing intermediate container a2e3a61d2cc5 [2021-01-16T00:35:59.680Z] ---> d573ed5063dd [2021-01-16T00:35:59.680Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:35:59.680Z] ---> Running in 77dffe556629 [2021-01-16T00:35:59.680Z] ---> Running in 2d64ed16a446 [2021-01-16T00:35:59.680Z] ---> Running in 2d7ce840eaf9 [2021-01-16T00:35:59.680Z] ---> Running in 2fb1d26b870a [2021-01-16T00:35:59.680Z] ---> Running in 8afc7705199e [2021-01-16T00:36:01.701Z] Removing intermediate container 2d7ce840eaf9 [2021-01-16T00:36:01.701Z] ---> 0302f1e273cc [2021-01-16T00:36:01.701Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:36:01.977Z] Removing intermediate container 77dffe556629 [2021-01-16T00:36:01.977Z] ---> 4f898abe3ad3 [2021-01-16T00:36:01.977Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:36:02.297Z] ---> Running in 36189ba19ce0 [2021-01-16T00:36:02.297Z] ---> Running in 98227c19ba40 [2021-01-16T00:36:02.297Z] Removing intermediate container 2d64ed16a446 [2021-01-16T00:36:02.297Z] ---> 7dc5545da196 [2021-01-16T00:36:02.297Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:36:02.567Z] Removing intermediate container 2fb1d26b870a [2021-01-16T00:36:02.567Z] ---> c1d74186133f [2021-01-16T00:36:02.567Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:36:02.567Z] Removing intermediate container 8afc7705199e [2021-01-16T00:36:02.567Z] ---> 2d50ae7c03de [2021-01-16T00:36:02.567Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:36:02.567Z] ---> Running in 130a4c492f15 [2021-01-16T00:36:02.567Z] ---> Running in 83b40c5bbddf [2021-01-16T00:36:02.837Z] ---> Running in ea69a15dc967 [2021-01-16T00:36:03.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:03.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:03.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:03.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:03.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:04.605Z] 00ac8860ef70: Pull complete [2021-01-16T00:36:04.880Z] 63d7cb157983: Pull complete [2021-01-16T00:36:05.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:05.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:05.153Z] b116817d02f9: Pull complete [2021-01-16T00:36:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:36:06.756Z] OK: 233 MiB in 51 packages [2021-01-16T00:36:07.349Z] OK: 233 MiB in 51 packages [2021-01-16T00:36:07.622Z] OK: 233 MiB in 51 packages [2021-01-16T00:36:07.622Z] Removing intermediate container 83b40c5bbddf [2021-01-16T00:36:07.622Z] ---> 6f9723a259e0 [2021-01-16T00:36:07.622Z] Step 6/23 : COPY go.mod . [2021-01-16T00:36:08.214Z] ---> 67d64b45fb7a [2021-01-16T00:36:08.214Z] Step 7/23 : RUN go mod download [2021-01-16T00:36:08.214Z] OK: 233 MiB in 51 packages [2021-01-16T00:36:08.214Z] OK: 233 MiB in 51 packages [2021-01-16T00:36:08.214Z] Removing intermediate container ea69a15dc967 [2021-01-16T00:36:08.214Z] ---> da8e1553eb33 [2021-01-16T00:36:08.214Z] Step 6/24 : COPY go.mod . [2021-01-16T00:36:08.214Z] ---> Running in 7d81334af672 [2021-01-16T00:36:08.482Z] Removing intermediate container 130a4c492f15 [2021-01-16T00:36:08.482Z] ---> 9a977626cd5c [2021-01-16T00:36:08.482Z] Step 6/22 : COPY go.mod . [2021-01-16T00:36:08.482Z] ---> 232283e8fc30 [2021-01-16T00:36:08.482Z] Step 7/24 : RUN go mod download [2021-01-16T00:36:08.748Z] ---> Running in 3214597c9a1a [2021-01-16T00:36:09.011Z] ---> 28a9ddaebf73 [2021-01-16T00:36:09.011Z] Step 7/22 : RUN go mod download [2021-01-16T00:36:09.290Z] ---> Running in 92baa2ccb414 [2021-01-16T00:36:09.290Z] Removing intermediate container 98227c19ba40 [2021-01-16T00:36:09.290Z] ---> ff87e6b93f06 [2021-01-16T00:36:09.290Z] Step 6/26 : COPY go.mod . [2021-01-16T00:36:09.290Z] Removing intermediate container 36189ba19ce0 [2021-01-16T00:36:09.290Z] ---> 817637d93eed [2021-01-16T00:36:09.290Z] Step 6/22 : COPY go.mod . [2021-01-16T00:36:09.494Z] 745a02a5169b: Pull complete [2021-01-16T00:36:09.494Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-16T00:36:09.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-16T00:36:09.494Z] ---> b7e6874047d6 [2021-01-16T00:36:09.494Z] 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-16T00:36:09.887Z] ---> 74688d2480ef [2021-01-16T00:36:09.887Z] Step 7/26 : RUN go mod download [2021-01-16T00:36:10.168Z] ---> b229ea4c1b37 [2021-01-16T00:36:10.168Z] Step 7/22 : RUN go mod download [2021-01-16T00:36:10.168Z] ---> Running in eb1cf75e070e [2021-01-16T00:36:10.168Z] ---> Running in 91b324490ed2 [2021-01-16T00:36:11.182Z] Removing intermediate container 7d81334af672 [2021-01-16T00:36:11.183Z] ---> 7230cbdefd16 [2021-01-16T00:36:11.183Z] Step 8/23 : COPY . . [2021-01-16T00:36:11.183Z] Removing intermediate container 3214597c9a1a [2021-01-16T00:36:11.183Z] ---> 305600ccfe45 [2021-01-16T00:36:11.183Z] Step 8/24 : COPY . . [2021-01-16T00:36:11.460Z] Removing intermediate container 92baa2ccb414 [2021-01-16T00:36:11.460Z] ---> 71fcfa41c854 [2021-01-16T00:36:11.460Z] Step 8/22 : COPY . . [2021-01-16T00:36:12.896Z] ---> Running in 15d4dd7801f5 [2021-01-16T00:36:13.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:36:15.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:36:16.745Z] (1/12) Installing libmagic (5.38-r0) [2021-01-16T00:36:17.348Z] (2/12) Installing file (5.38-r0) [2021-01-16T00:36:17.348Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-16T00:36:17.348Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-16T00:36:18.208Z] Removing intermediate container eb1cf75e070e [2021-01-16T00:36:18.208Z] ---> 487549ddb3a6 [2021-01-16T00:36:18.208Z] Step 8/26 : COPY . . [2021-01-16T00:36:18.208Z] Removing intermediate container 91b324490ed2 [2021-01-16T00:36:18.208Z] ---> fc82af249a45 [2021-01-16T00:36:18.208Z] Step 8/22 : COPY . . [2021-01-16T00:36:21.645Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-16T00:36:21.645Z] (6/12) Installing patch (2.7.6-r6) [2021-01-16T00:36:21.645Z] (7/12) Installing build-base (0.5-r2) [2021-01-16T00:36:21.645Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-16T00:36:21.917Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-16T00:36:21.917Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-16T00:36:21.917Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-16T00:36:22.190Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-16T00:36:22.190Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:36:22.190Z] OK: 217 MiB in 51 packages [2021-01-16T00:36:26.505Z] Removing intermediate container 15d4dd7801f5 [2021-01-16T00:36:26.505Z] ---> 8fc1453116f1 [2021-01-16T00:36:26.505Z] Step 4/6 : WORKDIR /edgex-go [2021-01-16T00:36:26.505Z] ---> Running in 84ad02ce5054 [2021-01-16T00:36:27.101Z] Removing intermediate container 84ad02ce5054 [2021-01-16T00:36:27.101Z] ---> f9188c2b55f5 [2021-01-16T00:36:27.101Z] Step 5/6 : COPY go.mod . [2021-01-16T00:36:27.714Z] ---> 9dabff4b3fd8 [2021-01-16T00:36:27.714Z] Step 6/6 : RUN go mod download [2021-01-16T00:36:27.714Z] ---> Running in d061b132307f [2021-01-16T00:36:54.524Z] Removing intermediate container d061b132307f [2021-01-16T00:36:54.524Z] ---> b3723bf9a274 [2021-01-16T00:36:54.524Z] Successfully built b3723bf9a274 [2021-01-16T00:36:54.524Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:36:54.883Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:36:54.883Z] . [Pipeline] withDockerContainer [2021-01-16T00:36:55.184Z] prd-ubuntu18.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2021-01-16T00:36:55.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:36:56.913Z] $ docker top f011cb6952eb8437eca485f5989c2601661265d1ef63e6bb57c9b7a66b4fd739 -eo pid,comm [2021-01-16T00:36:57.234Z] ---> 7fefe0e04455 [2021-01-16T00:36:57.235Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:36:57.235Z] ---> 1500a3065f59 [2021-01-16T00:36:57.235Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:36:57.235Z] ---> e15ec563410f [2021-01-16T00:36:57.235Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:36:57.235Z] ---> Running in cdf5deb2b1d5 [2021-01-16T00:36:57.235Z] ---> Running in 9c6184e4ab2f [2021-01-16T00:36:57.235Z] ---> Running in 07b61e40795c [2021-01-16T00:36:57.235Z] ---> 4643ef268fea [2021-01-16T00:36:57.235Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:36:57.235Z] ---> 1a89c957f4a1 [2021-01-16T00:36:57.235Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:36:57.235Z] ---> Running in cb95077a045d [2021-01-16T00:36:57.235Z] ---> Running in 4987f8e19a8c [2021-01-16T00:36:57.235Z] 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-16T00:36:57.235Z] 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-16T00:36:57.235Z] 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-16T00:36:57.235Z] 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 [Pipeline] { [Pipeline] sh [2021-01-16T00:36:57.540Z] 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-16T00:36:58.022Z] + go version [2021-01-16T00:36:58.022Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-16T00:36:58.049Z] $ docker stop --time=1 f011cb6952eb8437eca485f5989c2601661265d1ef63e6bb57c9b7a66b4fd739 [2021-01-16T00:37:00.037Z] $ docker rm -f f011cb6952eb8437eca485f5989c2601661265d1ef63e6bb57c9b7a66b4fd739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:37:01.166Z] + docker inspect -f . ci-base-image-arm64 [2021-01-16T00:37:01.166Z] . [Pipeline] withDockerContainer [2021-01-16T00:37:01.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2021-01-16T00:37:01.552Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-16T00:37:03.126Z] $ docker top b0bc493161d7da4886ad2d358120f881932293d4f809dd99d40589582ca5bfb0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-16T00:37:03.549Z] ========================================================= [2021-01-16T00:37:03.549Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-16T00:37:03.549Z] ========================================================= [Pipeline] sh [2021-01-16T00:37:04.218Z] + make test [2021-01-16T00:37:04.218Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-16T00:37:30.005Z] 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-16T00:37:31.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-16T00:37:35.369Z] Removing intermediate container cb95077a045d [2021-01-16T00:37:35.370Z] ---> 8e4b0bb4c2dd [2021-01-16T00:37:35.370Z] [2021-01-16T00:37:35.370Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:37:35.370Z] 3.12: Pulling from library/alpine [2021-01-16T00:37:38.709Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:37:38.709Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:37:38.709Z] ---> 389fef711851 [2021-01-16T00:37:38.709Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:37:38.709Z] Removing intermediate container 07b61e40795c [2021-01-16T00:37:38.709Z] ---> 39b0aa5fcdce [2021-01-16T00:37:38.709Z] [2021-01-16T00:37:38.709Z] Step 10/22 : FROM scratch [2021-01-16T00:37:38.709Z] ---> [2021-01-16T00:37:38.709Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:38.709Z] Removing intermediate container 4987f8e19a8c [2021-01-16T00:37:38.709Z] ---> 30cb1ef33f00 [2021-01-16T00:37:38.709Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:37:39.658Z] ---> Running in da24c3a1e532 [2021-01-16T00:37:39.658Z] ---> Running in a7a66a814419 [2021-01-16T00:37:39.658Z] ---> Running in 289135fd9e70 [2021-01-16T00:37:39.926Z] Removing intermediate container 9c6184e4ab2f [2021-01-16T00:37:39.926Z] ---> 4f073bcd9d74 [2021-01-16T00:37:39.926Z] [2021-01-16T00:37:39.926Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:37:39.926Z] ---> 389fef711851 [2021-01-16T00:37:39.926Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:37:39.926Z] Removing intermediate container a7a66a814419 [2021-01-16T00:37:39.926Z] ---> b835c66a1c34 [2021-01-16T00:37:39.926Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:37:40.506Z] ---> Running in 9db946018dd7 [2021-01-16T00:37:40.506Z] ---> Running in 20e1a00c4a2e [2021-01-16T00:37:40.775Z] Removing intermediate container 9db946018dd7 [2021-01-16T00:37:40.775Z] ---> 0e7154696eb6 [2021-01-16T00:37:40.775Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:37:40.775Z] ---> Running in 989869df6165 [2021-01-16T00:37:41.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:41.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-16T00:37:41.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:41.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:41.319Z] Removing intermediate container 989869df6165 [2021-01-16T00:37:41.319Z] ---> f0c504aa29a3 [2021-01-16T00:37:41.319Z] Step 14/22 : WORKDIR / [2021-01-16T00:37:41.319Z] ---> Running in d0f8d9805bf2 [2021-01-16T00:37:41.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:41.319Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:41.319Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:41.319Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:41.319Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:37:41.588Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:37:41.588Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:41.588Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:37:41.588Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:41.588Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:37:41.588Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:37:41.588Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:37:41.588Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:37:41.588Z] OK: 7 MiB in 19 packages [2021-01-16T00:37:41.588Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:41.588Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:37:41.854Z] OK: 7 MiB in 19 packages [2021-01-16T00:37:42.814Z] Removing intermediate container d0f8d9805bf2 [2021-01-16T00:37:42.814Z] ---> 2f9079959023 [2021-01-16T00:37:42.814Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:44.214Z] ---> 640bd27d4da0 [2021-01-16T00:37:44.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:37:44.483Z] Removing intermediate container cdf5deb2b1d5 [2021-01-16T00:37:44.483Z] ---> cf09fafb2f45 [2021-01-16T00:37:44.483Z] [2021-01-16T00:37:44.483Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:37:44.483Z] ---> 389fef711851 [2021-01-16T00:37:44.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:37:45.430Z] ---> Running in 8106478f37a8 [2021-01-16T00:37:46.010Z] Removing intermediate container da24c3a1e532 [2021-01-16T00:37:46.010Z] ---> 5768d7842684 [2021-01-16T00:37:46.010Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:37:46.010Z] ---> ad2065ece429 [2021-01-16T00:37:46.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:46.010Z] Removing intermediate container 289135fd9e70 [2021-01-16T00:37:46.010Z] ---> a78ad7c6d7d4 [2021-01-16T00:37:46.010Z] [2021-01-16T00:37:46.010Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:37:46.010Z] Removing intermediate container 20e1a00c4a2e [2021-01-16T00:37:46.010Z] ---> 0860b84a3474 [2021-01-16T00:37:46.010Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:37:46.010Z] 20.10.0: Pulling from library/docker [2021-01-16T00:37:46.010Z] ---> Running in 9cbb222492ca [2021-01-16T00:37:46.281Z] Removing intermediate container 8106478f37a8 [2021-01-16T00:37:46.281Z] ---> 7129883f7fa9 [2021-01-16T00:37:46.281Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:37:46.281Z] ---> Running in ca8bd8de0caa [2021-01-16T00:37:46.553Z] ---> Running in 528804b3b815 [2021-01-16T00:37:46.831Z] ---> 8ff32554e0cd [2021-01-16T00:37:46.831Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:37:46.831Z] Removing intermediate container 9cbb222492ca [2021-01-16T00:37:46.831Z] ---> fc5efc331ef0 [2021-01-16T00:37:46.831Z] Step 13/22 : WORKDIR / [2021-01-16T00:37:47.097Z] ---> Running in b94ee4fd8030 [2021-01-16T00:37:47.097Z] Removing intermediate container ca8bd8de0caa [2021-01-16T00:37:47.097Z] ---> ea867e964241 [2021-01-16T00:37:47.097Z] Step 13/24 : WORKDIR / [2021-01-16T00:37:47.097Z] ---> Running in 735317fc552a [2021-01-16T00:37:47.097Z] Removing intermediate container 528804b3b815 [2021-01-16T00:37:47.097Z] ---> ef69d604d69e [2021-01-16T00:37:47.097Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:37:47.679Z] ---> Running in 6dd40b74d998 [2021-01-16T00:37:47.679Z] ---> Running in 95df109898f0 [2021-01-16T00:37:47.944Z] Removing intermediate container 735317fc552a [2021-01-16T00:37:47.944Z] ---> 9ac9e2c6a4aa [2021-01-16T00:37:47.944Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:47.944Z] Removing intermediate container b94ee4fd8030 [2021-01-16T00:37:47.944Z] ---> 6d17ccfceeaa [2021-01-16T00:37:47.944Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:37:48.535Z] Removing intermediate container 6dd40b74d998 [2021-01-16T00:37:48.535Z] ---> dd0808c7cee6 [2021-01-16T00:37:48.535Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:37:48.535Z] ---> Running in ce4adebf2407 [2021-01-16T00:37:48.535Z] Removing intermediate container 95df109898f0 [2021-01-16T00:37:48.535Z] ---> 6ca549284f70 [2021-01-16T00:37:48.536Z] 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-16T00:37:49.965Z] ---> a16e84681eb3 [2021-01-16T00:37:49.965Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:37:49.965Z] ---> Running in 0f1ecbe9b72c [2021-01-16T00:37:49.965Z] ---> 3ae9c4f4012f [2021-01-16T00:37:49.966Z] 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-16T00:37:49.966Z] Removing intermediate container ce4adebf2407 [2021-01-16T00:37:49.966Z] ---> beccca9d5deb [2021-01-16T00:37:49.966Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:50.236Z] ---> Running in 51206e4a3053 [2021-01-16T00:37:50.518Z] ---> 9c166d27256c [2021-01-16T00:37:50.518Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:37:50.518Z] ---> dd645c33c29e [2021-01-16T00:37:50.518Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:50.805Z] Removing intermediate container 51206e4a3053 [2021-01-16T00:37:50.805Z] ---> 26ffd85af82a [2021-01-16T00:37:50.805Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:37:51.085Z] ---> Running in 6a74ccd43bd9 [2021-01-16T00:37:51.085Z] ---> 2b37ddfbcbc9 [2021-01-16T00:37:51.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:37:51.085Z] ---> 088abaa000ff [2021-01-16T00:37:51.085Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:37:51.357Z] Removing intermediate container 6a74ccd43bd9 [2021-01-16T00:37:51.357Z] ---> 2a58a63b9d15 [2021-01-16T00:37:51.357Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:51.357Z] ---> Running in 71b466f0b6ca [2021-01-16T00:37:51.623Z] Removing intermediate container 0f1ecbe9b72c [2021-01-16T00:37:51.623Z] ---> 32a5d7601e04 [2021-01-16T00:37:51.623Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:37:51.623Z] ---> d8f1f30de076 [2021-01-16T00:37:51.623Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:37:51.891Z] ---> Running in 2f4255435ca9 [2021-01-16T00:37:51.891Z] ---> Running in 3610d261d548 [2021-01-16T00:37:51.891Z] ---> a17afef696f4 [2021-01-16T00:37:51.891Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:37:51.891Z] Removing intermediate container 71b466f0b6ca [2021-01-16T00:37:51.891Z] ---> 8ec6792d5057 [2021-01-16T00:37:51.891Z] [2021-01-16T00:37:52.896Z] Successfully built 8ec6792d5057 [2021-01-16T00:37:52.896Z] Successfully tagged docker-core-command-go:latest [2021-01-16T00:37:52.896Z] Building docker-security-proxy-setup-go [2021-01-16T00:37:53.166Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:53.166Z] ---> 5d0da0dbc0a4 [2021-01-16T00:37:53.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:37:53.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:54.014Z] ---> 5e20b4ad52c9 [2021-01-16T00:37:54.014Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-16T00:37:54.277Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:37:54.277Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:37:54.539Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:37:54.539Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:37:55.129Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:37:55.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:55.129Z] OK: 8 MiB in 19 packages [2021-01-16T00:37:55.129Z] ---> Running in f68fd9bcf617 [2021-01-16T00:37:56.573Z] Removing intermediate container 3610d261d548 [2021-01-16T00:37:56.573Z] ---> 2142af731c13 [2021-01-16T00:37:56.573Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:37:56.573Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:37:56.845Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:37:56.845Z] ---> aefe523efa57 [2021-01-16T00:37:56.845Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:37:57.465Z] ---> Running in b808f9cc26a3 [2021-01-16T00:37:57.465Z] ---> Running in 43a7e2a29546 [2021-01-16T00:37:58.451Z] Removing intermediate container 43a7e2a29546 [2021-01-16T00:37:58.451Z] ---> d823bcfcdeab [2021-01-16T00:37:58.451Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:37:58.451Z] Removing intermediate container 2f4255435ca9 [2021-01-16T00:37:58.451Z] ---> c9416747c8cb [2021-01-16T00:37:58.451Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:37:58.451Z] ---> Running in a527fc2e9019 [2021-01-16T00:37:58.720Z] ---> d9ab5c732acd [2021-01-16T00:37:58.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:37:58.720Z] Removing intermediate container a527fc2e9019 [2021-01-16T00:37:58.720Z] ---> 1d717b3adda8 [2021-01-16T00:37:58.720Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:37:58.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:59.009Z] Removing intermediate container f68fd9bcf617 [2021-01-16T00:37:59.009Z] ---> 582ee77f2492 [2021-01-16T00:37:59.009Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:37:59.009Z] ---> Running in e63276f0e033 [2021-01-16T00:37:59.009Z] ---> Running in 1b021045d748 [2021-01-16T00:37:59.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:37:59.283Z] Removing intermediate container e63276f0e033 [2021-01-16T00:37:59.283Z] ---> 8f63fc73e96c [2021-01-16T00:37:59.283Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:37:59.548Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:37:59.548Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:37:59.548Z] Removing intermediate container 1b021045d748 [2021-01-16T00:37:59.548Z] ---> f4a5ff723447 [2021-01-16T00:37:59.548Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:37:59.548Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:37:59.548Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:37:59.548Z] OK: 12 MiB in 22 packages [2021-01-16T00:37:59.548Z] ---> Running in 7973f2eda24d [2021-01-16T00:38:00.074Z] ---> Running in fc3e665bfed6 [2021-01-16T00:38:00.578Z] ---> 3f6cbb2432e9 [2021-01-16T00:38:00.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:02.113Z] Removing intermediate container 7973f2eda24d [2021-01-16T00:38:02.114Z] ---> 543e176d4047 [2021-01-16T00:38:02.114Z] [2021-01-16T00:38:02.114Z] Removing intermediate container fc3e665bfed6 [2021-01-16T00:38:02.114Z] ---> 7d354356aa63 [2021-01-16T00:38:02.114Z] Step 23/24 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:38:02.383Z] Successfully built 543e176d4047 [2021-01-16T00:38:02.383Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-16T00:38:02.383Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-16T00:38:03.832Z] ---> 6585144c27ef [2021-01-16T00:38:03.832Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:38:03.832Z] Removing intermediate container b808f9cc26a3 [2021-01-16T00:38:03.832Z] ---> 020faa1421f7 [2021-01-16T00:38:03.832Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:38:05.784Z] ---> Running in 1881ad2c0c22 [2021-01-16T00:38:06.059Z] ---> Running in ae801ea6af30 [2021-01-16T00:38:06.059Z] ---> Running in f57c30600281 [2021-01-16T00:38:06.654Z] Removing intermediate container 1881ad2c0c22 [2021-01-16T00:38:06.654Z] ---> cccb2db7b18c [2021-01-16T00:38:06.654Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:38:06.931Z] Removing intermediate container ae801ea6af30 [2021-01-16T00:38:06.931Z] ---> f34a15b92462 [2021-01-16T00:38:06.931Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:38:08.357Z] Removing intermediate container f57c30600281 [2021-01-16T00:38:08.357Z] ---> 4455fe95f441 [2021-01-16T00:38:08.357Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:38:08.643Z] ---> Running in e0d2a8e096a6 [2021-01-16T00:38:08.643Z] ---> Running in 666022f564e2 [2021-01-16T00:38:08.928Z] ---> Running in 17e985e1baac [2021-01-16T00:38:09.965Z] Removing intermediate container e0d2a8e096a6 [2021-01-16T00:38:09.965Z] ---> b57a749589da [2021-01-16T00:38:09.965Z] [2021-01-16T00:38:09.965Z] Removing intermediate container 666022f564e2 [2021-01-16T00:38:09.965Z] ---> 9da8ada08189 [2021-01-16T00:38:09.965Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:38:09.965Z] Removing intermediate container 17e985e1baac [2021-01-16T00:38:09.965Z] ---> ac815b570314 [2021-01-16T00:38:09.965Z] Step 21/23 : LABEL arch=x86_64 [2021-01-16T00:38:10.235Z] Successfully built b57a749589da [2021-01-16T00:38:10.235Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-16T00:38:10.235Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-16T00:38:10.835Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:10.835Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:10.835Z] ---> e84fed99c251 [2021-01-16T00:38:10.835Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> d573ed5063dd [2021-01-16T00:38:10.835Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> 2d50ae7c03de [2021-01-16T00:38:10.835Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> da8e1553eb33 [2021-01-16T00:38:10.835Z] Step 6/21 : COPY go.mod . [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> 232283e8fc30 [2021-01-16T00:38:10.835Z] Step 7/21 : RUN go mod download [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> 305600ccfe45 [2021-01-16T00:38:10.835Z] Step 8/21 : COPY . . [2021-01-16T00:38:10.835Z] ---> Using cache [2021-01-16T00:38:10.835Z] ---> 1500a3065f59 [2021-01-16T00:38:10.835Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:38:11.118Z] ---> Running in f9ae3fd35567 [2021-01-16T00:38:11.118Z] ---> Running in a655c1469627 [2021-01-16T00:38:11.394Z] ---> Running in 5eed1fe1baf2 [2021-01-16T00:38:11.971Z] Removing intermediate container a655c1469627 [2021-01-16T00:38:11.971Z] ---> 63d33ed72989 [2021-01-16T00:38:11.971Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:38:12.564Z] Removing intermediate container f9ae3fd35567 [2021-01-16T00:38:12.564Z] ---> e0a3130dc3b1 [2021-01-16T00:38:12.564Z] Step 22/23 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:38:14.012Z] 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-16T00:38:14.632Z] ---> Running in 28ef05dc2683 [2021-01-16T00:38:15.269Z] ---> 9e42a93a829c [2021-01-16T00:38:15.269Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:38:15.917Z] Removing intermediate container 28ef05dc2683 [2021-01-16T00:38:15.917Z] ---> ad85d5f690d3 [2021-01-16T00:38:15.917Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:38:16.913Z] ---> Running in cf97e1f14e3a [2021-01-16T00:38:16.913Z] ---> 3710f10dfeb6 [2021-01-16T00:38:16.913Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:38:18.359Z] Removing intermediate container cf97e1f14e3a [2021-01-16T00:38:18.359Z] ---> 5a0013bc9d73 [2021-01-16T00:38:18.359Z] [2021-01-16T00:38:18.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-16T00:38:18.970Z] ---> 3710094eb769 [2021-01-16T00:38:18.970Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:38:19.583Z] Successfully built 5a0013bc9d73 [2021-01-16T00:38:19.583Z] Successfully tagged docker-core-data-go:latest [2021-01-16T00:38:19.583Z] Building docker-core-metadata-go [2021-01-16T00:38:19.856Z]  Building docker-core-data-go ... done  ---> Running in a70ddb7d8e74 [2021-01-16T00:38:22.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:22.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:22.780Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:38:22.780Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:38:22.780Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:38:22.780Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:38:23.057Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:38:23.057Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:38:23.057Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:38:27.418Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:38:27.418Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:38:27.418Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:38:27.418Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:38:27.418Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:38:28.024Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:38:28.024Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:38:28.321Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:38:28.321Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:38:28.321Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:38:28.613Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:38:28.613Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:38:28.613Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:38:28.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-16T00:38:29.240Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:38:30.772Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:38:30.772Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:38:30.772Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:38:30.772Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:38:31.048Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:38:31.048Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:38:31.048Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:38:31.048Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:38:31.048Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:38:31.317Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:31.317Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:31.317Z] ---> e84fed99c251 [2021-01-16T00:38:31.317Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:38:31.317Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:38:31.317Z] ---> Using cache [2021-01-16T00:38:31.317Z] ---> d573ed5063dd [2021-01-16T00:38:31.317Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:31.317Z] ---> Using cache [2021-01-16T00:38:31.317Z] ---> 2d50ae7c03de [2021-01-16T00:38:31.317Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:38:31.317Z] ---> Using cache [2021-01-16T00:38:31.317Z] ---> da8e1553eb33 [2021-01-16T00:38:31.317Z] Step 6/21 : COPY go.mod . [2021-01-16T00:38:31.317Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:38:31.317Z] ---> Using cache [2021-01-16T00:38:31.317Z] ---> 232283e8fc30 [2021-01-16T00:38:31.317Z] Step 7/21 : RUN go mod download [2021-01-16T00:38:31.317Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:38:31.317Z] ---> Using cache [2021-01-16T00:38:31.317Z] ---> 305600ccfe45 [2021-01-16T00:38:31.317Z] Step 8/21 : COPY . . [2021-01-16T00:38:31.598Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:38:31.598Z] ---> Using cache [2021-01-16T00:38:31.598Z] ---> 1500a3065f59 [2021-01-16T00:38:31.598Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-16T00:38:32.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-16T00:38:32.240Z] OK: 71 MiB in 55 packages [2021-01-16T00:38:33.666Z] ---> Running in 0b186532e033 [2021-01-16T00:38:34.071Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-16T00:38:35.522Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-16T00:38:36.294Z] 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-16T00:38:38.903Z] 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-16T00:38:39.491Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:39.491Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:39.491Z] ---> e84fed99c251 [2021-01-16T00:38:39.491Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:38:39.491Z] ---> Using cache [2021-01-16T00:38:39.491Z] ---> d573ed5063dd [2021-01-16T00:38:39.491Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:39.491Z] ---> Using cache [2021-01-16T00:38:39.491Z] ---> 2d50ae7c03de [2021-01-16T00:38:39.491Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:38:40.472Z] ---> Running in 2c900a0dd961 [2021-01-16T00:38:42.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:43.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:43.671Z] OK: 233 MiB in 51 packages [2021-01-16T00:38:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-16T00:38:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-16T00:38:43.876Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-16T00:38:46.321Z] Removing intermediate container 2c900a0dd961 [2021-01-16T00:38:46.321Z] ---> dfd46063f485 [2021-01-16T00:38:46.321Z] Step 6/24 : COPY go.mod . [2021-01-16T00:38:47.743Z] ---> cd0d9b3ffc05 [2021-01-16T00:38:47.743Z] Step 7/24 : RUN go mod download [2021-01-16T00:38:49.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements [2021-01-16T00:38:49.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-16T00:38:49.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-16T00:38:49.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-16T00:38:49.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-16T00:38:49.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-16T00:38:49.820Z] ---> Running in 0791af4b6ed4 [2021-01-16T00:38:51.408Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:38:51.408Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:38:51.408Z] ---> e84fed99c251 [2021-01-16T00:38:51.408Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> d573ed5063dd [2021-01-16T00:38:51.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> 2d50ae7c03de [2021-01-16T00:38:51.408Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> da8e1553eb33 [2021-01-16T00:38:51.408Z] Step 6/22 : COPY go.mod . [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> 232283e8fc30 [2021-01-16T00:38:51.408Z] Step 7/22 : RUN go mod download [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> 305600ccfe45 [2021-01-16T00:38:51.408Z] Step 8/22 : COPY . . [2021-01-16T00:38:51.408Z] ---> Using cache [2021-01-16T00:38:51.408Z] ---> 1500a3065f59 [2021-01-16T00:38:51.408Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:38:52.457Z] ---> Running in 8e4dee6c7bd1 [2021-01-16T00:38:53.072Z] Removing intermediate container 5eed1fe1baf2 [2021-01-16T00:38:53.072Z] ---> c967de73717d [2021-01-16T00:38:53.072Z] [2021-01-16T00:38:53.072Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:38:53.072Z] ---> 389fef711851 [2021-01-16T00:38:53.072Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:38:54.090Z] 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-16T00:38:54.090Z] ---> Running in 76f85e1592eb [2021-01-16T00:38:55.083Z] Removing intermediate container 0791af4b6ed4 [2021-01-16T00:38:55.083Z] ---> 0c535faf07dd [2021-01-16T00:38:55.083Z] Step 8/24 : COPY . . [2021-01-16T00:38:55.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:55.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:38:55.922Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:38:55.922Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:38:55.922Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:38:55.922Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:38:55.923Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:38:56.215Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:38:56.503Z] OK: 7 MiB in 18 packages [2021-01-16T00:38:57.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.0% of statements [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-16T00:38:57.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-16T00:38:57.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-16T00:38:57.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 67.9% of statements [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-16T00:38:57.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.3% of statements [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-16T00:38:57.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-16T00:39:04.821Z] Removing intermediate container a70ddb7d8e74 [2021-01-16T00:39:04.821Z] ---> 099a7d535f26 [2021-01-16T00:39:04.821Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:39:05.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.356s coverage: 28.6% of statements [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-16T00:39:05.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-16T00:39:05.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-16T00:39:05.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-16T00:39:05.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.409s coverage: 97.5% of statements [2021-01-16T00:39:05.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-16T00:39:05.841Z] Removing intermediate container 76f85e1592eb [2021-01-16T00:39:05.842Z] ---> 130c159d9fe2 [2021-01-16T00:39:05.842Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:39:07.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-01-16T00:39:07.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-16T00:39:07.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-16T00:39:07.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-16T00:39:07.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-16T00:39:07.790Z] ---> Running in 4f3bcaa035f5 [2021-01-16T00:39:07.791Z] ---> Running in 3a99e8e6a6d0 [2021-01-16T00:39:09.756Z] Removing intermediate container 0b186532e033 [2021-01-16T00:39:09.756Z] ---> c9987a6bc758 [2021-01-16T00:39:09.756Z] [2021-01-16T00:39:09.756Z] Step 10/21 : FROM scratch [2021-01-16T00:39:09.756Z] ---> [2021-01-16T00:39:09.756Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:39:11.177Z] ---> Using cache [2021-01-16T00:39:11.177Z] ---> b835c66a1c34 [2021-01-16T00:39:11.177Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:39:12.578Z] Removing intermediate container 4f3bcaa035f5 [2021-01-16T00:39:12.578Z] ---> 87c677585bc1 [2021-01-16T00:39:12.578Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:39:14.012Z] ---> Running in 563c6cbf7667 [2021-01-16T00:39:14.288Z] ---> Running in e5fe9c7be8d4 [2021-01-16T00:39:15.817Z] Removing intermediate container 563c6cbf7667 [2021-01-16T00:39:15.817Z] ---> 6a4994445e1b [2021-01-16T00:39:15.817Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:39:15.817Z] ---> Running in 609225abf95f [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.411s coverage: 92.8% of statements [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements [2021-01-16T00:39:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-16T00:39:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2021-01-16T00:39:16.133Z] Removing intermediate container e5fe9c7be8d4 [2021-01-16T00:39:16.133Z] ---> b4459cddd500 [2021-01-16T00:39:16.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:39:16.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.186s coverage: 84.2% of statements [2021-01-16T00:39:17.130Z] Removing intermediate container 609225abf95f [2021-01-16T00:39:17.130Z] ---> 2092e4e0c12d [2021-01-16T00:39:17.130Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:39:18.146Z] ---> bce1cebe9ef2 [2021-01-16T00:39:18.146Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:39:18.419Z] Collecting docker-compose==1.23.2 [2021-01-16T00:39:18.419Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:39:18.686Z] ---> 78f248a55934 [2021-01-16T00:39:18.686Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:39:19.688Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:39:19.688Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:39:19.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements [2021-01-16T00:39:19.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-16T00:39:21.104Z] ---> 435f9e57767e [2021-01-16T00:39:21.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:39:21.104Z] ---> fac3a55eab41 [2021-01-16T00:39:21.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:21.368Z] ---> 6b4ba7119cc4 [2021-01-16T00:39:21.368Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:39:21.368Z] ---> Running in f09fd528e092 [2021-01-16T00:39:21.633Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:39:21.633Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:39:21.633Z] ---> 5a2f600ec907 [2021-01-16T00:39:21.634Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:39:21.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.772s coverage: 63.5% of statements [2021-01-16T00:39:21.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-16T00:39:21.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-16T00:39:21.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-16T00:39:21.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-16T00:39:21.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-16T00:39:21.899Z] ---> 43419467d00a [2021-01-16T00:39:21.899Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:39:21.899Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:39:21.899Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:39:22.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-01-16T00:39:22.163Z] ---> Running in 42051f48b4e3 [2021-01-16T00:39:22.163Z] 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-16T00:39:22.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-16T00:39:22.766Z] ---> Running in 8bff7c09d890 [2021-01-16T00:39:22.767Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:39:22.767Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:39:23.352Z] Removing intermediate container 42051f48b4e3 [2021-01-16T00:39:23.352Z] ---> c329508540cc [2021-01-16T00:39:23.352Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:23.619Z] 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-16T00:39:24.217Z] ---> Running in b269710537d4 [2021-01-16T00:39:24.217Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:39:24.217Z] Removing intermediate container 8bff7c09d890 [2021-01-16T00:39:24.217Z] ---> fc1bb67c69b5 [2021-01-16T00:39:24.217Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:39:24.217Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:39:24.217Z] ---> Running in dbdcc11ec928 [2021-01-16T00:39:24.217Z] Removing intermediate container 8e4dee6c7bd1 [2021-01-16T00:39:24.217Z] ---> bb170fef6ca2 [2021-01-16T00:39:24.217Z] [2021-01-16T00:39:24.217Z] Step 10/22 : FROM scratch [2021-01-16T00:39:24.217Z] ---> [2021-01-16T00:39:24.217Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:39:24.217Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:39:24.217Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:39:24.487Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:39:24.487Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:39:24.487Z] ---> Using cache [2021-01-16T00:39:24.487Z] ---> b835c66a1c34 [2021-01-16T00:39:24.487Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:39:24.755Z] Removing intermediate container b269710537d4 [2021-01-16T00:39:24.755Z] ---> ed4ed69b8cf6 [2021-01-16T00:39:24.756Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:39:25.025Z] Removing intermediate container dbdcc11ec928 [2021-01-16T00:39:25.025Z] ---> 49fe05d3e813 [2021-01-16T00:39:25.025Z] Step 19/21 : LABEL arch=x86_64 [2021-01-16T00:39:25.025Z] ---> Running in a2b474ae0a1c [2021-01-16T00:39:25.025Z] ---> Running in 2e20ea99f1f1 [2021-01-16T00:39:25.301Z] ---> Running in ac341b380e51 [2021-01-16T00:39:25.301Z] Removing intermediate container a2b474ae0a1c [2021-01-16T00:39:25.301Z] ---> 63d545190850 [2021-01-16T00:39:25.301Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:39:25.301Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:39:25.301Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:39:25.301Z] ---> Running in e4d3219400b6 [2021-01-16T00:39:25.595Z] Removing intermediate container 2e20ea99f1f1 [2021-01-16T00:39:25.595Z] ---> 1d42ade8eb6a [2021-01-16T00:39:25.595Z] Step 20/21 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:39:25.595Z] Removing intermediate container ac341b380e51 [2021-01-16T00:39:25.595Z] ---> 99e7e9139153 [2021-01-16T00:39:25.888Z] Step 20/21 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:39:27.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.876s coverage: 68.9% of statements [2021-01-16T00:39:27.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-16T00:39:27.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-16T00:39:27.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-16T00:39:27.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-16T00:39:27.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-16T00:39:27.304Z] ---> Running in 57d4949ab99f [2021-01-16T00:39:27.304Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:39:27.304Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:39:27.304Z] ---> Running in 19d94509f826 [2021-01-16T00:39:27.304Z] Removing intermediate container e4d3219400b6 [2021-01-16T00:39:27.304Z] ---> 893342945f05 [2021-01-16T00:39:27.304Z] Step 14/22 : WORKDIR / [2021-01-16T00:39:27.610Z] Removing intermediate container 57d4949ab99f [2021-01-16T00:39:27.610Z] ---> 10d9c319f021 [2021-01-16T00:39:27.610Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:39:27.610Z] ---> Running in 1fbf391f2291 [2021-01-16T00:39:27.610Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:39:27.610Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:39:27.610Z] ---> Running in 34b8b02d14a4 [2021-01-16T00:39:27.610Z] Removing intermediate container 19d94509f826 [2021-01-16T00:39:27.610Z] ---> d61e864ecc69 [2021-01-16T00:39:27.610Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:39:27.891Z] 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-16T00:39:27.891Z] 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-16T00:39:27.891Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:39:27.891Z] ---> Running in 4f857b39fd70 [2021-01-16T00:39:27.891Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:39:27.891Z] Removing intermediate container 1fbf391f2291 [2021-01-16T00:39:27.891Z] ---> c19c76decb82 [2021-01-16T00:39:27.891Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:39:28.176Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:39:28.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:39:28.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:39:28.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:39:28.176Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:39:28.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:39:28.176Z] Removing intermediate container 34b8b02d14a4 [2021-01-16T00:39:28.176Z] ---> efd1b9b78280 [2021-01-16T00:39:28.176Z] [2021-01-16T00:39:28.452Z] Removing intermediate container 4f857b39fd70 [2021-01-16T00:39:28.452Z] ---> 20f58fefdb23 [2021-01-16T00:39:28.452Z] [2021-01-16T00:39:28.452Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, dockerpty, jsonschema, docker-pycreds, docker, docopt, PyYAML, cached-property, docker-compose [2021-01-16T00:39:28.452Z] Running setup.py install for texttable: started [2021-01-16T00:39:28.452Z] Successfully built efd1b9b78280 [2021-01-16T00:39:28.731Z] Successfully built 20f58fefdb23 [2021-01-16T00:39:29.046Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-16T00:39:29.046Z]  Building docker-support-scheduler-go ... done  ---> accd8f69dfca [2021-01-16T00:39:29.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:39:29.046Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-16T00:39:29.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.0% of statements [2021-01-16T00:39:29.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-16T00:39:29.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-16T00:39:29.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.549s coverage: 84.0% of statements [2021-01-16T00:39:29.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-01-16T00:39:29.333Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:39:29.617Z] Attempting uninstall: urllib3 [2021-01-16T00:39:29.617Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:39:29.617Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:39:29.617Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:39:30.645Z] Attempting uninstall: idna [2021-01-16T00:39:30.645Z] Found existing installation: idna 2.9 [2021-01-16T00:39:30.645Z] Uninstalling idna-2.9: [2021-01-16T00:39:30.645Z] ---> 39608632641a [2021-01-16T00:39:30.645Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:30.645Z] Successfully uninstalled idna-2.9 [2021-01-16T00:39:30.920Z] Attempting uninstall: requests [2021-01-16T00:39:30.920Z] Found existing installation: requests 2.23.0 [2021-01-16T00:39:30.920Z] Uninstalling requests-2.23.0: [2021-01-16T00:39:30.920Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:39:31.190Z] ---> bea1fe2cb797 [2021-01-16T00:39:31.190Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:39:31.190Z] Running setup.py install for dockerpty: started [2021-01-16T00:39:31.456Z] ---> Running in f4069521a6ed [2021-01-16T00:39:31.730Z] Removing intermediate container f4069521a6ed [2021-01-16T00:39:31.730Z] ---> d156c41ad851 [2021-01-16T00:39:31.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:31.730Z] ---> Running in e02b7e5fe347 [2021-01-16T00:39:32.009Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:39:32.286Z] Removing intermediate container e02b7e5fe347 [2021-01-16T00:39:32.287Z] ---> ec22eb529ff4 [2021-01-16T00:39:32.287Z] Step 20/22 : LABEL arch=x86_64 [2021-01-16T00:39:32.552Z] ---> Running in cbbabae2b85d [2021-01-16T00:39:33.516Z] Removing intermediate container cbbabae2b85d [2021-01-16T00:39:33.516Z] ---> 98967e493786 [2021-01-16T00:39:33.516Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:39:33.516Z] Running setup.py install for docopt: started [2021-01-16T00:39:33.791Z] ---> Running in 40790a1d011e [2021-01-16T00:39:34.074Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:39:34.074Z] Running setup.py install for PyYAML: started [2021-01-16T00:39:34.387Z] Removing intermediate container 40790a1d011e [2021-01-16T00:39:34.387Z] ---> 3b37bd4c1e13 [2021-01-16T00:39:34.387Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:39:34.387Z] ---> Running in f478b80fca77 [2021-01-16T00:39:34.665Z] Removing intermediate container f478b80fca77 [2021-01-16T00:39:34.665Z] ---> d21e0d20b5de [2021-01-16T00:39:34.665Z] [2021-01-16T00:39:34.945Z] Successfully built d21e0d20b5de [2021-01-16T00:39:34.945Z] Successfully tagged docker-core-metadata-go:latest [2021-01-16T00:39:34.945Z]  Building docker-core-metadata-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:39:35.547Z] 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-16T00:39:35.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-16T00:39:35.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-16T00:39:35.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-01-16T00:39:35.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-16T00:39:38.864Z] Removing intermediate container 3a99e8e6a6d0 [2021-01-16T00:39:38.864Z] ---> a9782e79ab22 [2021-01-16T00:39:38.864Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:39:38.864Z] ---> Running in 1f7e42626c1c [2021-01-16T00:39:39.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:39.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-16T00:39:39.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:39:39.712Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:39:39.712Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:39:39.712Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:39:39.712Z] OK: 72 MiB in 58 packages [2021-01-16T00:39:41.111Z] Removing intermediate container f09fd528e092 [2021-01-16T00:39:41.111Z] ---> 6ab2c3bf7ef1 [2021-01-16T00:39:41.111Z] [2021-01-16T00:39:41.111Z] Step 10/24 : FROM scratch [2021-01-16T00:39:41.111Z] ---> [2021-01-16T00:39:41.111Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:39:41.111Z] ---> Running in e91e48caf5f2 [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.178s coverage: 29.1% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-16T00:39:41.289Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-01-16T00:39:41.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-16T00:39:41.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-16T00:39:41.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-16T00:39:41.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-16T00:39:41.381Z] Removing intermediate container e91e48caf5f2 [2021-01-16T00:39:41.381Z] ---> a8488bf2e1a3 [2021-01-16T00:39:41.381Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:39:41.381Z] Removing intermediate container 1f7e42626c1c [2021-01-16T00:39:41.381Z] ---> 0a7e8b15758e [2021-01-16T00:39:41.381Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T00:39:41.381Z] ---> Running in f11aa2fc5a7e [2021-01-16T00:39:41.381Z] ---> Running in 634c1383074e [2021-01-16T00:39:41.642Z] Removing intermediate container f11aa2fc5a7e [2021-01-16T00:39:41.642Z] ---> ef5b093908bb [2021-01-16T00:39:41.642Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:39:41.642Z] Removing intermediate container 634c1383074e [2021-01-16T00:39:41.642Z] ---> de9089547539 [2021-01-16T00:39:41.642Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:41.642Z] ---> Running in 29f4d2ef2df2 [2021-01-16T00:39:41.642Z] ---> Running in 0dbca53276c7 [2021-01-16T00:39:41.907Z] Removing intermediate container 29f4d2ef2df2 [2021-01-16T00:39:41.907Z] ---> d5c6f10ffdf9 [2021-01-16T00:39:41.907Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:39:41.907Z] Removing intermediate container 0dbca53276c7 [2021-01-16T00:39:41.907Z] ---> c4f48cc3d517 [2021-01-16T00:39:41.907Z] Step 24/26 : LABEL arch=x86_64 [2021-01-16T00:39:41.907Z] ---> Running in 73023c18f8f6 [2021-01-16T00:39:42.177Z] ---> 7a1ab8754e0d [2021-01-16T00:39:42.177Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:39:42.177Z] Removing intermediate container 73023c18f8f6 [2021-01-16T00:39:42.177Z] ---> 8c9b85d0a5c7 [2021-01-16T00:39:42.177Z] Step 25/26 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:39:42.177Z] ---> Running in efdb13bb890b [2021-01-16T00:39:42.271Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-16T00:39:42.762Z] Removing intermediate container efdb13bb890b [2021-01-16T00:39:42.762Z] ---> 719d0ae74459 [2021-01-16T00:39:42.762Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:39:43.261Z] GO111MODULE=on go vet ./... [2021-01-16T00:39:43.339Z] ---> Running in e2537aeea97a [2021-01-16T00:39:43.339Z] ---> 296c96b9f4f2 [2021-01-16T00:39:43.339Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:39:43.339Z] Removing intermediate container e2537aeea97a [2021-01-16T00:39:43.339Z] ---> 0d9186f2fd40 [2021-01-16T00:39:43.339Z] [2021-01-16T00:39:44.292Z] Successfully built 0d9186f2fd40 [2021-01-16T00:39:44.292Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-16T00:39:44.292Z]  Building docker-sys-mgmt-agent-go ... done  ---> 4ba6d7961507 [2021-01-16T00:39:44.292Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:39:44.555Z] ---> b7c8674ffd54 [2021-01-16T00:39:44.555Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:39:45.139Z] ---> d608b629853b [2021-01-16T00:39:45.139Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:39:45.399Z] ---> cb75c35a3d4c [2021-01-16T00:39:45.399Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:39:45.399Z] ---> Running in 8f4cc0f21dc4 [2021-01-16T00:39:45.399Z] Removing intermediate container 8f4cc0f21dc4 [2021-01-16T00:39:45.399Z] ---> b67dcc9df176 [2021-01-16T00:39:45.399Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:39:45.660Z] ---> Running in cccfeacc7829 [2021-01-16T00:39:45.660Z] Removing intermediate container cccfeacc7829 [2021-01-16T00:39:45.660Z] ---> 0f6547f2353b [2021-01-16T00:39:45.660Z] Step 22/24 : LABEL arch=x86_64 [2021-01-16T00:39:45.926Z] ---> Running in 8dabc85c2d3f [2021-01-16T00:39:45.926Z] Removing intermediate container 8dabc85c2d3f [2021-01-16T00:39:45.926Z] ---> b1b06d127184 [2021-01-16T00:39:45.926Z] Step 23/24 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:39:45.926Z] ---> Running in 7d69178051d5 [2021-01-16T00:39:46.187Z] Removing intermediate container 7d69178051d5 [2021-01-16T00:39:46.187Z] ---> 6363a3cdb38d [2021-01-16T00:39:46.187Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:39:46.187Z] ---> Running in 2724025e8b7a [2021-01-16T00:39:46.448Z] Removing intermediate container 2724025e8b7a [2021-01-16T00:39:46.448Z] ---> 7748ae889eac [2021-01-16T00:39:46.448Z] [2021-01-16T00:39:46.448Z] Successfully built 7748ae889eac [2021-01-16T00:39:46.710Z] Successfully tagged docker-support-notifications-go:latest [2021-01-16T00:39:46.993Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-16T00:39:47.009Z] $ docker stop --time=1 f231944606e523e2d5f4c32e4c5467bf3c01f3a9e1cd5dc08052f19b6a7c07db [2021-01-16T00:39:48.629Z] $ docker rm -f f231944606e523e2d5f4c32e4c5467bf3c01f3a9e1cd5dc08052f19b6a7c07db [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:39:50.115Z] + docker images [2021-01-16T00:39:50.115Z] + grep docker [2021-01-16T00:39:50.115Z] docker-support-notifications-go latest 7748ae889eac 4 seconds ago 12MB [2021-01-16T00:39:50.115Z] docker-sys-mgmt-agent-go latest 0d9186f2fd40 7 seconds ago 313MB [2021-01-16T00:39:50.115Z] docker-core-metadata-go latest d21e0d20b5de 16 seconds ago 13.1MB [2021-01-16T00:39:50.115Z] docker-security-proxy-setup-go latest 20f58fefdb23 22 seconds ago 24.4MB [2021-01-16T00:39:50.115Z] docker-support-scheduler-go latest efd1b9b78280 23 seconds ago 10.7MB [2021-01-16T00:39:50.115Z] docker-core-data-go latest 5a0013bc9d73 About a minute ago 22.3MB [2021-01-16T00:39:50.115Z] docker-security-secretstore-setup-go latest b57a749589da About a minute ago 24.6MB [2021-01-16T00:39:50.115Z] docker-security-bootstrap-redis-go latest 543e176d4047 About a minute ago 15.8MB [2021-01-16T00:39:50.115Z] docker-core-command-go latest 8ec6792d5057 About a minute ago 10.6MB [2021-01-16T00:39:50.115Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-16T00:40:05.910Z] Still waiting to schedule task [2021-01-16T00:40:05.910Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20718’ [2021-01-16T00:40:51.316Z] gofmt -l . [2021-01-16T00:40:51.913Z] [ "`gofmt -l .`" = "" ] [2021-01-16T00:40:54.551Z] ./bin/test-go-mod-tidy.sh [2021-01-16T00:40:55.538Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-16T00:40:57.196Z] + ls -al . [2021-01-16T00:40:57.197Z] total 684 [2021-01-16T00:40:57.197Z] drwxrwxr-x 9 1001 1001 4096 Jan 16 00:40 . [2021-01-16T00:40:57.197Z] drwxr-xr-x 4 root root 4096 Jan 16 00:37 .. [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 11 Jan 16 00:35 .dockerignore [2021-01-16T00:40:57.197Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:35 .git [2021-01-16T00:40:57.197Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 00:35 .github [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 824 Jan 16 00:35 .gitignore [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 00:35 .sonarcloud.properties [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:35 Attribution.txt [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:35 CONTRIBUTING.md [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 931 Jan 16 00:35 Dockerfile.build [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 863 Jan 16 00:35 Jenkinsfile [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:35 LICENSE [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:35 Makefile [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:35 README.md [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:35 SECURITY.md [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:35 ZMQWindows.md [2021-01-16T00:40:57.197Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 00:35 bin [2021-01-16T00:40:57.197Z] drwxrwxr-x 14 1001 1001 4096 Jan 16 00:35 cmd [2021-01-16T00:40:57.197Z] -rw-r--r-- 1 root root 550280 Jan 16 00:39 coverage.out [2021-01-16T00:40:57.197Z] -rw-r--r-- 1 root root 981 Jan 16 00:40 go.mod [2021-01-16T00:40:57.197Z] -rw-r--r-- 1 root root 19241 Jan 16 00:40 go.sum [2021-01-16T00:40:57.197Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 00:35 internal [2021-01-16T00:40:57.197Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:35 openapi [2021-01-16T00:40:57.197Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 00:35 snap [2021-01-16T00:40:57.197Z] -rw-rw-r-- 1 1001 1001 168 Jan 16 00:35 version.go [Pipeline] sh [2021-01-16T00:40:57.974Z] + '[' -e coverage.out ] [2021-01-16T00:40:57.974Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-16T00:40:58.059Z] Warning: overwriting stash ‘coverage-report’ [2021-01-16T00:40:59.412Z] Stashed 1 file(s) [Pipeline] sh [2021-01-16T00:41:00.084Z] + make build [2021-01-16T00:41:00.085Z] 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-16T00:41:15.187Z] 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-16T00:41:42.078Z] 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-16T00:41:44.687Z] 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-16T00:41:50.076Z] 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-16T00:41:51.507Z] 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-16T00:41:52.706Z] Running on prd-ubuntu18.04-docker-8c-8g-20721 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-16T00:41:52.774Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-01-16T00:41:55.245Z] using credential edgex-jenkins-ssh [2021-01-16T00:41:55.306Z] Cloning the remote Git repository [2021-01-16T00:41:55.334Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:41:55.399Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-01-16T00:41:55.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:41:55.430Z] > git --version # timeout=10 [2021-01-16T00:41:55.436Z] > git --version # 'git version 2.17.1' [2021-01-16T00:41:55.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:41:55.467Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:41:56.983Z] 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-16T00:42:02.383Z] 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-16T00:42:05.788Z] 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-16T00:42:11.215Z] 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-16T00:42:13.475Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-16T00:42:13.759Z] Merge succeeded, producing 9a9688c6af0f606c54bbc084fbcd39a87e1a3070 [2021-01-16T00:42:13.759Z] Checking out Revision 9a9688c6af0f606c54bbc084fbcd39a87e1a3070 (PR-2966) [2021-01-16T00:42:12.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:42:12.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-16T00:42:12.836Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-16T00:42:12.848Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-16T00:42:12.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:42:12.854Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-16T00:42:13.488Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:42:13.500Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-16T00:42:13.618Z] > git remote # timeout=10 [2021-01-16T00:42:13.625Z] > git config --get remote.origin.url # timeout=10 [2021-01-16T00:42:13.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-16T00:42:13.634Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-16T00:42:13.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-16T00:42:13.767Z] > git config core.sparsecheckout # timeout=10 [2021-01-16T00:42:13.770Z] > git checkout -f 9a9688c6af0f606c54bbc084fbcd39a87e1a3070 # timeout=10 [2021-01-16T00:42:17.501Z] Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" [2021-01-16T00:42:17.514Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-16T00:42:17.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:42:18.526Z] + echo snap-build.sh [2021-01-16T00:42:18.526Z] snap-build.sh [2021-01-16T00:42:18.526Z] + SNAP_BASE_DIR=. [2021-01-16T00:42:18.526Z] + '[' '!' -z /w/workspace/edgex-go/24 ']' [2021-01-16T00:42:18.526Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/24 [2021-01-16T00:42:18.526Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' [2021-01-16T00:42:18.526Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/24] [2021-01-16T00:42:18.526Z] + cd /w/workspace/edgex-go/24 [2021-01-16T00:42:18.526Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-16T00:42:18.526Z] Reading package lists... [2021-01-16T00:42:18.790Z] Building dependency tree... [2021-01-16T00:42:18.790Z] Reading state information... [2021-01-16T00:42:17.511Z] > git rev-list --no-walk d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c # timeout=10 [2021-01-16T00:42:19.056Z] The following packages were automatically installed and are no longer required: [2021-01-16T00:42:19.056Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-16T00:42:19.056Z] uidmap xdelta3 [2021-01-16T00:42:19.056Z] Use 'sudo apt autoremove' to remove them. [2021-01-16T00:42:19.056Z] The following packages will be REMOVED: [2021-01-16T00:42:19.057Z] lxd* lxd-client* [2021-01-16T00:42:19.631Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-16T00:42:19.631Z] After this operation, 31.7 MB disk space will be freed. [2021-01-16T00:42:20.686Z] (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-16T00:42:20.686Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:21.362Z] 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-16T00:42:21.650Z] Removing lxd dnsmasq configuration [2021-01-16T00:42:21.650Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:21.922Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-16T00:42:22.499Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-16T00:42:22.762Z] (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-16T00:42:22.762Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-16T00:42:24.683Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-16T00:42:24.683Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } [2021-01-16T00:42:25.698Z] $ docker stop --time=1 b0bc493161d7da4886ad2d358120f881932293d4f809dd99d40589582ca5bfb0 [2021-01-16T00:42:26.077Z] + sudo snap remove --purge lxd [2021-01-16T00:42:26.340Z] snap "lxd" is not installed [2021-01-16T00:42:26.340Z] + sudo groupadd --force --system lxd [2021-01-16T00:42:26.340Z] ++ whoami [2021-01-16T00:42:26.340Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-16T00:42:26.340Z] + newgrp - lxd [2021-01-16T00:42:26.340Z] + sudo snap install lxd [2021-01-16T00:42:28.206Z] $ docker rm -f b0bc493161d7da4886ad2d358120f881932293d4f809dd99d40589582ca5bfb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:42:30.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:42:30.435Z] [2021-01-16T00:42:30.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:42:30.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:42:30.828Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-16T00:42:30.828Z] 29e5d40040c1: Pulling fs layer [2021-01-16T00:42:30.828Z] 1ce36da41761: Pulling fs layer [2021-01-16T00:42:30.828Z] 25b303627fd3: Pulling fs layer [2021-01-16T00:42:31.424Z] 29e5d40040c1: Verifying Checksum [2021-01-16T00:42:31.424Z] 29e5d40040c1: Download complete [2021-01-16T00:42:32.026Z] 1ce36da41761: Verifying Checksum [2021-01-16T00:42:32.026Z] 1ce36da41761: Download complete [2021-01-16T00:42:32.302Z] 29e5d40040c1: Pull complete [2021-01-16T00:42:33.745Z] 1ce36da41761: Pull complete [2021-01-16T00:42:34.340Z] 25b303627fd3: Verifying Checksum [2021-01-16T00:42:34.340Z] 25b303627fd3: Download complete [2021-01-16T00:42:36.369Z] 2021-01-16T00:42:33Z INFO Waiting for automatic snapd restart... [2021-01-16T00:42:44.493Z] 25b303627fd3: Pull complete [2021-01-16T00:42:44.493Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-16T00:42:44.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:42:44.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-16T00:42:44.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2021-01-16T00:42:44.796Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T00:42:47.735Z] $ docker top 61e7489aa76aad4d02915fb3256d87164c17af5bb535a10c3ab26e70d51573ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:42:48.783Z] + docker-compose build --help [2021-01-16T00:42:48.783Z] + grep parallel [2021-01-16T00:42:51.323Z] lxd 4.10 from Canonical* installed [2021-01-16T00:42:51.323Z] + sudo lxd init --auto [2021-01-16T00:42:54.179Z] --parallel Build images in parallel. [Pipeline] } [2021-01-16T00:42:54.203Z] $ docker stop --time=1 61e7489aa76aad4d02915fb3256d87164c17af5bb535a10c3ab26e70d51573ca [2021-01-16T00:42:56.229Z] $ docker rm -f 61e7489aa76aad4d02915fb3256d87164c17af5bb535a10c3ab26e70d51573ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:42:57.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-16T00:42:57.053Z] . [Pipeline] withDockerContainer [2021-01-16T00:42:57.335Z] prd-ubuntu18.04-docker-arm64-4c-16g-20713 does not seem to be running inside a container [2021-01-16T00:42:57.424Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-16T00:42:59.020Z] $ docker top e3e3d782455404fe47538e27008d31074cd56480a19f8c292c46bdf783be3266 -eo pid,comm [Pipeline] { [2021-01-16T00:42:59.475Z] + sudo snap install --classic snapcraft [Pipeline] sh [2021-01-16T00:43:00.158Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-16T00:43:06.096Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T00:43:06.096Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-16T00:43:06.096Z] + patch --verbose -p1 [2021-01-16T00:43:06.096Z] Hmm... Looks like a unified diff to me... [2021-01-16T00:43:06.096Z] The text leading up to this was: [2021-01-16T00:43:06.096Z] -------------------------- [2021-01-16T00:43:06.096Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-16T00:43:06.096Z] |From: Tony Espy [2021-01-16T00:43:06.096Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-16T00:43:06.096Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-16T00:43:06.096Z] | [2021-01-16T00:43:06.096Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-16T00:43:06.096Z] |optimize the snap CI check run for pull requests. When [2021-01-16T00:43:06.096Z] |applied, it essentially strips out everything (apps and [2021-01-16T00:43:06.096Z] |parts) from the snapcraft.yaml file except those required [2021-01-16T00:43:06.096Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-16T00:43:06.096Z] |catch changes to edgex-go that break the snap build. [2021-01-16T00:43:06.096Z] | [2021-01-16T00:43:06.096Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-16T00:43:06.096Z] |to update this patch file, otherwise it may fail to apply, [2021-01-16T00:43:06.096Z] |resulting in a failed snap build CI check in the associated [2021-01-16T00:43:06.096Z] |pull request. [2021-01-16T00:43:06.096Z] | [2021-01-16T00:43:06.096Z] |Note - in addition to applying this patch, the pipeline also [2021-01-16T00:43:06.096Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-16T00:43:06.096Z] |need to build the finally binary .snap file (and it won't [2021-01-16T00:43:06.096Z] |work with the patch applied). This further reduces the build [2021-01-16T00:43:06.096Z] |time. [2021-01-16T00:43:06.096Z] |--- [2021-01-16T00:43:06.096Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-16T00:43:06.096Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-16T00:43:06.096Z] | [2021-01-16T00:43:06.096Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-16T00:43:06.096Z] |index 1e537489..faf42425 100644 [2021-01-16T00:43:06.096Z] |--- a/snap/snapcraft.yaml [2021-01-16T00:43:06.096Z] |+++ b/snap/snapcraft.yaml [2021-01-16T00:43:06.096Z] -------------------------- [2021-01-16T00:43:06.096Z] patching file snap/snapcraft.yaml [2021-01-16T00:43:06.096Z] Using Plan A... [2021-01-16T00:43:06.096Z] Hunk #1 succeeded at 73. [2021-01-16T00:43:06.096Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-16T00:43:06.096Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-16T00:43:06.096Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-16T00:43:06.096Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-16T00:43:06.096Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-16T00:43:06.096Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-16T00:43:06.096Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-16T00:43:06.096Z] Hmm... Ignoring the trailing garbage. [2021-01-16T00:43:06.096Z] done [2021-01-16T00:43:06.096Z] + sudo snapcraft prime --use-lxd [2021-01-16T00:43:06.921Z] Building docker-core-command-go ... [2021-01-16T00:43:06.921Z] Building docker-core-data-go ... [2021-01-16T00:43:06.921Z] Building docker-core-metadata-go ... [2021-01-16T00:43:06.921Z] Building docker-security-bootstrap-redis-go ... [2021-01-16T00:43:06.921Z] Building docker-security-proxy-setup-go ... [2021-01-16T00:43:06.921Z] Building docker-security-secretstore-setup-go ... [2021-01-16T00:43:06.921Z] Building docker-support-notifications-go ... [2021-01-16T00:43:06.921Z] Building docker-support-scheduler-go ... [2021-01-16T00:43:06.921Z] Building docker-sys-mgmt-agent-go ... [2021-01-16T00:43:06.921Z] Building docker-security-secretstore-setup-go [2021-01-16T00:43:06.921Z] Building docker-core-metadata-go [2021-01-16T00:43:06.921Z] Building docker-security-proxy-setup-go [2021-01-16T00:43:06.921Z] Building docker-support-scheduler-go [2021-01-16T00:43:06.921Z] Building docker-support-notifications-go [2021-01-16T00:43:07.481Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-16T00:43:07.481Z] 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-16T00:43:07.481Z] - README.md [2021-01-16T00:43:07.481Z] - snapcraft.yaml.orig [2021-01-16T00:43:07.481Z] [2021-01-16T00:43:07.481Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T00:43:08.054Z] Launching a container. [2021-01-16T00:43:22.981Z] Waiting for container to be ready [2021-01-16T00:43:22.981Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-16T00:43:22.981Z] [2021-01-16T00:43:24.404Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-16T00:43:24.986Z] Waiting for network to be ready... [2021-01-16T00:43:25.564Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T00:43:25.564Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T00:43:25.830Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T00:43:25.830Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T00:43:26.100Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T00:43:26.369Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T00:43:26.369Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T00:43:26.369Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T00:43:26.369Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T00:43:26.369Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T00:43:26.369Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T00:43:26.369Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T00:43:26.369Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T00:43:26.369Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T00:43:26.369Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T00:43:26.369Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T00:43:26.369Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T00:43:26.642Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T00:43:26.912Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T00:43:27.182Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T00:43:27.451Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T00:43:27.451Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T00:43:27.451Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T00:43:27.451Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T00:43:27.451Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T00:43:27.451Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T00:43:27.722Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T00:43:31.069Z] Fetched 23.7 MB in 6s (4092 kB/s) [2021-01-16T00:43:32.458Z] Reading package lists... [2021-01-16T00:43:32.720Z] Reading package lists... [2021-01-16T00:43:32.720Z] Building dependency tree... [2021-01-16T00:43:32.720Z] Reading state information... [2021-01-16T00:43:32.982Z] The following additional packages will be installed: [2021-01-16T00:43:32.982Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T00:43:32.982Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T00:43:32.982Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T00:43:32.982Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-16T00:43:32.982Z] Suggested packages: [2021-01-16T00:43:32.982Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-16T00:43:32.982Z] Recommended packages: [2021-01-16T00:43:32.982Z] gnupg libsasl2-modules [2021-01-16T00:43:32.982Z] The following NEW packages will be installed: [2021-01-16T00:43:32.982Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-16T00:43:32.982Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-16T00:43:32.982Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-16T00:43:32.982Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-16T00:43:32.982Z] The following packages will be upgraded: [2021-01-16T00:43:32.982Z] gpg gpg-agent gpgconf libudev1 [2021-01-16T00:43:32.982Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-16T00:43:32.982Z] Need to get 3532 kB of archives. [2021-01-16T00:43:32.982Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-16T00:43:32.982Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-16T00:43:33.243Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-16T00:43:33.243Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-16T00:43:33.243Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-16T00:43:33.243Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-16T00:43:33.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-16T00:43:33.243Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-16T00:43:33.504Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-16T00:43:33.770Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-16T00:43:33.770Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-16T00:43:33.770Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-16T00:43:33.770Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-16T00:43:33.770Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-16T00:43:34.031Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-16T00:43:34.031Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-16T00:43:34.031Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-16T00:43:34.031Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-16T00:43:34.031Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-16T00:43:34.031Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-16T00:43:34.031Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-16T00:43:34.031Z] 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-16T00:43:34.031Z] 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-16T00:43:34.293Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:43:34.293Z] Fetched 3532 kB in 1s (3447 kB/s) [2021-01-16T00:43:34.293Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T00:43:34.293Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:34.293Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:34.293Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-16T00:43:34.553Z] Selecting previously unselected package udev. [2021-01-16T00:43:34.553Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-16T00:43:34.553Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:34.553Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-16T00:43:34.813Z] Selecting previously unselected package libfuse2:amd64. [2021-01-16T00:43:34.813Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T00:43:34.813Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T00:43:35.074Z] Selecting previously unselected package fuse. [2021-01-16T00:43:35.074Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-16T00:43:35.074Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-16T00:43:35.074Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:35.074Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:35.335Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:35.335Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:35.335Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:35.335Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:43:35.596Z] Selecting previously unselected package libksba8:amd64. [2021-01-16T00:43:35.596Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-16T00:43:35.596Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-16T00:43:35.596Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-16T00:43:35.596Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.596Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.857Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-16T00:43:35.857Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.858Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:35.858Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-16T00:43:35.858Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:35.858Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.118Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-16T00:43:36.118Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.118Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.118Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-16T00:43:36.118Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.118Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.118Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-16T00:43:36.118Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.118Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.381Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-16T00:43:36.381Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.381Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.381Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-16T00:43:36.381Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.381Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.642Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-16T00:43:36.642Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-16T00:43:36.642Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:36.642Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-16T00:43:36.642Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T00:43:36.642Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:36.642Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-16T00:43:36.642Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-16T00:43:36.642Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:36.901Z] Selecting previously unselected package libldap-common. [2021-01-16T00:43:36.901Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-16T00:43:36.901Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:36.901Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-16T00:43:36.901Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-16T00:43:36.901Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:37.162Z] Selecting previously unselected package dirmngr. [2021-01-16T00:43:37.162Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:43:37.162Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:37.162Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:37.162Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:37.423Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-16T00:43:37.423Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:37.423Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-16T00:43:37.423Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:37.423Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:37.423Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-16T00:43:37.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:37.683Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-16T00:43:37.945Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-16T00:43:38.208Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.208Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-16T00:43:38.208Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-16T00:43:38.208Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:38.208Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-16T00:43:38.469Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-16T00:43:38.469Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-16T00:43:38.730Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:38.991Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-16T00:43:38.991Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-16T00:43:38.991Z] This means they are not meant to be enabled using systemctl. [2021-01-16T00:43:38.991Z] Possible reasons for having this kind of units are: [2021-01-16T00:43:38.991Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-16T00:43:38.991Z] .wants/ or .requires/ directory. [2021-01-16T00:43:38.991Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-16T00:43:38.991Z] a requirement dependency on it. [2021-01-16T00:43:38.991Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-16T00:43:38.991Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-16T00:43:38.991Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-16T00:43:38.991Z] instance name specified. [2021-01-16T00:43:39.561Z] Reading package lists... [2021-01-16T00:43:39.561Z] Building dependency tree... [2021-01-16T00:43:39.561Z] Reading state information... [2021-01-16T00:43:39.561Z] The following additional packages will be installed: [2021-01-16T00:43:39.561Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-16T00:43:39.561Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-16T00:43:39.561Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-16T00:43:39.561Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-16T00:43:39.561Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-16T00:43:39.561Z] Suggested packages: [2021-01-16T00:43:39.561Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-16T00:43:39.561Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-16T00:43:39.561Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-16T00:43:39.561Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-16T00:43:39.561Z] systemd-container policykit-1 [2021-01-16T00:43:39.561Z] Recommended packages: [2021-01-16T00:43:39.561Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-16T00:43:39.821Z] The following NEW packages will be installed: [2021-01-16T00:43:39.821Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-16T00:43:39.821Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-16T00:43:39.821Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-16T00:43:39.821Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-16T00:43:39.821Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-16T00:43:39.821Z] The following packages will be upgraded: [2021-01-16T00:43:39.821Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-16T00:43:39.821Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-16T00:43:39.821Z] Need to get 35.2 MB of archives. [2021-01-16T00:43:39.821Z] After this operation, 141 MB of additional disk space will be used. [2021-01-16T00:43:39.821Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-16T00:43:39.821Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-16T00:43:40.762Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-16T00:43:40.762Z] 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-16T00:43:40.762Z] 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-16T00:43:40.762Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-16T00:43:40.762Z] 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-16T00:43:40.762Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-16T00:43:40.762Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-16T00:43:40.762Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-16T00:43:40.762Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-16T00:43:40.762Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-16T00:43:40.762Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-16T00:43:40.762Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-16T00:43:40.762Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-16T00:43:40.762Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-16T00:43:40.762Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-16T00:43:41.024Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-16T00:43:41.024Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-16T00:43:41.024Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-16T00:43:41.024Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-16T00:43:41.024Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-16T00:43:41.024Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-16T00:43:41.024Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-16T00:43:41.024Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-16T00:43:41.024Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-16T00:43:41.024Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-16T00:43:41.024Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-16T00:43:41.024Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-16T00:43:41.024Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-16T00:43:41.968Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:43:41.968Z] Fetched 35.2 MB in 2s (18.5 MB/s) [2021-01-16T00:43:41.968Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:41.968Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:41.968Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:42.910Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:43:42.910Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:43:43.171Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-16T00:43:43.171Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:43.171Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T00:43:43.171Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T00:43:43.431Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-16T00:43:43.431Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-16T00:43:43.431Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-16T00:43:43.431Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-16T00:43:43.692Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-16T00:43:43.954Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-16T00:43:44.214Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-16T00:43:44.476Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-16T00:43:44.476Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T00:43:44.476Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T00:43:44.743Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-16T00:43:44.743Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:44.743Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:45.005Z] Selecting previously unselected package libexpat1:amd64. [2021-01-16T00:43:45.005Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-16T00:43:45.005Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T00:43:45.005Z] Selecting previously unselected package python3.6-minimal. [2021-01-16T00:43:45.005Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:45.005Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:45.292Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T00:43:45.553Z] Checking for services that may need to be restarted...done. [2021-01-16T00:43:45.553Z] Checking for services that may need to be restarted...done. [2021-01-16T00:43:45.553Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:45.553Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-16T00:43:45.553Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:46.125Z] Selecting previously unselected package python3-minimal. [2021-01-16T00:43:46.125Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-16T00:43:46.125Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:46.125Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-16T00:43:46.386Z] Selecting previously unselected package mime-support. [2021-01-16T00:43:46.386Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-16T00:43:46.386Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-16T00:43:46.386Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-16T00:43:46.386Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-16T00:43:46.386Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T00:43:46.386Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-16T00:43:46.386Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:46.386Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:46.651Z] Selecting previously unselected package python3.6. [2021-01-16T00:43:46.651Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-16T00:43:46.913Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:46.913Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-16T00:43:46.913Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:46.913Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T00:43:46.913Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-16T00:43:47.176Z] Selecting previously unselected package python3. [2021-01-16T00:43:47.176Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-16T00:43:47.176Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-16T00:43:47.176Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-16T00:43:47.437Z] Selecting previously unselected package multiarch-support. [2021-01-16T00:43:47.437Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:43:47.437Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T00:43:47.437Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-16T00:43:47.437Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-16T00:43:47.437Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-16T00:43:47.437Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-16T00:43:47.437Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T00:43:47.699Z] Selecting previously unselected package libbsd0:amd64. [2021-01-16T00:43:47.699Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-16T00:43:47.699Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T00:43:47.699Z] Selecting previously unselected package sudo. [2021-01-16T00:43:47.699Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-16T00:43:47.699Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T00:43:47.962Z] Selecting previously unselected package apparmor. [2021-01-16T00:43:47.962Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T00:43:47.962Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-16T00:43:48.909Z] Selecting previously unselected package libedit2:amd64. [2021-01-16T00:43:48.909Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-16T00:43:48.909Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T00:43:49.170Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-16T00:43:49.170Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:49.170Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:49.170Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-16T00:43:49.170Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:49.170Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:49.170Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-16T00:43:49.170Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-16T00:43:49.171Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T00:43:49.432Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-16T00:43:49.432Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:49.432Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:49.432Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-16T00:43:49.432Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-16T00:43:49.432Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:49.693Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-16T00:43:49.693Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-16T00:43:49.693Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T00:43:49.693Z] Selecting previously unselected package openssh-client. [2021-01-16T00:43:49.693Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-16T00:43:49.693Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T00:43:49.955Z] Selecting previously unselected package squashfs-tools. [2021-01-16T00:43:49.955Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-16T00:43:49.955Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T00:43:49.955Z] Selecting previously unselected package snapd. [2021-01-16T00:43:49.955Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-16T00:43:50.216Z] Unpacking snapd (2.48+18.04) ... [2021-01-16T00:43:52.766Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-16T00:43:52.766Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-16T00:43:52.766Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-16T00:43:52.766Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-16T00:43:52.766Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-16T00:43:52.766Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:52.766Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:52.766Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-16T00:43:52.766Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-16T00:43:53.708Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-16T00:43:53.708Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-16T00:43:53.708Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-16T00:43:53.708Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:53.708Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:53.969Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-16T00:43:54.911Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-16T00:43:54.911Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:54.911Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-16T00:43:54.911Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-16T00:43:54.911Z] running python rtupdate hooks for python3.6... [2021-01-16T00:43:54.911Z] running python post-rtupdate hooks for python3.6... [2021-01-16T00:43:54.911Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-16T00:43:56.826Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-16T00:43:56.826Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-16T00:43:56.826Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-16T00:43:57.087Z] Setting up snapd (2.48+18.04) ... [2021-01-16T00:43:57.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-16T00:43:57.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-16T00:43:57.920Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-16T00:43:58.184Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-16T00:43:58.444Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T00:43:58.444Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-16T00:43:58.705Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-16T00:43:58.965Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-16T00:43:59.225Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-16T00:43:59.487Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-16T00:43:59.487Z] /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-16T00:43:59.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-16T00:43:59.749Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T00:44:01.137Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:44:01.137Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:44:01.137Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:44:02.543Z] Reading package lists... [2021-01-16T00:44:02.805Z] Reading package lists... [2021-01-16T00:44:03.068Z] Building dependency tree... [2021-01-16T00:44:03.068Z] Reading state information... [2021-01-16T00:44:03.330Z] Calculating upgrade... [2021-01-16T00:44:03.593Z] The following packages will be upgraded: [2021-01-16T00:44:03.593Z] advancecomp base-files bash binutils binutils-common [2021-01-16T00:44:03.593Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-16T00:44:03.593Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-16T00:44:03.593Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-16T00:44:03.593Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-16T00:44:03.593Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-16T00:44:03.593Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-16T00:44:03.593Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-16T00:44:03.593Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-16T00:44:03.593Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-16T00:44:03.593Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-16T00:44:03.593Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-16T00:44:03.593Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-16T00:44:03.593Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-16T00:44:03.593Z] ubuntu-keyring util-linux [2021-01-16T00:44:03.859Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:44:03.859Z] Need to get 63.7 MB of archives. [2021-01-16T00:44:03.859Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-16T00:44:03.859Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-16T00:44:03.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-16T00:44:03.859Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-16T00:44:03.860Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-16T00:44:03.860Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-16T00:44:03.860Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-16T00:44:03.860Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-16T00:44:03.860Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-16T00:44:03.860Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-16T00:44:03.860Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-16T00:44:03.860Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-16T00:44:03.860Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-16T00:44:03.860Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-16T00:44:03.860Z] 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-16T00:44:03.860Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-16T00:44:03.860Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-16T00:44:03.860Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-16T00:44:03.860Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-16T00:44:04.123Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-16T00:44:04.123Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-16T00:44:04.123Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-16T00:44:04.123Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-16T00:44:04.123Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-16T00:44:04.123Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-16T00:44:04.123Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-16T00:44:04.123Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-16T00:44:04.123Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-16T00:44:04.123Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-16T00:44:04.123Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-16T00:44:04.123Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-16T00:44:04.123Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-16T00:44:04.123Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-16T00:44:04.123Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-16T00:44:04.123Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-16T00:44:04.123Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-16T00:44:04.123Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-16T00:44:04.123Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-16T00:44:04.123Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-16T00:44:04.123Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-16T00:44:04.123Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-16T00:44:04.123Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-16T00:44:04.123Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-16T00:44:04.123Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-16T00:44:04.123Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-16T00:44:04.123Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-16T00:44:04.123Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-16T00:44:04.386Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-16T00:44:04.386Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-16T00:44:04.386Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-16T00:44:04.386Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-16T00:44:04.386Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-16T00:44:04.386Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-16T00:44:04.386Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-16T00:44:04.386Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-16T00:44:04.386Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-16T00:44:04.386Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-16T00:44:04.386Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-16T00:44:04.647Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-16T00:44:04.647Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-16T00:44:04.908Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-16T00:44:04.908Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-16T00:44:04.908Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-16T00:44:04.908Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-16T00:44:04.908Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-16T00:44:04.908Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-16T00:44:04.908Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-16T00:44:04.908Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-16T00:44:04.908Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-16T00:44:04.908Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-16T00:44:04.908Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-16T00:44:05.169Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-16T00:44:05.169Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-16T00:44:05.169Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-16T00:44:05.169Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-16T00:44:05.169Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-16T00:44:05.169Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-16T00:44:05.169Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-16T00:44:05.169Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-16T00:44:05.169Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-16T00:44:05.169Z] 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-16T00:44:05.169Z] 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-16T00:44:05.169Z] 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-16T00:44:05.169Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-16T00:44:05.169Z] 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-16T00:44:05.169Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-16T00:44:05.169Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-16T00:44:05.430Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-16T00:44:05.431Z] 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-16T00:44:05.431Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-16T00:44:05.431Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-16T00:44:05.431Z] 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-16T00:44:05.431Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-16T00:44:05.431Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-16T00:44:05.431Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-16T00:44:05.431Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-16T00:44:05.431Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-16T00:44:05.431Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-16T00:44:05.691Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:44:05.691Z] Fetched 63.7 MB in 2s (35.9 MB/s) [2021-01-16T00:44:05.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:05.691Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:05.953Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:06.523Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:06.523Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:06.783Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-16T00:44:06.783Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-16T00:44:07.355Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:07.616Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:07.616Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:07.616Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:07.880Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:07.880Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:07.880Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:07.880Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.141Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.141Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.403Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.403Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.403Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.403Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.665Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:08.665Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:08.665Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.665Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.925Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:08.925Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:08.925Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.925Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:08.925Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:08.926Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:09.188Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:09.188Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-16T00:44:09.188Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:09.453Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:09.453Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:09.718Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:10.290Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T00:44:10.552Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-16T00:44:10.552Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-16T00:44:10.552Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-16T00:44:10.552Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-16T00:44:10.552Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-16T00:44:10.818Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-16T00:44:10.818Z] Installing new version of config file /etc/issue ... [2021-01-16T00:44:10.818Z] Installing new version of config file /etc/issue.net ... [2021-01-16T00:44:10.818Z] Installing new version of config file /etc/lsb-release ... [2021-01-16T00:44:10.818Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-16T00:44:11.082Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-16T00:44:11.344Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-16T00:44:11.344Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-16T00:44:11.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:11.344Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-16T00:44:11.344Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-16T00:44:11.609Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-16T00:44:11.609Z] 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-16T00:44:11.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:11.609Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:11.872Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:11.872Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:11.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:11.872Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-16T00:44:12.133Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-16T00:44:12.133Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-16T00:44:12.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.393Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-16T00:44:12.394Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:12.654Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:12.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.914Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:12.914Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:12.914Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:12.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:12.914Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:12.914Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:13.175Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:13.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.175Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-16T00:44:13.175Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-16T00:44:13.436Z] Setting up grep (3.1-2build1) ... [2021-01-16T00:44:13.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.436Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T00:44:13.436Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T00:44:13.436Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-16T00:44:13.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.698Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:13.698Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:13.698Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:13.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:13.958Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:13.958Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:14.528Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:14.528Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:14.528Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-16T00:44:14.528Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:14.911Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:14.911Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:14.911Z] ---> b3723bf9a274 [2021-01-16T00:44:14.911Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:44:14.911Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:14.911Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:14.911Z] ---> b3723bf9a274 [2021-01-16T00:44:14.911Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:44:14.911Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:14.911Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:14.911Z] ---> b3723bf9a274 [2021-01-16T00:44:14.911Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:44:14.911Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:14.911Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:14.911Z] ---> b3723bf9a274 [2021-01-16T00:44:14.911Z] Step 3/24 : WORKDIR /edgex-go [2021-01-16T00:44:14.911Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:44:14.911Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:44:14.911Z] ---> b3723bf9a274 [2021-01-16T00:44:14.911Z] Step 3/21 : WORKDIR /edgex-go [2021-01-16T00:44:15.097Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:15.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:15.358Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-16T00:44:15.358Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-16T00:44:15.899Z] ---> Running in ad309f20c1bd [2021-01-16T00:44:15.899Z] ---> Running in ea081c176ff1 [2021-01-16T00:44:15.899Z] ---> Running in e9c2cb33e48a [2021-01-16T00:44:15.899Z] ---> Running in 1c26b6e3260c [2021-01-16T00:44:15.899Z] ---> Running in 9ff9c9fd21a3 [2021-01-16T00:44:16.306Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:16.306Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T00:44:16.497Z] Removing intermediate container 9ff9c9fd21a3 [2021-01-16T00:44:16.497Z] ---> 0613d320da8e [2021-01-16T00:44:16.497Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:16.566Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:16.566Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-16T00:44:16.566Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T00:44:16.770Z] Removing intermediate container 1c26b6e3260c [2021-01-16T00:44:16.770Z] ---> 5ba84b14e308 [2021-01-16T00:44:16.770Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:16.770Z] ---> Running in fe7301064828 [2021-01-16T00:44:16.770Z] Removing intermediate container ea081c176ff1 [2021-01-16T00:44:16.770Z] ---> 21f3d03b2d86 [2021-01-16T00:44:16.770Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:16.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:16.834Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-16T00:44:16.834Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-16T00:44:16.834Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-16T00:44:17.043Z] Removing intermediate container ad309f20c1bd [2021-01-16T00:44:17.043Z] ---> f6f26c834a3b [2021-01-16T00:44:17.043Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:17.043Z] Removing intermediate container e9c2cb33e48a [2021-01-16T00:44:17.043Z] ---> 7a3aa7b19fda [2021-01-16T00:44:17.043Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:44:17.043Z] ---> Running in ecf3aa01afbe [2021-01-16T00:44:17.093Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:17.093Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:17.093Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:17.093Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:17.319Z] ---> Running in ac249cbcab65 [2021-01-16T00:44:17.319Z] ---> Running in d3ee4d8801f3 [2021-01-16T00:44:17.319Z] ---> Running in 3a8f97000c81 [2021-01-16T00:44:17.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:17.354Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:17.354Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:17.354Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:17.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:17.618Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:17.618Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:17.618Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:17.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:17.878Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:17.878Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:17.878Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:18.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:18.140Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:18.140Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:18.140Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:18.140Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:18.401Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:18.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:18.401Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-16T00:44:18.401Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:18.664Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:18.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:18.664Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:18.664Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:20.263Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:20.263Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:20.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:20.263Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:20.263Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:20.263Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:20.263Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-16T00:44:20.527Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-16T00:44:20.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:20.527Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-16T00:44:20.527Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-16T00:44:20.798Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:20.919Z] Removing intermediate container fe7301064828 [2021-01-16T00:44:20.919Z] ---> 52959fb75c9f [2021-01-16T00:44:20.919Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-16T00:44:20.919Z] Removing intermediate container ecf3aa01afbe [2021-01-16T00:44:20.919Z] ---> 823d59bdf4f3 [2021-01-16T00:44:20.919Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:44:20.919Z] ---> Running in 9ea403e447e7 [2021-01-16T00:44:21.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-16T00:44:21.059Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-16T00:44:21.059Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-16T00:44:21.059Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:21.203Z] ---> Running in 5bbe703102d7 [2021-01-16T00:44:21.203Z] Removing intermediate container d3ee4d8801f3 [2021-01-16T00:44:21.203Z] ---> 947b43b37723 [2021-01-16T00:44:21.203Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:44:21.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:21.320Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-16T00:44:21.320Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-16T00:44:21.486Z] ---> Running in a082baf52100 [2021-01-16T00:44:21.590Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-16T00:44:21.772Z] Removing intermediate container ac249cbcab65 [2021-01-16T00:44:21.772Z] ---> e6211f5cfec5 [2021-01-16T00:44:21.772Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-16T00:44:21.772Z] Removing intermediate container 3a8f97000c81 [2021-01-16T00:44:21.772Z] ---> f404731a2c40 [2021-01-16T00:44:21.772Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-16T00:44:21.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:21.851Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:21.851Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:22.047Z] ---> Running in a0ab2a06bd15 [2021-01-16T00:44:22.047Z] ---> Running in d106d9b841ca [2021-01-16T00:44:22.112Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:22.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:22.112Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:22.112Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:22.375Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:22.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:22.375Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-16T00:44:22.636Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:22.636Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:22.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:22.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:22.923Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-16T00:44:22.923Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-16T00:44:22.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.183Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-16T00:44:23.183Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-16T00:44:23.183Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:23.183Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:23.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.444Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:23.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:23.445Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-16T00:44:23.445Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-16T00:44:23.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.712Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-16T00:44:23.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:23.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:23.973Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-16T00:44:23.973Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-16T00:44:23.973Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-16T00:44:24.234Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:24.235Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:24.235Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-16T00:44:24.378Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:24.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:24.499Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-16T00:44:24.499Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:24.499Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-16T00:44:24.499Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-16T00:44:24.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:44:24.648Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:24.760Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-16T00:44:24.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:24.761Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-16T00:44:24.761Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-16T00:44:24.922Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:25.202Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:25.472Z] OK: 217 MiB in 51 packages [2021-01-16T00:44:25.707Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-16T00:44:25.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:25.968Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-16T00:44:25.968Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-16T00:44:25.968Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-16T00:44:26.069Z] Removing intermediate container 9ea403e447e7 [2021-01-16T00:44:26.069Z] ---> 5fdee4120aff [2021-01-16T00:44:26.069Z] Step 6/24 : COPY go.mod . [2021-01-16T00:44:26.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:26.230Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-16T00:44:26.230Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-16T00:44:26.230Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-16T00:44:26.346Z] Removing intermediate container a082baf52100 [2021-01-16T00:44:26.346Z] ---> de830458490e [2021-01-16T00:44:26.346Z] Step 6/21 : COPY go.mod . [2021-01-16T00:44:26.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:26.490Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-16T00:44:26.490Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-16T00:44:26.490Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-16T00:44:26.624Z] Removing intermediate container 5bbe703102d7 [2021-01-16T00:44:26.625Z] ---> ebb63b59a6f1 [2021-01-16T00:44:26.625Z] Step 6/22 : COPY go.mod . [2021-01-16T00:44:26.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:26.751Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-16T00:44:26.751Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-16T00:44:26.751Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-16T00:44:26.899Z] ---> e7ce13bf1382 [2021-01-16T00:44:26.899Z] Step 7/24 : RUN go mod download [2021-01-16T00:44:27.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:27.030Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-16T00:44:27.030Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-16T00:44:27.030Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-16T00:44:27.185Z] Removing intermediate container a0ab2a06bd15 [2021-01-16T00:44:27.185Z] ---> 901f79456b75 [2021-01-16T00:44:27.185Z] Step 6/21 : COPY go.mod . [2021-01-16T00:44:27.185Z] ---> Running in eec827c43f12 [2021-01-16T00:44:27.185Z] Removing intermediate container d106d9b841ca [2021-01-16T00:44:27.185Z] ---> 075aaa62d6ef [2021-01-16T00:44:27.185Z] Step 6/24 : COPY go.mod . [2021-01-16T00:44:27.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:27.306Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T00:44:27.306Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-16T00:44:27.306Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-16T00:44:27.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-16T00:44:27.306Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-16T00:44:27.306Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-16T00:44:27.458Z] ---> ba809570010f [2021-01-16T00:44:27.458Z] Step 7/21 : RUN go mod download [2021-01-16T00:44:27.458Z] ---> Running in de87a8881f26 [2021-01-16T00:44:27.571Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-16T00:44:27.571Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-16T00:44:27.571Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T00:44:27.571Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T00:44:27.735Z] ---> 810473dfec81 [2021-01-16T00:44:27.735Z] Step 7/22 : RUN go mod download [2021-01-16T00:44:27.872Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-16T00:44:27.872Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-16T00:44:28.015Z] ---> Running in e6ecee4f0a9c [2021-01-16T00:44:28.153Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-16T00:44:28.153Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-16T00:44:28.431Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-16T00:44:28.431Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-16T00:44:28.431Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-16T00:44:28.431Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-16T00:44:28.619Z] ---> 56443f953919 [2021-01-16T00:44:28.619Z] Step 7/24 : RUN go mod download [2021-01-16T00:44:28.619Z] ---> 5ed23ba94e08 [2021-01-16T00:44:28.619Z] Step 7/21 : RUN go mod download [2021-01-16T00:44:28.619Z] ---> Running in d4156a9b1524 [2021-01-16T00:44:28.619Z] ---> Running in 2d8e1d06fdca [2021-01-16T00:44:28.721Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-16T00:44:28.721Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-16T00:44:28.721Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-16T00:44:28.721Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-16T00:44:28.990Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-16T00:44:28.990Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-16T00:44:28.990Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-16T00:44:28.990Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-16T00:44:29.289Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-16T00:44:29.289Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-16T00:44:29.289Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-16T00:44:29.289Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-16T00:44:29.558Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-16T00:44:29.558Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-16T00:44:30.566Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-16T00:44:30.566Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-16T00:44:30.566Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-16T00:44:30.566Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-16T00:44:30.833Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:30.833Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:31.094Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:31.094Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:31.250Z] Removing intermediate container eec827c43f12 [2021-01-16T00:44:31.250Z] ---> 0e8b69b0844f [2021-01-16T00:44:31.250Z] Step 8/24 : COPY . . [2021-01-16T00:44:31.354Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:31.354Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:31.354Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-16T00:44:31.615Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-16T00:44:31.615Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:31.615Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:31.876Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:31.876Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:31.876Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:31.876Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:32.138Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:32.138Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:32.229Z] Removing intermediate container de87a8881f26 [2021-01-16T00:44:32.229Z] ---> 4910f4ff04a4 [2021-01-16T00:44:32.229Z] Step 8/21 : COPY . . [2021-01-16T00:44:32.229Z] Removing intermediate container e6ecee4f0a9c [2021-01-16T00:44:32.229Z] ---> 0bad0613272b [2021-01-16T00:44:32.229Z] Step 8/22 : COPY . . [2021-01-16T00:44:33.079Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:33.079Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:34.020Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:34.020Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:34.965Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:34.966Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:35.226Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:35.226Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:35.612Z] Removing intermediate container 2d8e1d06fdca [2021-01-16T00:44:35.612Z] ---> 1e613b799040 [2021-01-16T00:44:35.612Z] Step 8/21 : COPY . . [2021-01-16T00:44:36.169Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-16T00:44:36.169Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-16T00:44:36.169Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:36.169Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:36.429Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T00:44:36.429Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:36.595Z] Removing intermediate container d4156a9b1524 [2021-01-16T00:44:36.595Z] ---> f4a2626755ae [2021-01-16T00:44:36.595Z] Step 8/24 : COPY . . [2021-01-16T00:44:36.691Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-16T00:44:36.691Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-16T00:44:36.691Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-16T00:44:36.691Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-16T00:44:36.951Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:36.951Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:36.951Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-16T00:44:36.951Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-16T00:44:36.951Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-16T00:44:37.212Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-16T00:44:37.212Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:37.212Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-16T00:44:37.473Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:37.473Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:37.473Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:37.473Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-16T00:44:37.473Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-16T00:44:37.734Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-16T00:44:37.734Z] [2021-01-16T00:44:37.734Z] Current default time zone: 'Etc/UTC' [2021-01-16T00:44:37.734Z] Local time is now: Sat Jan 16 00:44:37 UTC 2021. [2021-01-16T00:44:37.734Z] Universal Time is now: Sat Jan 16 00:44:37 UTC 2021. [2021-01-16T00:44:37.734Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-16T00:44:37.734Z] [2021-01-16T00:44:37.734Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-16T00:44:37.994Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:37.994Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-16T00:44:37.994Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-16T00:44:37.994Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-16T00:44:38.253Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-16T00:44:38.253Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:38.253Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-16T00:44:38.253Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-16T00:44:38.253Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-16T00:44:38.513Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:38.513Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-16T00:44:38.775Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:39.036Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:39.036Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:39.036Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-16T00:44:39.036Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:39.036Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-16T00:44:39.296Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-16T00:44:39.296Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-16T00:44:39.296Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-16T00:44:39.296Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:39.296Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T00:44:41.213Z] Updating certificates in /etc/ssl/certs... [2021-01-16T00:44:42.156Z] 22 added, 17 removed; done. [2021-01-16T00:44:42.156Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-16T00:44:42.156Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-16T00:44:42.156Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-16T00:44:42.156Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-16T00:44:42.417Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-16T00:44:42.417Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.417Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:42.680Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.680Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.680Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.680Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.941Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:42.941Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-16T00:44:42.941Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:42.941Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:43.202Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:43.202Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-16T00:44:43.202Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:43.202Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-16T00:44:43.202Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:43.463Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-16T00:44:43.463Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-16T00:44:43.463Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:44:43.724Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-16T00:44:43.724Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-16T00:44:43.724Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-16T00:44:43.724Z] Updating certificates in /etc/ssl/certs... [2021-01-16T00:44:44.296Z] 0 added, 0 removed; done. [2021-01-16T00:44:44.296Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-16T00:44:44.296Z] done. [2021-01-16T00:44:45.239Z] Reading package lists... [2021-01-16T00:44:45.239Z] Building dependency tree... [2021-01-16T00:44:45.239Z] Reading state information... [2021-01-16T00:44:45.499Z] The following NEW packages will be installed: [2021-01-16T00:44:45.499Z] apt-transport-https [2021-01-16T00:44:45.761Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:44:45.761Z] Need to get 1696 B of archives. [2021-01-16T00:44:45.761Z] After this operation, 153 kB of additional disk space will be used. [2021-01-16T00:44:45.761Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-16T00:44:45.761Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:44:45.761Z] Fetched 1696 B in 0s (9527 B/s) [2021-01-16T00:44:46.021Z] Selecting previously unselected package apt-transport-https. [2021-01-16T00:44:46.021Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-16T00:44:46.021Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-16T00:44:46.021Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T00:44:46.021Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-16T00:44:46.281Z] Waiting for network to be ready... [2021-01-16T00:44:52.860Z] 2021-01-16T00:44:50Z INFO Waiting for automatic snapd restart... [2021-01-16T00:44:53.428Z] snapd 2.48.2 from Canonical* installed [2021-01-16T00:44:54.375Z] "snapd" switched to the "latest/stable" channel [2021-01-16T00:44:54.375Z] [2021-01-16T00:44:58.818Z] ---> 96a6cec02f82 [2021-01-16T00:44:58.818Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-16T00:44:58.818Z] ---> e0a1b147438d [2021-01-16T00:44:58.818Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-16T00:44:58.819Z] ---> 233ff1421524 [2021-01-16T00:44:58.819Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-16T00:44:58.819Z] ---> a48f0557afa1 [2021-01-16T00:44:58.819Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-16T00:44:58.819Z] ---> 0b781843981b [2021-01-16T00:44:58.819Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-16T00:44:58.819Z] ---> Running in f4b0dcbbd9a1 [2021-01-16T00:44:58.819Z] ---> Running in 0a35c090fcfe [2021-01-16T00:44:58.819Z] ---> Running in a7fa7582f9e1 [2021-01-16T00:44:58.819Z] ---> Running in 16d4861605af [2021-01-16T00:44:58.819Z] ---> Running in 202c19fcf9b9 [2021-01-16T00:44:59.660Z] core18 20201210 from Canonical* installed [2021-01-16T00:44:59.660Z] "core18" switched to the "latest/stable" channel [2021-01-16T00:44:59.660Z] [2021-01-16T00:45:00.271Z] 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-16T00:45:00.561Z] 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-16T00:45:00.839Z] 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-16T00:45:01.130Z] 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-16T00:45:01.130Z] 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-16T00:45:06.282Z] snapcraft 4.4.4 from Canonical* installed [2021-01-16T00:45:06.282Z] "snapcraft" switched to the "latest/stable" channel [2021-01-16T00:45:06.282Z] [2021-01-16T00:45:09.583Z] 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-16T00:45:09.583Z] - README.md [2021-01-16T00:45:09.583Z] - snapcraft.yaml.orig [2021-01-16T00:45:09.583Z] [2021-01-16T00:45:09.583Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-16T00:45:16.170Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:16.170Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:45:16.170Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:45:16.170Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:45:18.349Z] Reading package lists... [2021-01-16T00:45:18.611Z] 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-16T00:45:25.205Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:25.205Z] Reading package lists... [2021-01-16T00:45:25.205Z] Building dependency tree... [2021-01-16T00:45:25.205Z] Reading state information... [2021-01-16T00:45:25.205Z] Suggested packages: [2021-01-16T00:45:25.205Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-16T00:45:25.205Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-16T00:45:25.205Z] Recommended packages: [2021-01-16T00:45:25.205Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-16T00:45:25.205Z] The following NEW packages will be installed: [2021-01-16T00:45:25.205Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-16T00:45:25.205Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-16T00:45:25.205Z] pkg-config zip [2021-01-16T00:45:25.205Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-16T00:45:25.205Z] Need to get 7655 kB of archives. [2021-01-16T00:45:25.205Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-16T00:45:25.205Z] 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-16T00:45:25.205Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-16T00:45:25.465Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-16T00:45:25.465Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-16T00:45:25.725Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-16T00:45:25.725Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-16T00:45:25.725Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-16T00:45:25.725Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-16T00:45:25.725Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-16T00:45:25.725Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-16T00:45:25.985Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-16T00:45:25.985Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-16T00:45:25.985Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-16T00:45:26.248Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-16T00:45:26.248Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-16T00:45:26.507Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-16T00:45:26.507Z] Fetched 7655 kB in 1s (6456 kB/s) [2021-01-16T00:45:26.507Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-16T00:45:26.769Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-16T00:45:26.769Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-16T00:45:26.769Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T00:45:27.030Z] Selecting previously unselected package libpsl5:amd64. [2021-01-16T00:45:27.030Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-16T00:45:27.030Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T00:45:27.030Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-16T00:45:27.030Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-16T00:45:27.030Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T00:45:27.030Z] Selecting previously unselected package librtmp1:amd64. [2021-01-16T00:45:27.030Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-16T00:45:27.030Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T00:45:27.291Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-16T00:45:27.291Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-16T00:45:27.291Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T00:45:27.291Z] Selecting previously unselected package liberror-perl. [2021-01-16T00:45:27.291Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-16T00:45:27.291Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-16T00:45:27.291Z] Selecting previously unselected package git-man. [2021-01-16T00:45:27.291Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-16T00:45:27.291Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:27.551Z] Selecting previously unselected package git. [2021-01-16T00:45:27.551Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-16T00:45:27.551Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:28.493Z] Selecting previously unselected package libnorm1:amd64. [2021-01-16T00:45:28.493Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-16T00:45:28.493Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T00:45:28.493Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-16T00:45:28.493Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-16T00:45:28.493Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T00:45:28.756Z] Selecting previously unselected package libsodium23:amd64. [2021-01-16T00:45:28.756Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-16T00:45:28.756Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-16T00:45:28.756Z] Selecting previously unselected package libzmq5:amd64. [2021-01-16T00:45:28.756Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T00:45:28.756Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:28.756Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-16T00:45:28.756Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-16T00:45:28.756Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:29.017Z] Selecting previously unselected package pkg-config. [2021-01-16T00:45:29.018Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-16T00:45:29.018Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T00:45:29.018Z] Selecting previously unselected package zip. [2021-01-16T00:45:29.018Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-16T00:45:29.018Z] Unpacking zip (3.0-11build1) ... [2021-01-16T00:45:29.282Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-16T00:45:29.282Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:29.282Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-16T00:45:29.282Z] Setting up liberror-perl (0.17025-1) ... [2021-01-16T00:45:29.283Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-16T00:45:29.283Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-16T00:45:29.283Z] No schema files found: doing nothing. [2021-01-16T00:45:29.283Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-16T00:45:29.283Z] Setting up zip (3.0-11build1) ... [2021-01-16T00:45:29.544Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-16T00:45:29.544Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-16T00:45:29.544Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-16T00:45:29.544Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:29.544Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-16T00:45:29.544Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-16T00:45:29.544Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-16T00:45:29.804Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-16T00:45:36.402Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:36.402Z] git set to automatically installed. [2021-01-16T00:45:36.402Z] git-man set to automatically installed. [2021-01-16T00:45:36.402Z] libcurl3-gnutls set to automatically installed. [2021-01-16T00:45:36.402Z] liberror-perl set to automatically installed. [2021-01-16T00:45:36.402Z] libglib2.0-0 set to automatically installed. [2021-01-16T00:45:36.402Z] libnghttp2-14 set to automatically installed. [2021-01-16T00:45:36.402Z] libnorm1 set to automatically installed. [2021-01-16T00:45:36.402Z] libpgm-5.2-0 set to automatically installed. [2021-01-16T00:45:36.402Z] libpsl5 set to automatically installed. [2021-01-16T00:45:36.402Z] librtmp1 set to automatically installed. [2021-01-16T00:45:36.402Z] libsodium23 set to automatically installed. [2021-01-16T00:45:36.402Z] libzmq3-dev set to automatically installed. [2021-01-16T00:45:36.402Z] libzmq5 set to automatically installed. [2021-01-16T00:45:36.402Z] pkg-config set to automatically installed. [2021-01-16T00:45:36.402Z] zip set to automatically installed. [2021-01-16T00:45:38.322Z] snapd is not logged in, snap install commands will use sudo [2021-01-16T00:45:45.073Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-16T00:45:45.073Z] snap "core18" has no updates available [2021-01-16T00:45:45.647Z] Pulling config-common [2021-01-16T00:45:47.036Z] Pulling go-build-helper [2021-01-16T00:46:13.649Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-16T00:46:13.649Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-16T00:46:13.649Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-16T00:46:13.649Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-16T00:46:13.649Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-16T00:46:13.649Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-16T00:46:13.649Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-16T00:46:13.649Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-16T00:46:13.649Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-16T00:46:13.649Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-16T00:46:13.649Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-16T00:46:13.649Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-16T00:46:13.649Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-16T00:46:13.649Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-16T00:46:13.649Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-16T00:46:13.649Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-16T00:46:13.649Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-16T00:46:13.649Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-16T00:46:13.649Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-16T00:46:13.649Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-16T00:46:13.649Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-16T00:46:13.649Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-16T00:46:13.649Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-16T00:46:13.649Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-16T00:46:13.649Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-16T00:46:13.649Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-16T00:46:13.649Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-16T00:46:13.649Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-16T00:46:13.649Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-16T00:46:13.649Z] Fetched 279 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-16T00:46:13.649Z] Fetched 122 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-16T00:46:13.649Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-16T00:46:13.649Z] Fetched 8848 B in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-16T00:46:13.649Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-16T00:46:13.649Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-16T00:46:13.649Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-16T00:46:13.649Z] Fetched 214 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-16T00:46:13.649Z] Fetched 155 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-16T00:46:13.649Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-16T00:46:13.649Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-16T00:46:13.649Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-16T00:46:13.649Z] Fetched 499 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-16T00:46:13.649Z] Fetched 111 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-16T00:46:13.649Z] Fetched 240 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-16T00:46:13.649Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-16T00:46:13.649Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-16T00:46:13.649Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-16T00:46:13.649Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-16T00:46:13.650Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-16T00:46:13.650Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-16T00:46:13.650Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-16T00:46:13.650Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-16T00:46:13.650Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-16T00:46:13.650Z] Fetched 8720 B in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-16T00:46:13.650Z] Fetched 137 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-16T00:46:13.650Z] Fetched 119 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-16T00:46:13.650Z] Fetched 109 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-16T00:46:13.650Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-16T00:46:13.650Z] Fetched 645 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-16T00:46:13.650Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-16T00:46:13.650Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-16T00:46:13.650Z] Fetched 368 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-16T00:46:13.650Z] Fetched 187 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-16T00:46:13.650Z] Fetched 175 kB in 0s (0 B/s) [2021-01-16T00:46:13.650Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-16T00:46:15.571Z] Fetched 206 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-16T00:46:15.571Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-16T00:46:15.571Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-16T00:46:15.571Z] Fetched 159 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-16T00:46:15.571Z] Fetched 107 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-16T00:46:15.571Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-16T00:46:15.571Z] Pulling static-packages [2021-01-16T00:46:16.514Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-16T00:46:16.514Z] Skipping pull go-build-helper (already ran) [2021-01-16T00:46:16.514Z] Skipping pull static-packages (already ran) [2021-01-16T00:46:16.775Z] Building go-build-helper [2021-01-16T00:46:20.978Z] Building static-packages [2021-01-16T00:46:23.520Z] Staging go-build-helper [2021-01-16T00:46:24.462Z] Staging static-packages [2021-01-16T00:46:25.847Z] Pulling go115 [2021-01-16T00:46:26.793Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-16T00:46:26.793Z] Skipping pull go115 (already ran) [2021-01-16T00:46:26.793Z] Building go115 [2021-01-16T00:46:26.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T00:46:26.793Z] Dload Upload Total Spent Left Speed [2021-01-16T00:46:29.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 24.0M 0 0 30.8M 0 0:00:03 --:--:-- 0:00:03 30.8M 53 115M 53 62.2M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.9M 89 115M 89 103M 0 0 37.1M 0 0:00:03 0:00:02 0:00:01 37.1M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M [2021-01-16T00:46:30.671Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-16T00:46:35.963Z] Staging go115 [2021-01-16T00:46:38.006Z] 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-16T00:46:38.006Z] 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-16T00:46:42.557Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-16T00:46:42.557Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-16T00:46:42.557Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-16T00:46:42.557Z] Fetched 0 B in 0s (0 B/s) [2021-01-16T00:46:42.557Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-16T00:46:42.557Z] Fetched 224 kB in 0s (0 B/s) [2021-01-16T00:46:42.557Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-16T00:46:42.557Z] Fetched 157 kB in 0s (0 B/s) [2021-01-16T00:46:42.557Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-16T00:46:42.557Z] Fetched 221 kB in 0s (0 B/s) [2021-01-16T00:46:42.557Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-16T00:46:42.557Z] Fetched 143 kB in 0s (0 B/s) [2021-01-16T00:46:42.557Z] Pulling edgex-go [2021-01-16T00:46:44.488Z] Pulling version [2021-01-16T00:46:44.801Z] Removing intermediate container 0a35c090fcfe [2021-01-16T00:46:44.801Z] ---> 279c1e325c00 [2021-01-16T00:46:44.801Z] [2021-01-16T00:46:44.801Z] Step 10/24 : FROM alpine:3.12 [2021-01-16T00:46:44.801Z] 3.12: Pulling from library/alpine [2021-01-16T00:46:45.434Z] Building config-common [2021-01-16T00:46:47.459Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-16T00:46:47.459Z] Status: Downloaded newer image for alpine:3.12 [2021-01-16T00:46:47.459Z] ---> afeebe901d6b [2021-01-16T00:46:47.459Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:46:47.981Z] Skipping build go-build-helper (already ran) [2021-01-16T00:46:47.981Z] Skipping build static-packages (already ran) [2021-01-16T00:46:47.981Z] Skipping build go115 (already ran) [2021-01-16T00:46:48.056Z] Removing intermediate container a7fa7582f9e1 [2021-01-16T00:46:48.056Z] ---> 358970f7bddd [2021-01-16T00:46:48.056Z] [2021-01-16T00:46:48.056Z] Step 10/21 : FROM alpine:3.12 [2021-01-16T00:46:48.056Z] ---> afeebe901d6b [2021-01-16T00:46:48.056Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-16T00:46:48.242Z] Building edgex-go [2021-01-16T00:46:48.332Z] ---> Running in 0757a9699b78 [2021-01-16T00:46:48.613Z] ---> Running in 3a15bf1f2e90 [2021-01-16T00:46:49.184Z] 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-16T00:46:50.074Z] Removing intermediate container 16d4861605af [2021-01-16T00:46:50.074Z] ---> f3a4581fb8f3 [2021-01-16T00:46:50.074Z] [2021-01-16T00:46:50.074Z] Step 10/24 : FROM scratch [2021-01-16T00:46:50.074Z] ---> [2021-01-16T00:46:50.074Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-16T00:46:50.126Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-16T00:46:50.126Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-16T00:46:50.126Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-16T00:46:50.127Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-16T00:46:50.127Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-16T00:46:50.127Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-16T00:46:50.347Z] ---> Running in 40258405afc1 [2021-01-16T00:46:50.347Z] Removing intermediate container 202c19fcf9b9 [2021-01-16T00:46:50.347Z] ---> 43cf931215b2 [2021-01-16T00:46:50.347Z] [2021-01-16T00:46:50.347Z] Step 10/21 : FROM scratch [2021-01-16T00:46:50.347Z] ---> [2021-01-16T00:46:50.347Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:46:50.404Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-16T00:46:50.404Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-16T00:46:50.404Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-16T00:46:50.404Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-16T00:46:50.404Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-16T00:46:50.404Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-16T00:46:50.404Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-16T00:46:50.404Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-16T00:46:50.404Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-16T00:46:50.404Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-16T00:46:50.404Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-16T00:46:50.404Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-16T00:46:50.404Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-16T00:46:50.404Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-16T00:46:50.404Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-16T00:46:50.404Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-16T00:46:50.404Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-16T00:46:50.404Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-16T00:46:50.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:50.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:50.619Z] ---> Running in 50cb3bad7de5 [2021-01-16T00:46:50.664Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-16T00:46:50.664Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-16T00:46:50.664Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-16T00:46:50.664Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-16T00:46:50.664Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-16T00:46:50.664Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-16T00:46:50.925Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-16T00:46:50.925Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-16T00:46:51.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:51.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:46:51.016Z] Removing intermediate container 40258405afc1 [2021-01-16T00:46:51.016Z] ---> 3c12577a51cd [2021-01-16T00:46:51.016Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-16T00:46:51.332Z] ---> Running in 87e74d828eff [2021-01-16T00:46:51.636Z] Removing intermediate container 50cb3bad7de5 [2021-01-16T00:46:51.636Z] ---> 4881be3d8b36 [2021-01-16T00:46:51.636Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-16T00:46:51.636Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-16T00:46:51.963Z] ---> Running in 08f20ff5ac4b [2021-01-16T00:46:51.963Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-16T00:46:51.963Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:46:51.963Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-16T00:46:51.963Z] (4/4) Installing curl (7.69.1-r3) [2021-01-16T00:46:51.963Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:46:51.963Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-16T00:46:51.963Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:46:51.963Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:46:51.963Z] (4/5) Installing curl (7.69.1-r3) [2021-01-16T00:46:52.251Z] Removing intermediate container 87e74d828eff [2021-01-16T00:46:52.251Z] ---> 221731b859d4 [2021-01-16T00:46:52.251Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-16T00:46:52.251Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-16T00:46:52.251Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:46:52.251Z] Executing ca-certificates-20191127-r4.trigger [2021-01-16T00:46:52.251Z] OK: 7 MiB in 18 packages [2021-01-16T00:46:52.577Z] ---> Running in ed52818337de [2021-01-16T00:46:52.577Z] OK: 7 MiB in 19 packages [2021-01-16T00:46:52.942Z] Removing intermediate container 08f20ff5ac4b [2021-01-16T00:46:52.942Z] ---> b019dd058eec [2021-01-16T00:46:52.942Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-16T00:46:52.942Z] ---> Running in 95bf7dbcccd8 [2021-01-16T00:46:53.964Z] Removing intermediate container ed52818337de [2021-01-16T00:46:53.964Z] ---> 44591f37711b [2021-01-16T00:46:53.964Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-16T00:46:54.237Z] Removing intermediate container 95bf7dbcccd8 [2021-01-16T00:46:54.237Z] ---> 3242ba87a73c [2021-01-16T00:46:54.237Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:46:55.229Z] Removing intermediate container 3a15bf1f2e90 [2021-01-16T00:46:55.229Z] ---> bfee7932fb3f [2021-01-16T00:46:55.229Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:46:55.229Z] ---> 7d8322e74c71 [2021-01-16T00:46:55.229Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-16T00:46:55.502Z] ---> Running in 6f710981fc2c [2021-01-16T00:46:55.775Z] ---> e01122d627c3 [2021-01-16T00:46:55.775Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-16T00:46:55.775Z] Removing intermediate container 0757a9699b78 [2021-01-16T00:46:55.775Z] ---> e62ee49fd4fd [2021-01-16T00:46:55.775Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-16T00:46:56.052Z] ---> Running in ba12ea4c7735 [2021-01-16T00:46:56.330Z] Removing intermediate container 6f710981fc2c [2021-01-16T00:46:56.330Z] ---> d5a922f26a36 [2021-01-16T00:46:56.330Z] Step 13/21 : WORKDIR /edgex [2021-01-16T00:46:56.606Z] ---> Running in 21babc76d75c [2021-01-16T00:46:56.881Z] Removing intermediate container ba12ea4c7735 [2021-01-16T00:46:56.881Z] ---> 31518391de98 [2021-01-16T00:46:56.881Z] Step 13/24 : WORKDIR / [2021-01-16T00:46:57.159Z] ---> Running in 7430eb23dc5f [2021-01-16T00:46:57.159Z] ---> 0cf07d600769 [2021-01-16T00:46:57.159Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-16T00:46:57.448Z] Removing intermediate container 21babc76d75c [2021-01-16T00:46:57.448Z] ---> b871e6e830d7 [2021-01-16T00:46:57.448Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-16T00:46:57.744Z] ---> bd4fe11cfa33 [2021-01-16T00:46:57.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-16T00:46:58.029Z] Removing intermediate container 7430eb23dc5f [2021-01-16T00:46:58.029Z] ---> 30ab0fe8086b [2021-01-16T00:46:58.029Z] 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-16T00:46:59.491Z] ---> 160b053cef29 [2021-01-16T00:46:59.491Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-16T00:46:59.491Z] ---> d751fbe2a663 [2021-01-16T00:46:59.491Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-16T00:46:59.491Z] ---> 7969dcd2686e [2021-01-16T00:46:59.491Z] 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-16T00:46:59.491Z] ---> 969ab74ef85c [2021-01-16T00:46:59.491Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:46:59.765Z] ---> Running in c0f97024eca8 [2021-01-16T00:47:00.743Z] Removing intermediate container c0f97024eca8 [2021-01-16T00:47:00.743Z] ---> cc15a67d1493 [2021-01-16T00:47:00.743Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:00.954Z] 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-16T00:47:01.333Z] ---> 230efb1db7e6 [2021-01-16T00:47:01.333Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:01.606Z] ---> Running in 9c572a03b7b7 [2021-01-16T00:47:01.881Z] ---> 3b9384b6ad89 [2021-01-16T00:47:01.881Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-16T00:47:01.881Z] ---> 79e5153e8a94 [2021-01-16T00:47:01.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-16T00:47:02.497Z] ---> 4722773a3b7b [2021-01-16T00:47:02.497Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-16T00:47:02.774Z] Removing intermediate container f4b0dcbbd9a1 [2021-01-16T00:47:02.774Z] ---> e9b799a94959 [2021-01-16T00:47:02.774Z] [2021-01-16T00:47:02.774Z] Step 10/22 : FROM scratch [2021-01-16T00:47:02.774Z] ---> [2021-01-16T00:47:02.774Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:47:03.045Z] Removing intermediate container 9c572a03b7b7 [2021-01-16T00:47:03.045Z] ---> 08b9ab7920ff [2021-01-16T00:47:03.045Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:47:03.045Z] ---> Using cache [2021-01-16T00:47:03.045Z] ---> 4881be3d8b36 [2021-01-16T00:47:03.045Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-16T00:47:03.647Z] ---> Running in 2f657ddaed72 [2021-01-16T00:47:03.647Z] ---> Running in 7cdd1c12a8b0 [2021-01-16T00:47:03.647Z] ---> 51159ab5feed [2021-01-16T00:47:03.647Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:03.920Z] ---> 6468afbf723a [2021-01-16T00:47:03.920Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-16T00:47:04.197Z] ---> Running in 5d68c72ff34a [2021-01-16T00:47:04.197Z] ---> eec987618a9d [2021-01-16T00:47:04.197Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-16T00:47:04.197Z] Removing intermediate container 2f657ddaed72 [2021-01-16T00:47:04.197Z] ---> c843b59b9df9 [2021-01-16T00:47:04.197Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:47:04.472Z] Removing intermediate container 7cdd1c12a8b0 [2021-01-16T00:47:04.472Z] ---> 692ddd94d93c [2021-01-16T00:47:04.472Z] Step 20/21 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:47:04.472Z] ---> Running in 6808ca09db45 [2021-01-16T00:47:04.754Z] ---> Running in a87eef63f65e [2021-01-16T00:47:04.754Z] ---> d663f5188547 [2021-01-16T00:47:04.754Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-16T00:47:04.754Z] Removing intermediate container 5d68c72ff34a [2021-01-16T00:47:04.754Z] ---> 7a68d3f12fa8 [2021-01-16T00:47:04.754Z] Step 18/21 : CMD ["--init=true"] [2021-01-16T00:47:05.038Z] ---> Running in 20a4e9f4843b [2021-01-16T00:47:05.038Z] Removing intermediate container 6808ca09db45 [2021-01-16T00:47:05.038Z] ---> 3fd9f9b1db02 [2021-01-16T00:47:05.038Z] Step 14/22 : WORKDIR / [2021-01-16T00:47:05.038Z] ---> Running in 6a4c52796ccb [2021-01-16T00:47:05.169Z] 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-16T00:47:05.313Z] ---> Running in b6061828c319 [2021-01-16T00:47:05.585Z] Removing intermediate container a87eef63f65e [2021-01-16T00:47:05.585Z] ---> 8f7364f65aeb [2021-01-16T00:47:05.585Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:47:05.857Z] Removing intermediate container 20a4e9f4843b [2021-01-16T00:47:05.857Z] ---> 7fefc6bd67bf [2021-01-16T00:47:05.857Z] ---> f263ec43e5f3 [2021-01-16T00:47:05.857Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:05.857Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-16T00:47:05.857Z] ---> Running in a4d68f46ef0c [2021-01-16T00:47:05.857Z] Removing intermediate container 6a4c52796ccb [2021-01-16T00:47:05.857Z] ---> 910d8af7bff0 [2021-01-16T00:47:05.857Z] Step 19/21 : LABEL arch=arm64 [2021-01-16T00:47:06.128Z] ---> Running in 3a4ebcfc2ddb [2021-01-16T00:47:06.128Z] ---> Running in 41d67014a9c9 [2021-01-16T00:47:06.128Z] Removing intermediate container b6061828c319 [2021-01-16T00:47:06.128Z] ---> 782f985bb273 [2021-01-16T00:47:06.128Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:47:06.406Z] Removing intermediate container a4d68f46ef0c [2021-01-16T00:47:06.406Z] ---> 0b0a043542b1 [2021-01-16T00:47:06.406Z] [2021-01-16T00:47:06.560Z] 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-16T00:47:07.003Z] Removing intermediate container 41d67014a9c9 [2021-01-16T00:47:07.003Z] ---> 69da84b30697 [2021-01-16T00:47:07.003Z] Step 20/21 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:47:07.003Z] ---> 46d8af666575 [2021-01-16T00:47:07.003Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-16T00:47:07.003Z] Removing intermediate container 3a4ebcfc2ddb [2021-01-16T00:47:07.003Z] ---> 78c30a8fea9b [2021-01-16T00:47:07.003Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:47:07.003Z] Successfully built 0b0a043542b1 [2021-01-16T00:47:07.003Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-16T00:47:07.003Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-16T00:47:07.294Z] ---> Running in 1501654082c7 [2021-01-16T00:47:07.294Z] ---> Running in 2355af09498a [2021-01-16T00:47:07.294Z] ---> Running in 6b82713c993c [2021-01-16T00:47:07.294Z] ---> 9f86a2ead6b5 [2021-01-16T00:47:07.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-16T00:47:07.944Z] 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-16T00:47:08.205Z] 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-16T00:47:08.205Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-16T00:47:08.286Z] Removing intermediate container 6b82713c993c [2021-01-16T00:47:08.286Z] ---> b33e8ed2c8f7 [2021-01-16T00:47:08.286Z] Step 21/21 : LABEL version=0.0.0 [2021-01-16T00:47:08.286Z] Removing intermediate container 1501654082c7 [2021-01-16T00:47:08.286Z] ---> 23192d554430 [2021-01-16T00:47:08.286Z] Step 23/24 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:47:08.465Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-16T00:47:08.465Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-16T00:47:08.465Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-16T00:47:08.563Z] ---> Running in c7912b229372 [2021-01-16T00:47:08.563Z] ---> Running in 7af16d08a564 [2021-01-16T00:47:10.378Z] 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-16T00:47:10.378Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-16T00:47:10.378Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-16T00:47:10.553Z] ---> 5d4813ec24e3 [2021-01-16T00:47:10.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-16T00:47:10.553Z] Removing intermediate container c7912b229372 [2021-01-16T00:47:10.553Z] ---> bf033ffd0a06 [2021-01-16T00:47:10.553Z] [2021-01-16T00:47:10.553Z] Removing intermediate container 7af16d08a564 [2021-01-16T00:47:10.553Z] ---> 08089d45864a [2021-01-16T00:47:10.553Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:47:10.831Z] Successfully built bf033ffd0a06 [2021-01-16T00:47:11.110Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-16T00:47:11.110Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-16T00:47:11.110Z] ---> Running in c4c4f64e25cd [2021-01-16T00:47:11.318Z] 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-16T00:47:11.381Z] ---> ad23a8f88f15 [2021-01-16T00:47:11.381Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-16T00:47:11.381Z] Removing intermediate container 2355af09498a [2021-01-16T00:47:11.381Z] ---> 5fefece04edf [2021-01-16T00:47:11.381Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-16T00:47:11.667Z] ---> Running in 4652852b3896 [2021-01-16T00:47:11.667Z] ---> Running in 9a28df29461c [2021-01-16T00:47:11.667Z] Removing intermediate container c4c4f64e25cd [2021-01-16T00:47:11.667Z] ---> bb2a9c58479f [2021-01-16T00:47:11.667Z] [2021-01-16T00:47:12.257Z] 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-16T00:47:12.258Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-16T00:47:12.266Z] Removing intermediate container 4652852b3896 [2021-01-16T00:47:12.266Z] ---> f6072a08d280 [2021-01-16T00:47:12.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:47:12.266Z] Successfully built bb2a9c58479f [2021-01-16T00:47:12.266Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-16T00:47:12.266Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-16T00:47:12.266Z] Removing intermediate container 9a28df29461c [2021-01-16T00:47:12.266Z] ---> 712986465f0a [2021-01-16T00:47:12.266Z] Step 22/24 : LABEL arch=arm64 [2021-01-16T00:47:12.547Z] ---> Running in 250aa85fd48d [2021-01-16T00:47:12.547Z] ---> Running in f81ccfcb16bd [2021-01-16T00:47:13.151Z] Removing intermediate container 250aa85fd48d [2021-01-16T00:47:13.151Z] ---> be6583708a24 [2021-01-16T00:47:13.151Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:47:13.151Z] Removing intermediate container f81ccfcb16bd [2021-01-16T00:47:13.151Z] ---> 46a8e13bb225 [2021-01-16T00:47:13.151Z] Step 23/24 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:47:13.151Z] ---> Running in d9b5ed4e0198 [2021-01-16T00:47:13.426Z] ---> Running in 9826c94576cb [2021-01-16T00:47:13.641Z] 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-16T00:47:13.703Z] Removing intermediate container d9b5ed4e0198 [2021-01-16T00:47:13.703Z] ---> 50452c1ec178 [2021-01-16T00:47:13.703Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:47:13.989Z] Removing intermediate container 9826c94576cb [2021-01-16T00:47:13.989Z] ---> ae5d10b51806 [2021-01-16T00:47:13.989Z] Step 24/24 : LABEL version=0.0.0 [2021-01-16T00:47:13.989Z] ---> Running in 1323448d3ca8 [2021-01-16T00:47:14.263Z] ---> Running in 1b43549ef3d5 [2021-01-16T00:47:14.588Z] 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-16T00:47:14.857Z] Removing intermediate container 1323448d3ca8 [2021-01-16T00:47:14.857Z] ---> ae0bdc30bb53 [2021-01-16T00:47:14.857Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:47:14.857Z] Removing intermediate container 1b43549ef3d5 [2021-01-16T00:47:14.857Z] ---> a37af708ddc3 [2021-01-16T00:47:14.857Z] [2021-01-16T00:47:15.453Z] ---> Running in 5e1c0d5f27ff [2021-01-16T00:47:15.453Z] Successfully built a37af708ddc3 [2021-01-16T00:47:15.453Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-16T00:47:15.453Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-16T00:47:15.530Z] 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-16T00:47:15.530Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-16T00:47:16.424Z] Removing intermediate container 5e1c0d5f27ff [2021-01-16T00:47:16.424Z] ---> 0b5c12ee4f29 [2021-01-16T00:47:16.424Z] [2021-01-16T00:47:16.694Z] Successfully built 0b5c12ee4f29 [2021-01-16T00:47:16.694Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-16T00:47:18.833Z] Building version [2021-01-16T00:47:21.383Z] Staging config-common [2021-01-16T00:47:22.323Z] Skipping stage go-build-helper (already ran) [2021-01-16T00:47:22.323Z] Skipping stage static-packages (already ran) [2021-01-16T00:47:22.323Z] Skipping stage go115 (already ran) [2021-01-16T00:47:22.323Z] Staging edgex-go [2021-01-16T00:47:23.265Z] Staging version [2021-01-16T00:47:24.654Z] Priming config-common [2021-01-16T00:47:25.596Z] Priming go-build-helper [2021-01-16T00:47:26.981Z] Priming static-packages [2021-01-16T00:47:29.525Z] Priming go115 [2021-01-16T00:47:30.498Z] Priming edgex-go [2021-01-16T00:47:31.918Z] Priming version [2021-01-16T00:47:33.323Z] 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-16T00:47:55.654Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:47:55.655Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:47:55.655Z] ---> b3723bf9a274 [2021-01-16T00:47:55.655Z] Step 3/26 : WORKDIR /edgex-go [2021-01-16T00:47:55.655Z] ---> Using cache [2021-01-16T00:47:55.655Z] ---> f6f26c834a3b [2021-01-16T00:47:55.655Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:47:55.655Z] ---> Using cache [2021-01-16T00:47:55.655Z] ---> 947b43b37723 [2021-01-16T00:47:55.655Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-16T00:48:01.083Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:01.083Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> Running in 4d55113cf05c [2021-01-16T00:48:01.083Z] [2021-01-16T00:48:01.083Z] ---> b3723bf9a274 [2021-01-16T00:48:01.083Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> f6f26c834a3b [2021-01-16T00:48:01.083Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> 947b43b37723 [2021-01-16T00:48:01.083Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> de830458490e [2021-01-16T00:48:01.083Z] Step 6/22 : COPY go.mod . [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> ba809570010f [2021-01-16T00:48:01.083Z] Step 7/22 : RUN go mod download [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> 4910f4ff04a4 [2021-01-16T00:48:01.083Z] Step 8/22 : COPY . . [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> 233ff1421524 [2021-01-16T00:48:01.083Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-16T00:48:01.083Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:01.083Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:01.083Z] ---> b3723bf9a274 [2021-01-16T00:48:01.083Z] Step 3/22 : WORKDIR /edgex-go [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> f6f26c834a3b [2021-01-16T00:48:01.083Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> 947b43b37723 [2021-01-16T00:48:01.083Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> de830458490e [2021-01-16T00:48:01.083Z] Step 6/22 : COPY go.mod . [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> ba809570010f [2021-01-16T00:48:01.083Z] Step 7/22 : RUN go mod download [2021-01-16T00:48:01.083Z] ---> Using cache [2021-01-16T00:48:01.083Z] ---> 4910f4ff04a4 [2021-01-16T00:48:01.083Z] Step 8/22 : COPY . . [2021-01-16T00:48:01.084Z] ---> Using cache [2021-01-16T00:48:01.084Z] ---> 233ff1421524 [2021-01-16T00:48:01.084Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-16T00:48:01.364Z] ---> Running in 5b07fe05cbe7 [2021-01-16T00:48:01.364Z] ---> Running in 94de4ad0ab33 [2021-01-16T00:48:01.966Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-16T00:48:01.966Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-16T00:48:01.966Z] ---> b3723bf9a274 [2021-01-16T00:48:01.966Z] Step 3/23 : WORKDIR /edgex-go [2021-01-16T00:48:01.966Z] ---> Using cache [2021-01-16T00:48:01.966Z] ---> f6f26c834a3b [2021-01-16T00:48:01.966Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:48:01.966Z] ---> Using cache [2021-01-16T00:48:01.966Z] ---> 947b43b37723 [2021-01-16T00:48:01.966Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-16T00:48:01.966Z] ---> Running in 6513b9bdceeb [2021-01-16T00:48:02.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:03.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:03.233Z] 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-16T00:48:03.233Z] 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-16T00:48:03.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:03.836Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:04.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:48:05.111Z] OK: 217 MiB in 51 packages [2021-01-16T00:48:05.393Z] Removing intermediate container 4d55113cf05c [2021-01-16T00:48:05.393Z] ---> 09bcc951d30d [2021-01-16T00:48:05.393Z] Step 6/26 : COPY go.mod . [2021-01-16T00:48:06.841Z] Removing intermediate container 6513b9bdceeb [2021-01-16T00:48:06.841Z] ---> abe868a735ab [2021-01-16T00:48:06.841Z] Step 6/23 : COPY go.mod . [2021-01-16T00:48:06.841Z] ---> d63f81891908 [2021-01-16T00:48:06.841Z] Step 7/26 : RUN go mod download [2021-01-16T00:48:07.119Z] ---> Running in 39126d3ffab1 [2021-01-16T00:48:08.579Z] ---> 55828f10a463 [2021-01-16T00:48:08.579Z] Step 7/23 : RUN go mod download [2021-01-16T00:48:08.579Z] ---> Running in d33d2f9013d3 [2021-01-16T00:48:12.001Z] Removing intermediate container 39126d3ffab1 [2021-01-16T00:48:12.001Z] ---> c5435ac144b2 [2021-01-16T00:48:12.001Z] Step 8/26 : COPY . . [2021-01-16T00:48:13.459Z] Removing intermediate container d33d2f9013d3 [2021-01-16T00:48:13.460Z] ---> f2c2ccae5130 [2021-01-16T00:48:13.460Z] Step 8/23 : COPY . . [2021-01-16T00:48:45.882Z] ---> 2523a0b2247d [2021-01-16T00:48:45.882Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-16T00:48:45.882Z] ---> 560dba6cf1d5 [2021-01-16T00:48:45.882Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-16T00:48:45.882Z] ---> Running in 63083e28a144 [2021-01-16T00:48:45.882Z] ---> Running in ec6295a4a668 [2021-01-16T00:48:46.162Z] 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-16T00:48:46.162Z] 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-16T00:49:13.175Z] Removing intermediate container 94de4ad0ab33 [2021-01-16T00:49:13.175Z] ---> 3b325b839cdf [2021-01-16T00:49:13.175Z] [2021-01-16T00:49:13.175Z] Step 10/22 : FROM alpine:3.12 [2021-01-16T00:49:13.175Z] ---> afeebe901d6b [2021-01-16T00:49:13.175Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-16T00:49:13.175Z] ---> Using cache [2021-01-16T00:49:13.175Z] ---> e62ee49fd4fd [2021-01-16T00:49:13.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-16T00:49:13.175Z] ---> Running in 7464fff7283a [2021-01-16T00:49:13.175Z] Removing intermediate container 7464fff7283a [2021-01-16T00:49:13.175Z] ---> 1b35e2fec84c [2021-01-16T00:49:13.175Z] Step 13/22 : WORKDIR / [2021-01-16T00:49:13.175Z] ---> Running in a16da297dd84 [2021-01-16T00:49:13.175Z] Removing intermediate container a16da297dd84 [2021-01-16T00:49:13.175Z] ---> 2d0c6c4df849 [2021-01-16T00:49:13.175Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:49:13.452Z] ---> 6a48cb91e98e [2021-01-16T00:49:13.452Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-16T00:49:13.732Z] Removing intermediate container 5b07fe05cbe7 [2021-01-16T00:49:13.732Z] ---> be881a2b86b4 [2021-01-16T00:49:13.732Z] [2021-01-16T00:49:13.732Z] Step 10/22 : FROM scratch [2021-01-16T00:49:13.732Z] ---> [2021-01-16T00:49:13.732Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:49:14.015Z] ---> Using cache [2021-01-16T00:49:14.015Z] ---> 4881be3d8b36 [2021-01-16T00:49:14.015Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-16T00:49:14.015Z] ---> Running in 5c939afdf2bb [2021-01-16T00:49:15.476Z] Removing intermediate container 5c939afdf2bb [2021-01-16T00:49:15.476Z] ---> 268a2fdb6c43 [2021-01-16T00:49:15.476Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-16T00:49:15.476Z] ---> bbcb8859a592 [2021-01-16T00:49:15.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-16T00:49:15.476Z] ---> Running in b5ccf6279a54 [2021-01-16T00:49:16.486Z] Removing intermediate container b5ccf6279a54 [2021-01-16T00:49:16.486Z] ---> 5b076a6a16ad [2021-01-16T00:49:16.486Z] Step 14/22 : WORKDIR / [2021-01-16T00:49:16.486Z] ---> Running in 8f9ea3e91c56 [2021-01-16T00:49:16.766Z] ---> c2588003aa62 [2021-01-16T00:49:16.766Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-16T00:49:17.374Z] Removing intermediate container 8f9ea3e91c56 [2021-01-16T00:49:17.374Z] ---> db6f662cc4b2 [2021-01-16T00:49:17.374Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:49:18.362Z] ---> 1c4058395abb [2021-01-16T00:49:18.362Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-16T00:49:18.362Z] ---> Running in 511130deaf48 [2021-01-16T00:49:18.649Z] ---> 37e5dd78bd44 [2021-01-16T00:49:18.649Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-16T00:49:21.274Z] ---> c0da5b6dee41 [2021-01-16T00:49:21.274Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-16T00:49:22.260Z] ---> ae608a11331f [2021-01-16T00:49:22.539Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-16T00:49:22.539Z] Removing intermediate container 511130deaf48 [2021-01-16T00:49:22.539Z] ---> 5a711fe54ff5 [2021-01-16T00:49:22.539Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-16T00:49:22.539Z] ---> Running in 62e59a949735 [2021-01-16T00:49:22.813Z] ---> Running in d859597ee188 [2021-01-16T00:49:23.096Z] Removing intermediate container 62e59a949735 [2021-01-16T00:49:23.096Z] ---> cd45c980da1d [2021-01-16T00:49:23.096Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:49:23.368Z] ---> Running in 636b8120525c [2021-01-16T00:49:23.643Z] Removing intermediate container d859597ee188 [2021-01-16T00:49:23.643Z] ---> f99592b38b5c [2021-01-16T00:49:23.643Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:49:23.643Z] ---> Running in e96595904fa9 [2021-01-16T00:49:24.243Z] Removing intermediate container 636b8120525c [2021-01-16T00:49:24.243Z] ---> 02e2bdfbde48 [2021-01-16T00:49:24.243Z] Step 20/22 : LABEL arch=arm64 [2021-01-16T00:49:24.243Z] ---> Running in efe4d0c1b422 [2021-01-16T00:49:24.522Z] Removing intermediate container e96595904fa9 [2021-01-16T00:49:24.522Z] ---> 42e66d0082f3 [2021-01-16T00:49:24.522Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:49:24.522Z] ---> Running in ea01c2cf221c [2021-01-16T00:49:25.119Z] Removing intermediate container efe4d0c1b422 [2021-01-16T00:49:25.119Z] ---> 2a8b9202f1ba [2021-01-16T00:49:25.119Z] Step 21/22 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:49:25.388Z] ---> Running in 475c31efbd91 [2021-01-16T00:49:25.388Z] Removing intermediate container ea01c2cf221c [2021-01-16T00:49:25.388Z] ---> 0dcfcd8c315c [2021-01-16T00:49:25.388Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:49:25.658Z] ---> Running in 69d34c620db4 [2021-01-16T00:49:26.253Z] Removing intermediate container 475c31efbd91 [2021-01-16T00:49:26.253Z] ---> b3f758c4cca7 [2021-01-16T00:49:26.253Z] Step 22/22 : LABEL version=0.0.0 [2021-01-16T00:49:26.254Z] ---> Running in 02bada0d1d9f [2021-01-16T00:49:26.534Z] Removing intermediate container 69d34c620db4 [2021-01-16T00:49:26.534Z] ---> 20aa6f44ce1f [2021-01-16T00:49:26.534Z] [2021-01-16T00:49:27.136Z] Successfully built 20aa6f44ce1f [2021-01-16T00:49:27.136Z] Removing intermediate container 02bada0d1d9f [2021-01-16T00:49:27.136Z] ---> dea17f70e0de [2021-01-16T00:49:27.136Z] [2021-01-16T00:49:27.136Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-16T00:49:27.414Z]  Building docker-security-bootstrap-redis-go ... done Successfully built dea17f70e0de [2021-01-16T00:49:27.414Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-16T00:49:50.761Z]  Building docker-core-command-go ... done Removing intermediate container 63083e28a144 [2021-01-16T00:49:50.761Z] ---> eb6db0b7ca4d [2021-01-16T00:49:50.761Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-16T00:49:50.761Z] ---> Running in 835f98c07735 [2021-01-16T00:49:50.761Z] 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-16T00:49:51.742Z] Removing intermediate container 835f98c07735 [2021-01-16T00:49:51.742Z] ---> 6acf8dfa05bb [2021-01-16T00:49:51.742Z] [2021-01-16T00:49:51.742Z] Step 11/26 : FROM docker:20.10.0 [2021-01-16T00:49:51.742Z] 20.10.0: Pulling from library/docker [2021-01-16T00:50:01.887Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-16T00:50:01.887Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-16T00:50:01.887Z] ---> eeaf43b92773 [2021-01-16T00:50:01.887Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-16T00:50:01.887Z] Removing intermediate container ec6295a4a668 [2021-01-16T00:50:01.887Z] ---> 0b1b8b633e45 [2021-01-16T00:50:01.887Z] [2021-01-16T00:50:01.887Z] Step 10/23 : FROM alpine:3.12 [2021-01-16T00:50:01.887Z] ---> afeebe901d6b [2021-01-16T00:50:01.887Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-16T00:50:01.887Z] ---> Running in b3df40d83ce1 [2021-01-16T00:50:01.887Z] ---> Running in 4de7d3a14393 [2021-01-16T00:50:01.887Z] Removing intermediate container 4de7d3a14393 [2021-01-16T00:50:01.887Z] ---> 294be5735b06 [2021-01-16T00:50:01.887Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-16T00:50:01.887Z] ---> Running in df281eb42b12 [2021-01-16T00:50:02.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:02.479Z] Removing intermediate container df281eb42b12 [2021-01-16T00:50:02.479Z] ---> f844001b424c [2021-01-16T00:50:02.479Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-16T00:50:02.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:02.479Z] ---> Running in 89f5826b6ca9 [2021-01-16T00:50:03.071Z] Removing intermediate container 89f5826b6ca9 [2021-01-16T00:50:03.072Z] ---> 9f77cab3be83 [2021-01-16T00:50:03.072Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-16T00:50:03.072Z] (1/2) Installing readline (8.0.4-r0) [2021-01-16T00:50:03.072Z] (2/2) Installing bash (5.0.17-r0) [2021-01-16T00:50:03.072Z] Executing bash-5.0.17-r0.post-install [2021-01-16T00:50:03.072Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:50:03.072Z] OK: 12 MiB in 22 packages [2021-01-16T00:50:03.072Z] ---> Running in adbf16ec177e [2021-01-16T00:50:04.507Z] Removing intermediate container b3df40d83ce1 [2021-01-16T00:50:04.507Z] ---> 936732d00306 [2021-01-16T00:50:04.507Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-16T00:50:04.507Z] ---> Running in 610aecdb8b76 [2021-01-16T00:50:05.106Z] Removing intermediate container 610aecdb8b76 [2021-01-16T00:50:05.106Z] ---> 8ac6fc1d1eb0 [2021-01-16T00:50:05.106Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-16T00:50:05.376Z] ---> Running in 391fd8cfc578 [2021-01-16T00:50:05.376Z] Removing intermediate container adbf16ec177e [2021-01-16T00:50:05.376Z] ---> ed11f25be195 [2021-01-16T00:50:05.376Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-16T00:50:05.649Z] ---> Running in 90adb5a770ef [2021-01-16T00:50:05.934Z] Removing intermediate container 391fd8cfc578 [2021-01-16T00:50:05.934Z] ---> 0b266826507b [2021-01-16T00:50:05.934Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-16T00:50:06.208Z] ---> Running in 7625edb14835 [2021-01-16T00:50:06.810Z] Removing intermediate container 7625edb14835 [2021-01-16T00:50:06.810Z] ---> 4815d0eb3444 [2021-01-16T00:50:06.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:06.810Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-16T00:50:07.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:08.013Z] ---> 4e379e31290e [2021-01-16T00:50:08.013Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-16T00:50:08.285Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-16T00:50:08.285Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-16T00:50:08.285Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-16T00:50:08.556Z] ---> f59dfb19667f [2021-01-16T00:50:08.556Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-16T00:50:08.556Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-16T00:50:08.828Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-16T00:50:08.828Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:50:08.828Z] OK: 8 MiB in 19 packages [2021-01-16T00:50:09.810Z] ---> f411bab0f3a1 [2021-01-16T00:50:09.810Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-16T00:50:09.810Z] ---> Running in 5c8ad001874a [2021-01-16T00:50:10.091Z] Removing intermediate container 90adb5a770ef [2021-01-16T00:50:10.091Z] ---> 23eeda68a320 [2021-01-16T00:50:10.091Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-16T00:50:11.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:11.068Z] ---> 5e499b7c84b7 [2021-01-16T00:50:11.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-16T00:50:11.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:50:11.663Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-16T00:50:11.663Z] (2/33) Installing expat (2.2.9-r1) [2021-01-16T00:50:11.663Z] (3/33) Installing libffi (3.3-r2) [2021-01-16T00:50:11.663Z] (4/33) Installing gdbm (1.13-r1) [2021-01-16T00:50:11.963Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-16T00:50:11.963Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-16T00:50:11.963Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-16T00:50:12.238Z] ---> aab4f15c11cd [2021-01-16T00:50:12.238Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-16T00:50:13.214Z] ---> 75c45b2fd994 [2021-01-16T00:50:13.214Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-16T00:50:13.214Z] ---> Running in 4ac1135fdd4e [2021-01-16T00:50:13.809Z] Removing intermediate container 4ac1135fdd4e [2021-01-16T00:50:13.809Z] ---> 19eab66a99b4 [2021-01-16T00:50:13.809Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:50:14.084Z] ---> Running in f0321b246307 [2021-01-16T00:50:14.679Z] Removing intermediate container f0321b246307 [2021-01-16T00:50:14.679Z] ---> 8886da8a04a4 [2021-01-16T00:50:14.679Z] Step 21/23 : LABEL arch=arm64 [2021-01-16T00:50:14.679Z] ---> Running in 246f2c49027e [2021-01-16T00:50:15.276Z] Removing intermediate container 246f2c49027e [2021-01-16T00:50:15.276Z] ---> ce7969e536ee [2021-01-16T00:50:15.276Z] Step 22/23 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:50:15.276Z] ---> Running in b87a03148c52 [2021-01-16T00:50:15.868Z] Removing intermediate container b87a03148c52 [2021-01-16T00:50:15.868Z] ---> db8c72660b55 [2021-01-16T00:50:15.868Z] Step 23/23 : LABEL version=0.0.0 [2021-01-16T00:50:16.140Z] ---> Running in 19ec01dba659 [2021-01-16T00:50:16.732Z] Removing intermediate container 19ec01dba659 [2021-01-16T00:50:16.732Z] ---> 123cae0b87b8 [2021-01-16T00:50:16.732Z] [2021-01-16T00:50:17.001Z] Successfully built 123cae0b87b8 [2021-01-16T00:50:17.001Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-16T00:50:17.001Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-16T00:50:17.001Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-16T00:50:17.001Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-16T00:50:17.270Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-16T00:50:17.270Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-16T00:50:17.270Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-16T00:50:17.539Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-16T00:50:17.539Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-16T00:50:17.539Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-16T00:50:17.809Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-16T00:50:17.809Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-16T00:50:17.809Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-16T00:50:17.809Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-16T00:50:17.809Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-16T00:50:17.809Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-16T00:50:18.081Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-16T00:50:18.081Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-16T00:50:18.081Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-16T00:50:18.081Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-16T00:50:18.353Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-16T00:50:18.353Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-16T00:50:18.353Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-16T00:50:18.353Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-16T00:50:18.353Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-16T00:50:18.353Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-16T00:50:18.353Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-16T00:50:18.623Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:50:18.623Z] OK: 71 MiB in 55 packages [2021-01-16T00:50:25.315Z] Removing intermediate container 5c8ad001874a [2021-01-16T00:50:25.315Z] ---> 680bf0ed9954 [2021-01-16T00:50:25.315Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-16T00:50:25.315Z] ---> Running in 43e4b5baca67 [2021-01-16T00:50:29.601Z] Collecting docker-compose==1.23.2 [2021-01-16T00:50:29.601Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-16T00:50:29.601Z] 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-16T00:50:29.872Z] Collecting docker<4.0,>=3.6.0 [2021-01-16T00:50:29.872Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-16T00:50:30.465Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-16T00:50:30.465Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-16T00:50:32.427Z] Collecting jsonschema<3,>=2.5.1 [2021-01-16T00:50:32.427Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-16T00:50:33.015Z] Collecting cached-property<2,>=1.2.0 [2021-01-16T00:50:33.015Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-16T00:50:34.485Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-16T00:50:34.485Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-16T00:50:34.485Z] Collecting texttable<0.10,>=0.9.0 [2021-01-16T00:50:34.768Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-16T00:50:36.813Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-16T00:50:36.813Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-16T00:50:37.083Z] Collecting docopt<0.7,>=0.6.1 [2021-01-16T00:50:37.083Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-16T00:50:39.682Z] Collecting PyYAML<4,>=3.10 [2021-01-16T00:50:39.682Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-16T00:50:42.284Z] Collecting docker-pycreds>=0.4.0 [2021-01-16T00:50:42.284Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-16T00:50:42.872Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-16T00:50:42.873Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-16T00:50:43.143Z] 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-16T00:50:43.143Z] 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-16T00:50:43.412Z] Collecting idna<2.8,>=2.5 [2021-01-16T00:50:43.412Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-16T00:50:43.412Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-16T00:50:43.412Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-16T00:50:43.412Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-16T00:50:43.412Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-16T00:50:44.382Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, cached-property, texttable, docopt, PyYAML, docker-compose [2021-01-16T00:50:44.652Z] Attempting uninstall: urllib3 [2021-01-16T00:50:44.652Z] Found existing installation: urllib3 1.25.9 [2021-01-16T00:50:44.652Z] Uninstalling urllib3-1.25.9: [2021-01-16T00:50:44.924Z] Successfully uninstalled urllib3-1.25.9 [2021-01-16T00:50:45.514Z] Attempting uninstall: idna [2021-01-16T00:50:45.514Z] Found existing installation: idna 2.9 [2021-01-16T00:50:45.514Z] Uninstalling idna-2.9: [2021-01-16T00:50:45.514Z] Successfully uninstalled idna-2.9 [2021-01-16T00:50:46.107Z] Attempting uninstall: requests [2021-01-16T00:50:46.107Z] Found existing installation: requests 2.23.0 [2021-01-16T00:50:46.107Z] Uninstalling requests-2.23.0: [2021-01-16T00:50:46.376Z] Successfully uninstalled requests-2.23.0 [2021-01-16T00:50:47.344Z] Running setup.py install for dockerpty: started [2021-01-16T00:50:49.306Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-16T00:50:49.306Z] Running setup.py install for texttable: started [2021-01-16T00:50:51.265Z] Running setup.py install for texttable: finished with status 'done' [2021-01-16T00:50:51.265Z] Running setup.py install for docopt: started [2021-01-16T00:50:53.230Z] Running setup.py install for docopt: finished with status 'done' [2021-01-16T00:50:53.230Z] Running setup.py install for PyYAML: started [2021-01-16T00:50:55.199Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-16T00:50:56.169Z] 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-16T00:51:00.456Z] Removing intermediate container 43e4b5baca67 [2021-01-16T00:51:00.456Z] ---> 9a70d26efa4a [2021-01-16T00:51:00.456Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-16T00:51:00.456Z] ---> Running in 3b0b898572b8 [2021-01-16T00:51:01.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-16T00:51:01.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-16T00:51:01.918Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-16T00:51:01.918Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-16T00:51:01.918Z] (3/3) Installing curl (7.69.1-r3) [2021-01-16T00:51:02.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-16T00:51:02.194Z] OK: 71 MiB in 58 packages [2021-01-16T00:51:03.623Z] Removing intermediate container 3b0b898572b8 [2021-01-16T00:51:03.623Z] ---> 2b2c3efa1951 [2021-01-16T00:51:03.623Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-16T00:51:03.623Z] ---> Running in bf6e6242324a [2021-01-16T00:51:04.217Z] Removing intermediate container bf6e6242324a [2021-01-16T00:51:04.217Z] ---> 0e21708fdce2 [2021-01-16T00:51:04.217Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-16T00:51:04.217Z] ---> Running in 0d9643ae68bd [2021-01-16T00:51:04.807Z] Removing intermediate container 0d9643ae68bd [2021-01-16T00:51:04.807Z] ---> e31a3b2dfbbe [2021-01-16T00:51:04.807Z] Step 24/26 : LABEL arch=arm64 [2021-01-16T00:51:05.078Z] ---> Running in e29d9e8f9657 [2021-01-16T00:51:05.348Z] Removing intermediate container e29d9e8f9657 [2021-01-16T00:51:05.348Z] ---> 9929fc2212df [2021-01-16T00:51:05.348Z] Step 25/26 : LABEL git_sha=59627b2bab8155fdd2e279c2aa84599cc9945b2f [2021-01-16T00:51:05.619Z] ---> Running in c7126c4d3eed [2021-01-16T00:51:06.213Z] Removing intermediate container c7126c4d3eed [2021-01-16T00:51:06.213Z] ---> 1ef1c18ba339 [2021-01-16T00:51:06.213Z] Step 26/26 : LABEL version=0.0.0 [2021-01-16T00:51:06.213Z] ---> Running in 2e3d1f062e08 [2021-01-16T00:51:06.808Z] Removing intermediate container 2e3d1f062e08 [2021-01-16T00:51:06.808Z] ---> 8a0e54dedd89 [2021-01-16T00:51:06.808Z] [2021-01-16T00:51:07.084Z] Successfully built 8a0e54dedd89 [2021-01-16T00:51:07.084Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-16T00:51:07.691Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-16T00:51:07.689Z] $ docker stop --time=1 e3e3d782455404fe47538e27008d31074cd56480a19f8c292c46bdf783be3266 [2021-01-16T00:51:09.550Z] $ docker rm -f e3e3d782455404fe47538e27008d31074cd56480a19f8c292c46bdf783be3266 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-16T00:51:10.204Z] + docker images [2021-01-16T00:51:10.204Z] + grep docker [2021-01-16T00:51:10.476Z] docker-sys-mgmt-agent-go-arm64 latest 8a0e54dedd89 4 seconds ago 300MB [2021-01-16T00:51:10.476Z] docker-core-data-go-arm64 latest 123cae0b87b8 54 seconds ago 21MB [2021-01-16T00:51:10.476Z] docker-security-bootstrap-redis-go-arm64 latest 20aa6f44ce1f About a minute ago 15.1MB [2021-01-16T00:51:10.476Z] docker-core-command-go-arm64 latest dea17f70e0de About a minute ago 9.98MB [2021-01-16T00:51:10.476Z] docker-core-metadata-go-arm64 latest 0b5c12ee4f29 3 minutes ago 12.3MB [2021-01-16T00:51:10.476Z] docker-security-secretstore-setup-go-arm64 latest a37af708ddc3 3 minutes ago 23.4MB [2021-01-16T00:51:10.476Z] docker-support-notifications-go-arm64 latest bb2a9c58479f 3 minutes ago 11.4MB [2021-01-16T00:51:10.476Z] docker-security-proxy-setup-go-arm64 latest bf033ffd0a06 4 minutes ago 23.2MB [2021-01-16T00:51:10.476Z] docker-support-scheduler-go-arm64 latest 0b0a043542b1 4 minutes ago 10MB [2021-01-16T00:51:10.476Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-16T00:51:12.661Z] provisioning config files... [2021-01-16T00:51:12.682Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config5655184444543560296tmp [Pipeline] { [Pipeline] sh [2021-01-16T00:51:13.124Z] + set +x [2021-01-16T00:51:13.125Z] + curl -s https://codecov.io/bash [2021-01-16T00:51:13.125Z] + bash -s -- [2021-01-16T00:51:13.402Z] [2021-01-16T00:51:13.403Z] _____ _ [2021-01-16T00:51:13.403Z] / ____| | | [2021-01-16T00:51:13.403Z] | | ___ __| | ___ ___ _____ __ [2021-01-16T00:51:13.403Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-16T00:51:13.403Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-16T00:51:13.403Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-16T00:51:13.403Z] Bash-20210115-cec3c92 [2021-01-16T00:51:13.403Z] [2021-01-16T00:51:13.403Z] [2021-01-16T00:51:13.403Z] ==> git version 2.24.3 found [2021-01-16T00:51:13.403Z] ==> 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-16T00:51:13.403Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-16T00:51:13.403Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-16T00:51:13.403Z] ==> Jenkins CI detected. [2021-01-16T00:51:13.403Z] project root: . [2021-01-16T00:51:13.403Z] --> token set from env [2021-01-16T00:51:13.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-16T00:51:13.668Z] ==> Running gcov in . (disable via -X gcov) [2021-01-16T00:51:13.669Z] ==> Python coveragepy not found [2021-01-16T00:51:13.669Z] ==> Searching for coverage reports in: [2021-01-16T00:51:13.669Z] + . [2021-01-16T00:51:13.669Z] -> Found 1 reports [2021-01-16T00:51:13.669Z] ==> Detecting git/mercurial file structure [2021-01-16T00:51:13.669Z] ==> Reading reports [2021-01-16T00:51:13.669Z] + ./coverage.out bytes=550280 [2021-01-16T00:51:13.669Z] ==> Appending adjustments [2021-01-16T00:51:13.669Z] https://docs.codecov.io/docs/fixing-reports [2021-01-16T00:51:17.914Z] + Found adjustments [2021-01-16T00:51:17.915Z] ==> Gzipping contents [2021-01-16T00:51:17.915Z] 84K /tmp/codecov.tmGDjw.gz [2021-01-16T00:51:17.915Z] ==> Uploading reports [2021-01-16T00:51:17.915Z] url: https://codecov.io [2021-01-16T00:51:17.915Z] query: branch=PR-2966&commit=59627b2bab8155fdd2e279c2aa84599cc9945b2f&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-16T00:51:17.915Z] -> Pinging Codecov [2021-01-16T00:51:17.915Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2966&commit=59627b2bab8155fdd2e279c2aa84599cc9945b2f&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-16T00:51:18.489Z] -> Uploading to [2021-01-16T00:51:18.489Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-16/00271124DB129430A58F1EEE437C3FCB/59627b2bab8155fdd2e279c2aa84599cc9945b2f/f330939d-d32a-47ac-8800-ecd063a0b939.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210116T005118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9a79f9033a07d8c090f4fc30b210cc5bf7b081ae42fb2051b3501a435a9e16b [2021-01-16T00:51:18.489Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-16T00:51:18.489Z] Dload Upload Total Spent Left Speed [2021-01-16T00:51:19.013Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 98 83377 0 0 98 81920 0 234k --:--:-- --:--:-- --:--:-- 233k 100 83377 0 0 100 83377 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-01-16T00:51:19.013Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/59627b2bab8155fdd2e279c2aa84599cc9945b2f [Pipeline] } [2021-01-16T00:51:19.034Z] 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-16T00:51:21.242Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:22.160Z] ---> package-listing.sh [2021-01-16T00:51:22.160Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-16T00:51:22.160Z] ++ facter osfamily [2021-01-16T00:51:22.160Z] + OS_FAMILY=redhat [2021-01-16T00:51:22.160Z] + workspace=/w/workspace/edgex-go/24 [2021-01-16T00:51:22.160Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-16T00:51:22.160Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-16T00:51:22.160Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-16T00:51:22.160Z] + PACKAGES=/tmp/packages_start.txt [2021-01-16T00:51:22.160Z] + '[' /w/workspace/edgex-go/24 ']' [2021-01-16T00:51:22.160Z] + PACKAGES=/tmp/packages_end.txt [2021-01-16T00:51:22.160Z] + case "${OS_FAMILY}" in [2021-01-16T00:51:22.160Z] + rpm -qa [2021-01-16T00:51:22.160Z] + sort [2021-01-16T00:51:27.470Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-16T00:51:27.470Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-16T00:51:27.470Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-16T00:51:27.470Z] + '[' /w/workspace/edgex-go/24 ']' [2021-01-16T00:51:27.470Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2021-01-16T00:51:27.470Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2021-01-16T00:51:27.483Z] 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-16T00:51:27.851Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:51:28.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:28.273Z] [2021-01-16T00:51:28.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-16T00:51:28.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:28.651Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-16T00:51:28.651Z] df20fa9351a1: Pulling fs layer [2021-01-16T00:51:28.651Z] 36b3adc4ff6f: Pulling fs layer [2021-01-16T00:51:28.651Z] 8ad3a11d3b57: Pulling fs layer [2021-01-16T00:51:28.651Z] 46f8f816bc3b: Pulling fs layer [2021-01-16T00:51:28.651Z] 93b61091891f: Pulling fs layer [2021-01-16T00:51:28.651Z] 93b9cdb0e59b: Pulling fs layer [2021-01-16T00:51:28.651Z] 5e14af77c1be: Pulling fs layer [2021-01-16T00:51:28.651Z] 01666e4c0597: Pulling fs layer [2021-01-16T00:51:28.651Z] aa168da1d23b: Pulling fs layer [2021-01-16T00:51:28.651Z] 46f8f816bc3b: Waiting [2021-01-16T00:51:28.651Z] 93b61091891f: Waiting [2021-01-16T00:51:28.651Z] 93b9cdb0e59b: Waiting [2021-01-16T00:51:28.651Z] 5e14af77c1be: Waiting [2021-01-16T00:51:28.651Z] 01666e4c0597: Waiting [2021-01-16T00:51:28.651Z] aa168da1d23b: Waiting [2021-01-16T00:51:28.651Z] 36b3adc4ff6f: Verifying Checksum [2021-01-16T00:51:28.651Z] 36b3adc4ff6f: Download complete [2021-01-16T00:51:28.651Z] 46f8f816bc3b: Verifying Checksum [2021-01-16T00:51:28.651Z] 46f8f816bc3b: Download complete [2021-01-16T00:51:28.915Z] df20fa9351a1: Verifying Checksum [2021-01-16T00:51:28.915Z] df20fa9351a1: Download complete [2021-01-16T00:51:28.915Z] 93b9cdb0e59b: Verifying Checksum [2021-01-16T00:51:28.915Z] 93b9cdb0e59b: Download complete [2021-01-16T00:51:28.915Z] 93b61091891f: Verifying Checksum [2021-01-16T00:51:28.915Z] 93b61091891f: Download complete [2021-01-16T00:51:28.915Z] 5e14af77c1be: Verifying Checksum [2021-01-16T00:51:28.915Z] 5e14af77c1be: Download complete [2021-01-16T00:51:28.915Z] 01666e4c0597: Verifying Checksum [2021-01-16T00:51:28.915Z] 01666e4c0597: Download complete [2021-01-16T00:51:29.187Z] df20fa9351a1: Pull complete [2021-01-16T00:51:29.187Z] 8ad3a11d3b57: Verifying Checksum [2021-01-16T00:51:29.187Z] 8ad3a11d3b57: Download complete [2021-01-16T00:51:29.451Z] 36b3adc4ff6f: Pull complete [2021-01-16T00:51:31.402Z] aa168da1d23b: Verifying Checksum [2021-01-16T00:51:31.402Z] aa168da1d23b: Download complete [2021-01-16T00:51:31.671Z] 8ad3a11d3b57: Pull complete [2021-01-16T00:51:31.671Z] 46f8f816bc3b: Pull complete [2021-01-16T00:51:32.263Z] 93b61091891f: Pull complete [2021-01-16T00:51:32.523Z] 93b9cdb0e59b: Pull complete [2021-01-16T00:51:32.523Z] 5e14af77c1be: Pull complete [2021-01-16T00:51:32.790Z] 01666e4c0597: Pull complete [2021-01-16T00:51:42.847Z] aa168da1d23b: Pull complete [2021-01-16T00:51:42.847Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-16T00:51:42.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-16T00:51:42.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-16T00:51:43.042Z] prd-centos7-docker-4c-2g-20708 does not seem to be running inside a container [2021-01-16T00:51:43.108Z] $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-16T00:51:47.059Z] $ docker top fed153c8fa7c2d64680bd743de1db07d60a1345dc3420e6408a80b469b432c6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-16T00:51:47.573Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-16T00:51:47.868Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-16T00:51:48.163Z] + ls /var/log/sa-host [2021-01-16T00:51:48.163Z] + sadf -c /var/log/sa-host/sa16 [2021-01-16T00:51:48.163Z] file_magic: OK [2021-01-16T00:51:48.163Z] HZ: Using current value: 100 [2021-01-16T00:51:48.163Z] file_header: OK [2021-01-16T00:51:48.163Z] 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-16T00:51:48.163Z] Statistics: [2021-01-16T00:51:48.163Z] 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-16T00:51:48.163Z] File successfully converted to sysstat format version 12.2.1 [2021-01-16T00:51:48.163Z] + sadf -c /var/log/sa-host/sa23 [2021-01-16T00:51:48.163Z] file_magic: OK [2021-01-16T00:51:48.163Z] HZ: Using current value: 100 [2021-01-16T00:51:48.163Z] file_header: OK [2021-01-16T00:51:48.163Z] 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-16T00:51:48.163Z] Statistics: [2021-01-16T00:51:48.163Z] Hnuu...uuuununununu... [2021-01-16T00:51:48.163Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-16T00:51:48.388Z] provisioning config files... [2021-01-16T00:51:48.403Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config7772778776472420390tmp [Pipeline] { [Pipeline] echo [2021-01-16T00:51:48.476Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:48.786Z] ---> create-netrc.sh [Pipeline] } [2021-01-16T00:51:48.797Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-16T00:51:48.936Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:49.256Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-16T00:51:49.274Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:49.576Z] ---> sudo-logs.sh [2021-01-16T00:51:49.576Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-16T00:51:49.589Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:49.887Z] ---> job-cost.sh [2021-01-16T00:51:49.888Z] lf-activate-venv: SKIPPING [2021-01-16T00:51:49.888Z] INFO: No Stack... [2021-01-16T00:51:50.836Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-16T00:51:51.410Z] INFO: Archiving Costs [Pipeline] echo [2021-01-16T00:51:51.426Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-16T00:51:51.724Z] ---> logs-deploy.sh [2021-01-16T00:51:51.724Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/24 [2021-01-16T00:51:51.724Z] INFO: archiving workspace using pattern(s): [2021-01-16T00:51:53.111Z] Archives upload complete. [2021-01-16T00:51:53.375Z] INFO: archiving logs to Nexus [2021-01-16T00:51:54.346Z] ---> uname -a: [2021-01-16T00:51:54.346Z] Linux prd-centos7-docker-4c-2g-20708.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-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> lscpu: [2021-01-16T00:51:54.346Z] Architecture: x86_64 [2021-01-16T00:51:54.346Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-16T00:51:54.346Z] Byte Order: Little Endian [2021-01-16T00:51:54.346Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-16T00:51:54.346Z] CPU(s): 4 [2021-01-16T00:51:54.346Z] On-line CPU(s) list: 0-3 [2021-01-16T00:51:54.346Z] Thread(s) per core: 1 [2021-01-16T00:51:54.346Z] Core(s) per socket: 1 [2021-01-16T00:51:54.346Z] Socket(s): 4 [2021-01-16T00:51:54.346Z] NUMA node(s): 1 [2021-01-16T00:51:54.346Z] Vendor ID: GenuineIntel [2021-01-16T00:51:54.346Z] CPU family: 6 [2021-01-16T00:51:54.346Z] Model: 44 [2021-01-16T00:51:54.346Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-16T00:51:54.346Z] Stepping: 1 [2021-01-16T00:51:54.346Z] CPU MHz: 2933.438 [2021-01-16T00:51:54.346Z] BogoMIPS: 5866.87 [2021-01-16T00:51:54.346Z] Virtualization: VT-x [2021-01-16T00:51:54.346Z] Hypervisor vendor: KVM [2021-01-16T00:51:54.346Z] Virtualization type: full [2021-01-16T00:51:54.346Z] L1d cache: 128 KiB [2021-01-16T00:51:54.346Z] L1i cache: 128 KiB [2021-01-16T00:51:54.346Z] L2 cache: 16 MiB [2021-01-16T00:51:54.346Z] L3 cache: 64 MiB [2021-01-16T00:51:54.346Z] NUMA node0 CPU(s): 0-3 [2021-01-16T00:51:54.346Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-16T00:51:54.346Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-16T00:51:54.346Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-16T00:51:54.346Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-16T00:51:54.346Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-16T00:51:54.346Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-16T00:51:54.346Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-16T00:51:54.346Z] Vulnerability Srbds: Not affected [2021-01-16T00:51:54.346Z] Vulnerability Tsx async abort: Not affected [2021-01-16T00:51:54.346Z] 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-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> nproc: [2021-01-16T00:51:54.346Z] 4 [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> df -h: [2021-01-16T00:51:54.346Z] Filesystem Size Used Available Use% Mounted on [2021-01-16T00:51:54.346Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-16T00:51:54.346Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-16T00:51:54.346Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-16T00:51:54.346Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/24@tmp [2021-01-16T00:51:54.346Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/24 [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> free -m: [2021-01-16T00:51:54.346Z] total used free shared buff/cache available [2021-01-16T00:51:54.346Z] Mem: 1837 708 127 0 1002 1043 [2021-01-16T00:51:54.346Z] Swap: 1023 64 959 [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> ip addr: [2021-01-16T00:51:54.346Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-16T00:51:54.346Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-16T00:51:54.346Z] inet 127.0.0.1/8 scope host lo [2021-01-16T00:51:54.346Z] valid_lft forever preferred_lft forever [2021-01-16T00:51:54.346Z] inet6 ::1/128 scope host [2021-01-16T00:51:54.346Z] valid_lft forever preferred_lft forever [2021-01-16T00:51:54.346Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-16T00:51:54.346Z] link/ether fa:16:3e:0f:09:c5 brd ff:ff:ff:ff:ff:ff [2021-01-16T00:51:54.346Z] inet 10.30.122.49/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-16T00:51:54.346Z] valid_lft 85086sec preferred_lft 85086sec [2021-01-16T00:51:54.346Z] inet6 fe80::f816:3eff:fe0f:9c5/64 scope link [2021-01-16T00:51:54.346Z] valid_lft forever preferred_lft forever [2021-01-16T00:51:54.346Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-16T00:51:54.346Z] link/ether 02:42:92:98:42:26 brd ff:ff:ff:ff:ff:ff [2021-01-16T00:51:54.346Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-16T00:51:54.346Z] valid_lft forever preferred_lft forever [2021-01-16T00:51:54.346Z] inet6 fe80::42:92ff:fe98:4226/64 scope link [2021-01-16T00:51:54.346Z] valid_lft forever preferred_lft forever [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] ---> sar -b -r -n DEV: [2021-01-16T00:51:54.346Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/16/21 _x86_64_ (4 CPU) [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] 00:29:48 LINUX RESTART (4 CPU) [2021-01-16T00:51:54.346Z] [2021-01-16T00:51:54.346Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-16T00:51:54.346Z] 00:32:01 121.09 65.30 55.79 0.00 9499.53 22587.39 0.00 [2021-01-16T00:51:54.346Z] 00:33:01 291.84 99.72 192.12 0.00 4129.99 41407.11 0.00 [2021-01-16T00:51:54.346Z] 00:34:01 165.29 69.76 95.53 0.00 2279.39 10739.14 0.00 [2021-01-16T00:51:54.346Z] 00:35:01 108.72 51.35 57.37 0.00 2989.55 11364.64 0.00 [2021-01-16T00:51:54.346Z] 00:36:01 948.52 691.45 257.07 0.00 91341.23 159132.16 0.00 [2021-01-16T00:51:54.346Z] 00:37:02 2369.21 2059.57 309.64 0.00 139254.04 147519.01 0.00 [2021-01-16T00:51:54.346Z] 00:38:01 522.11 290.20 231.91 0.00 31715.03 55754.02 0.00 [2021-01-16T00:51:54.346Z] 00:39:02 2477.91 2141.15 336.75 0.00 112543.26 123770.46 0.00 [2021-01-16T00:51:54.346Z] 00:40:01 616.81 382.51 234.30 0.00 29713.38 35733.82 0.00 [2021-01-16T00:51:54.346Z] 00:41:01 2.10 0.67 1.43 0.00 127.51 25.08 0.00 [2021-01-16T00:51:54.346Z] 00:42:01 1.67 1.25 0.42 0.00 94.45 6.06 0.00 [2021-01-16T00:51:54.347Z] 00:43:01 0.22 0.02 0.20 0.00 0.27 2.58 0.00 [2021-01-16T00:51:54.347Z] 00:44:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 [2021-01-16T00:51:54.347Z] 00:45:01 2.05 1.80 0.25 0.00 59.55 2.60 0.00 [2021-01-16T00:51:54.347Z] 00:46:01 0.85 0.03 0.82 0.00 1.07 15.54 0.00 [2021-01-16T00:51:54.347Z] 00:47:01 0.28 0.00 0.28 0.00 0.00 3.05 0.00 [2021-01-16T00:51:54.347Z] 00:48:01 0.23 0.00 0.23 0.00 0.00 2.23 0.00 [2021-01-16T00:51:54.347Z] 00:49:01 0.38 0.05 0.33 0.00 1.47 4.53 0.00 [2021-01-16T00:51:54.347Z] 00:50:01 0.27 0.00 0.27 0.00 0.00 2.50 0.00 [2021-01-16T00:51:54.347Z] 00:51:01 0.30 0.02 0.28 0.00 0.53 3.25 0.00 [2021-01-16T00:51:54.347Z] Average: 383.35 294.50 88.85 0.00 21301.49 30543.56 0.00 [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-16T00:51:54.347Z] 00:32:01 75176 0 654500 34.79 2596 1149272 1535000 52.39 712404 881288 59260 [2021-01-16T00:51:54.347Z] 00:33:01 169952 0 735464 39.09 1492 974636 1743088 59.49 577796 856404 40516 [2021-01-16T00:51:54.347Z] 00:34:01 485232 0 752760 40.01 676 642876 1691224 57.72 505592 608796 41280 [2021-01-16T00:51:54.347Z] 00:35:01 383272 0 733356 38.98 676 764240 1315276 44.89 538672 674448 20 [2021-01-16T00:51:54.347Z] 00:36:01 342664 0 715004 38.00 0 823876 1765060 60.24 557120 766340 8 [2021-01-16T00:51:54.347Z] 00:37:02 77264 0 1214624 64.55 0 589656 4531088 154.64 738724 800732 11696 [2021-01-16T00:51:54.347Z] 00:38:01 57500 0 768096 40.82 0 1055948 1766392 60.28 613632 963416 11636 [2021-01-16T00:51:54.347Z] 00:39:02 94372 0 758176 40.30 0 1028996 1993992 68.05 564704 968412 7452 [2021-01-16T00:51:54.347Z] 00:40:01 505736 0 632604 33.62 0 743204 1255048 42.83 443236 690324 24 [2021-01-16T00:51:54.347Z] 00:41:01 506760 0 627804 33.37 0 746980 1184712 40.43 444676 689584 12 [2021-01-16T00:51:54.347Z] 00:42:01 504476 0 627272 33.34 0 749796 1184760 40.43 445252 692128 16 [2021-01-16T00:51:54.347Z] 00:43:01 504036 0 627700 33.36 0 749808 1184784 40.43 445532 692144 12 [2021-01-16T00:51:54.347Z] 00:44:01 505424 0 626296 33.29 0 749824 1176464 40.15 444328 692032 12 [2021-01-16T00:51:54.347Z] 00:45:01 503932 0 626716 33.31 0 750896 1176464 40.15 444736 692828 20 [2021-01-16T00:51:54.347Z] 00:46:01 503396 0 627224 33.34 0 750924 1176536 40.15 444816 692844 8 [2021-01-16T00:51:54.347Z] 00:47:01 503332 0 627280 33.34 0 750932 1176464 40.15 444504 692844 8 [2021-01-16T00:51:54.347Z] 00:48:01 503416 0 627192 33.33 0 750936 1176464 40.15 444628 692844 8 [2021-01-16T00:51:54.347Z] 00:49:01 503316 0 627296 33.34 0 750932 1176464 40.15 444636 692872 8 [2021-01-16T00:51:54.347Z] 00:50:01 503448 0 627140 33.33 0 750956 1176464 40.15 444640 692888 8 [2021-01-16T00:51:54.347Z] 00:51:01 503400 0 627184 33.33 0 750960 1176524 40.15 444588 692904 8 [2021-01-16T00:51:54.347Z] Average: 386805 0 693184 36.84 272 801282 1528113 52.15 507211 741304 8601 [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-16T00:51:54.347Z] 00:32:01 eth0 952.91 1023.40 3473.92 138.97 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:32:01 docker0 880.77 746.26 71.95 2668.61 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:33:01 vethebe3500 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:33:01 eth0 469.00 391.76 3323.68 41.27 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:33:01 docker0 159.18 192.36 11.14 827.35 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:34:01 vethebe3500 0.24 0.25 0.02 0.03 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:34:01 eth0 38.58 24.82 24.05 73.11 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:34:01 docker0 0.24 0.24 0.02 0.03 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:35:01 eth0 30.53 20.90 24.78 12.43 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:36:01 eth0 208.45 163.01 1678.74 69.77 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:36:01 veth7a0f3b5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:37:02 vethb28d8c3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:37:02 veth4559b8f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:37:02 eth0 52.65 30.38 162.49 9.97 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:37:02 veth7de80d9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:38:01 eth0 174.53 129.53 1466.66 70.10 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:38:01 veth7a0f3b5 0.00 0.54 0.00 0.03 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:38:01 docker0 1086.36 1010.00 85.98 3856.83 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:39:02 veth493ed9b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:39:02 eth0 102.98 50.56 406.35 32.64 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:39:02 veth7a0f3b5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:40:01 eth0 67.12 45.44 92.91 76.94 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:40:01 docker0 1116.91 1082.14 88.05 4304.46 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:41:01 eth0 1.58 0.47 0.50 0.25 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:42:01 eth0 2.00 0.53 0.64 0.39 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:43:01 eth0 1.12 0.50 0.55 0.39 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:44:01 eth0 0.20 0.10 0.01 0.04 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:46:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:48:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:50:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:51:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] Average: eth0 105.29 94.25 533.73 26.25 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] Average: docker0 55.02 53.31 4.34 212.06 0.00 0.00 0.00 0.00 [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] ---> sar -P ALL: [2021-01-16T00:51:54.347Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/16/21 _x86_64_ (4 CPU) [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] 00:29:48 LINUX RESTART (4 CPU) [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-01-16T00:51:54.347Z] 00:32:01 all 12.27 0.00 5.68 1.33 0.47 80.25 [2021-01-16T00:51:54.347Z] 00:32:01 0 9.17 0.00 6.13 0.59 0.40 83.72 [2021-01-16T00:51:54.347Z] 00:32:01 1 10.57 0.00 5.71 1.28 0.56 81.87 [2021-01-16T00:51:54.347Z] 00:32:01 2 20.42 0.00 5.74 0.98 0.51 72.35 [2021-01-16T00:51:54.347Z] 00:32:01 3 8.90 0.00 5.15 2.46 0.41 83.08 [2021-01-16T00:51:54.347Z] 00:33:01 all 15.17 0.00 8.89 4.49 1.15 70.30 [2021-01-16T00:51:54.347Z] 00:33:01 0 14.53 0.00 9.22 2.30 1.11 72.84 [2021-01-16T00:51:54.347Z] 00:33:01 1 14.48 0.00 9.18 5.73 1.05 69.56 [2021-01-16T00:51:54.347Z] 00:33:01 2 16.75 0.00 8.58 4.35 1.13 69.18 [2021-01-16T00:51:54.347Z] 00:33:01 3 14.90 0.00 8.57 5.57 1.31 69.64 [2021-01-16T00:51:54.347Z] 00:34:01 all 63.35 0.00 14.18 4.53 2.83 15.12 [2021-01-16T00:51:54.347Z] 00:34:01 0 65.28 0.00 14.56 5.75 2.63 11.79 [2021-01-16T00:51:54.347Z] 00:34:01 1 60.77 0.00 13.80 4.78 3.40 17.26 [2021-01-16T00:51:54.347Z] 00:34:01 2 63.91 0.00 14.45 4.45 2.76 14.43 [2021-01-16T00:51:54.347Z] 00:34:01 3 63.42 0.00 13.92 3.12 2.52 17.02 [2021-01-16T00:51:54.347Z] 00:35:01 all 43.84 0.00 12.66 2.40 1.94 39.16 [2021-01-16T00:51:54.347Z] 00:35:01 0 42.47 0.00 12.34 3.06 1.80 40.34 [2021-01-16T00:51:54.347Z] 00:35:01 1 44.40 0.00 12.95 2.72 2.12 37.81 [2021-01-16T00:51:54.347Z] 00:35:01 2 44.74 0.00 12.58 3.03 1.91 37.75 [2021-01-16T00:51:54.347Z] 00:35:01 3 43.73 0.00 12.77 0.79 1.95 40.75 [2021-01-16T00:51:54.347Z] 00:36:01 all 20.99 0.00 19.51 7.51 7.54 44.45 [2021-01-16T00:51:54.347Z] 00:36:01 0 21.51 0.00 20.54 6.93 7.11 43.91 [2021-01-16T00:51:54.347Z] 00:36:01 1 19.54 0.00 17.70 8.50 8.26 46.01 [2021-01-16T00:51:54.347Z] 00:36:01 2 21.38 0.00 20.93 8.18 7.06 42.44 [2021-01-16T00:51:54.347Z] 00:36:01 3 21.54 0.00 18.91 6.42 7.72 45.40 [2021-01-16T00:51:54.347Z] 00:37:02 all 21.38 0.00 21.82 22.81 8.68 25.32 [2021-01-16T00:51:54.347Z] 00:37:02 0 20.11 0.00 20.75 21.71 9.18 28.25 [2021-01-16T00:51:54.347Z] 00:37:02 1 21.61 0.00 22.11 24.70 8.69 22.88 [2021-01-16T00:51:54.347Z] 00:37:02 2 22.72 0.00 23.01 23.22 7.71 23.34 [2021-01-16T00:51:54.347Z] 00:37:02 3 21.08 0.00 21.42 21.65 9.11 26.74 [2021-01-16T00:51:54.347Z] 00:38:01 all 55.70 0.00 16.62 11.54 2.64 13.50 [2021-01-16T00:51:54.347Z] 00:38:01 0 54.83 0.00 16.22 13.09 2.94 12.91 [2021-01-16T00:51:54.347Z] 00:38:01 1 55.91 0.00 16.36 12.54 2.72 12.47 [2021-01-16T00:51:54.347Z] 00:38:01 2 55.79 0.00 17.81 10.64 2.35 13.41 [2021-01-16T00:51:54.347Z] 00:38:01 3 56.29 0.00 16.10 9.85 2.54 15.23 [2021-01-16T00:51:54.347Z] 00:39:02 all 38.54 0.00 22.50 19.03 8.54 11.40 [2021-01-16T00:51:54.347Z] 00:39:02 0 36.32 0.00 21.13 19.92 9.37 13.25 [2021-01-16T00:51:54.347Z] 00:39:02 1 40.26 0.00 22.86 18.16 7.61 11.11 [2021-01-16T00:51:54.347Z] 00:39:02 2 38.07 0.00 22.55 20.11 8.74 10.54 [2021-01-16T00:51:54.347Z] 00:39:02 3 39.54 0.00 23.48 17.89 8.42 10.67 [2021-01-16T00:51:54.347Z] 00:40:01 all 28.62 0.00 12.07 14.60 1.39 43.32 [2021-01-16T00:51:54.347Z] 00:40:01 0 26.66 0.00 10.98 14.47 1.74 46.16 [2021-01-16T00:51:54.347Z] 00:40:01 1 31.29 0.00 12.62 15.08 1.17 39.84 [2021-01-16T00:51:54.347Z] 00:40:01 2 27.53 0.00 11.57 13.86 1.48 45.56 [2021-01-16T00:51:54.347Z] 00:40:01 3 29.02 0.00 13.12 14.99 1.18 41.69 [2021-01-16T00:51:54.347Z] 00:41:01 all 0.15 0.00 0.04 0.01 0.01 99.79 [2021-01-16T00:51:54.347Z] 00:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.347Z] 00:41:01 1 0.05 0.00 0.08 0.02 0.02 99.83 [2021-01-16T00:51:54.347Z] 00:41:01 2 0.52 0.00 0.03 0.02 0.02 99.42 [2021-01-16T00:51:54.347Z] 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-16T00:51:54.347Z] 00:42:01 all 0.17 0.00 0.08 0.01 0.05 99.70 [2021-01-16T00:51:54.347Z] 00:42:01 0 0.03 0.00 0.12 0.02 0.02 99.82 [2021-01-16T00:51:54.347Z] 00:42:01 1 0.08 0.00 0.08 0.00 0.08 99.75 [2021-01-16T00:51:54.347Z] 00:42:01 2 0.48 0.00 0.05 0.00 0.05 99.42 [2021-01-16T00:51:54.347Z] 00:42:01 3 0.07 0.00 0.05 0.02 0.07 99.80 [2021-01-16T00:51:54.347Z] [2021-01-16T00:51:54.347Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-01-16T00:51:54.347Z] 00:43:01 all 0.06 0.00 0.04 0.00 0.01 99.89 [2021-01-16T00:51:54.347Z] 00:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-16T00:51:54.348Z] 00:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-16T00:51:54.348Z] 00:43:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-16T00:51:54.348Z] 00:43:01 3 0.17 0.00 0.07 0.00 0.00 99.77 [2021-01-16T00:51:54.348Z] 00:44:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2021-01-16T00:51:54.348Z] 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-16T00:51:54.348Z] 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-16T00:51:54.348Z] 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-16T00:51:54.348Z] 00:44:01 3 0.22 0.00 0.05 0.00 0.00 99.73 [2021-01-16T00:51:54.348Z] 00:45:01 all 0.15 0.00 0.05 0.02 0.01 99.77 [2021-01-16T00:51:54.348Z] 00:45:01 0 0.03 0.00 0.05 0.02 0.02 99.88 [2021-01-16T00:51:54.348Z] 00:45:01 1 0.03 0.00 0.07 0.02 0.00 99.88 [2021-01-16T00:51:54.348Z] 00:45:01 2 0.02 0.00 0.08 0.07 0.00 99.83 [2021-01-16T00:51:54.348Z] 00:45:01 3 0.50 0.00 0.02 0.00 0.02 99.47 [2021-01-16T00:51:54.348Z] 00:46:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-01-16T00:51:54.348Z] 00:46:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-16T00:51:54.348Z] 00:46:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2021-01-16T00:51:54.348Z] 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.348Z] 00:46:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-16T00:51:54.348Z] 00:47:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2021-01-16T00:51:54.348Z] 00:47:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-16T00:51:54.348Z] 00:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2021-01-16T00:51:54.348Z] 00:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-16T00:51:54.348Z] 00:47:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-16T00:51:54.348Z] 00:48:01 all 0.15 0.00 0.03 0.00 0.01 99.82 [2021-01-16T00:51:54.348Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.348Z] 00:48:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-16T00:51:54.348Z] 00:48:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2021-01-16T00:51:54.348Z] 00:48:01 3 0.50 0.00 0.02 0.00 0.02 99.47 [2021-01-16T00:51:54.348Z] 00:49:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-01-16T00:51:54.348Z] 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.348Z] 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-16T00:51:54.348Z] 00:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-16T00:51:54.348Z] 00:49:01 3 0.48 0.00 0.07 0.00 0.00 99.45 [2021-01-16T00:51:54.348Z] 00:50:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-16T00:51:54.348Z] 00:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-16T00:51:54.348Z] 00:50:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-16T00:51:54.348Z] 00:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-16T00:51:54.348Z] 00:50:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-16T00:51:54.348Z] 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-01-16T00:51:54.348Z] 00:51:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-16T00:51:54.348Z] 00:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.348Z] 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-16T00:51:54.348Z] 00:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-16T00:51:54.348Z] Average: all 14.45 0.00 6.48 4.25 1.70 73.12 [2021-01-16T00:51:54.348Z] Average: 0 14.00 0.00 6.41 4.25 1.77 73.57 [2021-01-16T00:51:54.348Z] Average: 1 14.34 0.00 6.45 4.50 1.73 72.97 [2021-01-16T00:51:54.348Z] Average: 2 14.98 0.00 6.62 4.27 1.62 72.51 [2021-01-16T00:51:54.348Z] Average: 3 14.47 0.00 6.44 3.97 1.70 73.42 [2021-01-16T00:51:54.348Z] [2021-01-16T00:51:54.348Z] [2021-01-16T00:51:54.348Z]