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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 66ea3a14e51e3e04d027a842f9533096d1f32a6e+c7191a90c07787dda31e3868df4c5f33b5de22f9 (f4d2f107c473bc9a35222a7bce94d0f047920274) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19637’ is offline; ‘prd-centos7-docker-4c-2g-19641’ is offline; ‘prd-centos7-docker-4c-2g-19644’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19652 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 66ea3a14e51e3e04d027a842f9533096d1f32a6e > 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/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 Merge succeeded, producing fb3f3e82d4e0182b51f648bba92c722d2b81a99c Checking out Revision fb3f3e82d4e0182b51f648bba92c722d2b81a99c (PR-3002) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb3f3e82d4e0182b51f648bba92c722d2b81a99c # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" > git rev-list --no-walk 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T00:30:59.037Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T00:30:59.424Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T00:30:59.579Z] ========================================================= [2021-01-12T00:30:59.579Z] EdgeX Global Pipelines Version Info [2021-01-12T00:30:59.579Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:31:01.300Z] ------------------- [2021-01-12T00:31:01.300Z] stable info: [2021-01-12T00:31:01.300Z] ------------------- [2021-01-12T00:31:01.300Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T00:31:01.300Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:31:01.300Z] Message: update stable to v1.0.173 [2021-01-12T00:31:02.255Z] ------------------- [2021-01-12T00:31:02.255Z] experimental info: [2021-01-12T00:31:02.255Z] ------------------- [2021-01-12T00:31:02.255Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T00:31:02.255Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:31:02.255Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T00:31:02.532Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T00:31:02.627Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T00:31:02.706Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T00:31:02.827Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T00:31:02.911Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T00:31:02.995Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T00:31:03.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T00:31:03.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T00:31:03.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T00:31:03.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T00:31:03.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T00:31:03.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T00:31:03.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T00:31:03.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T00:31:03.894Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:31:04.035Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:31:04.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T00:31:04.256Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T00:31:04.367Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T00:31:04.451Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T00:31:04.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T00:31:04.711Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T00:31:04.812Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T00:31:04.955Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3002 [Pipeline] echo [2021-01-12T00:31:05.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3002 [Pipeline] echo [2021-01-12T00:31:05.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3002 [Pipeline] echo [2021-01-12T00:31:05.355Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb3f3e82d4e0182b51f648bba92c722d2b81a99c [Pipeline] echo [2021-01-12T00:31:05.451Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb3f3e8 [Pipeline] echo [2021-01-12T00:31:05.534Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:31:05.691Z] provisioning config files... [2021-01-12T00:31:05.723Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8644172438382385031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:31:06.119Z] ---> docker-login.sh [2021-01-12T00:31:06.119Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:31:06.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:31:06.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:31:06.683Z] Configure a credential helper to remove this warning. See [2021-01-12T00:31:06.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:31:06.683Z] [2021-01-12T00:31:06.683Z] Login Succeeded [2021-01-12T00:31:06.683Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:31:06.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:31:06.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:31:06.947Z] Configure a credential helper to remove this warning. See [2021-01-12T00:31:06.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:31:06.947Z] [2021-01-12T00:31:06.947Z] Login Succeeded [2021-01-12T00:31:06.947Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:31:07.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:31:07.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:31:07.212Z] Configure a credential helper to remove this warning. See [2021-01-12T00:31:07.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:31:07.212Z] [2021-01-12T00:31:07.212Z] Login Succeeded [2021-01-12T00:31:07.212Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:31:07.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:31:07.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:31:07.492Z] Configure a credential helper to remove this warning. See [2021-01-12T00:31:07.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:31:07.492Z] [2021-01-12T00:31:07.492Z] Login Succeeded [2021-01-12T00:31:07.492Z] docker.io [2021-01-12T00:31:07.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:31:08.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:31:08.023Z] Configure a credential helper to remove this warning. See [2021-01-12T00:31:08.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:31:08.023Z] [2021-01-12T00:31:08.023Z] Login Succeeded [2021-01-12T00:31:08.023Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:31:08.037Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:31:08.706Z] ++ 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-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T00:31:08.706Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T00:31:08.706Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:31:08.706Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T00:31:08.706Z] ++ cut -d/ -f2 [2021-01-12T00:31:08.706Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T00:31:08.810Z] 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-12T00:31:09.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:31:09.660Z] [2021-01-12T00:31:09.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:31:10.026Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:31:10.026Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T00:31:10.026Z] 31603596830f: Pulling fs layer [2021-01-12T00:31:10.026Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T00:31:10.026Z] 6ca5941a6612: Pulling fs layer [2021-01-12T00:31:10.026Z] ecc8261a40a4: Pulling fs layer [2021-01-12T00:31:10.026Z] ecc8261a40a4: Waiting [2021-01-12T00:31:10.026Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T00:31:10.026Z] 2a8b12db71e7: Download complete [2021-01-12T00:31:10.300Z] 31603596830f: Verifying Checksum [2021-01-12T00:31:10.300Z] 31603596830f: Download complete [2021-01-12T00:31:10.602Z] ecc8261a40a4: Verifying Checksum [2021-01-12T00:31:10.602Z] ecc8261a40a4: Download complete [2021-01-12T00:31:10.602Z] 6ca5941a6612: Verifying Checksum [2021-01-12T00:31:10.602Z] 6ca5941a6612: Download complete [2021-01-12T00:31:10.870Z] 31603596830f: Pull complete [2021-01-12T00:31:10.870Z] 2a8b12db71e7: Pull complete [2021-01-12T00:31:12.121Z] 6ca5941a6612: Pull complete [2021-01-12T00:31:12.403Z] ecc8261a40a4: Pull complete [2021-01-12T00:31:12.403Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T00:31:12.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:31:12.403Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T00:31:12.556Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:31:12.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:31:15.330Z] $ docker top 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T00:31:15.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:31:15.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:31:15.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:31:15.996Z] $ docker exec 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad ssh-agent [2021-01-12T00:31:16.237Z] SSH_AUTH_SOCK=/tmp/ssh-o38rXbG79Qev/agent.11 [2021-01-12T00:31:16.237Z] SSH_AGENT_PID=17 [2021-01-12T00:31:16.256Z] Running ssh-add (command line suppressed) [2021-01-12T00:31:16.385Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6555364172093543456.key (/w/workspace/edgex-go/4@tmp/private_key_6555364172093543456.key) [2021-01-12T00:31:16.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:31:16.776Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T00:31:16.806Z] $ docker exec --env ******** --env ******** 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad ssh-agent -k [2021-01-12T00:31:16.928Z] unset SSH_AUTH_SOCK; [2021-01-12T00:31:16.928Z] unset SSH_AGENT_PID; [2021-01-12T00:31:16.928Z] echo Agent pid 17 killed; [2021-01-12T00:31:16.980Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T00:31:17.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:31:17.145Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:31:17.341Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:31:17.345Z] $ docker exec 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad ssh-agent [2021-01-12T00:31:17.529Z] SSH_AUTH_SOCK=/tmp/ssh-LNmCJI1N3SwM/agent.46 [2021-01-12T00:31:17.529Z] SSH_AGENT_PID=51 [2021-01-12T00:31:17.536Z] Running ssh-add (command line suppressed) [2021-01-12T00:31:17.660Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4988225183779666048.key (/w/workspace/edgex-go/4@tmp/private_key_4988225183779666048.key) [2021-01-12T00:31:17.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:31:18.085Z] + git semver init [2021-01-12T00:31:18.085Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T00:31:18.085Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-12T00:31:18.085Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-12T00:31:18.085Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T00:31:18.085Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T00:31:18.085Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T00:31:18.085Z] # $SEMVER_BRANCH = PR-3002 [2021-01-12T00:31:18.085Z] # $SEMVER_TEMP = /tmp/semver-128629059 [2021-01-12T00:31:18.085Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T00:31:56.925Z] # '/tmp/semver-128629059' -> '/w/workspace/edgex-go/4/.semver' [2021-01-12T00:31:56.925Z] # -> Force: false [2021-01-12T00:31:56.925Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-12T00:31:56.942Z] $ docker exec --env ******** --env ******** 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad ssh-agent -k [2021-01-12T00:31:57.157Z] unset SSH_AUTH_SOCK; [2021-01-12T00:31:57.158Z] unset SSH_AGENT_PID; [2021-01-12T00:31:57.158Z] echo Agent pid 51 killed; [2021-01-12T00:31:57.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:31:57.689Z] + git semver [Pipeline] } [2021-01-12T00:31:57.709Z] $ docker stop --time=1 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad [2021-01-12T00:31:59.546Z] $ docker rm -f 1a0df40b9ecfd98af2d1b1d01743aae8633549d23d0bda0e6c30292f9516f0ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:32:00.039Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T00:32:00.606Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T00:32:00.608Z] [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-12T00:32:01.513Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:32:01.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:32:02.119Z] + sudo service docker restart [2021-01-12T00:32:02.119Z] + true [2021-01-12T00:32:02.119Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T00:32:02.704Z] ========================================================= [2021-01-12T00:32:02.704Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T00:32:02.704Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:03.043Z] + 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-12T00:32:07.282Z] Sending build context to Docker daemon 326.4MB [2021-01-12T00:32:07.282Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:32:07.282Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:32:07.282Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T00:32:07.282Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T00:32:07.282Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T00:32:07.282Z] de9db76c5a1d: Pulling fs layer [2021-01-12T00:32:07.282Z] bca2f99d35d6: Pulling fs layer [2021-01-12T00:32:07.282Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T00:32:07.282Z] 7c6f9722023f: Pulling fs layer [2021-01-12T00:32:07.282Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T00:32:07.282Z] bca2f99d35d6: Waiting [2021-01-12T00:32:07.282Z] 93359f2a8cfa: Waiting [2021-01-12T00:32:07.282Z] 7c6f9722023f: Waiting [2021-01-12T00:32:07.282Z] a35cf1a2eb13: Waiting [2021-01-12T00:32:07.282Z] de9db76c5a1d: Verifying Checksum [2021-01-12T00:32:07.282Z] de9db76c5a1d: Download complete [2021-01-12T00:32:07.282Z] 0ef7d3d256c8: Download complete [2021-01-12T00:32:07.282Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T00:32:07.282Z] 93359f2a8cfa: Download complete [2021-01-12T00:32:07.282Z] 7c6f9722023f: Verifying Checksum [2021-01-12T00:32:07.282Z] 7c6f9722023f: Download complete [2021-01-12T00:32:07.282Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T00:32:07.282Z] 188c0c94c7c5: Download complete [2021-01-12T00:32:07.282Z] 188c0c94c7c5: Pull complete [2021-01-12T00:32:07.865Z] 0ef7d3d256c8: Pull complete [2021-01-12T00:32:07.865Z] de9db76c5a1d: Pull complete [2021-01-12T00:32:08.442Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T00:32:08.442Z] a35cf1a2eb13: Download complete [2021-01-12T00:32:09.393Z] bca2f99d35d6: Download complete [2021-01-12T00:32:14.730Z] bca2f99d35d6: Pull complete [2021-01-12T00:32:14.730Z] 93359f2a8cfa: Pull complete [2021-01-12T00:32:14.730Z] 7c6f9722023f: Pull complete [2021-01-12T00:32:16.027Z] Still waiting to schedule task [2021-01-12T00:32:16.027Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19637’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19641’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19645’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19655’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19657’ is offline [2021-01-12T00:32:20.034Z] a35cf1a2eb13: Pull complete [2021-01-12T00:32:20.034Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T00:32:20.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T00:32:20.034Z] ---> a62c8e92a672 [2021-01-12T00:32:20.034Z] 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-12T00:32:20.034Z] ---> Running in e1f641fd3ee2 [2021-01-12T00:32:20.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:32:20.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:32:21.551Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:32:21.830Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:32:21.830Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:32:21.830Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:32:27.143Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:32:27.143Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:32:27.143Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:32:27.143Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:32:27.143Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:32:27.143Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:32:27.143Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:32:27.143Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:32:27.143Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:32:27.143Z] OK: 233 MiB in 51 packages [2021-01-12T00:32:30.458Z] Removing intermediate container e1f641fd3ee2 [2021-01-12T00:32:30.458Z] ---> 7740b44293a0 [2021-01-12T00:32:30.458Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:32:30.458Z] ---> Running in b7ec8b3a4535 [2021-01-12T00:32:30.458Z] Removing intermediate container b7ec8b3a4535 [2021-01-12T00:32:30.458Z] ---> b6595080ee76 [2021-01-12T00:32:30.458Z] Step 5/6 : COPY go.mod . [2021-01-12T00:32:30.720Z] ---> 1c67d05dfdb7 [2021-01-12T00:32:30.720Z] Step 6/6 : RUN go mod download [2021-01-12T00:32:30.720Z] ---> Running in 7239b6ea2019 [2021-01-12T00:32:52.741Z] Removing intermediate container 7239b6ea2019 [2021-01-12T00:32:52.741Z] ---> 7c47df4d24ad [2021-01-12T00:32:52.741Z] Successfully built 7c47df4d24ad [2021-01-12T00:32:52.741Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:53.054Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:53.054Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:53.188Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:32:53.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:32:54.475Z] $ docker top a6df147892f769a1b4b6323b3e475014ef015359e688d22feae7d0209d85b9c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:32:54.970Z] + go version [2021-01-12T00:32:54.971Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T00:32:54.986Z] $ docker stop --time=1 a6df147892f769a1b4b6323b3e475014ef015359e688d22feae7d0209d85b9c0 [2021-01-12T00:32:56.392Z] $ docker rm -f a6df147892f769a1b4b6323b3e475014ef015359e688d22feae7d0209d85b9c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:57.219Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:57.219Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:57.309Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:32:57.365Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:32:58.045Z] $ docker top 73594f0f49c8c6659fee8a2858192562522ded9b935a1381250d2d0136f67953 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:32:58.237Z] ========================================================= [2021-01-12T00:32:58.237Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:32:58.237Z] ========================================================= [Pipeline] sh [2021-01-12T00:32:58.525Z] + make test [2021-01-12T00:32:58.525Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:33:08.601Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:33:23.662Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:33:32.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:33:32.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:33:33.232Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:33:33.849Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:33:36.479Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:33:36.479Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:33:36.479Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:33:38.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 46.6% of statements [2021-01-12T00:33:38.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:33:38.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:33:38.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:33:38.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:33:38.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:33:43.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.0% of statements [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:33:43.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:33:43.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:33:43.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 67.9% of statements [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:33:43.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.7% of statements [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:33:43.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:33:46.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.481s coverage: 28.6% of statements [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:33:46.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:33:46.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:33:46.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:33:46.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-01-12T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:33:47.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-12T00:33:47.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:33:47.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:33:47.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:33:47.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:33:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.458s coverage: 94.1% of statements [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:33:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:33:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:33:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:33:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-12T00:33:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:33:49.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-01-12T00:33:49.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-12T00:33:50.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements [2021-01-12T00:33:50.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-01-12T00:33:50.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:33:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.252s coverage: 63.5% of statements [2021-01-12T00:33:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:33:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:33:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-12T00:33:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-01-12T00:33:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-12T00:33:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-01-12T00:33:52.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-01-12T00:33:54.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 55.9% of statements [2021-01-12T00:33:54.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:33:54.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:33:54.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:33:54.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:33:54.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:33:54.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-01-12T00:33:54.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:33:54.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:33:54.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.417s coverage: 84.0% of statements [2021-01-12T00:33:54.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-01-12T00:33:57.456Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:33:57.456Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:33:57.456Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-01-12T00:33:57.456Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.949s coverage: 29.1% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:33:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-01-12T00:33:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.041s coverage: 32.1% of statements [2021-01-12T00:33:59.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-01-12T00:33:59.974Z] GO111MODULE=on go vet ./... [2021-01-12T00:34:26.828Z] gofmt -l . [2021-01-12T00:34:26.828Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:34:27.090Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:34:27.684Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:34:28.573Z] + ls -al . [2021-01-12T00:34:28.573Z] total 652 [2021-01-12T00:34:28.573Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 00:34 . [2021-01-12T00:34:28.573Z] drwxr-xr-x 4 root root 28 Jan 12 00:32 .. [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:30 .dockerignore [2021-01-12T00:34:28.573Z] drwxrwxr-x 8 1001 1001 179 Jan 12 00:30 .git [2021-01-12T00:34:28.573Z] drwxrwxr-x 3 1001 1001 125 Jan 12 00:30 .github [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:30 .gitignore [2021-01-12T00:34:28.573Z] drwx------ 3 1001 1001 47 Jan 12 00:31 .semver [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:30 .sonarcloud.properties [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:30 Attribution.txt [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:30 CONTRIBUTING.md [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:30 Dockerfile.build [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:30 Jenkinsfile [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:30 LICENSE [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:30 Makefile [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:30 README.md [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:30 SECURITY.md [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:32 VERSION [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:30 ZMQWindows.md [2021-01-12T00:34:28.573Z] drwxrwxr-x 2 1001 1001 117 Jan 12 00:30 bin [2021-01-12T00:34:28.573Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:30 cmd [2021-01-12T00:34:28.573Z] -rw-r--r-- 1 root root 545758 Jan 12 00:33 coverage.out [2021-01-12T00:34:28.573Z] -rw-r--r-- 1 root root 979 Jan 12 00:34 go.mod [2021-01-12T00:34:28.573Z] -rw-r--r-- 1 root root 19019 Jan 12 00:34 go.sum [2021-01-12T00:34:28.573Z] drwxrwxr-x 8 1001 1001 127 Jan 12 00:30 internal [2021-01-12T00:34:28.573Z] drwxrwxr-x 4 1001 1001 26 Jan 12 00:30 openapi [2021-01-12T00:34:28.573Z] drwxrwxr-x 4 1001 1001 71 Jan 12 00:30 snap [2021-01-12T00:34:28.573Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:30 version.go [Pipeline] sh [2021-01-12T00:34:28.885Z] + '[' -e coverage.out ] [2021-01-12T00:34:28.885Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:34:29.135Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:34:29.432Z] + make build [2021-01-12T00:34:29.432Z] 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-12T00:34:32.778Z] 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-12T00:34:42.944Z] 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-12T00:34:42.944Z] 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-12T00:34:44.356Z] 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-12T00:34:44.957Z] 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-12T00:34:47.633Z] 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-12T00:34:49.651Z] 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-12T00:34:51.631Z] 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-12T00:34:53.080Z] 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-12T00:34:55.659Z] 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-12T00:34:56.604Z] 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-12T00:34:58.023Z] $ docker stop --time=1 73594f0f49c8c6659fee8a2858192562522ded9b935a1381250d2d0136f67953 [2021-01-12T00:34:59.628Z] $ docker rm -f 73594f0f49c8c6659fee8a2858192562522ded9b935a1381250d2d0136f67953 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:01.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:35:01.350Z] [2021-01-12T00:35:01.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:01.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:35:01.703Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T00:35:01.703Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T00:35:01.703Z] ca9280d653b3: Pulling fs layer [2021-01-12T00:35:01.703Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T00:35:01.971Z] cbdbe7a5bc2a: Download complete [2021-01-12T00:35:02.238Z] ca9280d653b3: Verifying Checksum [2021-01-12T00:35:02.238Z] ca9280d653b3: Download complete [2021-01-12T00:35:02.238Z] cbdbe7a5bc2a: Pull complete [2021-01-12T00:35:03.656Z] ca9280d653b3: Pull complete [2021-01-12T00:35:03.916Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T00:35:03.916Z] 7e9c9ca2126c: Download complete [2021-01-12T00:35:09.764Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19661 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws [2021-01-12T00:35:09.815Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-12T00:35:10.536Z] 7e9c9ca2126c: Pull complete [2021-01-12T00:35:10.536Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T00:35:10.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:35:10.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T00:35:10.676Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:35:10.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:35:12.452Z] $ docker top aa3267d518037f012620b4f2227daeaf047a3370444a2a60999169a8e23b4f3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:35:13.069Z] + docker-compose build --help [2021-01-12T00:35:13.069Z] + grep parallel [2021-01-12T00:35:14.482Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:35:14.503Z] $ docker stop --time=1 aa3267d518037f012620b4f2227daeaf047a3370444a2a60999169a8e23b4f3e [2021-01-12T00:35:15.892Z] $ docker rm -f aa3267d518037f012620b4f2227daeaf047a3370444a2a60999169a8e23b4f3e [2021-01-12T00:35:15.920Z] using credential edgex-jenkins-ssh [2021-01-12T00:35:15.979Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:16.062Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:35:16.189Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-12T00:35:16.294Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:35:16.295Z] > git --version # timeout=10 [2021-01-12T00:35:16.323Z] > git --version # 'git version 2.17.1' [2021-01-12T00:35:16.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:35:17.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:35:17.607Z] . [2021-01-12T00:35:17.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withDockerContainer [2021-01-12T00:35:17.743Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:35:18.162Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:35:18.991Z] $ docker top 69dcf5d1cbfe31e67090e4b415f95b038816b61c97cfc730294511450d8bfb83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:35:19.550Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:35:20.941Z] Building docker-core-command-go ... [2021-01-12T00:35:20.941Z] Building docker-core-data-go ... [2021-01-12T00:35:20.941Z] Building docker-core-metadata-go ... [2021-01-12T00:35:20.941Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:35:20.941Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:35:20.941Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:35:20.941Z] Building docker-support-notifications-go ... [2021-01-12T00:35:20.941Z] Building docker-support-scheduler-go ... [2021-01-12T00:35:20.941Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:35:20.941Z] Building docker-support-notifications-go [2021-01-12T00:35:20.941Z] Building docker-support-scheduler-go [2021-01-12T00:35:20.941Z] Building docker-security-secretstore-setup-go [2021-01-12T00:35:20.941Z] Building docker-core-metadata-go [2021-01-12T00:35:20.941Z] Building docker-security-proxy-setup-go [2021-01-12T00:35:40.404Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:35:40.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:35:40.452Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:35:40.489Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:35:40.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:35:40.507Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:35:41.370Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 66ea3a14e51e3e04d027a842f9533096d1f32a6e [2021-01-12T00:35:42.092Z] Merge succeeded, producing ebed7811f7fdad3db1239b7b968604e3c138f6c4 [2021-01-12T00:35:42.092Z] Checking out Revision ebed7811f7fdad3db1239b7b968604e3c138f6c4 (PR-3002) [2021-01-12T00:35:41.395Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:35:41.410Z] > git checkout -f 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 [2021-01-12T00:35:41.743Z] > git remote # timeout=10 [2021-01-12T00:35:41.762Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:35:41.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:35:41.790Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:35:42.078Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:35:42.100Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:35:42.117Z] > git checkout -f ebed7811f7fdad3db1239b7b968604e3c138f6c4 # timeout=10 [2021-01-12T00:35:46.679Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:35:46.694Z] > git rev-list --no-walk 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:35:48.334Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:35:48.825Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:35:49.174Z] + sudo service docker restart [2021-01-12T00:35:49.174Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:35:51.897Z] provisioning config files... [2021-01-12T00:35:51.940Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2516128121471024608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:35:52.347Z] ---> docker-login.sh [2021-01-12T00:35:52.347Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:35:53.276Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:53.277Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:53.277Z] ---> 7c47df4d24ad [2021-01-12T00:35:53.277Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:35:53.277Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:53.277Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:53.277Z] ---> 7c47df4d24ad [2021-01-12T00:35:53.277Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:35:53.277Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:53.277Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:53.277Z] ---> 7c47df4d24ad [2021-01-12T00:35:53.277Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:35:53.277Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:53.277Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:53.277Z] ---> 7c47df4d24ad [2021-01-12T00:35:53.277Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:35:53.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:35:53.542Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:53.542Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:35:53.542Z] ---> 7c47df4d24ad [2021-01-12T00:35:53.542Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:35:53.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:35:53.606Z] Configure a credential helper to remove this warning. See [2021-01-12T00:35:53.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:35:53.606Z] [2021-01-12T00:35:53.606Z] Login Succeeded [2021-01-12T00:35:53.606Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:35:53.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:35:54.118Z] ---> Running in c7dfc4017b0f [2021-01-12T00:35:54.118Z] ---> Running in 66ca68af53e3 [2021-01-12T00:35:54.118Z] ---> Running in a721bac3a2fc [2021-01-12T00:35:54.118Z] ---> Running in a345f2a5b561 [2021-01-12T00:35:54.118Z] ---> Running in b049c9a17ce8 [2021-01-12T00:35:54.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:35:54.154Z] Configure a credential helper to remove this warning. See [2021-01-12T00:35:54.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:35:54.154Z] [2021-01-12T00:35:54.154Z] Login Succeeded [2021-01-12T00:35:54.154Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:35:54.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:35:54.707Z] Removing intermediate container b049c9a17ce8 [2021-01-12T00:35:54.707Z] ---> ee9e3eb9dbd1 [2021-01-12T00:35:54.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:54.708Z] Removing intermediate container 66ca68af53e3 [2021-01-12T00:35:54.708Z] ---> 1b6e232528e8 [2021-01-12T00:35:54.708Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:54.708Z] Removing intermediate container a721bac3a2fc [2021-01-12T00:35:54.708Z] ---> 5627751e2ff7 [2021-01-12T00:35:54.708Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:54.708Z] Removing intermediate container a345f2a5b561 [2021-01-12T00:35:54.708Z] ---> 26b8a4fc7955 [2021-01-12T00:35:54.708Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:54.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:35:54.715Z] Configure a credential helper to remove this warning. See [2021-01-12T00:35:54.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:35:54.715Z] [2021-01-12T00:35:54.715Z] Login Succeeded [2021-01-12T00:35:54.715Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:35:54.974Z] Removing intermediate container c7dfc4017b0f [2021-01-12T00:35:54.974Z] ---> a1db493cb179 [2021-01-12T00:35:54.974Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:35:54.974Z] ---> Running in 68c99272febd [2021-01-12T00:35:54.974Z] ---> Running in 2fb0432b7bf1 [2021-01-12T00:35:54.974Z] ---> Running in 36084b17622d [2021-01-12T00:35:54.974Z] ---> Running in 07d74f6a1979 [2021-01-12T00:35:54.974Z] ---> Running in 916f8e24de08 [2021-01-12T00:35:54.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:35:55.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:35:55.282Z] Configure a credential helper to remove this warning. See [2021-01-12T00:35:55.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:35:55.282Z] [2021-01-12T00:35:55.282Z] Login Succeeded [2021-01-12T00:35:55.282Z] docker.io [2021-01-12T00:35:55.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:35:55.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:35:55.863Z] Configure a credential helper to remove this warning. See [2021-01-12T00:35:55.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:35:55.863Z] [2021-01-12T00:35:55.863Z] Login Succeeded [2021-01-12T00:35:55.863Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:35:55.884Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T00:35:56.415Z] ========================================================= [2021-01-12T00:35:56.415Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T00:35:56.415Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:56.819Z] + 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-12T00:35:57.692Z] Removing intermediate container 2fb0432b7bf1 [2021-01-12T00:35:57.692Z] ---> 63b8ed1ed402 [2021-01-12T00:35:57.692Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:35:57.692Z] Removing intermediate container 36084b17622d [2021-01-12T00:35:57.692Z] ---> ec86bb6ce734 [2021-01-12T00:35:57.692Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:35:57.692Z] Removing intermediate container 68c99272febd [2021-01-12T00:35:57.692Z] ---> d74c8649267f [2021-01-12T00:35:57.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:35:57.692Z] ---> Running in eba798c3dfc4 [2021-01-12T00:35:57.692Z] ---> Running in fec1a1652899 [2021-01-12T00:35:57.692Z] ---> Running in 0d675bdcfb31 [2021-01-12T00:35:57.692Z] Removing intermediate container 916f8e24de08 [2021-01-12T00:35:57.692Z] ---> ac4e3c9c7b6d [2021-01-12T00:35:57.692Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:35:57.955Z] Removing intermediate container 07d74f6a1979 [2021-01-12T00:35:57.955Z] ---> 0d25acca3118 [2021-01-12T00:35:57.955Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:35:57.955Z] ---> Running in 73977718ea94 [2021-01-12T00:35:57.955Z] ---> Running in a90a4b074e3d [2021-01-12T00:35:58.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:58.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:59.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:59.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:59.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:59.476Z] Sending build context to Docker daemon 165.5MB [2021-01-12T00:35:59.476Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:35:59.476Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:35:59.476Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T00:35:59.476Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T00:35:59.476Z] a4357932f1b6: Pulling fs layer [2021-01-12T00:35:59.476Z] 18c013af1878: Pulling fs layer [2021-01-12T00:35:59.476Z] 00ac8860ef70: Pulling fs layer [2021-01-12T00:35:59.476Z] 63d7cb157983: Pulling fs layer [2021-01-12T00:35:59.476Z] b116817d02f9: Pulling fs layer [2021-01-12T00:35:59.476Z] 745a02a5169b: Pulling fs layer [2021-01-12T00:35:59.476Z] 00ac8860ef70: Waiting [2021-01-12T00:35:59.476Z] 63d7cb157983: Waiting [2021-01-12T00:35:59.476Z] b116817d02f9: Waiting [2021-01-12T00:35:59.476Z] 745a02a5169b: Waiting [2021-01-12T00:35:59.476Z] 18c013af1878: Verifying Checksum [2021-01-12T00:35:59.476Z] 18c013af1878: Download complete [2021-01-12T00:35:59.476Z] a4357932f1b6: Download complete [2021-01-12T00:35:59.476Z] 63d7cb157983: Verifying Checksum [2021-01-12T00:35:59.476Z] 63d7cb157983: Download complete [2021-01-12T00:35:59.476Z] b116817d02f9: Verifying Checksum [2021-01-12T00:35:59.476Z] b116817d02f9: Download complete [2021-01-12T00:35:59.476Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T00:35:59.476Z] 5f621e34cdf4: Download complete [2021-01-12T00:35:59.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:59.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:00.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:00.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:00.072Z] 5f621e34cdf4: Pull complete [2021-01-12T00:36:00.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:00.600Z] OK: 233 MiB in 51 packages [2021-01-12T00:36:00.600Z] OK: 233 MiB in 51 packages [2021-01-12T00:36:00.670Z] a4357932f1b6: Pull complete [2021-01-12T00:36:00.880Z] OK: 233 MiB in 51 packages [2021-01-12T00:36:00.947Z] 18c013af1878: Pull complete [2021-01-12T00:36:01.165Z] OK: 233 MiB in 51 packages [2021-01-12T00:36:01.440Z] Removing intermediate container eba798c3dfc4 [2021-01-12T00:36:01.440Z] ---> 172f5a6cf85f [2021-01-12T00:36:01.440Z] Step 6/24 : COPY go.mod . [2021-01-12T00:36:01.708Z] Removing intermediate container fec1a1652899 [2021-01-12T00:36:01.708Z] ---> 48ca77a30028 [2021-01-12T00:36:01.708Z] Step 6/22 : COPY go.mod . [2021-01-12T00:36:01.708Z] Removing intermediate container 0d675bdcfb31 [2021-01-12T00:36:01.708Z] ---> edc7f5eb38f0 [2021-01-12T00:36:01.708Z] Step 6/21 : COPY go.mod . [2021-01-12T00:36:01.948Z] 745a02a5169b: Verifying Checksum [2021-01-12T00:36:01.948Z] 745a02a5169b: Download complete [2021-01-12T00:36:01.972Z] ---> a0a7fa7f8aab [2021-01-12T00:36:01.972Z] Step 7/24 : RUN go mod download [2021-01-12T00:36:01.972Z] Removing intermediate container 73977718ea94 [2021-01-12T00:36:01.972Z] ---> 82e2e20dc6f5 [2021-01-12T00:36:01.972Z] Step 6/24 : COPY go.mod . [2021-01-12T00:36:01.972Z] ---> Running in 4aca8d0df76a [2021-01-12T00:36:01.972Z] ---> 58b48a614749 [2021-01-12T00:36:01.972Z] Step 7/22 : RUN go mod download [2021-01-12T00:36:02.241Z] OK: 233 MiB in 51 packages [2021-01-12T00:36:02.241Z] ---> 3c68bbb386c7 [2021-01-12T00:36:02.241Z] Step 7/21 : RUN go mod download [2021-01-12T00:36:02.241Z] ---> Running in 095ccbd13ab4 [2021-01-12T00:36:02.506Z] ---> Running in 2a8d95e81f48 [2021-01-12T00:36:02.506Z] ---> cae6a213a6ff [2021-01-12T00:36:02.506Z] Step 7/24 : RUN go mod download [2021-01-12T00:36:02.769Z] ---> Running in eee6c6ad4da0 [2021-01-12T00:36:03.358Z] Removing intermediate container a90a4b074e3d [2021-01-12T00:36:03.358Z] ---> 8fa2e79e8224 [2021-01-12T00:36:03.358Z] Step 6/21 : COPY go.mod . [2021-01-12T00:36:03.398Z] 00ac8860ef70: Verifying Checksum [2021-01-12T00:36:03.398Z] 00ac8860ef70: Download complete [2021-01-12T00:36:03.947Z] ---> 6153d6f04ca8 [2021-01-12T00:36:03.947Z] Step 7/21 : RUN go mod download [2021-01-12T00:36:03.947Z] ---> Running in 90247d9de5f7 [2021-01-12T00:36:04.547Z] Removing intermediate container 095ccbd13ab4 [2021-01-12T00:36:04.547Z] ---> b0075c51ddcf [2021-01-12T00:36:04.547Z] Step 8/22 : COPY . . [2021-01-12T00:36:04.810Z] Removing intermediate container 4aca8d0df76a [2021-01-12T00:36:04.810Z] ---> 8d02fc2f491b [2021-01-12T00:36:04.810Z] Step 8/24 : COPY . . [2021-01-12T00:36:07.406Z] Removing intermediate container eee6c6ad4da0 [2021-01-12T00:36:07.406Z] ---> 49e69e9c23bd [2021-01-12T00:36:07.406Z] Step 8/24 : COPY . . [2021-01-12T00:36:07.679Z] Removing intermediate container 2a8d95e81f48 [2021-01-12T00:36:07.679Z] ---> ec670b1f7299 [2021-01-12T00:36:07.679Z] Step 8/21 : COPY . . [2021-01-12T00:36:10.257Z] Removing intermediate container 90247d9de5f7 [2021-01-12T00:36:10.257Z] ---> 8fdacfc9bd62 [2021-01-12T00:36:10.257Z] Step 8/21 : COPY . . [2021-01-12T00:36:13.595Z] 00ac8860ef70: Pull complete [2021-01-12T00:36:13.595Z] 63d7cb157983: Pull complete [2021-01-12T00:36:13.595Z] b116817d02f9: Pull complete [2021-01-12T00:36:17.043Z] 745a02a5169b: Pull complete [2021-01-12T00:36:17.043Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T00:36:17.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T00:36:17.043Z] ---> b7e6874047d6 [2021-01-12T00:36:17.043Z] 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-12T00:36:21.434Z] ---> Running in e37d7253a29b [2021-01-12T00:36:22.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:36:23.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:36:24.390Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:36:24.990Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:36:24.990Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:36:24.990Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:36:30.416Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:36:30.416Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:36:30.416Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:36:30.416Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:36:30.416Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:36:30.416Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:36:30.416Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:36:30.416Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:36:30.694Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:36:30.694Z] OK: 217 MiB in 51 packages [2021-01-12T00:36:35.037Z] Removing intermediate container e37d7253a29b [2021-01-12T00:36:35.037Z] ---> f2f8d0139e23 [2021-01-12T00:36:35.037Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:36:35.037Z] ---> Running in 757088847d5b [2021-01-12T00:36:35.638Z] Removing intermediate container 757088847d5b [2021-01-12T00:36:35.638Z] ---> 22c65a6d4df8 [2021-01-12T00:36:35.638Z] Step 5/6 : COPY go.mod . [2021-01-12T00:36:36.244Z] ---> 6ac22bb84eef [2021-01-12T00:36:36.244Z] Step 6/6 : RUN go mod download [2021-01-12T00:36:36.514Z] ---> Running in 5db497eef835 [2021-01-12T00:36:42.748Z] ---> 795b2be965cf [2021-01-12T00:36:42.749Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:36:42.749Z] ---> 96e1b3b92394 [2021-01-12T00:36:42.749Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:36:42.749Z] ---> Running in b228594cdfcc [2021-01-12T00:36:43.016Z] ---> Running in a9ddae8622b1 [2021-01-12T00:36:43.016Z] ---> 9309a2ff1165 [2021-01-12T00:36:43.016Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:36:43.016Z] ---> e9dece87e44d [2021-01-12T00:36:43.016Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:36:43.016Z] ---> f3c5b74b63e3 [2021-01-12T00:36:43.016Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:36:43.967Z] ---> Running in 860494df1f3b [2021-01-12T00:36:43.967Z] ---> Running in 9420430c3d08 [2021-01-12T00:36:43.967Z] ---> Running in b53a6967f029 [2021-01-12T00:36:44.976Z] 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-12T00:36:44.976Z] 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-12T00:36:44.976Z] 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-12T00:36:45.260Z] 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-12T00:36:45.260Z] 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-12T00:37:03.358Z] Removing intermediate container 5db497eef835 [2021-01-12T00:37:03.358Z] ---> 15feb16cd9ac [2021-01-12T00:37:03.358Z] Successfully built 15feb16cd9ac [2021-01-12T00:37:03.358Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:37:03.709Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:37:03.709Z] . [Pipeline] withDockerContainer [2021-01-12T00:37:03.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-19661 does not seem to be running inside a container [2021-01-12T00:37:04.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-01-12T00:37:05.711Z] $ docker top 1f348d6679f511418e1c4f1b35b487680ec1453fb904b8e15f7a1a843a3f8a99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:37:06.723Z] + go version [2021-01-12T00:37:06.723Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T00:37:06.750Z] $ docker stop --time=1 1f348d6679f511418e1c4f1b35b487680ec1453fb904b8e15f7a1a843a3f8a99 [2021-01-12T00:37:08.681Z] $ docker rm -f 1f348d6679f511418e1c4f1b35b487680ec1453fb904b8e15f7a1a843a3f8a99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:37:09.613Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:37:09.613Z] . [Pipeline] withDockerContainer [2021-01-12T00:37:09.848Z] prd-ubuntu18.04-docker-arm64-4c-16g-19661 does not seem to be running inside a container [2021-01-12T00:37:09.938Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-01-12T00:37:11.445Z] $ docker top 4339ab52213ada9dffd6d3240965e50b76189a0e63660934362af8c60abb1640 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:37:11.859Z] ========================================================= [2021-01-12T00:37:11.859Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:37:11.859Z] ========================================================= [Pipeline] sh [2021-01-12T00:37:12.511Z] + make test [2021-01-12T00:37:12.512Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:37:17.603Z] 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-12T00:37:17.603Z] 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-12T00:37:22.005Z] Removing intermediate container 9420430c3d08 [2021-01-12T00:37:22.005Z] ---> 906a1ae202ba [2021-01-12T00:37:22.005Z] [2021-01-12T00:37:22.005Z] Step 10/21 : FROM scratch [2021-01-12T00:37:22.005Z] ---> [2021-01-12T00:37:22.005Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:37:23.476Z] ---> Running in 3dddad065f74 [2021-01-12T00:37:27.726Z] Removing intermediate container b53a6967f029 [2021-01-12T00:37:27.726Z] ---> 59ff00ff9c5b [2021-01-12T00:37:27.726Z] [2021-01-12T00:37:27.726Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:37:27.726Z] Removing intermediate container a9ddae8622b1 [2021-01-12T00:37:27.726Z] ---> 7d30452c61ba [2021-01-12T00:37:27.726Z] [2021-01-12T00:37:27.726Z] Step 10/24 : FROM scratch [2021-01-12T00:37:27.726Z] ---> [2021-01-12T00:37:27.726Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:37:27.726Z] Removing intermediate container 860494df1f3b [2021-01-12T00:37:27.726Z] ---> 3fa3bd5e25a9 [2021-01-12T00:37:27.726Z] [2021-01-12T00:37:27.726Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:37:27.726Z] Removing intermediate container 3dddad065f74 [2021-01-12T00:37:27.726Z] ---> 2ffe9c59927b [2021-01-12T00:37:27.726Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:37:27.726Z] 3.12: Pulling from library/alpine [2021-01-12T00:37:27.726Z] 3.12: Pulling from library/alpine [2021-01-12T00:37:27.726Z] ---> Running in 06df19ef323b [2021-01-12T00:37:27.726Z] ---> Running in 64391fb18173 [2021-01-12T00:37:27.726Z] Removing intermediate container 06df19ef323b [2021-01-12T00:37:27.726Z] ---> 52a34e4521ee [2021-01-12T00:37:27.726Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:37:27.726Z] Removing intermediate container 64391fb18173 [2021-01-12T00:37:27.726Z] ---> e93a5fbbefef [2021-01-12T00:37:27.726Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:37:28.701Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:37:28.701Z] ---> Running in a4c7135d95b3 [2021-01-12T00:37:28.701Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:37:28.701Z] ---> Running in 98ffa1458066 [2021-01-12T00:37:28.701Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:37:28.701Z] ---> 389fef711851 [2021-01-12T00:37:28.701Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:37:28.701Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:37:28.701Z] ---> 389fef711851 [2021-01-12T00:37:28.701Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:37:29.657Z] Removing intermediate container b228594cdfcc [2021-01-12T00:37:29.657Z] ---> ef8ae9944990 [2021-01-12T00:37:29.657Z] [2021-01-12T00:37:29.657Z] Step 10/22 : FROM scratch [2021-01-12T00:37:29.657Z] ---> [2021-01-12T00:37:29.657Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:37:29.657Z] ---> Running in 3a9e5a6a6b45 [2021-01-12T00:37:29.657Z] ---> Running in 873fd35d3681 [2021-01-12T00:37:29.657Z] Removing intermediate container 98ffa1458066 [2021-01-12T00:37:29.657Z] ---> 0b302b5440be [2021-01-12T00:37:29.657Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:37:29.657Z] ---> Using cache [2021-01-12T00:37:29.657Z] ---> 2ffe9c59927b [2021-01-12T00:37:29.657Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:37:29.657Z] Removing intermediate container a4c7135d95b3 [2021-01-12T00:37:29.657Z] ---> c347dcd9a168 [2021-01-12T00:37:29.657Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:37:29.657Z] ---> Running in 24c068c14349 [2021-01-12T00:37:29.922Z] ---> Running in a815ad00d838 [2021-01-12T00:37:29.922Z] ---> f10750551134 [2021-01-12T00:37:29.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:37:30.192Z] Removing intermediate container 24c068c14349 [2021-01-12T00:37:30.192Z] ---> 5911018580bc [2021-01-12T00:37:30.192Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:37:30.192Z] Removing intermediate container a815ad00d838 [2021-01-12T00:37:30.192Z] ---> 66a2d6936647 [2021-01-12T00:37:30.192Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:37:30.192Z] ---> Running in a1a8183baa07 [2021-01-12T00:37:30.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:30.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:30.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:30.758Z] Removing intermediate container a1a8183baa07 [2021-01-12T00:37:30.758Z] ---> 35ea3f76f509 [2021-01-12T00:37:30.758Z] Step 14/22 : WORKDIR / [2021-01-12T00:37:30.758Z] ---> d4d998e67e49 [2021-01-12T00:37:30.758Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:37:30.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:30.758Z] ---> 9249a3ff09b5 [2021-01-12T00:37:30.758Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:30.758Z] ---> Running in 43d38b0f4b69 [2021-01-12T00:37:30.758Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:37:31.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:37:31.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:37:31.025Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:37:31.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:37:31.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:37:31.025Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:37:31.025Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:37:31.025Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:37:31.025Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:37:31.025Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:37:31.025Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:37:31.025Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:37:31.025Z] OK: 7 MiB in 19 packages [2021-01-12T00:37:31.600Z] OK: 7 MiB in 18 packages [2021-01-12T00:37:32.553Z] Removing intermediate container 43d38b0f4b69 [2021-01-12T00:37:32.553Z] ---> 9694b6a195ce [2021-01-12T00:37:32.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:37:32.818Z] ---> 2e9c40679527 [2021-01-12T00:37:32.818Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:37:32.818Z] ---> 3ae41a87d0d5 [2021-01-12T00:37:32.818Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:37:33.095Z] ---> e85d7082d1b5 [2021-01-12T00:37:33.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:37:33.095Z] ---> Running in cbc41fa4d3ed [2021-01-12T00:37:33.359Z] Removing intermediate container cbc41fa4d3ed [2021-01-12T00:37:33.359Z] ---> 10cabb5d555d [2021-01-12T00:37:33.359Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:37:34.352Z] ---> 634e5b648f63 [2021-01-12T00:37:34.352Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:37:34.352Z] ---> Running in 142bc84b6d57 [2021-01-12T00:37:34.352Z] Removing intermediate container 873fd35d3681 [2021-01-12T00:37:34.352Z] ---> e0dc73dcc359 [2021-01-12T00:37:34.352Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:37:34.352Z] ---> a47095f77e95 [2021-01-12T00:37:34.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:34.352Z] Removing intermediate container 3a9e5a6a6b45 [2021-01-12T00:37:34.352Z] ---> 2777c292e79f [2021-01-12T00:37:34.352Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:37:34.352Z] ---> Running in adfae85b5e52 [2021-01-12T00:37:34.624Z] ---> Running in 8ab2d7c15c40 [2021-01-12T00:37:34.624Z] Removing intermediate container 142bc84b6d57 [2021-01-12T00:37:34.624Z] ---> d7cbe3ade11a [2021-01-12T00:37:34.624Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:37:34.624Z] ---> 16f3107aecc6 [2021-01-12T00:37:34.624Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:37:34.624Z] ---> Running in 48d417b5d998 [2021-01-12T00:37:35.205Z] ---> 72d72ee2803c [2021-01-12T00:37:35.205Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:37:35.205Z] Removing intermediate container adfae85b5e52 [2021-01-12T00:37:35.205Z] ---> 0ad37110bfae [2021-01-12T00:37:35.205Z] Step 13/24 : WORKDIR / [2021-01-12T00:37:35.205Z] Removing intermediate container 8ab2d7c15c40 [2021-01-12T00:37:35.205Z] ---> 53141b662c28 [2021-01-12T00:37:35.205Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:37:35.205Z] ---> Running in ce95a6bdf864 [2021-01-12T00:37:35.468Z] ---> Running in 8a83b3952463 [2021-01-12T00:37:35.468Z] Removing intermediate container 48d417b5d998 [2021-01-12T00:37:35.468Z] ---> 7463ce73106b [2021-01-12T00:37:35.468Z] Step 20/21 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:37:35.468Z] ---> Running in 27a346229d59 [2021-01-12T00:37:35.468Z] ---> 52e21d1b63d8 [2021-01-12T00:37:35.468Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:35.730Z] ---> Running in 24e471c77338 [2021-01-12T00:37:35.730Z] Removing intermediate container ce95a6bdf864 [2021-01-12T00:37:35.730Z] ---> f156f774f3eb [2021-01-12T00:37:35.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:37:35.730Z] Removing intermediate container 8a83b3952463 [2021-01-12T00:37:35.730Z] ---> 02c831e709bc [2021-01-12T00:37:35.730Z] 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-12T00:37:35.992Z] Removing intermediate container 27a346229d59 [2021-01-12T00:37:35.992Z] ---> ceb3a5ae19aa [2021-01-12T00:37:35.992Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:37:35.992Z] ---> Running in 6dc794739800 [2021-01-12T00:37:35.992Z] ---> 4d8d206b628a [2021-01-12T00:37:35.992Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:37:35.992Z] Removing intermediate container 24e471c77338 [2021-01-12T00:37:35.992Z] ---> c9ae65fc6af7 [2021-01-12T00:37:35.992Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:37:36.255Z] ---> Running in 15e49ec40543 [2021-01-12T00:37:36.255Z] ---> Running in 786bc8326ba6 [2021-01-12T00:37:36.255Z] ---> 01ffec3f1e29 [2021-01-12T00:37:36.255Z] 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-12T00:37:36.255Z] Removing intermediate container 6dc794739800 [2021-01-12T00:37:36.255Z] ---> 6420ecf79c30 [2021-01-12T00:37:36.255Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:37:36.255Z] ---> 7e7e20ad6802 [2021-01-12T00:37:36.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:37:36.845Z] ---> Running in 41fa0631b060 [2021-01-12T00:37:36.845Z] Removing intermediate container 15e49ec40543 [2021-01-12T00:37:36.845Z] ---> 533b15d54388 [2021-01-12T00:37:36.845Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:37:36.845Z] Removing intermediate container 786bc8326ba6 [2021-01-12T00:37:36.845Z] ---> 4971ec02fe17 [2021-01-12T00:37:36.845Z] [2021-01-12T00:37:36.845Z] ---> f4c3c56389b0 [2021-01-12T00:37:36.845Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:37.113Z] ---> Running in 15b1bde20be2 [2021-01-12T00:37:37.113Z] ---> 0855e0ee3990 [2021-01-12T00:37:37.113Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:37:37.113Z] Removing intermediate container 41fa0631b060 [2021-01-12T00:37:37.113Z] ---> b1abfddae9a6 [2021-01-12T00:37:37.113Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:37:37.113Z] Successfully built 4971ec02fe17 [2021-01-12T00:37:37.381Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T00:37:37.381Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T00:37:37.381Z] ---> Running in de495dc4b6c0 [2021-01-12T00:37:37.381Z] Removing intermediate container 15b1bde20be2 [2021-01-12T00:37:37.381Z] ---> 3c9640c3fe04 [2021-01-12T00:37:37.381Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:37:37.381Z] ---> 85afb357eb18 [2021-01-12T00:37:37.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:37:37.381Z] ---> Running in 9223be375b28 [2021-01-12T00:37:37.653Z] Removing intermediate container de495dc4b6c0 [2021-01-12T00:37:37.653Z] ---> 4e9d3076929e [2021-01-12T00:37:37.653Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:37:37.919Z] ---> Running in baaa61de64f0 [2021-01-12T00:37:37.919Z] ---> fba340dad7fb [2021-01-12T00:37:37.919Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:37:38.183Z] Removing intermediate container 9223be375b28 [2021-01-12T00:37:38.183Z] ---> 1b9978f30b81 [2021-01-12T00:37:38.183Z] Step 23/24 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:37:39.283Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:37:40.114Z] ---> Running in 627f0239e3b2 [2021-01-12T00:37:40.114Z] ---> Running in 023c0dedc9cd [2021-01-12T00:37:42.047Z] ---> 1e5fe392be46 [2021-01-12T00:37:42.047Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:37:42.047Z] Removing intermediate container baaa61de64f0 [2021-01-12T00:37:42.047Z] ---> c4e0e365259b [2021-01-12T00:37:42.047Z] [2021-01-12T00:37:42.331Z] Successfully built c4e0e365259b [2021-01-12T00:37:42.331Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T00:37:42.331Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-12T00:37:42.331Z] Removing intermediate container 627f0239e3b2 [2021-01-12T00:37:42.331Z] ---> d0d1ccee3da8 [2021-01-12T00:37:42.331Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:37:42.597Z] Removing intermediate container 023c0dedc9cd [2021-01-12T00:37:42.597Z] ---> 085fcd4d5a1b [2021-01-12T00:37:42.597Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:37:42.860Z] ---> Running in 90172b8f9d20 [2021-01-12T00:37:43.815Z] ---> Running in d1ca817c0536 [2021-01-12T00:37:44.084Z] ---> daa44f9d0a5e [2021-01-12T00:37:44.084Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:37:45.499Z] Removing intermediate container 90172b8f9d20 [2021-01-12T00:37:45.499Z] ---> e03c0135b890 [2021-01-12T00:37:45.499Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:37:46.094Z] Removing intermediate container d1ca817c0536 [2021-01-12T00:37:46.094Z] ---> 1d40cc838dae [2021-01-12T00:37:46.094Z] [2021-01-12T00:37:46.715Z] ---> Running in d08050ce9bab [2021-01-12T00:37:46.996Z] ---> 8dfb7458562c [2021-01-12T00:37:46.996Z] 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-12T00:37:47.368Z] Successfully built 1d40cc838dae [2021-01-12T00:37:47.368Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T00:37:47.632Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-12T00:37:47.632Z] ---> Running in eafd6d3cf951 [2021-01-12T00:37:47.632Z] Removing intermediate container d08050ce9bab [2021-01-12T00:37:47.632Z] ---> 0e2a83b0c97a [2021-01-12T00:37:47.632Z] Step 20/21 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:37:49.072Z] ---> Running in d7ec608c3702 [2021-01-12T00:37:50.059Z] Removing intermediate container d7ec608c3702 [2021-01-12T00:37:50.059Z] ---> a140a364ff7a [2021-01-12T00:37:50.059Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:37:50.658Z] ---> Running in 932028cd63e4 [2021-01-12T00:37:52.635Z] Removing intermediate container 932028cd63e4 [2021-01-12T00:37:52.635Z] ---> 2bf541c0a71c [2021-01-12T00:37:52.635Z] [2021-01-12T00:37:52.901Z] Successfully built 2bf541c0a71c [2021-01-12T00:37:53.170Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T00:37:53.171Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-12T00:37:54.132Z] Removing intermediate container eafd6d3cf951 [2021-01-12T00:37:54.132Z] ---> 42836215b5e7 [2021-01-12T00:37:54.132Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:37:54.725Z] ---> Running in b152bd81ad40 [2021-01-12T00:37:55.719Z] Removing intermediate container b152bd81ad40 [2021-01-12T00:37:55.719Z] ---> a7b0ee2f603a [2021-01-12T00:37:55.719Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:37:56.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:56.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:56.681Z] ---> 7c47df4d24ad [2021-01-12T00:37:56.681Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:37:56.681Z] ---> Using cache [2021-01-12T00:37:56.681Z] ---> a1db493cb179 [2021-01-12T00:37:56.681Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:56.681Z] ---> Using cache [2021-01-12T00:37:56.681Z] ---> ac4e3c9c7b6d [2021-01-12T00:37:56.681Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:37:57.264Z] ---> Running in a3f0cc31ac24 [2021-01-12T00:37:57.554Z] ---> Running in 60fbed6095d1 [2021-01-12T00:37:58.964Z] Removing intermediate container a3f0cc31ac24 [2021-01-12T00:37:58.964Z] ---> b17ef61d0727 [2021-01-12T00:37:58.964Z] Step 23/24 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:37:59.561Z] ---> Running in fac82060bc24 [2021-01-12T00:38:00.539Z] Removing intermediate container fac82060bc24 [2021-01-12T00:38:00.539Z] ---> 23aa144d0f8b [2021-01-12T00:38:00.539Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:38:02.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:02.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:02.787Z] ---> Running in e0eaa65c59c6 [2021-01-12T00:38:03.223Z] Removing intermediate container e0eaa65c59c6 [2021-01-12T00:38:03.223Z] ---> 191978569b3e [2021-01-12T00:38:03.223Z] [2021-01-12T00:38:03.747Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:38:03.747Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:38:03.747Z] ---> 7c47df4d24ad [2021-01-12T00:38:03.747Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> a1db493cb179 [2021-01-12T00:38:03.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> ac4e3c9c7b6d [2021-01-12T00:38:03.747Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> 82e2e20dc6f5 [2021-01-12T00:38:03.747Z] Step 6/22 : COPY go.mod . [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> cae6a213a6ff [2021-01-12T00:38:03.747Z] Step 7/22 : RUN go mod download [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> 49e69e9c23bd [2021-01-12T00:38:03.747Z] Step 8/22 : COPY . . [2021-01-12T00:38:03.747Z] OK: 233 MiB in 51 packages [2021-01-12T00:38:03.747Z] Successfully built 191978569b3e [2021-01-12T00:38:03.747Z] ---> Using cache [2021-01-12T00:38:03.747Z] ---> e9dece87e44d [2021-01-12T00:38:03.747Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:38:03.748Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T00:38:04.412Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f82564afcff0 [2021-01-12T00:38:05.921Z] Removing intermediate container 60fbed6095d1 [2021-01-12T00:38:05.921Z] ---> 9c7ce2f6a1b9 [2021-01-12T00:38:05.921Z] Step 6/26 : COPY go.mod . [2021-01-12T00:38:06.192Z] 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-12T00:38:07.627Z] ---> b78cd13f5fd8 [2021-01-12T00:38:07.627Z] Step 7/26 : RUN go mod download [2021-01-12T00:38:07.892Z] ---> Running in 37fd3ccfaa79 [2021-01-12T00:38:12.283Z] Removing intermediate container 37fd3ccfaa79 [2021-01-12T00:38:12.283Z] ---> eda672a04300 [2021-01-12T00:38:12.283Z] Step 8/26 : COPY . . [2021-01-12T00:38:12.591Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:38:12.591Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:38:12.591Z] ---> 7c47df4d24ad [2021-01-12T00:38:12.591Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:38:12.591Z] ---> Using cache [2021-01-12T00:38:12.591Z] ---> a1db493cb179 [2021-01-12T00:38:12.591Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:38:12.591Z] ---> Using cache [2021-01-12T00:38:12.591Z] ---> ac4e3c9c7b6d [2021-01-12T00:38:12.591Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:38:14.051Z] ---> Running in 61584bf69d65 [2021-01-12T00:38:16.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:17.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:17.664Z] OK: 233 MiB in 51 packages [2021-01-12T00:38:19.648Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:38:19.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:38:19.649Z] ---> 7c47df4d24ad [2021-01-12T00:38:19.649Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> a1db493cb179 [2021-01-12T00:38:19.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> ac4e3c9c7b6d [2021-01-12T00:38:19.649Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> 82e2e20dc6f5 [2021-01-12T00:38:19.649Z] Step 6/22 : COPY go.mod . [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> cae6a213a6ff [2021-01-12T00:38:19.649Z] Step 7/22 : RUN go mod download [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> 49e69e9c23bd [2021-01-12T00:38:19.649Z] Step 8/22 : COPY . . [2021-01-12T00:38:19.649Z] ---> Using cache [2021-01-12T00:38:19.649Z] ---> e9dece87e44d [2021-01-12T00:38:19.649Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:38:21.614Z] ---> Running in 529b0d098122 [2021-01-12T00:38:21.614Z] Removing intermediate container 61584bf69d65 [2021-01-12T00:38:21.614Z] ---> 9a716091b8d7 [2021-01-12T00:38:21.614Z] Step 6/23 : COPY go.mod . [2021-01-12T00:38:22.593Z] ---> fe4ecac275ce [2021-01-12T00:38:22.593Z] Step 7/23 : RUN go mod download [2021-01-12T00:38:22.593Z] 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-12T00:38:23.206Z] ---> Running in 739d4e0c4ecd [2021-01-12T00:38:26.285Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:38:28.648Z] Removing intermediate container 739d4e0c4ecd [2021-01-12T00:38:28.648Z] ---> bce850e0e3c2 [2021-01-12T00:38:28.648Z] Step 8/23 : COPY . . [2021-01-12T00:38:30.596Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:38:34.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:38:37.608Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:38:38.594Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:38:38.903Z] Removing intermediate container f82564afcff0 [2021-01-12T00:38:38.903Z] ---> 51136e545147 [2021-01-12T00:38:38.903Z] [2021-01-12T00:38:38.903Z] Step 10/22 : FROM scratch [2021-01-12T00:38:38.903Z] ---> [2021-01-12T00:38:38.903Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:38:38.903Z] ---> Using cache [2021-01-12T00:38:38.903Z] ---> 2ffe9c59927b [2021-01-12T00:38:38.903Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:38:39.240Z] ---> 79039050373b [2021-01-12T00:38:39.240Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:38:39.502Z] ---> Running in 5c270c59ba91 [2021-01-12T00:38:39.766Z] ---> Running in 4f93d33c40ad [2021-01-12T00:38:41.159Z] Removing intermediate container 5c270c59ba91 [2021-01-12T00:38:41.159Z] ---> 5ae99028ec3f [2021-01-12T00:38:41.159Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:38:42.109Z] ---> Running in 4177f3c8d5ef [2021-01-12T00:38:43.523Z] Removing intermediate container 4177f3c8d5ef [2021-01-12T00:38:43.523Z] ---> 00be25c5a3ab [2021-01-12T00:38:43.523Z] Step 14/22 : WORKDIR / [2021-01-12T00:38:43.523Z] 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-12T00:38:43.523Z] ---> Running in 1d6a06583219 [2021-01-12T00:38:44.499Z] Removing intermediate container 1d6a06583219 [2021-01-12T00:38:44.499Z] ---> 8b2a21c7f68d [2021-01-12T00:38:44.499Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:38:45.384Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:38:45.384Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:38:45.384Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:38:45.918Z] ---> 55b682cb3559 [2021-01-12T00:38:45.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:38:47.908Z] Removing intermediate container 529b0d098122 [2021-01-12T00:38:47.908Z] ---> 937ca3e162f9 [2021-01-12T00:38:47.908Z] [2021-01-12T00:38:47.908Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:38:47.908Z] ---> 389fef711851 [2021-01-12T00:38:47.908Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:38:47.908Z] ---> Using cache [2021-01-12T00:38:47.908Z] ---> e0dc73dcc359 [2021-01-12T00:38:47.908Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:38:47.908Z] ---> 6aa3f8341283 [2021-01-12T00:38:47.908Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:47.908Z] ---> Running in 3740d896229d [2021-01-12T00:38:49.871Z] ---> b73f4f0a7994 [2021-01-12T00:38:49.871Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:38:49.871Z] Removing intermediate container 3740d896229d [2021-01-12T00:38:49.871Z] ---> 815dd50d26e0 [2021-01-12T00:38:49.871Z] Step 13/22 : WORKDIR / [2021-01-12T00:38:50.140Z] ---> Running in a76ac5202a4f [2021-01-12T00:38:50.140Z] ---> Running in 301525ed86c8 [2021-01-12T00:38:50.450Z] ---> 02717c3356b0 [2021-01-12T00:38:50.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:38:50.450Z] Removing intermediate container a76ac5202a4f [2021-01-12T00:38:50.450Z] ---> 4f6a609189ee [2021-01-12T00:38:50.450Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:38:50.450Z] Removing intermediate container 301525ed86c8 [2021-01-12T00:38:50.450Z] ---> db648571368e [2021-01-12T00:38:50.450Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:38:50.450Z] ---> Running in a780c4cc494b [2021-01-12T00:38:50.780Z] ---> Running in 8be6f6ae6a28 [2021-01-12T00:38:51.063Z] Removing intermediate container 8be6f6ae6a28 [2021-01-12T00:38:51.063Z] ---> 81bd0a16b649 [2021-01-12T00:38:51.063Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:38:51.063Z] ---> cfc6e38c15e4 [2021-01-12T00:38:51.063Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:38:51.361Z] ---> Running in 7b016ae64213 [2021-01-12T00:38:51.637Z] Removing intermediate container 7b016ae64213 [2021-01-12T00:38:51.637Z] ---> 5b3d41758b42 [2021-01-12T00:38:51.637Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:38:51.637Z] 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-12T00:38:51.923Z] ---> Running in 6a3766656a79 [2021-01-12T00:38:51.923Z] ---> 14b9e1b0506a [2021-01-12T00:38:51.923Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:38:52.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements [2021-01-12T00:38:52.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:38:52.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:38:52.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:38:52.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:38:52.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:38:52.193Z] Removing intermediate container 6a3766656a79 [2021-01-12T00:38:52.193Z] ---> c1f69e8f20a4 [2021-01-12T00:38:52.193Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:38:52.193Z] ---> Running in 07b4213f07fe [2021-01-12T00:38:52.473Z] ---> 440a6d727154 [2021-01-12T00:38:52.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:52.473Z] Removing intermediate container 07b4213f07fe [2021-01-12T00:38:52.473Z] ---> 17923b5a200e [2021-01-12T00:38:52.473Z] [2021-01-12T00:38:52.757Z] Successfully built 17923b5a200e [2021-01-12T00:38:52.757Z] Successfully tagged docker-core-command-go:latest [2021-01-12T00:38:53.027Z]  Building docker-core-command-go ... done  ---> b20013f172e6 [2021-01-12T00:38:53.027Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:38:53.027Z] ---> Running in 1e4604750cf4 [2021-01-12T00:38:56.410Z] Removing intermediate container 1e4604750cf4 [2021-01-12T00:38:56.410Z] ---> fca597677034 [2021-01-12T00:38:56.410Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:38:56.689Z] ---> Running in f3640d5ae710 [2021-01-12T00:38:56.983Z] Removing intermediate container f3640d5ae710 [2021-01-12T00:38:56.983Z] ---> 3b99643e73b3 [2021-01-12T00:38:56.983Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:38:57.278Z] ---> Running in e53327239ea4 [2021-01-12T00:38:57.557Z] Removing intermediate container e53327239ea4 [2021-01-12T00:38:57.557Z] ---> 5b5cc659b446 [2021-01-12T00:38:57.557Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:38:57.885Z] ---> Running in b8d912a2031c [2021-01-12T00:38:58.169Z] Removing intermediate container b8d912a2031c [2021-01-12T00:38:58.169Z] ---> 4b3e8f5587d0 [2021-01-12T00:38:58.169Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:38:58.169Z] ---> Running in 977c95b5ba16 [2021-01-12T00:38:58.767Z] Removing intermediate container 977c95b5ba16 [2021-01-12T00:38:58.767Z] ---> 32c5f003c7cd [2021-01-12T00:38:58.767Z] [2021-01-12T00:38:58.767Z] Successfully built 32c5f003c7cd [2021-01-12T00:38:58.767Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T00:39:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.0% of statements [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:39:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:39:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:39:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 67.9% of statements [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:39:00.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:39:01.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.732s coverage: 82.7% of statements [2021-01-12T00:39:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:39:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:39:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:39:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:39:01.485Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4f93d33c40ad [2021-01-12T00:39:01.485Z] ---> 80cc19cd1e81 [2021-01-12T00:39:01.485Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:39:01.485Z] ---> Running in 7caba1ee80ad [2021-01-12T00:39:02.957Z] 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-12T00:39:04.985Z] Removing intermediate container 7caba1ee80ad [2021-01-12T00:39:04.985Z] ---> d9aa1d1f4f5a [2021-01-12T00:39:04.985Z] [2021-01-12T00:39:04.985Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:39:05.260Z] 20.10.0: Pulling from library/docker [2021-01-12T00:39:09.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.572s coverage: 28.6% of statements [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:39:09.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:39:09.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:39:09.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements [2021-01-12T00:39:09.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:39:11.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2021-01-12T00:39:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:39:11.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-01-12T00:39:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:39:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:39:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:39:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:39:12.023Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:39:12.023Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:39:12.023Z] ---> aefe523efa57 [2021-01-12T00:39:12.023Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:39:13.424Z] ---> Running in 244dbf394c21 [2021-01-12T00:39:13.696Z] Removing intermediate container a780c4cc494b [2021-01-12T00:39:13.696Z] ---> b04f33b80990 [2021-01-12T00:39:13.696Z] [2021-01-12T00:39:13.696Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:39:13.696Z] ---> 389fef711851 [2021-01-12T00:39:13.696Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:39:13.962Z] ---> Running in 38f96df7df22 [2021-01-12T00:39:13.962Z] Removing intermediate container 38f96df7df22 [2021-01-12T00:39:13.962Z] ---> e17b04d911ad [2021-01-12T00:39:13.962Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:39:14.229Z] ---> Running in b413b29ad671 [2021-01-12T00:39:14.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:14.229Z] Removing intermediate container b413b29ad671 [2021-01-12T00:39:14.229Z] ---> dd7995c9da19 [2021-01-12T00:39:14.229Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:39:14.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:14.496Z] ---> Running in 4d9b44439424 [2021-01-12T00:39:14.496Z] Removing intermediate container 4d9b44439424 [2021-01-12T00:39:14.496Z] ---> e68d09f07c31 [2021-01-12T00:39:14.496Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:39:14.496Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:39:14.496Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:39:14.759Z] ---> Running in 2423049ca528 [2021-01-12T00:39:14.759Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:39:14.759Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:39:14.759Z] OK: 12 MiB in 22 packages [2021-01-12T00:39:15.340Z] Removing intermediate container 244dbf394c21 [2021-01-12T00:39:15.340Z] ---> 93a788ea1ba8 [2021-01-12T00:39:15.340Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:39:15.340Z] ---> Running in 9353465d0d08 [2021-01-12T00:39:15.615Z] Removing intermediate container 9353465d0d08 [2021-01-12T00:39:15.615Z] ---> 77b6ec136b95 [2021-01-12T00:39:15.615Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:39:15.615Z] Removing intermediate container 2423049ca528 [2021-01-12T00:39:15.615Z] ---> 28949819aca8 [2021-01-12T00:39:15.615Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:39:15.615Z] ---> Running in 6f1bab8f1d8d [2021-01-12T00:39:15.615Z] ---> Running in b91e8b6ad7c1 [2021-01-12T00:39:15.881Z] Removing intermediate container 6f1bab8f1d8d [2021-01-12T00:39:15.881Z] ---> 1249900c771d [2021-01-12T00:39:15.881Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:39:16.145Z] ---> Running in a09dc36caef7 [2021-01-12T00:39:16.407Z] Removing intermediate container a09dc36caef7 [2021-01-12T00:39:16.407Z] ---> f9077ef45b30 [2021-01-12T00:39:16.408Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:39:16.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:16.986Z] ---> 8ef37c4affd0 [2021-01-12T00:39:16.986Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:39:17.249Z] ---> e0235a2928fd [2021-01-12T00:39:17.249Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:39:17.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:17.515Z] ---> c5f658c075c9 [2021-01-12T00:39:17.515Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:39:17.515Z] ---> Running in 574e9473bd45 [2021-01-12T00:39:18.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:18.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:18.093Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:39:18.355Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:39:18.355Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:39:18.355Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:39:18.355Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:39:18.355Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:39:18.355Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:39:18.355Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:39:18.355Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:39:18.355Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:39:18.617Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:39:18.881Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:39:19.143Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:39:19.143Z] OK: 8 MiB in 19 packages [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.325s coverage: 94.1% of statements [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.120s coverage: 75.5% of statements [2021-01-12T00:39:20.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:39:20.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.117s coverage: 80.8% of statements [2021-01-12T00:39:20.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-01-12T00:39:23.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.175s coverage: 84.2% of statements [2021-01-12T00:39:24.073Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:39:24.073Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:39:24.073Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:39:24.073Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:39:24.073Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:39:24.073Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:39:24.073Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:39:24.073Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:39:24.073Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:39:24.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:39:24.345Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:39:24.345Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:39:24.345Z] Removing intermediate container b91e8b6ad7c1 [2021-01-12T00:39:24.345Z] ---> 2a0ab1f489f0 [2021-01-12T00:39:24.345Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:39:24.345Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:39:24.345Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:39:24.345Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:39:24.345Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:39:24.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:39:24.345Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:39:24.345Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:39:24.345Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:39:24.345Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:39:24.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements [2021-01-12T00:39:24.449Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:39:24.610Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:39:24.610Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:39:24.610Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:39:24.875Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:39:24.875Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:39:26.819Z] ---> 14aedff41c60 [2021-01-12T00:39:26.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:39:26.819Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:39:26.819Z] OK: 71 MiB in 55 packages [2021-01-12T00:39:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements [2021-01-12T00:39:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:39:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:39:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2021-01-12T00:39:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-01-12T00:39:27.428Z] ---> 3994c2618216 [2021-01-12T00:39:27.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:39:27.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-01-12T00:39:27.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-01-12T00:39:29.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-12T00:39:30.860Z] ---> e212928e9171 [2021-01-12T00:39:30.860Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:39:31.123Z] ---> Running in 90717b34d687 [2021-01-12T00:39:31.388Z] Removing intermediate container 574e9473bd45 [2021-01-12T00:39:31.388Z] ---> be1fb133c47d [2021-01-12T00:39:31.388Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:39:31.653Z] ---> Running in f098eddf9e1d [2021-01-12T00:39:31.920Z] Removing intermediate container 90717b34d687 [2021-01-12T00:39:31.920Z] ---> 23810b77f0a2 [2021-01-12T00:39:31.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:39:32.199Z] ---> Running in 7a850d7eba36 [2021-01-12T00:39:32.465Z] Removing intermediate container 7a850d7eba36 [2021-01-12T00:39:32.465Z] ---> 85265924218d [2021-01-12T00:39:32.465Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T00:39:32.728Z] ---> Running in 738bc1e63315 [2021-01-12T00:39:32.728Z] Removing intermediate container 738bc1e63315 [2021-01-12T00:39:32.728Z] ---> bb4407444e13 [2021-01-12T00:39:32.728Z] Step 22/23 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:39:33.001Z] ---> Running in 9e69a3733d1a [2021-01-12T00:39:33.001Z] Removing intermediate container 9e69a3733d1a [2021-01-12T00:39:33.001Z] ---> 3b5ec07e95a4 [2021-01-12T00:39:33.001Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:39:33.001Z] ---> Running in 473a3bc8cc0d [2021-01-12T00:39:33.271Z] Removing intermediate container 473a3bc8cc0d [2021-01-12T00:39:33.271Z] ---> 2443d5cd7f54 [2021-01-12T00:39:33.271Z] [2021-01-12T00:39:33.271Z] Successfully built 2443d5cd7f54 [2021-01-12T00:39:33.535Z] Successfully tagged docker-core-data-go:latest [2021-01-12T00:39:33.799Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-12T00:39:33.799Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:39:34.063Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:39:34.063Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:39:34.063Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:39:34.063Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:39:34.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.044s coverage: 55.9% of statements [2021-01-12T00:39:34.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:39:34.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:39:34.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:39:34.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:39:34.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:39:35.015Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:39:35.015Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:39:35.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements [2021-01-12T00:39:35.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:39:35.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:39:35.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.859s coverage: 84.0% of statements [2021-01-12T00:39:35.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-01-12T00:39:35.595Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:39:35.596Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:39:35.862Z] 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-12T00:39:36.127Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:39:36.127Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:39:36.391Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:39:36.391Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:39:36.655Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:39:36.655Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:39:36.655Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:39:36.655Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:39:36.917Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:39:36.918Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:39:37.495Z] 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-12T00:39:37.495Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:39:37.495Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:39:37.495Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:39:37.495Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:39:37.495Z] 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-12T00:39:37.757Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:39:37.757Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:39:37.757Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:39:37.758Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:39:37.758Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:39:37.758Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:39:38.025Z] Installing collected packages: cached-property, PyYAML, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-01-12T00:39:38.025Z] Running setup.py install for PyYAML: started [2021-01-12T00:39:38.601Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:39:38.601Z] Running setup.py install for dockerpty: started [2021-01-12T00:39:38.864Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:39:38.864Z] Running setup.py install for docopt: started [2021-01-12T00:39:39.442Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:39:39.442Z] Attempting uninstall: urllib3 [2021-01-12T00:39:39.442Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:39:39.442Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:39:39.705Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:39:39.975Z] Attempting uninstall: idna [2021-01-12T00:39:39.975Z] Found existing installation: idna 2.9 [2021-01-12T00:39:39.975Z] Uninstalling idna-2.9: [2021-01-12T00:39:39.976Z] Successfully uninstalled idna-2.9 [2021-01-12T00:39:40.256Z] Attempting uninstall: requests [2021-01-12T00:39:40.256Z] Found existing installation: requests 2.23.0 [2021-01-12T00:39:40.256Z] Uninstalling requests-2.23.0: [2021-01-12T00:39:40.256Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:39:40.842Z] Running setup.py install for texttable: started [2021-01-12T00:39:41.555Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:39:41.906Z] 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-12T00:39:43.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:39:43.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.177s coverage: 100.0% of statements [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:39:43.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-01-12T00:39:43.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:39:45.583Z] Removing intermediate container f098eddf9e1d [2021-01-12T00:39:45.584Z] ---> 11f70bac9b6f [2021-01-12T00:39:45.584Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:39:45.584Z] ---> Running in ea3912e7d58a [2021-01-12T00:39:45.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:45.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:39:46.112Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:39:46.112Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:39:46.112Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:39:46.112Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:39:46.112Z] OK: 72 MiB in 58 packages [2021-01-12T00:39:46.689Z] Removing intermediate container ea3912e7d58a [2021-01-12T00:39:46.689Z] ---> be027d3a9eeb [2021-01-12T00:39:46.689Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:39:46.689Z] ---> Running in 7e4ef7347987 [2021-01-12T00:39:46.950Z] Removing intermediate container 7e4ef7347987 [2021-01-12T00:39:46.950Z] ---> b5989ecac91e [2021-01-12T00:39:46.950Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:39:46.950Z] ---> Running in 2e721b0a8f95 [2021-01-12T00:39:47.210Z] Removing intermediate container 2e721b0a8f95 [2021-01-12T00:39:47.210Z] ---> 9db375afe76b [2021-01-12T00:39:47.210Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T00:39:47.210Z] ---> Running in 294281f984e4 [2021-01-12T00:39:47.210Z] Removing intermediate container 294281f984e4 [2021-01-12T00:39:47.210Z] ---> c0c500b96636 [2021-01-12T00:39:47.210Z] Step 25/26 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:39:47.470Z] ---> Running in 382cf2894811 [2021-01-12T00:39:47.470Z] Removing intermediate container 382cf2894811 [2021-01-12T00:39:47.470Z] ---> 44acacfcab84 [2021-01-12T00:39:47.471Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:39:47.471Z] ---> Running in b9034b503e07 [2021-01-12T00:39:47.733Z] Removing intermediate container b9034b503e07 [2021-01-12T00:39:47.733Z] ---> 88d13629760a [2021-01-12T00:39:47.733Z] [2021-01-12T00:39:47.733Z] Successfully built 88d13629760a [2021-01-12T00:39:47.993Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T00:39:48.271Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:39:48.315Z] $ docker stop --time=1 69dcf5d1cbfe31e67090e4b415f95b038816b61c97cfc730294511450d8bfb83 [2021-01-12T00:39:50.015Z] $ docker rm -f 69dcf5d1cbfe31e67090e4b415f95b038816b61c97cfc730294511450d8bfb83 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.993s coverage: 29.1% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.235s coverage: 99.0% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:39:50.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:39:50.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.085s coverage: 100.0% of statements [2021-01-12T00:39:50.640Z] + docker images [2021-01-12T00:39:50.640Z] + grep docker [2021-01-12T00:39:50.641Z] docker-sys-mgmt-agent-go latest 88d13629760a 3 seconds ago 313MB [2021-01-12T00:39:50.641Z] docker-core-data-go latest 2443d5cd7f54 17 seconds ago 22.3MB [2021-01-12T00:39:50.641Z] docker-security-bootstrap-redis-go latest 32c5f003c7cd 52 seconds ago 15.8MB [2021-01-12T00:39:50.641Z] docker-core-command-go latest 17923b5a200e 58 seconds ago 10.6MB [2021-01-12T00:39:50.641Z] docker-security-secretstore-setup-go latest 191978569b3e About a minute ago 24.6MB [2021-01-12T00:39:50.641Z] docker-security-proxy-setup-go latest 2bf541c0a71c About a minute ago 24.5MB [2021-01-12T00:39:50.641Z] docker-support-notifications-go latest 1d40cc838dae 2 minutes ago 12MB [2021-01-12T00:39:50.641Z] docker-core-metadata-go latest c4e0e365259b 2 minutes ago 13MB [2021-01-12T00:39:50.641Z] docker-support-scheduler-go latest 4971ec02fe17 2 minutes ago 10.7MB [2021-01-12T00:39:50.641Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-12T00:39:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [Pipeline] findFiles [Pipeline] node [2021-01-12T00:39:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-01-12T00:39:52.564Z] GO111MODULE=on go vet ./... [2021-01-12T00:40:06.609Z] Still waiting to schedule task [2021-01-12T00:40:06.609Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19669’ [2021-01-12T00:41:14.462Z] gofmt -l . [2021-01-12T00:41:14.462Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:41:17.086Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:41:17.691Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:41:19.814Z] + ls -al . [2021-01-12T00:41:19.814Z] total 680 [2021-01-12T00:41:19.814Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 00:41 . [2021-01-12T00:41:19.814Z] drwxr-xr-x 4 root root 4096 Jan 12 00:37 .. [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:35 .dockerignore [2021-01-12T00:41:19.814Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:35 .git [2021-01-12T00:41:19.814Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 00:35 .github [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:35 .gitignore [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:35 .sonarcloud.properties [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:35 Attribution.txt [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:35 CONTRIBUTING.md [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:35 Dockerfile.build [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:35 Jenkinsfile [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:35 LICENSE [2021-01-12T00:41:19.814Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:35 Makefile [2021-01-12T00:41:19.815Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:35 README.md [2021-01-12T00:41:19.815Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:35 SECURITY.md [2021-01-12T00:41:19.815Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:32 VERSION [2021-01-12T00:41:19.815Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:35 ZMQWindows.md [2021-01-12T00:41:19.815Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 00:35 bin [2021-01-12T00:41:19.815Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:35 cmd [2021-01-12T00:41:19.815Z] -rw-r--r-- 1 root root 545758 Jan 12 00:39 coverage.out [2021-01-12T00:41:19.815Z] -rw-r--r-- 1 root root 979 Jan 12 00:41 go.mod [2021-01-12T00:41:19.815Z] -rw-r--r-- 1 root root 19019 Jan 12 00:41 go.sum [2021-01-12T00:41:19.815Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:35 internal [2021-01-12T00:41:19.815Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:35 openapi [2021-01-12T00:41:19.815Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:35 snap [2021-01-12T00:41:19.815Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:35 version.go [Pipeline] sh [2021-01-12T00:41:20.507Z] + '[' -e coverage.out ] [2021-01-12T00:41:20.507Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:41:20.571Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T00:41:22.171Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:41:22.876Z] + make build [2021-01-12T00:41:22.877Z] 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-12T00:41:35.447Z] 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-12T00:41:50.965Z] Running on prd-ubuntu18.04-docker-8c-8g-19672 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws [2021-01-12T00:41:51.022Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-12T00:41:53.208Z] using credential edgex-jenkins-ssh [2021-01-12T00:41:53.297Z] Cloning the remote Git repository [2021-01-12T00:41:53.324Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:41:53.389Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-12T00:41:53.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:41:53.425Z] > git --version # timeout=10 [2021-01-12T00:41:53.431Z] > git --version # 'git version 2.17.1' [2021-01-12T00:41:53.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:41:53.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:42:02.309Z] 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-12T00:42:05.715Z] 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-12T00:42:14.014Z] 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-12T00:42:16.009Z] 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-12T00:42:22.776Z] 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-12T00:42:26.782Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:42:26.790Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:42:26.802Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:42:26.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:42:26.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:42:26.822Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:42:27.092Z] 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-12T00:42:27.452Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 66ea3a14e51e3e04d027a842f9533096d1f32a6e [2021-01-12T00:42:27.711Z] Merge succeeded, producing 59b9c437b514e9b9061bff2f36954667b39566e9 [2021-01-12T00:42:27.711Z] Checking out Revision 59b9c437b514e9b9061bff2f36954667b39566e9 (PR-3002) [2021-01-12T00:42:27.465Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:42:27.470Z] > git checkout -f 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 [2021-01-12T00:42:27.587Z] > git remote # timeout=10 [2021-01-12T00:42:27.593Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:42:27.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:42:27.605Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:42:27.708Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:42:27.718Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:42:27.723Z] > git checkout -f 59b9c437b514e9b9061bff2f36954667b39566e9 # timeout=10 [2021-01-12T00:42:31.449Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:42:31.455Z] > git rev-list --no-walk 66ea3a14e51e3e04d027a842f9533096d1f32a6e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:42:32.485Z] 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-12T00:42:32.582Z] + echo snap-build.sh [2021-01-12T00:42:32.582Z] snap-build.sh [2021-01-12T00:42:32.582Z] + SNAP_BASE_DIR=. [2021-01-12T00:42:32.582Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-12T00:42:32.582Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-12T00:42:32.582Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-12T00:42:32.582Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-12T00:42:32.582Z] + cd /w/workspace/edgex-go/4 [2021-01-12T00:42:32.582Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T00:42:32.582Z] Reading package lists... [2021-01-12T00:42:32.582Z] Building dependency tree... [2021-01-12T00:42:32.582Z] Reading state information... [2021-01-12T00:42:32.845Z] The following packages were automatically installed and are no longer required: [2021-01-12T00:42:32.845Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T00:42:32.845Z] uidmap xdelta3 [2021-01-12T00:42:32.845Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T00:42:32.845Z] The following packages will be REMOVED: [2021-01-12T00:42:32.845Z] lxd* lxd-client* [2021-01-12T00:42:33.417Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T00:42:33.417Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T00:42:34.470Z] (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-12T00:42:34.470Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:42:35.424Z] Removing lxd dnsmasq configuration [2021-01-12T00:42:35.424Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:42:35.685Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T00:42:36.260Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T00:42:36.524Z] (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-12T00:42:36.524Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:42:37.920Z] 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-12T00:42:37.925Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T00:42:38.188Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T00:42:39.604Z] + sudo snap remove --purge lxd [2021-01-12T00:42:39.868Z] snap "lxd" is not installed [2021-01-12T00:42:39.868Z] + sudo groupadd --force --system lxd [2021-01-12T00:42:39.868Z] ++ whoami [2021-01-12T00:42:39.868Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T00:42:39.868Z] + newgrp - lxd [2021-01-12T00:42:39.868Z] + sudo snap install lxd [2021-01-12T00:42:43.365Z] 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-12T00:42:48.783Z] 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-12T00:42:49.923Z] 2021-01-12T00:42:47Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-12T00:42:53.105Z] $ docker stop --time=1 4339ab52213ada9dffd6d3240965e50b76189a0e63660934362af8c60abb1640 [2021-01-12T00:42:55.708Z] $ docker rm -f 4339ab52213ada9dffd6d3240965e50b76189a0e63660934362af8c60abb1640 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:42:57.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:42:57.788Z] [2021-01-12T00:42:57.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:42:58.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:42:58.445Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T00:42:58.445Z] 29e5d40040c1: Pulling fs layer [2021-01-12T00:42:58.445Z] 1ce36da41761: Pulling fs layer [2021-01-12T00:42:58.445Z] 25b303627fd3: Pulling fs layer [2021-01-12T00:42:59.042Z] 29e5d40040c1: Verifying Checksum [2021-01-12T00:42:59.042Z] 29e5d40040c1: Download complete [2021-01-12T00:42:59.643Z] 1ce36da41761: Verifying Checksum [2021-01-12T00:42:59.643Z] 1ce36da41761: Download complete [2021-01-12T00:42:59.923Z] 29e5d40040c1: Pull complete [2021-01-12T00:43:01.355Z] 1ce36da41761: Pull complete [2021-01-12T00:43:01.355Z] 25b303627fd3: Verifying Checksum [2021-01-12T00:43:01.355Z] 25b303627fd3: Download complete [2021-01-12T00:43:08.141Z] lxd 4.10 from Canonical* installed [2021-01-12T00:43:08.141Z] + sudo lxd init --auto [2021-01-12T00:43:11.584Z] 25b303627fd3: Pull complete [2021-01-12T00:43:11.585Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T00:43:11.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:43:11.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T00:43:11.883Z] prd-ubuntu18.04-docker-arm64-4c-16g-19661 does not seem to be running inside a container [2021-01-12T00:43:11.968Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T00:43:15.268Z] $ docker top 496c18028cad3dc545171633ba19c614da943ce573333851fd4852c52f05a21b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:43:15.881Z] + sudo snap install --classic snapcraft [2021-01-12T00:43:16.264Z] + docker-compose build --help [2021-01-12T00:43:16.264Z] + grep parallel [2021-01-12T00:43:21.731Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:43:21.748Z] $ docker stop --time=1 496c18028cad3dc545171633ba19c614da943ce573333851fd4852c52f05a21b [2021-01-12T00:43:23.807Z] $ docker rm -f 496c18028cad3dc545171633ba19c614da943ce573333851fd4852c52f05a21b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:43:24.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:43:24.626Z] . [Pipeline] withDockerContainer [2021-01-12T00:43:24.905Z] prd-ubuntu18.04-docker-arm64-4c-16g-19661 does not seem to be running inside a container [2021-01-12T00:43:24.989Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T00:43:25.964Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:43:25.964Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T00:43:25.964Z] + patch --verbose -p1 [2021-01-12T00:43:25.964Z] Hmm... Looks like a unified diff to me... [2021-01-12T00:43:25.964Z] The text leading up to this was: [2021-01-12T00:43:25.964Z] -------------------------- [2021-01-12T00:43:25.964Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T00:43:25.964Z] |From: Tony Espy [2021-01-12T00:43:25.964Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T00:43:25.964Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T00:43:25.964Z] | [2021-01-12T00:43:25.964Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T00:43:25.964Z] |optimize the snap CI check run for pull requests. When [2021-01-12T00:43:25.964Z] |applied, it essentially strips out everything (apps and [2021-01-12T00:43:25.964Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T00:43:25.964Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T00:43:25.964Z] |catch changes to edgex-go that break the snap build. [2021-01-12T00:43:25.964Z] | [2021-01-12T00:43:25.964Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T00:43:25.964Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T00:43:25.964Z] |resulting in a failed snap build CI check in the associated [2021-01-12T00:43:25.964Z] |pull request. [2021-01-12T00:43:25.964Z] | [2021-01-12T00:43:25.964Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T00:43:25.964Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T00:43:25.964Z] |need to build the finally binary .snap file (and it won't [2021-01-12T00:43:25.964Z] |work with the patch applied). This further reduces the build [2021-01-12T00:43:25.964Z] |time. [2021-01-12T00:43:25.964Z] |--- [2021-01-12T00:43:25.964Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T00:43:25.964Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T00:43:25.964Z] | [2021-01-12T00:43:25.964Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T00:43:25.964Z] |index 1e537489..faf42425 100644 [2021-01-12T00:43:25.964Z] |--- a/snap/snapcraft.yaml [2021-01-12T00:43:25.964Z] |+++ b/snap/snapcraft.yaml [2021-01-12T00:43:25.964Z] -------------------------- [2021-01-12T00:43:25.964Z] patching file snap/snapcraft.yaml [2021-01-12T00:43:25.964Z] Using Plan A... [2021-01-12T00:43:25.964Z] Hunk #1 succeeded at 73. [2021-01-12T00:43:25.964Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T00:43:25.964Z] Hunk #3 succeeded at 214. [2021-01-12T00:43:25.964Z] Hunk #4 succeeded at 222. [2021-01-12T00:43:25.964Z] Hunk #5 succeeded at 229. [2021-01-12T00:43:25.964Z] Hunk #6 succeeded at 256. [2021-01-12T00:43:25.964Z] Hunk #7 succeeded at 290. [2021-01-12T00:43:25.964Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T00:43:25.964Z] Hmm... Ignoring the trailing garbage. [2021-01-12T00:43:25.964Z] done [2021-01-12T00:43:25.964Z] + sudo snapcraft prime --use-lxd [2021-01-12T00:43:25.964Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T00:43:25.964Z] 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-12T00:43:25.964Z] - README.md [2021-01-12T00:43:25.964Z] - snapcraft.yaml.orig [2021-01-12T00:43:25.964Z] [2021-01-12T00:43:25.964Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:43:26.680Z] $ docker top 057e4cda5f964258b3113f8ba37694215947433afea11529aa8bbc206fe6e56e -eo pid,comm [2021-01-12T00:43:26.939Z] Launching a container. [Pipeline] { [Pipeline] sh [2021-01-12T00:43:27.795Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:43:33.201Z] Building docker-core-command-go ... [2021-01-12T00:43:33.201Z] Building docker-core-data-go ... [2021-01-12T00:43:33.201Z] Building docker-core-metadata-go ... [2021-01-12T00:43:33.201Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:43:33.201Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:43:33.201Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:43:33.201Z] Building docker-support-notifications-go ... [2021-01-12T00:43:33.201Z] Building docker-support-scheduler-go ... [2021-01-12T00:43:33.201Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:43:33.201Z] Building docker-support-scheduler-go [2021-01-12T00:43:33.201Z] Building docker-security-proxy-setup-go [2021-01-12T00:43:33.201Z] Building docker-security-secretstore-setup-go [2021-01-12T00:43:33.201Z] Building docker-sys-mgmt-agent-go [2021-01-12T00:43:33.201Z] Building docker-core-command-go [2021-01-12T00:43:41.878Z] Waiting for container to be ready [2021-01-12T00:43:41.878Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T00:43:41.878Z] [2021-01-12T00:43:44.433Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T00:43:45.005Z] Waiting for network to be ready... [2021-01-12T00:43:45.269Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:43:45.269Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:43:45.269Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:43:45.269Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:43:45.269Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:43:45.269Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:43:45.269Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:43:45.536Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:43:45.536Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:43:45.536Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:43:45.798Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:43:45.798Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:43:46.063Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:43:46.063Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:43:46.063Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:43:46.063Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:43:46.063Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:43:46.063Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:43:46.639Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:43:46.639Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:43:46.902Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:43:46.902Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:43:46.902Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:43:46.902Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:43:46.902Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:43:46.902Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:43:46.902Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:43:51.145Z] Fetched 23.7 MB in 5s (4517 kB/s) [2021-01-12T00:43:51.721Z] Reading package lists... [2021-01-12T00:43:51.984Z] Reading package lists... [2021-01-12T00:43:51.984Z] Building dependency tree... [2021-01-12T00:43:51.984Z] Reading state information... [2021-01-12T00:43:52.244Z] The following additional packages will be installed: [2021-01-12T00:43:52.244Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:43:52.244Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:43:52.245Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:43:52.245Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T00:43:52.245Z] Suggested packages: [2021-01-12T00:43:52.245Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T00:43:52.245Z] Recommended packages: [2021-01-12T00:43:52.245Z] gnupg libsasl2-modules [2021-01-12T00:43:52.245Z] The following NEW packages will be installed: [2021-01-12T00:43:52.245Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:43:52.245Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:43:52.245Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:43:52.245Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T00:43:52.245Z] The following packages will be upgraded: [2021-01-12T00:43:52.245Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T00:43:52.510Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T00:43:52.510Z] Need to get 3532 kB of archives. [2021-01-12T00:43:52.510Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T00:43:52.510Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T00:43:52.510Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T00:43:52.771Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T00:43:53.031Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T00:43:53.031Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T00:43:53.031Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-12T00:43:53.031Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-12T00:43:53.292Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T00:43:53.292Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T00:43:53.292Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T00:43:53.292Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T00:43:53.292Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T00:43:53.292Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T00:43:53.292Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T00:43:53.292Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T00:43:53.292Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T00:43:53.292Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T00:43:53.292Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T00:43:53.292Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T00:43:53.292Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T00:43:53.292Z] 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-12T00:43:53.292Z] 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-12T00:43:53.552Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:43:53.552Z] Fetched 3532 kB in 1s (3428 kB/s) [2021-01-12T00:43:53.552Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:43:53.552Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:43:53.814Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:43:53.814Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:43:54.075Z] Selecting previously unselected package udev. [2021-01-12T00:43:54.075Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:43:54.075Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:43:54.075Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T00:43:54.337Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T00:43:54.337Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:43:54.337Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:43:54.337Z] Selecting previously unselected package fuse. [2021-01-12T00:43:54.337Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:43:54.337Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:43:54.598Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:54.598Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:43:54.598Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:54.598Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:43:54.857Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:54.857Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:43:54.857Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T00:43:54.857Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T00:43:54.857Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:43:55.119Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T00:43:55.119Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.119Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.119Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T00:43:55.119Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.119Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.119Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T00:43:55.119Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.119Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.379Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T00:43:55.379Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.379Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.379Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T00:43:55.379Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.379Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.379Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T00:43:55.380Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.380Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.640Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T00:43:55.640Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.640Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.640Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T00:43:55.640Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.640Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.640Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T00:43:55.640Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:43:55.640Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:55.901Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T00:43:55.901Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:43:55.901Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:43:55.901Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T00:43:55.901Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:43:55.901Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:43:55.901Z] Selecting previously unselected package libldap-common. [2021-01-12T00:43:55.901Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T00:43:55.901Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:43:56.163Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T00:43:56.163Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T00:43:56.163Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:43:56.163Z] Selecting previously unselected package dirmngr. [2021-01-12T00:43:56.163Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:43:56.163Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:56.424Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:43:56.424Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:56.424Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:43:56.424Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:43:56.424Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:43:56.424Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:56.424Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:56.424Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:43:56.424Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:43:56.684Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T00:43:56.944Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T00:43:56.944Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:56.944Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T00:43:57.204Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:43:57.204Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:57.204Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.204Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:43:57.466Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:43:57.466Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:43:57.466Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:43:57.729Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T00:43:57.729Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T00:43:57.729Z] This means they are not meant to be enabled using systemctl. [2021-01-12T00:43:57.729Z] Possible reasons for having this kind of units are: [2021-01-12T00:43:57.729Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T00:43:57.729Z] .wants/ or .requires/ directory. [2021-01-12T00:43:57.729Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T00:43:57.729Z] a requirement dependency on it. [2021-01-12T00:43:57.729Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T00:43:57.729Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T00:43:57.729Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T00:43:57.729Z] instance name specified. [2021-01-12T00:43:58.303Z] Reading package lists... [2021-01-12T00:43:58.303Z] Building dependency tree... [2021-01-12T00:43:58.303Z] Reading state information... [2021-01-12T00:43:58.563Z] The following additional packages will be installed: [2021-01-12T00:43:58.563Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T00:43:58.563Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T00:43:58.563Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T00:43:58.563Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T00:43:58.563Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T00:43:58.563Z] Suggested packages: [2021-01-12T00:43:58.563Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T00:43:58.563Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T00:43:58.563Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T00:43:58.563Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T00:43:58.563Z] systemd-container policykit-1 [2021-01-12T00:43:58.563Z] Recommended packages: [2021-01-12T00:43:58.563Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T00:43:58.563Z] The following NEW packages will be installed: [2021-01-12T00:43:58.563Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T00:43:58.563Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T00:43:58.563Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T00:43:58.563Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T00:43:58.563Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T00:43:58.563Z] The following packages will be upgraded: [2021-01-12T00:43:58.563Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T00:43:58.563Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T00:43:58.563Z] Need to get 35.2 MB of archives. [2021-01-12T00:43:58.563Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T00:43:58.563Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T00:43:58.832Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T00:43:58.832Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-12T00:43:58.832Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T00:43:58.832Z] 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-12T00:43:58.832Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T00:43:58.832Z] 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-12T00:43:58.832Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T00:43:58.832Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T00:43:58.832Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T00:43:58.832Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T00:43:58.832Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T00:43:58.832Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T00:43:58.832Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T00:43:58.832Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T00:43:58.832Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T00:43:59.092Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T00:43:59.663Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T00:43:59.663Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T00:43:59.663Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T00:43:59.663Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T00:43:59.663Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T00:43:59.663Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T00:43:59.663Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T00:43:59.663Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T00:43:59.663Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T00:43:59.663Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T00:43:59.926Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T00:43:59.926Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T00:43:59.926Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T00:44:01.315Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:44:01.315Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-01-12T00:44:01.315Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:44:01.315Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:44:01.315Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:44:01.889Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:44:01.889Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:44:02.149Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:44:02.149Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:44:02.149Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:44:02.413Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:44:02.675Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T00:44:02.675Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:44:02.675Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:44:02.934Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:44:03.195Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T00:44:03.195Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T00:44:03.765Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T00:44:03.765Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T00:44:03.765Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:44:03.765Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:44:04.025Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T00:44:04.025Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:44:04.025Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:04.286Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T00:44:04.286Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T00:44:04.286Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:44:04.286Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T00:44:04.286Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:44:04.286Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:04.551Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:44:04.551Z] Checking for services that may need to be restarted...done. [2021-01-12T00:44:04.814Z] Checking for services that may need to be restarted...done. [2021-01-12T00:44:04.814Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:04.814Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:44:04.814Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:05.388Z] Selecting previously unselected package python3-minimal. [2021-01-12T00:44:05.388Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T00:44:05.388Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:44:05.388Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:44:05.388Z] Selecting previously unselected package mime-support. [2021-01-12T00:44:05.388Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T00:44:05.388Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T00:44:05.650Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T00:44:05.650Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T00:44:05.650Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:44:05.650Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T00:44:05.650Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:44:05.650Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:05.913Z] Selecting previously unselected package python3.6. [2021-01-12T00:44:05.913Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:44:05.913Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:06.178Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T00:44:06.178Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:44:06.178Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:44:06.178Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:44:06.438Z] Selecting previously unselected package python3. [2021-01-12T00:44:06.438Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T00:44:06.438Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:44:06.438Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T00:44:06.438Z] Selecting previously unselected package multiarch-support. [2021-01-12T00:44:06.438Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:44:06.438Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:44:06.699Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:44:06.699Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T00:44:06.699Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T00:44:06.699Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T00:44:06.699Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:44:06.699Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T00:44:06.699Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T00:44:06.699Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:44:06.963Z] Selecting previously unselected package sudo. [2021-01-12T00:44:06.963Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T00:44:06.963Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:44:06.963Z] Selecting previously unselected package apparmor. [2021-01-12T00:44:06.963Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:44:06.963Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:44:07.225Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T00:44:07.225Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T00:44:07.225Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:44:07.486Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T00:44:07.486Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:44:07.486Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:07.486Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T00:44:07.486Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:44:07.486Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:07.486Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T00:44:07.486Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T00:44:07.486Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:44:07.747Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T00:44:07.747Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:44:07.747Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:07.747Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T00:44:07.747Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:44:08.022Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:08.595Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T00:44:08.595Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T00:44:08.595Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:44:08.857Z] Selecting previously unselected package openssh-client. [2021-01-12T00:44:08.857Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T00:44:08.857Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:44:09.122Z] Selecting previously unselected package squashfs-tools. [2021-01-12T00:44:09.122Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:44:09.122Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:44:09.122Z] Selecting previously unselected package snapd. [2021-01-12T00:44:09.122Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T00:44:09.122Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T00:44:11.672Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:44:11.672Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:44:11.672Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T00:44:11.672Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:44:11.672Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:44:11.672Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:11.672Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:44:11.672Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T00:44:11.672Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T00:44:12.614Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:44:12.614Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:44:12.614Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:44:12.875Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:12.875Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:12.875Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:44:13.446Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:44:13.707Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:13.707Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:44:13.707Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T00:44:13.967Z] running python rtupdate hooks for python3.6... [2021-01-12T00:44:13.967Z] running python post-rtupdate hooks for python3.6... [2021-01-12T00:44:13.967Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:44:15.353Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T00:44:15.614Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:44:15.614Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:44:15.614Z] Setting up snapd (2.48+18.04) ... [2021-01-12T00:44:16.190Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T00:44:16.452Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T00:44:16.713Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T00:44:16.974Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T00:44:17.234Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:44:17.234Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:44:17.494Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T00:44:17.494Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T00:44:17.758Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T00:44:18.018Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T00:44:18.018Z] /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-12T00:44:18.277Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:44:18.277Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:44:19.662Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:44:19.662Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:44:19.662Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:44:21.325Z] Reading package lists... [2021-01-12T00:44:21.588Z] Reading package lists... [2021-01-12T00:44:21.588Z] Building dependency tree... [2021-01-12T00:44:21.588Z] Reading state information... [2021-01-12T00:44:21.853Z] Calculating upgrade... [2021-01-12T00:44:21.853Z] The following packages will be upgraded: [2021-01-12T00:44:21.853Z] advancecomp base-files bash binutils binutils-common [2021-01-12T00:44:21.853Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T00:44:21.853Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T00:44:21.853Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T00:44:21.853Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T00:44:21.853Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T00:44:21.853Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T00:44:21.853Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T00:44:21.853Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T00:44:21.853Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T00:44:21.853Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T00:44:21.853Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T00:44:21.853Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T00:44:21.853Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T00:44:21.853Z] ubuntu-keyring util-linux [2021-01-12T00:44:22.116Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:44:22.116Z] Need to get 63.7 MB of archives. [2021-01-12T00:44:22.116Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T00:44:22.116Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T00:44:22.116Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T00:44:23.061Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T00:44:23.061Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T00:44:23.061Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T00:44:23.061Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T00:44:23.061Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T00:44:23.061Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T00:44:23.061Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-12T00:44:23.061Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-12T00:44:23.061Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-12T00:44:23.061Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T00:44:23.061Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T00:44:23.061Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T00:44:23.061Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T00:44:23.061Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-12T00:44:23.061Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T00:44:23.061Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T00:44:23.061Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T00:44:23.061Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T00:44:23.061Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T00:44:23.061Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T00:44:23.061Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T00:44:23.061Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T00:44:23.061Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T00:44:23.061Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T00:44:23.061Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T00:44:23.061Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T00:44:23.322Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T00:44:23.322Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T00:44:23.322Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T00:44:23.322Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T00:44:23.322Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T00:44:23.322Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T00:44:23.322Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-12T00:44:23.322Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-12T00:44:23.322Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-12T00:44:23.322Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T00:44:23.322Z] Get:39 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-12T00:44:23.322Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T00:44:23.322Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T00:44:23.322Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T00:44:23.322Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T00:44:23.322Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T00:44:23.322Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T00:44:23.322Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T00:44:23.322Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T00:44:23.322Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T00:44:23.322Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T00:44:23.322Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-12T00:44:23.322Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T00:44:23.322Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T00:44:23.322Z] Get:53 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-12T00:44:23.322Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T00:44:23.583Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T00:44:23.583Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T00:44:23.583Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T00:44:23.583Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T00:44:23.583Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T00:44:23.583Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T00:44:23.583Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T00:44:23.583Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T00:44:23.583Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T00:44:23.583Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T00:44:23.583Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T00:44:23.583Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T00:44:23.583Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T00:44:23.583Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T00:44:23.583Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T00:44:23.583Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T00:44:23.583Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T00:44:23.583Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T00:44:23.844Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T00:44:23.844Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T00:44:23.844Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T00:44:23.844Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T00:44:23.844Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T00:44:23.844Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T00:44:23.844Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T00:44:23.844Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T00:44:23.844Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-12T00:44:23.844Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T00:44:24.104Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T00:44:24.104Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T00:44:24.104Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T00:44:24.104Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T00:44:24.104Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T00:44:24.104Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T00:44:24.674Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-12T00:44:24.935Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T00:44:25.196Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T00:44:25.196Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-12T00:44:25.456Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T00:44:25.456Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T00:44:25.456Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T00:44:25.456Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T00:44:25.456Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T00:44:25.717Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:44:25.718Z] Fetched 63.7 MB in 4s (18.2 MB/s) [2021-01-12T00:44:25.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:25.978Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:44:25.978Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:44:26.550Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:44:26.550Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:44:26.550Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T00:44:26.810Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T00:44:27.381Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:27.381Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:27.641Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:27.641Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:27.902Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:27.902Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:27.902Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:27.902Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.162Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.162Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.162Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.162Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.422Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.422Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.422Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:28.422Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:44:28.422Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.422Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.690Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:28.690Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:44:28.690Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.690Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.950Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.950Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:28.950Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:28.950Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:44:29.210Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:29.210Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:44:29.210Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:44:29.471Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:44:30.043Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:44:30.303Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:44:30.303Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T00:44:30.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T00:44:30.303Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T00:44:30.303Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T00:44:30.572Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T00:44:30.572Z] Installing new version of config file /etc/issue ... [2021-01-12T00:44:30.572Z] Installing new version of config file /etc/issue.net ... [2021-01-12T00:44:30.572Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T00:44:30.572Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T00:44:30.862Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T00:44:30.862Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T00:44:30.862Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T00:44:31.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:31.123Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T00:44:31.123Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T00:44:31.382Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T00:44:31.382Z] 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-12T00:44:31.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:31.382Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:31.382Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:31.643Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:31.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:31.643Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T00:44:31.643Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T00:44:31.904Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T00:44:31.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:31.904Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T00:44:31.904Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:44:32.164Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T00:44:32.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:32.424Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:44:32.424Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:44:32.684Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:44:32.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:32.684Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:44:32.684Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:44:32.944Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T00:44:32.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:32.944Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T00:44:32.944Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T00:44:33.217Z] Setting up grep (3.1-2build1) ... [2021-01-12T00:44:33.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:33.217Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:44:33.217Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:44:33.490Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T00:44:33.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:33.753Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:44:33.753Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:44:33.753Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T00:44:34.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:34.015Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:44:34.015Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:44:34.586Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:44:34.586Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:44:34.848Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:44:34.848Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:44:35.420Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T00:44:35.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:35.420Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T00:44:35.420Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:44:36.802Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:44:36.802Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:44:36.802Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:44:36.802Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:44:36.802Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:44:36.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:36.802Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T00:44:37.062Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T00:44:37.062Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T00:44:37.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:37.355Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:37.355Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:37.355Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:37.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:37.355Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:37.615Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:37.615Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:37.615Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:37.615Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:37.615Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:37.875Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:37.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:37.875Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:37.875Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:38.136Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:38.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:38.136Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:44:38.136Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:44:38.395Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:44:38.395Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:44:38.395Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:44:38.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:38.655Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:44:38.655Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:44:38.655Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:44:38.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:38.917Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:38.917Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:38.917Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:38.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:38.917Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:39.178Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:39.178Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:39.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:39.179Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:39.440Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:40.011Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:40.277Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T00:44:40.536Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T00:44:40.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:40.798Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:44:40.798Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:44:41.058Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:44:41.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:44:41.058Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T00:44:41.058Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:44:41.317Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T00:44:41.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:41.317Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T00:44:41.317Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T00:44:41.576Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T00:44:41.836Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:41.836Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:44:41.837Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:44:42.097Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:44:42.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:42.097Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:44:42.097Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:44:42.359Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:44:42.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:42.359Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:44:42.620Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:44:42.620Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:44:42.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:42.903Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:44:42.903Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:44:42.903Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:44:42.903Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:44:43.170Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:44:43.170Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:44:43.170Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:44:43.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:43.170Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T00:44:43.432Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T00:44:43.432Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T00:44:43.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:43.694Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T00:44:43.694Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:44:43.694Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:44:43.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:43.955Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:44:43.955Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:44:44.252Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:44:44.252Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:44.252Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T00:44:44.252Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T00:44:44.252Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T00:44:44.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:44.571Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:44:44.571Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:44:44.846Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T00:44:45.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:45.438Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:44:45.438Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:44:45.747Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T00:44:45.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:45.747Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T00:44:45.747Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T00:44:45.747Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T00:44:46.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:46.021Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T00:44:46.021Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T00:44:46.021Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T00:44:46.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:46.284Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T00:44:46.284Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T00:44:46.284Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T00:44:46.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:46.284Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T00:44:46.545Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T00:44:46.545Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T00:44:46.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:46.545Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:44:46.806Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T00:44:46.806Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T00:44:46.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:44:46.806Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T00:44:46.806Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T00:44:47.067Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T00:44:47.067Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T00:44:47.067Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:44:47.067Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:44:47.327Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:44:47.327Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:44:47.588Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:44:47.588Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:44:47.853Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T00:44:47.853Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T00:44:47.853Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:44:47.853Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T00:44:48.126Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:44:48.126Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T00:44:48.126Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T00:44:48.126Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T00:44:48.386Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T00:44:48.386Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T00:44:48.386Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T00:44:48.386Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T00:44:48.646Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T00:44:48.646Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T00:44:48.646Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T00:44:48.646Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T00:44:48.907Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T00:44:48.907Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T00:44:49.864Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T00:44:49.864Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T00:44:50.125Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:44:50.125Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T00:44:50.383Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:44:50.383Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:44:50.646Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:44:50.646Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:44:50.905Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:44:50.905Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:44:51.166Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:44:51.166Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:44:51.166Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:51.166Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:51.426Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:51.426Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:51.426Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:51.687Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:51.687Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:51.687Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:53.072Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:53.072Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:53.645Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:53.645Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:54.589Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:54.589Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:54.850Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:54.850Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:54.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:44:54.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:44:54.972Z] ---> 15feb16cd9ac [2021-01-12T00:44:54.972Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:44:54.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:44:54.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:44:54.972Z] ---> 15feb16cd9ac [2021-01-12T00:44:54.972Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:44:54.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:44:54.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:44:54.972Z] ---> 15feb16cd9ac [2021-01-12T00:44:54.972Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:44:54.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:44:54.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:44:54.972Z] ---> 15feb16cd9ac [2021-01-12T00:44:54.972Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:44:54.972Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:44:54.972Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:44:54.972Z] ---> 15feb16cd9ac [2021-01-12T00:44:54.972Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:44:54.972Z] ---> Running in 157129738d92 [2021-01-12T00:44:54.972Z] ---> Running in 1aebe0fe5483 [2021-01-12T00:44:54.972Z] ---> Running in cea26841ba2c [2021-01-12T00:44:54.972Z] ---> Running in f217c629222a [2021-01-12T00:44:54.972Z] ---> Running in 8d37d20fa566 [2021-01-12T00:44:54.972Z] Removing intermediate container 157129738d92 [2021-01-12T00:44:54.972Z] ---> 52605701d912 [2021-01-12T00:44:54.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:44:54.972Z] Removing intermediate container cea26841ba2c [2021-01-12T00:44:54.972Z] ---> 1140a8c97347 [2021-01-12T00:44:54.972Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:44:54.972Z] Removing intermediate container 1aebe0fe5483 [2021-01-12T00:44:54.972Z] ---> e6ee1d728cef [2021-01-12T00:44:54.972Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:44:54.972Z] Removing intermediate container f217c629222a [2021-01-12T00:44:54.972Z] Removing intermediate container 8d37d20fa566 [2021-01-12T00:44:54.972Z] ---> 37f666cb685e [2021-01-12T00:44:54.972Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:44:54.972Z] ---> 8e974321d9db [2021-01-12T00:44:54.972Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:44:54.972Z] ---> Running in 74658ff80d0c [2021-01-12T00:44:54.972Z] ---> Running in be377a66a320 [2021-01-12T00:44:54.972Z] ---> Running in 871b314843b4 [2021-01-12T00:44:54.972Z] ---> Running in 28ccadc73a19 [2021-01-12T00:44:54.972Z] ---> Running in c49beecbd2ad [2021-01-12T00:44:54.972Z] Removing intermediate container 74658ff80d0c [2021-01-12T00:44:54.972Z] ---> 3dcb908f51ab [2021-01-12T00:44:54.972Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:44:54.972Z] ---> Running in 2870bb7b0277 [2021-01-12T00:44:54.972Z] Removing intermediate container be377a66a320 [2021-01-12T00:44:54.972Z] ---> e1f6622e17fc [2021-01-12T00:44:54.972Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:44:54.972Z] ---> Running in 3b55e68d20ec [2021-01-12T00:44:54.972Z] Removing intermediate container 871b314843b4 [2021-01-12T00:44:54.972Z] ---> 15f5d61f9aee [2021-01-12T00:44:54.972Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:44:54.972Z] Removing intermediate container 28ccadc73a19 [2021-01-12T00:44:54.972Z] ---> 499e2c6d2c8a [2021-01-12T00:44:54.972Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:44:54.972Z] Removing intermediate container c49beecbd2ad [2021-01-12T00:44:54.972Z] ---> 3d725bf7df91 [2021-01-12T00:44:54.972Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:44:54.972Z] ---> Running in 7fd1fef1c5ce [2021-01-12T00:44:54.972Z] ---> Running in 256f2aea9771 [2021-01-12T00:44:54.972Z] ---> Running in 37d9843b512b [2021-01-12T00:44:54.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:54.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:54.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:55.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:55.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:55.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:55.792Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:44:56.056Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:44:56.056Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:44:56.056Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:44:56.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:56.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:56.320Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:44:56.320Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:44:56.320Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:44:56.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:56.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:44:56.580Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:44:56.580Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T00:44:56.580Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T00:44:56.846Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:44:56.847Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:44:56.847Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:44:56.847Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:44:57.004Z] OK: 217 MiB in 51 packages [2021-01-12T00:44:57.109Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T00:44:57.109Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T00:44:57.109Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.109Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:44:57.109Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.297Z] OK: 217 MiB in 51 packages [2021-01-12T00:44:57.371Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.371Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.371Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T00:44:57.371Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T00:44:57.371Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T00:44:57.642Z] [2021-01-12T00:44:57.642Z] Current default time zone: 'Etc/UTC' [2021-01-12T00:44:57.642Z] Local time is now: Tue Jan 12 00:44:57 UTC 2021. [2021-01-12T00:44:57.642Z] Universal Time is now: Tue Jan 12 00:44:57 UTC 2021. [2021-01-12T00:44:57.642Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T00:44:57.642Z] [2021-01-12T00:44:57.642Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T00:44:57.642Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.642Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T00:44:57.916Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:44:57.916Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T00:44:57.916Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T00:44:57.916Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:44:57.916Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:44:57.916Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T00:44:57.916Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:44:57.916Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:57.916Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:44:57.932Z] OK: 217 MiB in 51 packages [2021-01-12T00:44:57.932Z] OK: 217 MiB in 51 packages [2021-01-12T00:44:57.932Z] OK: 217 MiB in 51 packages [2021-01-12T00:44:58.183Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:44:58.445Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:44:58.445Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:44:58.445Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T00:44:58.445Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:44:58.445Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T00:44:58.445Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:44:58.445Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T00:44:58.445Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T00:44:58.445Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:44:58.708Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:44:58.932Z] Removing intermediate container 2870bb7b0277 [2021-01-12T00:44:58.932Z] ---> ac58b2dd2124 [2021-01-12T00:44:58.932Z] Step 6/22 : COPY go.mod . [2021-01-12T00:44:59.532Z] Removing intermediate container 3b55e68d20ec [2021-01-12T00:44:59.532Z] ---> 38559a353c8b [2021-01-12T00:44:59.533Z] Step 6/24 : COPY go.mod . [2021-01-12T00:44:59.822Z] ---> 6d2387e9be12 [2021-01-12T00:44:59.822Z] Step 7/22 : RUN go mod download [2021-01-12T00:44:59.822Z] Removing intermediate container 7fd1fef1c5ce [2021-01-12T00:44:59.822Z] ---> 6a176882a3d7 [2021-01-12T00:44:59.822Z] Step 6/21 : COPY go.mod . [2021-01-12T00:45:00.120Z] ---> Running in d4aa593eb9ad [2021-01-12T00:45:00.120Z] Removing intermediate container 37d9843b512b [2021-01-12T00:45:00.120Z] ---> 47707294b315 [2021-01-12T00:45:00.120Z] Step 6/21 : COPY go.mod . [2021-01-12T00:45:00.403Z] Removing intermediate container 256f2aea9771 [2021-01-12T00:45:00.403Z] ---> 5eef9c47c780 [2021-01-12T00:45:00.403Z] Step 6/26 : COPY go.mod . [2021-01-12T00:45:00.628Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:45:00.682Z] ---> 0e8613514350 [2021-01-12T00:45:00.682Z] Step 7/24 : RUN go mod download [2021-01-12T00:45:00.957Z] ---> Running in 4256552a7fb0 [2021-01-12T00:45:01.201Z] 22 added, 17 removed; done. [2021-01-12T00:45:01.465Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:45:01.465Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:45:01.465Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T00:45:01.465Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T00:45:01.465Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T00:45:01.565Z] ---> 02fb5e9c510e [2021-01-12T00:45:01.566Z] Step 7/21 : RUN go mod download [2021-01-12T00:45:01.566Z] ---> 9bcce055008d [2021-01-12T00:45:01.566Z] Step 7/21 : RUN go mod download [2021-01-12T00:45:01.727Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:45:01.727Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.727Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T00:45:01.873Z] ---> Running in e9f277335db8 [2021-01-12T00:45:01.873Z] ---> Running in 8e1699b60dac [2021-01-12T00:45:01.873Z] ---> 4595e93a1aa4 [2021-01-12T00:45:01.873Z] Step 7/26 : RUN go mod download [2021-01-12T00:45:01.989Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:45:01.989Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:45:01.989Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T00:45:01.989Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:45:01.989Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:01.989Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:45:02.151Z] ---> Running in e1b0092d3684 [2021-01-12T00:45:02.251Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:45:02.251Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T00:45:02.251Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:45:02.251Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:45:02.251Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:45:02.515Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T00:45:02.515Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:45:02.515Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:45:03.086Z] 0 added, 0 removed; done. [2021-01-12T00:45:03.086Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T00:45:03.086Z] done. [2021-01-12T00:45:03.655Z] Reading package lists... [2021-01-12T00:45:03.917Z] Building dependency tree... [2021-01-12T00:45:03.917Z] Reading state information... [2021-01-12T00:45:04.176Z] The following NEW packages will be installed: [2021-01-12T00:45:04.176Z] apt-transport-https [2021-01-12T00:45:04.176Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:45:04.176Z] Need to get 1696 B of archives. [2021-01-12T00:45:04.176Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T00:45:04.176Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T00:45:04.437Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:45:04.437Z] Fetched 1696 B in 0s (46.2 kB/s) [2021-01-12T00:45:04.437Z] Selecting previously unselected package apt-transport-https. [2021-01-12T00:45:04.437Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T00:45:04.437Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T00:45:04.437Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:45:04.437Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:45:04.703Z] Waiting for network to be ready... [2021-01-12T00:45:04.839Z] Removing intermediate container d4aa593eb9ad [2021-01-12T00:45:04.839Z] ---> 4def33832e48 [2021-01-12T00:45:04.839Z] Step 8/22 : COPY . . [2021-01-12T00:45:05.473Z] Removing intermediate container 4256552a7fb0 [2021-01-12T00:45:05.473Z] ---> 3a1880240b84 [2021-01-12T00:45:05.473Z] Step 8/24 : COPY . . [2021-01-12T00:45:07.508Z] Removing intermediate container 8e1699b60dac [2021-01-12T00:45:07.508Z] ---> 4c3d7b612e27 [2021-01-12T00:45:07.508Z] Step 8/21 : COPY . . [2021-01-12T00:45:07.804Z] Removing intermediate container e9f277335db8 [2021-01-12T00:45:07.804Z] ---> f52d30155756 [2021-01-12T00:45:07.804Z] Step 8/21 : COPY . . [2021-01-12T00:45:08.090Z] Removing intermediate container e1b0092d3684 [2021-01-12T00:45:08.090Z] ---> 964c80500082 [2021-01-12T00:45:08.090Z] Step 8/26 : COPY . . [2021-01-12T00:45:11.313Z] 2021-01-12T00:45:09Z INFO Waiting for automatic snapd restart... [2021-01-12T00:45:11.313Z] snapd 2.48.2 from Canonical* installed [2021-01-12T00:45:12.253Z] "snapd" switched to the "latest/stable" channel [2021-01-12T00:45:12.253Z] [2021-01-12T00:45:17.560Z] core18 20201210 from Canonical* installed [2021-01-12T00:45:17.560Z] "core18" switched to the "latest/stable" channel [2021-01-12T00:45:17.560Z] [2021-01-12T00:45:24.154Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:45:24.154Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T00:45:24.154Z] [2021-01-12T00:45:27.453Z] 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-12T00:45:27.453Z] - README.md [2021-01-12T00:45:27.453Z] - snapcraft.yaml.orig [2021-01-12T00:45:27.453Z] [2021-01-12T00:45:27.453Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:45:34.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:45:34.050Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:45:34.050Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:45:34.050Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:45:34.989Z] ---> 27b6014cb9f7 [2021-01-12T00:45:34.989Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:45:34.989Z] ---> 0dffa3721061 [2021-01-12T00:45:34.989Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:45:34.989Z] ---> 6171eed801c2 [2021-01-12T00:45:34.989Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:45:34.989Z] ---> 3d5b22756bad [2021-01-12T00:45:34.989Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:45:34.989Z] ---> f23d38517be1 [2021-01-12T00:45:34.989Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:45:34.989Z] ---> Running in f87b36c8b4a8 [2021-01-12T00:45:34.989Z] ---> Running in 370587d30519 [2021-01-12T00:45:34.989Z] ---> Running in 9fa7545e44cd [2021-01-12T00:45:34.989Z] ---> Running in b5bf68efb7fc [2021-01-12T00:45:34.989Z] ---> Running in 529ff319aaf5 [2021-01-12T00:45:36.222Z] Reading package lists... [2021-01-12T00:45:36.222Z] 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-12T00:45:36.449Z] 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-12T00:45:36.734Z] 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-12T00:45:36.734Z] 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-12T00:45:37.027Z] 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-12T00:45:37.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-12T00:45:42.808Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:45:42.808Z] Reading package lists... [2021-01-12T00:45:42.808Z] Building dependency tree... [2021-01-12T00:45:42.808Z] Reading state information... [2021-01-12T00:45:42.808Z] Suggested packages: [2021-01-12T00:45:42.808Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T00:45:42.808Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T00:45:42.808Z] Recommended packages: [2021-01-12T00:45:42.808Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T00:45:42.808Z] The following NEW packages will be installed: [2021-01-12T00:45:42.808Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T00:45:42.808Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T00:45:42.808Z] pkg-config zip [2021-01-12T00:45:43.068Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:45:43.068Z] Need to get 7655 kB of archives. [2021-01-12T00:45:43.068Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T00:45:43.068Z] 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-12T00:45:43.068Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T00:45:43.068Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T00:45:43.328Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T00:45:43.328Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T00:45:43.328Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T00:45:43.589Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T00:45:43.589Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T00:45:43.589Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T00:45:43.589Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T00:45:43.589Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T00:45:43.589Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T00:45:43.589Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T00:45:43.848Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T00:45:43.848Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T00:45:44.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:45:44.109Z] Fetched 7655 kB in 1s (7234 kB/s) [2021-01-12T00:45:44.109Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T00:45:44.109Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T00:45:44.109Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T00:45:44.109Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:45:44.369Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T00:45:44.369Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T00:45:44.369Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:45:44.369Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T00:45:44.369Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T00:45:44.369Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:45:44.628Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T00:45:44.629Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T00:45:44.629Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:45:44.629Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T00:45:44.629Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T00:45:44.629Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:45:44.888Z] Selecting previously unselected package liberror-perl. [2021-01-12T00:45:44.888Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T00:45:44.888Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T00:45:44.888Z] Selecting previously unselected package git-man. [2021-01-12T00:45:44.888Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T00:45:44.888Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:45:45.148Z] Selecting previously unselected package git. [2021-01-12T00:45:45.148Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T00:45:45.148Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:45:46.089Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T00:45:46.089Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T00:45:46.089Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:45:46.089Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T00:45:46.089Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T00:45:46.089Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:45:46.089Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T00:45:46.089Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T00:45:46.089Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:45:46.352Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T00:45:46.352Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:45:46.352Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:45:46.352Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T00:45:46.352Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:45:46.352Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:45:46.613Z] Selecting previously unselected package pkg-config. [2021-01-12T00:45:46.614Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T00:45:46.614Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:45:46.614Z] Selecting previously unselected package zip. [2021-01-12T00:45:46.614Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T00:45:46.614Z] Unpacking zip (3.0-11build1) ... [2021-01-12T00:45:46.614Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:45:46.614Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:45:46.874Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:45:46.874Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T00:45:46.874Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:45:46.874Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:45:46.874Z] No schema files found: doing nothing. [2021-01-12T00:45:46.874Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:45:46.874Z] Setting up zip (3.0-11build1) ... [2021-01-12T00:45:46.874Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:45:46.874Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:45:46.874Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:45:46.874Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:45:47.134Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:45:47.134Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:45:47.134Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:45:47.134Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:45:53.713Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:45:53.713Z] git set to automatically installed. [2021-01-12T00:45:53.713Z] git-man set to automatically installed. [2021-01-12T00:45:53.713Z] libcurl3-gnutls set to automatically installed. [2021-01-12T00:45:53.713Z] liberror-perl set to automatically installed. [2021-01-12T00:45:53.713Z] libglib2.0-0 set to automatically installed. [2021-01-12T00:45:53.713Z] libnghttp2-14 set to automatically installed. [2021-01-12T00:45:53.713Z] libnorm1 set to automatically installed. [2021-01-12T00:45:53.713Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T00:45:53.713Z] libpsl5 set to automatically installed. [2021-01-12T00:45:53.713Z] librtmp1 set to automatically installed. [2021-01-12T00:45:53.713Z] libsodium23 set to automatically installed. [2021-01-12T00:45:53.713Z] libzmq3-dev set to automatically installed. [2021-01-12T00:45:53.713Z] libzmq5 set to automatically installed. [2021-01-12T00:45:53.713Z] pkg-config set to automatically installed. [2021-01-12T00:45:53.713Z] zip set to automatically installed. [2021-01-12T00:45:55.724Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T00:46:02.396Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:46:02.396Z] snap "core18" has no updates available [2021-01-12T00:46:02.967Z] Pulling config-common [2021-01-12T00:46:04.352Z] Pulling go-build-helper [2021-01-12T00:46:30.953Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:46:30.953Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:46:30.953Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:46:30.953Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:46:30.953Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:46:30.953Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:46:30.953Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:46:30.953Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:46:30.953Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:46:30.953Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:46:30.953Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:46:30.953Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:46:30.953Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:46:30.953Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:46:30.953Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:46:30.953Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:46:30.953Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:46:30.953Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:46:30.953Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:46:30.953Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:46:30.953Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:46:30.953Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:46:30.953Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:46:30.953Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:46:30.953Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:46:30.953Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:46:30.953Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:46:30.953Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T00:46:30.953Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T00:46:30.953Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T00:46:30.953Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T00:46:30.953Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T00:46:30.953Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T00:46:30.953Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T00:46:30.953Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T00:46:30.953Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T00:46:30.954Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T00:46:30.954Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T00:46:30.954Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T00:46:30.954Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T00:46:30.954Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T00:46:30.954Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T00:46:30.954Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T00:46:30.954Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T00:46:30.954Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T00:46:30.954Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T00:46:30.954Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T00:46:30.954Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T00:46:30.954Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T00:46:30.954Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T00:46:30.954Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T00:46:30.954Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T00:46:30.954Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T00:46:30.954Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T00:46:30.954Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T00:46:30.954Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T00:46:30.954Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T00:46:30.954Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T00:46:30.954Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T00:46:30.954Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T00:46:30.954Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T00:46:30.954Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T00:46:30.954Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T00:46:30.954Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T00:46:30.954Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-12T00:46:31.215Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T00:46:31.215Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T00:46:31.215Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T00:46:31.215Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T00:46:31.215Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T00:46:31.215Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T00:46:31.215Z] Pulling static-packages [2021-01-12T00:46:32.598Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-12T00:46:32.598Z] Skipping pull go-build-helper (already ran) [2021-01-12T00:46:32.598Z] Skipping pull static-packages (already ran) [2021-01-12T00:46:32.598Z] Building go-build-helper [2021-01-12T00:46:36.803Z] Building static-packages [2021-01-12T00:46:38.720Z] Staging go-build-helper [2021-01-12T00:46:40.107Z] Staging static-packages [2021-01-12T00:46:41.050Z] Pulling go115 [2021-01-12T00:46:42.444Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T00:46:42.444Z] Skipping pull go115 (already ran) [2021-01-12T00:46:42.444Z] Building go115 [2021-01-12T00:46:42.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:46:42.444Z] Dload Upload Total Spent Left Speed [2021-01-12T00:46:45.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 373k 0 0 2573k 0 0:00:45 --:--:-- 0:00:45 2555k 32 115M 32 37.1M 0 0 32.1M 0 0:00:03 0:00:01 0:00:02 32.1M 67 115M 67 77.9M 0 0 36.3M 0 0:00:03 0:00:02 0:00:01 36.3M 97 115M 97 113M 0 0 35.9M 0 0:00:03 0:00:03 --:--:-- 35.9M 100 115M 100 115M 0 0 36.1M 0 0:00:03 0:00:03 --:--:-- 36.1M [2021-01-12T00:46:46.352Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T00:46:51.644Z] Staging go115 [2021-01-12T00:46:58.241Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:46:58.241Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:46:58.241Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:46:58.241Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T00:46:58.241Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T00:46:58.241Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T00:46:58.241Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T00:46:58.241Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T00:46:58.241Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T00:46:58.241Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T00:46:58.241Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T00:46:58.241Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T00:46:58.241Z] Pulling edgex-go [2021-01-12T00:46:59.182Z] Pulling version [2021-01-12T00:47:00.122Z] Building config-common [2021-01-12T00:47:02.670Z] Skipping build go-build-helper (already ran) [2021-01-12T00:47:02.670Z] Skipping build static-packages (already ran) [2021-01-12T00:47:02.670Z] Skipping build go115 (already ran) [2021-01-12T00:47:02.670Z] Building edgex-go [2021-01-12T00:47:03.241Z] 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-12T00:47:04.181Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T00:47:04.181Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-12T00:47:04.181Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T00:47:04.181Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T00:47:04.181Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T00:47:04.442Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T00:47:04.442Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T00:47:04.442Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T00:47:04.442Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T00:47:04.442Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T00:47:04.442Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T00:47:04.442Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T00:47:04.442Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T00:47:04.442Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T00:47:04.442Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T00:47:04.442Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T00:47:04.718Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T00:47:04.718Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T00:47:04.718Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T00:47:04.718Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T00:47:04.718Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T00:47:04.718Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T00:47:04.718Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T00:47:04.718Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T00:47:04.718Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T00:47:04.718Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T00:47:04.992Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T00:47:04.992Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T00:47:04.992Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T00:47:04.992Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T00:47:13.902Z] 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-12T00:47:13.902Z] 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-12T00:47:15.001Z] 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-12T00:47:18.308Z] 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-12T00:47:19.246Z] 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-12T00:47:20.189Z] 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-12T00:47:20.761Z] 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-12T00:47:20.761Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T00:47:21.022Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T00:47:21.022Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T00:47:21.022Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T00:47:22.262Z] Removing intermediate container 370587d30519 [2021-01-12T00:47:22.262Z] ---> ebf83d55c00b [2021-01-12T00:47:22.262Z] [2021-01-12T00:47:22.262Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:47:22.262Z] 3.12: Pulling from library/alpine [2021-01-12T00:47:22.414Z] 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-12T00:47:22.414Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T00:47:22.414Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T00:47:22.541Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:47:22.541Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:47:22.541Z] ---> afeebe901d6b [2021-01-12T00:47:22.541Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:47:22.821Z] ---> Running in 84fb999b1d4c [2021-01-12T00:47:23.802Z] 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-12T00:47:23.802Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T00:47:24.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:24.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:25.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-12T00:47:25.191Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T00:47:25.433Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:47:25.433Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:47:25.433Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:47:25.713Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:47:25.713Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:47:25.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:47:25.713Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:47:25.713Z] OK: 7 MiB in 19 packages [2021-01-12T00:47:26.594Z] 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-12T00:47:27.181Z] 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-12T00:47:28.129Z] 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-12T00:47:28.431Z] Removing intermediate container b5bf68efb7fc [2021-01-12T00:47:28.432Z] ---> 2c3b1e04150b [2021-01-12T00:47:28.432Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:47:29.935Z] Removing intermediate container f87b36c8b4a8 [2021-01-12T00:47:29.935Z] ---> a0ca85877631 [2021-01-12T00:47:29.935Z] [2021-01-12T00:47:29.935Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:47:29.935Z] ---> afeebe901d6b [2021-01-12T00:47:29.935Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:47:29.935Z] Removing intermediate container 9fa7545e44cd [2021-01-12T00:47:29.935Z] ---> 25b0b57874b6 [2021-01-12T00:47:29.935Z] [2021-01-12T00:47:29.935Z] Step 10/22 : FROM scratch [2021-01-12T00:47:29.935Z] ---> [2021-01-12T00:47:29.935Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:47:29.935Z] Removing intermediate container 529ff319aaf5 [2021-01-12T00:47:29.935Z] ---> fe6af0ee1cbb [2021-01-12T00:47:29.935Z] [2021-01-12T00:47:29.935Z] Step 10/21 : FROM scratch [2021-01-12T00:47:29.935Z] ---> [2021-01-12T00:47:29.935Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:47:29.935Z] ---> Running in 593d2ba80ffa [2021-01-12T00:47:29.935Z] ---> Running in f882308c944d [2021-01-12T00:47:29.935Z] ---> Running in b7c1e9ddf8a1 [2021-01-12T00:47:29.935Z] ---> Running in 9963c4bf5033 [2021-01-12T00:47:30.254Z] Removing intermediate container 84fb999b1d4c [2021-01-12T00:47:30.254Z] ---> 8836ee458372 [2021-01-12T00:47:30.254Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:47:30.611Z] Building version [2021-01-12T00:47:30.622Z] Removing intermediate container 9963c4bf5033 [2021-01-12T00:47:30.622Z] ---> a4404ac5f7f0 [2021-01-12T00:47:30.622Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:47:30.622Z] ---> Running in 3153955efd20 [2021-01-12T00:47:30.922Z] Removing intermediate container b7c1e9ddf8a1 [2021-01-12T00:47:30.922Z] ---> bee5eb52a167 [2021-01-12T00:47:30.922Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:47:30.922Z] ---> Running in 4e1b7f809565 [2021-01-12T00:47:30.922Z] ---> Running in d6fe633c5644 [2021-01-12T00:47:31.244Z] 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-12T00:47:31.517Z] Removing intermediate container 3153955efd20 [2021-01-12T00:47:31.517Z] ---> 566ccfa882c5 [2021-01-12T00:47:31.517Z] Step 13/24 : WORKDIR / [2021-01-12T00:47:31.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:31.794Z] ---> Running in 135ed70bde73 [2021-01-12T00:47:31.794Z] Removing intermediate container 4e1b7f809565 [2021-01-12T00:47:31.794Z] ---> cc3edd65b248 [2021-01-12T00:47:31.794Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:47:32.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:32.080Z] Removing intermediate container d6fe633c5644 [2021-01-12T00:47:32.080Z] ---> f9126bcf7470 [2021-01-12T00:47:32.080Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:47:32.080Z] ---> Running in edef82d91a60 [2021-01-12T00:47:32.080Z] ---> Running in 3ae4bd9e4c14 [2021-01-12T00:47:32.689Z] Removing intermediate container 135ed70bde73 [2021-01-12T00:47:32.689Z] ---> ce6f7a071382 [2021-01-12T00:47:32.689Z] 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-12T00:47:32.689Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:47:32.689Z] Removing intermediate container edef82d91a60 [2021-01-12T00:47:32.689Z] ---> a31f0113694d [2021-01-12T00:47:32.689Z] Step 14/22 : WORKDIR / [2021-01-12T00:47:32.977Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:47:32.977Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:47:32.977Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:47:32.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:47:32.977Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:47:32.977Z] ---> Running in bc0c2f9f4188 [2021-01-12T00:47:32.977Z] Removing intermediate container 3ae4bd9e4c14 [2021-01-12T00:47:32.977Z] ---> 3d18a0deda87 [2021-01-12T00:47:32.977Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:47:33.157Z] Staging config-common [2021-01-12T00:47:33.254Z] OK: 7 MiB in 18 packages [2021-01-12T00:47:34.109Z] Skipping stage go-build-helper (already ran) [2021-01-12T00:47:34.109Z] Skipping stage static-packages (already ran) [2021-01-12T00:47:34.109Z] Skipping stage go115 (already ran) [2021-01-12T00:47:34.109Z] Staging edgex-go [2021-01-12T00:47:34.702Z] ---> 1f0a14cf9a31 [2021-01-12T00:47:34.702Z] 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-12T00:47:34.702Z] ---> 272ae8ea3590 [2021-01-12T00:47:34.702Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:47:34.980Z] Removing intermediate container bc0c2f9f4188 [2021-01-12T00:47:34.980Z] ---> 92fb00f45dc3 [2021-01-12T00:47:34.980Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:47:35.499Z] Staging version [2021-01-12T00:47:36.426Z] ---> ce97edcd7317 [2021-01-12T00:47:36.426Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:47:36.441Z] Priming config-common [2021-01-12T00:47:36.710Z] ---> 14bebdc80489 [2021-01-12T00:47:36.710Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:47:36.710Z] Removing intermediate container 593d2ba80ffa [2021-01-12T00:47:36.710Z] ---> aa0cc7b6c161 [2021-01-12T00:47:36.710Z] [2021-01-12T00:47:36.710Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:47:36.710Z] ---> 81313aa60a9f [2021-01-12T00:47:36.710Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:47:36.710Z] Removing intermediate container f882308c944d [2021-01-12T00:47:36.710Z] ---> 825c880b3339 [2021-01-12T00:47:36.710Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:47:36.998Z] 20.10.0: Pulling from library/docker [2021-01-12T00:47:37.592Z] ---> Running in c3c0ccb0db95 [2021-01-12T00:47:37.832Z] Priming go-build-helper [2021-01-12T00:47:37.862Z] ---> ce03e9d9ea74 [2021-01-12T00:47:37.862Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:47:38.775Z] Priming static-packages [2021-01-12T00:47:38.841Z] ---> 2c2f2df93ff6 [2021-01-12T00:47:38.841Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:47:39.113Z] Removing intermediate container c3c0ccb0db95 [2021-01-12T00:47:39.113Z] ---> 12a87b220d27 [2021-01-12T00:47:39.113Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:47:39.384Z] ---> 4e7fc123c06d [2021-01-12T00:47:39.384Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:47:39.384Z] ---> Running in 0af0f53a4c16 [2021-01-12T00:47:39.655Z] ---> 4493eb76c726 [2021-01-12T00:47:39.655Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:47:39.928Z] ---> Running in 05595d761ace [2021-01-12T00:47:40.527Z] Removing intermediate container 0af0f53a4c16 [2021-01-12T00:47:40.527Z] ---> fa40f13d390a [2021-01-12T00:47:40.527Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:47:40.798Z] ---> 85889a310b82 [2021-01-12T00:47:40.798Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:47:41.070Z] ---> Running in 04a6bc914c20 [2021-01-12T00:47:41.070Z] Removing intermediate container 05595d761ace [2021-01-12T00:47:41.070Z] ---> 6068bc580c50 [2021-01-12T00:47:41.070Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:47:41.070Z] ---> Running in 8bedf8317ac0 [2021-01-12T00:47:41.318Z] Priming go115 [2021-01-12T00:47:41.341Z] ---> 873de7c69a11 [2021-01-12T00:47:41.341Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:47:41.939Z] Removing intermediate container 04a6bc914c20 [2021-01-12T00:47:41.939Z] ---> ff96bfc5de02 [2021-01-12T00:47:41.939Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:47:42.213Z] Removing intermediate container 8bedf8317ac0 [2021-01-12T00:47:42.213Z] ---> 1077cd6c3225 [2021-01-12T00:47:42.213Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:47:42.256Z] Priming edgex-go [2021-01-12T00:47:42.814Z] ---> Running in a136459bb23c [2021-01-12T00:47:43.089Z] ---> 4e7fa6ca12b5 [2021-01-12T00:47:43.089Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:47:43.089Z] ---> Running in f7e1276e54a2 [2021-01-12T00:47:43.368Z] ---> c5c8583a247b [2021-01-12T00:47:43.368Z] 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-12T00:47:43.640Z] ---> Running in 59491782b38d [2021-01-12T00:47:43.657Z] Priming version [2021-01-12T00:47:43.914Z] Removing intermediate container a136459bb23c [2021-01-12T00:47:43.914Z] ---> 3f5922aceb59 [2021-01-12T00:47:43.914Z] Step 20/21 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:47:44.235Z] Removing intermediate container f7e1276e54a2 [2021-01-12T00:47:44.235Z] ---> 70a3fb4b7917 [2021-01-12T00:47:44.235Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:47:44.669Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-12T00:47:44.829Z] ---> Running in 51d11cfaca37 [2021-01-12T00:47:45.105Z] ---> Running in e0d82f6e25d1 [2021-01-12T00:47:45.379Z] ---> 0346edf10397 [2021-01-12T00:47:45.379Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:47:45.653Z] Removing intermediate container 51d11cfaca37 [2021-01-12T00:47:45.653Z] ---> eceddb27e4f1 [2021-01-12T00:47:45.653Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:47:45.927Z] Removing intermediate container e0d82f6e25d1 [2021-01-12T00:47:45.927Z] ---> 16b83818ad7f [2021-01-12T00:47:45.927Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:47:46.211Z] ---> Running in cecf6c53f765 [2021-01-12T00:47:46.487Z] ---> Running in bc7669e8210b [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-12T00:47:47.094Z] ---> 463de2134ce1 [2021-01-12T00:47:47.094Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T00:47:47.703Z] Removing intermediate container cecf6c53f765 [2021-01-12T00:47:47.703Z] ---> 37238732dd26 [2021-01-12T00:47:47.703Z] [2021-01-12T00:47:47.703Z] ---> Running in 42c6d5612ead [2021-01-12T00:47:47.703Z] Removing intermediate container bc7669e8210b [2021-01-12T00:47:47.703Z] ---> 5a8733d69f62 [2021-01-12T00:47:47.703Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:47:48.312Z] ---> Running in 2c8495b08d33 [2021-01-12T00:47:48.312Z] Successfully built 37238732dd26 [2021-01-12T00:47:48.312Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T00:47:48.312Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-12T00:47:48.312Z] Removing intermediate container 59491782b38d [2021-01-12T00:47:48.312Z] ---> 191509cdc73b [2021-01-12T00:47:48.312Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:47:48.589Z] Removing intermediate container 42c6d5612ead [2021-01-12T00:47:48.589Z] ---> f50cd70c7d3e [2021-01-12T00:47:48.589Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:47:48.865Z] ---> Running in 8b8451563919 [2021-01-12T00:47:48.865Z] ---> Running in fa8411a486cb [2021-01-12T00:47:48.865Z] Removing intermediate container 2c8495b08d33 [2021-01-12T00:47:48.865Z] ---> fd06fd6c3099 [2021-01-12T00:47:48.865Z] [2021-01-12T00:47:49.466Z] Removing intermediate container 8b8451563919 [2021-01-12T00:47:49.466Z] ---> be2aa0bf6b7a [2021-01-12T00:47:49.466Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:47:49.466Z] Successfully built fd06fd6c3099 [2021-01-12T00:47:49.466Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T00:47:49.466Z] Building docker-core-metadata-go [2021-01-12T00:47:49.742Z]  Building docker-core-command-go ... done  ---> Running in ed4a0f5eef8e [2021-01-12T00:47:49.742Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:47:49.742Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:47:49.742Z] ---> eeaf43b92773 [2021-01-12T00:47:49.742Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:47:49.742Z] Removing intermediate container fa8411a486cb [2021-01-12T00:47:49.742Z] ---> 816f127898f2 [2021-01-12T00:47:49.742Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:47:50.019Z] ---> Running in ec89e3b79d31 [2021-01-12T00:47:50.019Z] ---> Running in 38b20d4c406f [2021-01-12T00:47:50.305Z] Removing intermediate container ed4a0f5eef8e [2021-01-12T00:47:50.305Z] ---> 21564b812a71 [2021-01-12T00:47:50.305Z] Step 23/24 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:47:50.592Z] ---> Running in 39a7c6e790d6 [2021-01-12T00:47:50.867Z] Removing intermediate container 38b20d4c406f [2021-01-12T00:47:50.867Z] ---> 78cf8122e1a7 [2021-01-12T00:47:50.867Z] Step 20/21 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:47:51.148Z] ---> Running in 1eb74c633e5c [2021-01-12T00:47:51.426Z] Removing intermediate container 39a7c6e790d6 [2021-01-12T00:47:51.426Z] ---> 049afc35bd22 [2021-01-12T00:47:51.426Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:47:51.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:51.702Z] ---> Running in 6f227022e480 [2021-01-12T00:47:51.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:51.974Z] Removing intermediate container 1eb74c633e5c [2021-01-12T00:47:51.974Z] ---> cb6486080dd4 [2021-01-12T00:47:51.974Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:47:52.578Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:47:52.867Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:47:52.867Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:47:52.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:47:52.867Z] OK: 12 MiB in 22 packages [2021-01-12T00:47:53.149Z] Removing intermediate container 6f227022e480 [2021-01-12T00:47:53.149Z] ---> db5eadee5566 [2021-01-12T00:47:53.149Z] [2021-01-12T00:47:53.149Z] ---> Running in 035ee5777602 [2021-01-12T00:47:53.761Z] Successfully built db5eadee5566 [2021-01-12T00:47:54.753Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T00:47:54.753Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-12T00:47:55.358Z] Removing intermediate container 035ee5777602 [2021-01-12T00:47:55.358Z] ---> 5581160c5bf9 [2021-01-12T00:47:55.358Z] [2021-01-12T00:47:55.630Z] Removing intermediate container ec89e3b79d31 [2021-01-12T00:47:55.630Z] ---> db1072e7be39 [2021-01-12T00:47:55.630Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:47:55.903Z] Successfully built 5581160c5bf9 [2021-01-12T00:47:56.175Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T00:47:56.175Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-12T00:47:56.175Z] ---> Running in 760370daf175 [2021-01-12T00:47:56.767Z] Removing intermediate container 760370daf175 [2021-01-12T00:47:56.767Z] ---> 9cac3c4bb042 [2021-01-12T00:47:56.767Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:47:57.042Z] ---> Running in 3a03ef1cbcb5 [2021-01-12T00:47:57.638Z] Removing intermediate container 3a03ef1cbcb5 [2021-01-12T00:47:57.638Z] ---> 725ade8a5a5a [2021-01-12T00:47:57.638Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:47:57.914Z] ---> Running in 0a678c8c2a1f [2021-01-12T00:47:58.514Z] Removing intermediate container 0a678c8c2a1f [2021-01-12T00:47:58.514Z] ---> 4fd337ee711f [2021-01-12T00:47:58.514Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:48:00.493Z] ---> f32d5e29a8bb [2021-01-12T00:48:00.493Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:02.522Z] ---> ca2491d22532 [2021-01-12T00:48:02.522Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:48:05.147Z] ---> 8afa5e8f4620 [2021-01-12T00:48:05.147Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:48:05.746Z] ---> Running in 52d8977af45d [2021-01-12T00:48:06.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:07.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:07.595Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:48:07.595Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:48:07.595Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:48:07.595Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:48:07.595Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:48:07.867Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:48:07.867Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:48:09.853Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:48:09.853Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:48:09.853Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:48:09.853Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:48:09.853Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:48:09.853Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:48:09.853Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:48:10.135Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:48:10.135Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:48:10.135Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:48:10.135Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:48:10.135Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:48:10.135Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:48:10.135Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:48:10.135Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:48:10.135Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:48:10.414Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:48:10.414Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:48:10.414Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:48:10.414Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:48:10.414Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:48:10.414Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:48:10.414Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:48:10.414Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:48:10.414Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:48:10.414Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:48:10.688Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:10.688Z] OK: 71 MiB in 55 packages [2021-01-12T00:48:20.896Z] Removing intermediate container 52d8977af45d [2021-01-12T00:48:20.896Z] ---> 53e397b0e296 [2021-01-12T00:48:20.896Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:48:21.502Z] ---> Running in 618197048f6f [2021-01-12T00:48:29.811Z] Collecting docker-compose==1.23.2 [2021-01-12T00:48:29.811Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:48:30.088Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:48:30.088Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:48:30.690Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:48:30.966Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:48:33.597Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:48:33.872Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:48:37.275Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:48:37.275Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:48:37.275Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:48:37.275Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:48:37.275Z] ---> 15feb16cd9ac [2021-01-12T00:48:37.275Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:48:37.275Z] ---> Using cache [2021-01-12T00:48:37.275Z] ---> 37f666cb685e [2021-01-12T00:48:37.275Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:48:37.275Z] ---> Using cache [2021-01-12T00:48:37.275Z] ---> 499e2c6d2c8a [2021-01-12T00:48:37.275Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:48:37.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:48:37.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:48:37.882Z] ---> 15feb16cd9ac [2021-01-12T00:48:37.882Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 37f666cb685e [2021-01-12T00:48:37.882Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 499e2c6d2c8a [2021-01-12T00:48:37.882Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 47707294b315 [2021-01-12T00:48:37.882Z] Step 6/22 : COPY go.mod . [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 9bcce055008d [2021-01-12T00:48:37.882Z] Step 7/22 : RUN go mod download [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 4c3d7b612e27 [2021-01-12T00:48:37.882Z] Step 8/22 : COPY . . [2021-01-12T00:48:37.882Z] ---> Using cache [2021-01-12T00:48:37.882Z] ---> 27b6014cb9f7 [2021-01-12T00:48:37.882Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:48:39.347Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:48:39.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:48:42.787Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:48:42.787Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:48:42.787Z] ---> 15feb16cd9ac [2021-01-12T00:48:42.787Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:48:42.787Z] ---> Using cache [2021-01-12T00:48:42.787Z] ---> 37f666cb685e [2021-01-12T00:48:42.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:48:42.787Z] ---> Using cache [2021-01-12T00:48:42.787Z] ---> 499e2c6d2c8a [2021-01-12T00:48:42.787Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:48:42.787Z] ---> Running in 2fa0d6f473a1 [2021-01-12T00:48:42.787Z] ---> Running in b388f95c3502 [2021-01-12T00:48:42.787Z] ---> Running in 0de67758bb19 [2021-01-12T00:48:43.079Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:48:43.079Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:48:43.079Z] ---> 15feb16cd9ac [2021-01-12T00:48:43.079Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:48:43.079Z] ---> Using cache [2021-01-12T00:48:43.079Z] ---> 37f666cb685e [2021-01-12T00:48:43.079Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:48:43.079Z] ---> Using cache [2021-01-12T00:48:43.079Z] ---> 499e2c6d2c8a [2021-01-12T00:48:43.079Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:48:43.079Z] ---> Using cache [2021-01-12T00:48:43.079Z] ---> 47707294b315 [2021-01-12T00:48:43.079Z] Step 6/22 : COPY go.mod . [2021-01-12T00:48:43.079Z] ---> Using cache [2021-01-12T00:48:43.079Z] ---> 9bcce055008d [2021-01-12T00:48:43.079Z] Step 7/22 : RUN go mod download [2021-01-12T00:48:43.079Z] ---> Using cache [2021-01-12T00:48:43.079Z] ---> 4c3d7b612e27 [2021-01-12T00:48:43.079Z] Step 8/22 : COPY . . [2021-01-12T00:48:43.368Z] ---> Using cache [2021-01-12T00:48:43.368Z] ---> 27b6014cb9f7 [2021-01-12T00:48:43.368Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:48:43.644Z] ---> Running in 0519cd284929 [2021-01-12T00:48:44.257Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:48:44.535Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:48:44.817Z] 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-12T00:48:45.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:45.426Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:48:45.426Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:48:45.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:45.704Z] 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-12T00:48:45.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:46.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:46.581Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:48:46.581Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:48:47.185Z] OK: 217 MiB in 51 packages [2021-01-12T00:48:47.461Z] OK: 217 MiB in 51 packages [2021-01-12T00:48:49.481Z] Removing intermediate container 0de67758bb19 [2021-01-12T00:48:49.481Z] ---> 5e69ca57c47c [2021-01-12T00:48:49.481Z] Step 6/23 : COPY go.mod . [2021-01-12T00:48:50.101Z] Removing intermediate container b388f95c3502 [2021-01-12T00:48:50.101Z] ---> cfa43a456a4d [2021-01-12T00:48:50.101Z] Step 6/24 : COPY go.mod . [2021-01-12T00:48:50.719Z] ---> f11f212446e4 [2021-01-12T00:48:50.719Z] Step 7/23 : RUN go mod download [2021-01-12T00:48:51.012Z] ---> Running in 6c1ab0226190 [2021-01-12T00:48:51.630Z] ---> ab3113c767fc [2021-01-12T00:48:51.630Z] Step 7/24 : RUN go mod download [2021-01-12T00:48:51.918Z] ---> Running in 0d3c222f4925 [2021-01-12T00:48:54.617Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:48:54.617Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:48:54.898Z] 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-12T00:48:55.182Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:48:55.182Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:48:55.463Z] 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-12T00:48:56.075Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:48:56.075Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:48:56.359Z] Removing intermediate container 6c1ab0226190 [2021-01-12T00:48:56.359Z] ---> 12903cc2d711 [2021-01-12T00:48:56.359Z] Step 8/23 : COPY . . [2021-01-12T00:48:57.371Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:48:57.371Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:48:57.645Z] 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-12T00:48:57.645Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:48:57.645Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:48:57.645Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:48:57.645Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:48:58.641Z] Removing intermediate container 0d3c222f4925 [2021-01-12T00:48:58.641Z] ---> 0c1b12cf0924 [2021-01-12T00:48:58.641Z] Step 8/24 : COPY . . [2021-01-12T00:48:59.636Z] Installing collected packages: websocket-client, texttable, dockerpty, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, docker, cached-property, PyYAML, docker-compose [2021-01-12T00:48:59.925Z] Running setup.py install for texttable: started [2021-01-12T00:49:04.335Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:49:04.336Z] Running setup.py install for dockerpty: started [2021-01-12T00:49:07.822Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:49:08.122Z] Running setup.py install for docopt: started [2021-01-12T00:49:12.521Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:49:12.521Z] Attempting uninstall: idna [2021-01-12T00:49:12.521Z] Found existing installation: idna 2.9 [2021-01-12T00:49:12.521Z] Uninstalling idna-2.9: [2021-01-12T00:49:12.521Z] Successfully uninstalled idna-2.9 [2021-01-12T00:49:13.545Z] Attempting uninstall: urllib3 [2021-01-12T00:49:13.545Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:49:13.545Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:49:13.839Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:49:14.870Z] Attempting uninstall: requests [2021-01-12T00:49:14.870Z] Found existing installation: requests 2.23.0 [2021-01-12T00:49:14.870Z] Uninstalling requests-2.23.0: [2021-01-12T00:49:14.870Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:49:16.893Z] Running setup.py install for PyYAML: started [2021-01-12T00:49:21.257Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:49:22.724Z] 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-12T00:49:31.139Z] ---> dc1b89a780a8 [2021-01-12T00:49:31.139Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:49:31.420Z] ---> Running in 0a5a52e175f5 [2021-01-12T00:49:31.711Z] ---> 1ee76411a223 [2021-01-12T00:49:31.711Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:49:32.324Z] ---> Running in 4a0277087064 [2021-01-12T00:49:34.372Z] Removing intermediate container 618197048f6f [2021-01-12T00:49:34.372Z] ---> 32ec050d0248 [2021-01-12T00:49:34.372Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:49:34.372Z] 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-12T00:49:34.656Z] ---> Running in 178bb1beb6a6 [2021-01-12T00:49:35.284Z] 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-12T00:49:36.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:37.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:38.062Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:49:38.062Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:49:38.062Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:49:38.062Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:38.062Z] OK: 71 MiB in 58 packages [2021-01-12T00:49:40.332Z] Removing intermediate container 178bb1beb6a6 [2021-01-12T00:49:40.332Z] ---> 6021b37e5ac7 [2021-01-12T00:49:40.332Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:49:40.620Z] ---> Running in b816094ee0a3 [2021-01-12T00:49:41.251Z] Removing intermediate container b816094ee0a3 [2021-01-12T00:49:41.251Z] ---> a594619460b3 [2021-01-12T00:49:41.251Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:49:41.536Z] ---> Running in a2c36eb930f7 [2021-01-12T00:49:42.555Z] Removing intermediate container a2c36eb930f7 [2021-01-12T00:49:42.555Z] ---> dcc28fbae284 [2021-01-12T00:49:42.555Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T00:49:42.555Z] ---> Running in 6db92b052bbd [2021-01-12T00:49:43.574Z] Removing intermediate container 6db92b052bbd [2021-01-12T00:49:43.574Z] ---> dd4b05dfe531 [2021-01-12T00:49:43.574Z] Step 25/26 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:49:43.574Z] ---> Running in a670aa4e0341 [2021-01-12T00:49:44.584Z] Removing intermediate container a670aa4e0341 [2021-01-12T00:49:44.584Z] ---> 2cc47d771881 [2021-01-12T00:49:44.584Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:49:44.584Z] ---> Running in c0ff72ec1315 [2021-01-12T00:49:45.598Z] Removing intermediate container c0ff72ec1315 [2021-01-12T00:49:45.598Z] ---> d0061b930a98 [2021-01-12T00:49:45.598Z] [2021-01-12T00:49:45.902Z] Successfully built d0061b930a98 [2021-01-12T00:49:46.182Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T00:50:25.358Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0519cd284929 [2021-01-12T00:50:25.358Z] ---> b869da6acce9 [2021-01-12T00:50:25.358Z] [2021-01-12T00:50:25.358Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:50:25.358Z] ---> afeebe901d6b [2021-01-12T00:50:25.358Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:50:25.358Z] ---> Using cache [2021-01-12T00:50:25.358Z] ---> 8836ee458372 [2021-01-12T00:50:25.358Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:50:25.358Z] ---> Running in 5dba6778ff26 [2021-01-12T00:50:25.358Z] Removing intermediate container 5dba6778ff26 [2021-01-12T00:50:25.358Z] ---> 76505ad07146 [2021-01-12T00:50:25.358Z] Step 13/22 : WORKDIR / [2021-01-12T00:50:25.358Z] ---> Running in f862ba38d0b2 [2021-01-12T00:50:25.975Z] Removing intermediate container f862ba38d0b2 [2021-01-12T00:50:25.975Z] ---> e3ae22c81667 [2021-01-12T00:50:25.975Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:50:26.998Z] ---> 11346c6a0bc2 [2021-01-12T00:50:26.999Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:50:29.003Z] ---> 44d0f4a8edf5 [2021-01-12T00:50:29.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:50:30.022Z] ---> 0049b0f5ea96 [2021-01-12T00:50:30.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:50:31.469Z] ---> 6b026136f0bc [2021-01-12T00:50:31.469Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:50:31.746Z] ---> Running in 3c2974fb398b [2021-01-12T00:50:36.135Z] Removing intermediate container 3c2974fb398b [2021-01-12T00:50:36.135Z] ---> cd359289fcfe [2021-01-12T00:50:36.135Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:50:36.135Z] ---> Running in 025ee22c0dc5 [2021-01-12T00:50:36.426Z] Removing intermediate container 025ee22c0dc5 [2021-01-12T00:50:36.426Z] ---> 8614d7753dc1 [2021-01-12T00:50:36.426Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:50:36.426Z] ---> Running in 007a918463d3 [2021-01-12T00:50:37.431Z] Removing intermediate container 007a918463d3 [2021-01-12T00:50:37.431Z] ---> 38957e642cef [2021-01-12T00:50:37.431Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:50:37.431Z] ---> Running in 3d2e356ca42b [2021-01-12T00:50:38.435Z] Removing intermediate container 3d2e356ca42b [2021-01-12T00:50:38.435Z] ---> d81c2501864b [2021-01-12T00:50:38.435Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:50:38.435Z] ---> Running in 1af9cf44dab5 [2021-01-12T00:50:39.045Z] Removing intermediate container 1af9cf44dab5 [2021-01-12T00:50:39.045Z] ---> 7c54efd50f6a [2021-01-12T00:50:39.045Z] [2021-01-12T00:50:39.656Z] Successfully built 7c54efd50f6a [2021-01-12T00:50:39.656Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T00:50:54.832Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2fa0d6f473a1 [2021-01-12T00:50:54.832Z] ---> ef83a5d72988 [2021-01-12T00:50:54.832Z] [2021-01-12T00:50:54.832Z] Step 10/22 : FROM scratch [2021-01-12T00:50:54.832Z] ---> [2021-01-12T00:50:54.832Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:50:54.832Z] ---> Using cache [2021-01-12T00:50:54.832Z] ---> bee5eb52a167 [2021-01-12T00:50:54.832Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:50:54.832Z] ---> Running in 6a7018ce6a45 [2021-01-12T00:50:54.832Z] Removing intermediate container 6a7018ce6a45 [2021-01-12T00:50:54.832Z] ---> 58d9cf20de06 [2021-01-12T00:50:54.832Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:50:54.832Z] ---> Running in 1f5164cf61a5 [2021-01-12T00:50:54.832Z] Removing intermediate container 1f5164cf61a5 [2021-01-12T00:50:54.832Z] ---> 5669e8e549c9 [2021-01-12T00:50:54.832Z] Step 14/22 : WORKDIR / [2021-01-12T00:50:54.832Z] ---> Running in d1a44052981e [2021-01-12T00:50:55.108Z] Removing intermediate container d1a44052981e [2021-01-12T00:50:55.108Z] ---> 9d4cbc2f6429 [2021-01-12T00:50:55.108Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:50:56.566Z] ---> cbb8b6b45980 [2021-01-12T00:50:56.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:50:58.659Z] ---> 998b903d4109 [2021-01-12T00:50:58.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:51:00.209Z] ---> 32113b3c648d [2021-01-12T00:51:00.209Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:51:00.209Z] ---> Running in d4e12550ea5a [2021-01-12T00:51:01.320Z] Removing intermediate container d4e12550ea5a [2021-01-12T00:51:01.320Z] ---> 816b259396ec [2021-01-12T00:51:01.320Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:51:01.620Z] ---> Running in a8ce8b18c71e [2021-01-12T00:51:03.225Z] Removing intermediate container a8ce8b18c71e [2021-01-12T00:51:03.225Z] ---> f4f51d53a978 [2021-01-12T00:51:03.225Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:51:03.519Z] ---> Running in dac0599f9f07 [2021-01-12T00:51:04.624Z] Removing intermediate container dac0599f9f07 [2021-01-12T00:51:04.624Z] ---> 5a03d23838f1 [2021-01-12T00:51:04.624Z] Step 21/22 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:51:04.917Z] ---> Running in a431d5ed9294 [2021-01-12T00:51:04.917Z] Removing intermediate container 4a0277087064 [2021-01-12T00:51:04.917Z] ---> 0441f28480ea [2021-01-12T00:51:04.917Z] [2021-01-12T00:51:04.917Z] Step 10/24 : FROM scratch [2021-01-12T00:51:04.917Z] ---> [2021-01-12T00:51:04.917Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:51:05.529Z] Removing intermediate container a431d5ed9294 [2021-01-12T00:51:05.529Z] ---> a5fea8451572 [2021-01-12T00:51:05.529Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:51:05.529Z] ---> Running in e1e40a62ae47 [2021-01-12T00:51:05.808Z] ---> Running in 2e4ba4695e0c [2021-01-12T00:51:06.093Z] Removing intermediate container e1e40a62ae47 [2021-01-12T00:51:06.093Z] ---> ad5f6c8b2606 [2021-01-12T00:51:06.093Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:51:06.386Z] ---> Running in 7a78b0f635bd [2021-01-12T00:51:06.386Z] Removing intermediate container 2e4ba4695e0c [2021-01-12T00:51:06.386Z] ---> c0ca3d613bcc [2021-01-12T00:51:06.386Z] [2021-01-12T00:51:07.004Z] Successfully built c0ca3d613bcc [2021-01-12T00:51:07.004Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T00:51:07.004Z]  Building docker-core-metadata-go ... done Removing intermediate container 7a78b0f635bd [2021-01-12T00:51:07.004Z] ---> 89b2b6c82b25 [2021-01-12T00:51:07.004Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:51:07.004Z] ---> Running in e7a916449191 [2021-01-12T00:51:07.675Z] Removing intermediate container e7a916449191 [2021-01-12T00:51:07.675Z] ---> fbf74ae3d327 [2021-01-12T00:51:07.675Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:51:08.664Z] ---> d193b4353a21 [2021-01-12T00:51:08.664Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:51:10.315Z] ---> 82a201af2cc8 [2021-01-12T00:51:10.315Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:51:10.932Z] ---> 11529c0bb8d0 [2021-01-12T00:51:10.932Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:51:11.917Z] ---> 438c92796d08 [2021-01-12T00:51:11.918Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:51:13.403Z] ---> af2e5b447d0c [2021-01-12T00:51:13.403Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:51:14.436Z] ---> 367a4a2b16bb [2021-01-12T00:51:14.436Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:51:14.436Z] ---> Running in 72a5d4214db5 [2021-01-12T00:51:15.041Z] Removing intermediate container 72a5d4214db5 [2021-01-12T00:51:15.041Z] ---> d62b9e3d3d31 [2021-01-12T00:51:15.041Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:51:15.041Z] ---> Running in 267080e73594 [2021-01-12T00:51:15.645Z] Removing intermediate container 267080e73594 [2021-01-12T00:51:15.645Z] ---> c4f119289629 [2021-01-12T00:51:15.645Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:51:15.963Z] ---> Running in af5f87b06212 [2021-01-12T00:51:16.260Z] Removing intermediate container af5f87b06212 [2021-01-12T00:51:16.260Z] ---> be4480b7026a [2021-01-12T00:51:16.260Z] Step 23/24 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:51:16.260Z] ---> Running in d9b9d7a1716c [2021-01-12T00:51:16.882Z] Removing intermediate container d9b9d7a1716c [2021-01-12T00:51:16.882Z] ---> 14ee6b308637 [2021-01-12T00:51:16.882Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:51:16.882Z] ---> Running in bc530b863b4c [2021-01-12T00:51:17.486Z] Removing intermediate container bc530b863b4c [2021-01-12T00:51:17.486Z] ---> 095e7bb8ca33 [2021-01-12T00:51:17.486Z] [2021-01-12T00:51:17.774Z] Successfully built 095e7bb8ca33 [2021-01-12T00:51:17.774Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T00:51:21.160Z]  Building docker-support-notifications-go ... done Removing intermediate container 0a5a52e175f5 [2021-01-12T00:51:21.160Z] ---> 28e279fa0549 [2021-01-12T00:51:21.160Z] [2021-01-12T00:51:21.160Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:51:21.160Z] ---> afeebe901d6b [2021-01-12T00:51:21.160Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:51:21.434Z] ---> Running in 6a7d1d896c83 [2021-01-12T00:51:21.709Z] Removing intermediate container 6a7d1d896c83 [2021-01-12T00:51:21.709Z] ---> a820104c71cc [2021-01-12T00:51:21.709Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:51:21.982Z] ---> Running in 39d33964de06 [2021-01-12T00:51:22.261Z] Removing intermediate container 39d33964de06 [2021-01-12T00:51:22.261Z] ---> f5d099a7f833 [2021-01-12T00:51:22.261Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:51:22.533Z] ---> Running in d69d3db88d97 [2021-01-12T00:51:23.127Z] Removing intermediate container d69d3db88d97 [2021-01-12T00:51:23.127Z] ---> 889c240c8ba3 [2021-01-12T00:51:23.127Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:51:23.402Z] ---> Running in db39976f44c8 [2021-01-12T00:51:25.377Z] Removing intermediate container db39976f44c8 [2021-01-12T00:51:25.377Z] ---> 230323ea65fa [2021-01-12T00:51:25.377Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:51:25.652Z] ---> Running in 65c184610472 [2021-01-12T00:51:26.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:51:27.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:51:28.562Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:51:28.562Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:51:28.562Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:51:29.153Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:51:29.153Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:51:29.153Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:51:29.423Z] OK: 8 MiB in 19 packages [2021-01-12T00:51:30.853Z] Removing intermediate container 65c184610472 [2021-01-12T00:51:30.853Z] ---> bb8e26e96b1b [2021-01-12T00:51:30.853Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:51:31.445Z] ---> 0fb610167d92 [2021-01-12T00:51:31.445Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:51:32.876Z] ---> 62b7464f39a2 [2021-01-12T00:51:32.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:51:33.472Z] ---> aea433fc6def [2021-01-12T00:51:33.472Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:51:33.472Z] ---> Running in 2f4fc7282541 [2021-01-12T00:51:34.072Z] Removing intermediate container 2f4fc7282541 [2021-01-12T00:51:34.072Z] ---> f368d106031f [2021-01-12T00:51:34.072Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:51:34.072Z] ---> Running in f249e1f0ba77 [2021-01-12T00:51:34.665Z] Removing intermediate container f249e1f0ba77 [2021-01-12T00:51:34.665Z] ---> 35d07247317e [2021-01-12T00:51:34.665Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T00:51:34.665Z] ---> Running in 5d218ce385f9 [2021-01-12T00:51:35.259Z] Removing intermediate container 5d218ce385f9 [2021-01-12T00:51:35.259Z] ---> 417b3354f63e [2021-01-12T00:51:35.259Z] Step 22/23 : LABEL git_sha=fb3f3e82d4e0182b51f648bba92c722d2b81a99c [2021-01-12T00:51:35.259Z] ---> Running in e5279b050dff [2021-01-12T00:51:35.853Z] Removing intermediate container e5279b050dff [2021-01-12T00:51:35.853Z] ---> 38445d8758ae [2021-01-12T00:51:35.853Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:51:35.853Z] ---> Running in 1e2a82efe29b [2021-01-12T00:51:36.447Z] Removing intermediate container 1e2a82efe29b [2021-01-12T00:51:36.447Z] ---> d61beda5580f [2021-01-12T00:51:36.447Z] [2021-01-12T00:51:37.042Z] Successfully built d61beda5580f [2021-01-12T00:51:37.042Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T00:51:37.333Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-12T00:51:37.328Z] $ docker stop --time=1 057e4cda5f964258b3113f8ba37694215947433afea11529aa8bbc206fe6e56e [2021-01-12T00:51:39.354Z] $ docker rm -f 057e4cda5f964258b3113f8ba37694215947433afea11529aa8bbc206fe6e56e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:51:40.160Z] + docker images [2021-01-12T00:51:40.161Z] + grep docker [2021-01-12T00:51:40.434Z] docker-core-data-go-arm64 latest d61beda5580f 4 seconds ago 21MB [2021-01-12T00:51:40.434Z] docker-support-notifications-go-arm64 latest 095e7bb8ca33 23 seconds ago 11.4MB [2021-01-12T00:51:40.434Z] docker-core-metadata-go-arm64 latest c0ca3d613bcc 34 seconds ago 12.3MB [2021-01-12T00:51:40.434Z] docker-security-bootstrap-redis-go-arm64 latest 7c54efd50f6a About a minute ago 15.1MB [2021-01-12T00:51:40.434Z] docker-sys-mgmt-agent-go-arm64 latest d0061b930a98 About a minute ago 300MB [2021-01-12T00:51:40.434Z] docker-security-proxy-setup-go-arm64 latest 5581160c5bf9 3 minutes ago 23.3MB [2021-01-12T00:51:40.434Z] docker-security-secretstore-setup-go-arm64 latest db5eadee5566 3 minutes ago 23.4MB [2021-01-12T00:51:40.434Z] docker-core-command-go-arm64 latest fd06fd6c3099 3 minutes ago 9.98MB [2021-01-12T00:51:40.434Z] docker-support-scheduler-go-arm64 latest 37238732dd26 3 minutes ago 10MB [2021-01-12T00:51:40.434Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-12T00:51:42.085Z] provisioning config files... [2021-01-12T00:51:42.099Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4924126334126614359tmp [Pipeline] { [Pipeline] sh [2021-01-12T00:51:42.495Z] + set +x [2021-01-12T00:51:42.496Z] + curl -s https://codecov.io/bash [2021-01-12T00:51:42.496Z] + bash -s -- [2021-01-12T00:51:42.757Z] [2021-01-12T00:51:42.757Z] _____ _ [2021-01-12T00:51:42.757Z] / ____| | | [2021-01-12T00:51:42.757Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T00:51:42.757Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T00:51:42.757Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T00:51:42.757Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T00:51:42.757Z] Bash-20201231-23d4836 [2021-01-12T00:51:42.757Z] [2021-01-12T00:51:42.757Z] [2021-01-12T00:51:42.757Z] ==> git version 2.24.3 found [2021-01-12T00:51:42.757Z] ==> 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-12T00:51:42.757Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T00:51:42.757Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T00:51:42.757Z] ==> Jenkins CI detected. [2021-01-12T00:51:42.757Z] project root: . [2021-01-12T00:51:42.757Z] --> token set from env [2021-01-12T00:51:42.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T00:51:43.018Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T00:51:43.018Z] ==> Python coveragepy not found [2021-01-12T00:51:43.018Z] ==> Searching for coverage reports in: [2021-01-12T00:51:43.018Z] + . [2021-01-12T00:51:43.018Z] -> Found 1 reports [2021-01-12T00:51:43.018Z] ==> Detecting git/mercurial file structure [2021-01-12T00:51:43.018Z] ==> Reading reports [2021-01-12T00:51:43.018Z] + ./coverage.out bytes=545758 [2021-01-12T00:51:43.018Z] ==> Appending adjustments [2021-01-12T00:51:43.018Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T00:51:46.321Z] + Found adjustments [2021-01-12T00:51:46.321Z] ==> Gzipping contents [2021-01-12T00:51:46.321Z] 84K /tmp/codecov.alJKX4.gz [2021-01-12T00:51:46.321Z] ==> Uploading reports [2021-01-12T00:51:46.321Z] url: https://codecov.io [2021-01-12T00:51:46.321Z] query: branch=PR-3002&commit=fb3f3e82d4e0182b51f648bba92c722d2b81a99c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= [2021-01-12T00:51:46.321Z] -> Pinging Codecov [2021-01-12T00:51:46.321Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3002&commit=fb3f3e82d4e0182b51f648bba92c722d2b81a99c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= [2021-01-12T00:51:46.583Z] -> Uploading to [2021-01-12T00:51:46.583Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/fb3f3e82d4e0182b51f648bba92c722d2b81a99c/a5ba8335-5a9a-46cc-960e-400369cabd76.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005146Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=929ab3d8aa42fc7e7baa17a0ec9ca0cfca6108b8f5bd8809cc010d45361da3a2 [2021-01-12T00:51:46.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:51:46.583Z] Dload Upload Total Spent Left Speed [2021-01-12T00:51:47.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82826 0 0 100 82826 0 166k --:--:-- --:--:-- --:--:-- 166k 100 82826 0 0 100 82826 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-01-12T00:51:47.153Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fb3f3e82d4e0182b51f648bba92c722d2b81a99c [Pipeline] } [2021-01-12T00:51:47.161Z] 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-12T00:51:49.012Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:51:49.880Z] ---> package-listing.sh [2021-01-12T00:51:49.880Z] ++ facter osfamily [2021-01-12T00:51:49.880Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T00:51:49.880Z] + OS_FAMILY=redhat [2021-01-12T00:51:49.880Z] + workspace=/w/workspace/edgex-go/4 [2021-01-12T00:51:49.880Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T00:51:49.880Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T00:51:49.880Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T00:51:49.880Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T00:51:49.880Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-12T00:51:49.880Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T00:51:49.880Z] + case "${OS_FAMILY}" in [2021-01-12T00:51:49.880Z] + rpm -qa [2021-01-12T00:51:49.880Z] + sort [2021-01-12T00:51:55.180Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T00:51:55.180Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T00:51:55.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T00:51:55.180Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-12T00:51:55.180Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-12T00:51:55.180Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-12T00:51:55.192Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T00:51:55.476Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:51:55.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:51:55.778Z] [2021-01-12T00:51:55.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:51:56.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:51:56.118Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T00:51:56.118Z] df20fa9351a1: Pulling fs layer [2021-01-12T00:51:56.118Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T00:51:56.118Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T00:51:56.118Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T00:51:56.118Z] 93b61091891f: Pulling fs layer [2021-01-12T00:51:56.118Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T00:51:56.118Z] 5e14af77c1be: Pulling fs layer [2021-01-12T00:51:56.118Z] 01666e4c0597: Pulling fs layer [2021-01-12T00:51:56.118Z] aa168da1d23b: Pulling fs layer [2021-01-12T00:51:56.118Z] 93b61091891f: Waiting [2021-01-12T00:51:56.118Z] 93b9cdb0e59b: Waiting [2021-01-12T00:51:56.118Z] 5e14af77c1be: Waiting [2021-01-12T00:51:56.118Z] 01666e4c0597: Waiting [2021-01-12T00:51:56.118Z] aa168da1d23b: Waiting [2021-01-12T00:51:56.118Z] 46f8f816bc3b: Waiting [2021-01-12T00:51:56.118Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T00:51:56.118Z] 36b3adc4ff6f: Download complete [2021-01-12T00:51:56.118Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T00:51:56.118Z] 46f8f816bc3b: Download complete [2021-01-12T00:51:56.118Z] df20fa9351a1: Verifying Checksum [2021-01-12T00:51:56.118Z] df20fa9351a1: Download complete [2021-01-12T00:51:56.378Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T00:51:56.378Z] 93b9cdb0e59b: Download complete [2021-01-12T00:51:56.378Z] 93b61091891f: Verifying Checksum [2021-01-12T00:51:56.378Z] 93b61091891f: Download complete [2021-01-12T00:51:56.378Z] 5e14af77c1be: Verifying Checksum [2021-01-12T00:51:56.378Z] 5e14af77c1be: Download complete [2021-01-12T00:51:56.378Z] 01666e4c0597: Download complete [2021-01-12T00:51:56.638Z] df20fa9351a1: Pull complete [2021-01-12T00:51:56.898Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T00:51:56.898Z] 8ad3a11d3b57: Download complete [2021-01-12T00:51:57.473Z] 36b3adc4ff6f: Pull complete [2021-01-12T00:51:58.419Z] aa168da1d23b: Verifying Checksum [2021-01-12T00:51:58.419Z] aa168da1d23b: Download complete [2021-01-12T00:51:59.358Z] 8ad3a11d3b57: Pull complete [2021-01-12T00:51:59.358Z] 46f8f816bc3b: Pull complete [2021-01-12T00:51:59.617Z] 93b61091891f: Pull complete [2021-01-12T00:51:59.876Z] 93b9cdb0e59b: Pull complete [2021-01-12T00:51:59.876Z] 5e14af77c1be: Pull complete [2021-01-12T00:52:00.138Z] 01666e4c0597: Pull complete [2021-01-12T00:52:08.297Z] aa168da1d23b: Pull complete [2021-01-12T00:52:08.297Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T00:52:08.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:52:08.297Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T00:52:08.470Z] prd-centos7-docker-4c-2g-19652 does not seem to be running inside a container [2021-01-12T00:52:08.516Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T00:52:12.587Z] $ docker top 4f1f2f666bc8a7253d62733b5293fd5611195386c9bf0672d9353d9a4e45cdde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:52:13.088Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T00:52:13.382Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T00:52:13.678Z] + ls /var/log/sa-host [2021-01-12T00:52:13.678Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T00:52:13.678Z] file_magic: OK [2021-01-12T00:52:13.678Z] HZ: Using current value: 100 [2021-01-12T00:52:13.678Z] file_header: OK [2021-01-12T00:52:13.678Z] 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-12T00:52:13.678Z] Statistics: [2021-01-12T00:52:13.678Z] 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...Hnuu...uuuununununu... [2021-01-12T00:52:13.678Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T00:52:13.678Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T00:52:13.678Z] file_magic: OK [2021-01-12T00:52:13.678Z] HZ: Using current value: 100 [2021-01-12T00:52:13.678Z] file_header: OK [2021-01-12T00:52:13.678Z] 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-12T00:52:13.678Z] Statistics: [2021-01-12T00:52:13.678Z] Hnuu...uuuununununu... [2021-01-12T00:52:13.678Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T00:52:13.884Z] provisioning config files... [2021-01-12T00:52:13.900Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3467545144945471773tmp [Pipeline] { [Pipeline] echo [2021-01-12T00:52:13.984Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:52:14.280Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T00:52:14.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T00:52:14.383Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:52:14.684Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T00:52:14.695Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:52:14.989Z] ---> sudo-logs.sh [2021-01-12T00:52:14.989Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T00:52:14.998Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:52:15.290Z] ---> job-cost.sh [2021-01-12T00:52:15.290Z] lf-activate-venv: SKIPPING [2021-01-12T00:52:15.290Z] INFO: No Stack... [2021-01-12T00:52:17.201Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T00:52:17.461Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T00:52:17.472Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:52:17.764Z] ---> logs-deploy.sh [2021-01-12T00:52:17.764Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3002/4 [2021-01-12T00:52:17.764Z] INFO: archiving workspace using pattern(s): [2021-01-12T00:52:19.147Z] Archives upload complete. [2021-01-12T00:52:19.147Z] INFO: archiving logs to Nexus [2021-01-12T00:52:20.133Z] ---> uname -a: [2021-01-12T00:52:20.133Z] Linux prd-centos7-docker-4c-2g-19652.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-12T00:52:20.133Z] [2021-01-12T00:52:20.133Z] [2021-01-12T00:52:20.133Z] ---> lscpu: [2021-01-12T00:52:20.133Z] Architecture: x86_64 [2021-01-12T00:52:20.133Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T00:52:20.133Z] Byte Order: Little Endian [2021-01-12T00:52:20.133Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T00:52:20.133Z] CPU(s): 4 [2021-01-12T00:52:20.133Z] On-line CPU(s) list: 0-3 [2021-01-12T00:52:20.133Z] Thread(s) per core: 1 [2021-01-12T00:52:20.133Z] Core(s) per socket: 1 [2021-01-12T00:52:20.133Z] Socket(s): 4 [2021-01-12T00:52:20.133Z] NUMA node(s): 1 [2021-01-12T00:52:20.133Z] Vendor ID: GenuineIntel [2021-01-12T00:52:20.133Z] CPU family: 6 [2021-01-12T00:52:20.133Z] Model: 44 [2021-01-12T00:52:20.133Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T00:52:20.133Z] Stepping: 1 [2021-01-12T00:52:20.133Z] CPU MHz: 2933.438 [2021-01-12T00:52:20.133Z] BogoMIPS: 5866.87 [2021-01-12T00:52:20.133Z] Virtualization: VT-x [2021-01-12T00:52:20.133Z] Hypervisor vendor: KVM [2021-01-12T00:52:20.133Z] Virtualization type: full [2021-01-12T00:52:20.133Z] L1d cache: 128 KiB [2021-01-12T00:52:20.134Z] L1i cache: 128 KiB [2021-01-12T00:52:20.134Z] L2 cache: 16 MiB [2021-01-12T00:52:20.134Z] L3 cache: 64 MiB [2021-01-12T00:52:20.134Z] NUMA node0 CPU(s): 0-3 [2021-01-12T00:52:20.134Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T00:52:20.134Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T00:52:20.134Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T00:52:20.134Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T00:52:20.134Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T00:52:20.134Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T00:52:20.134Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T00:52:20.134Z] Vulnerability Srbds: Not affected [2021-01-12T00:52:20.134Z] Vulnerability Tsx async abort: Not affected [2021-01-12T00:52:20.134Z] 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-12T00:52:20.134Z] [2021-01-12T00:52:20.134Z] [2021-01-12T00:52:20.134Z] ---> nproc: [2021-01-12T00:52:20.134Z] 4 [2021-01-12T00:52:20.134Z] [2021-01-12T00:52:20.134Z] [2021-01-12T00:52:20.134Z] ---> df -h: [2021-01-12T00:52:20.134Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T00:52:20.134Z] overlay 50.0G 11.6G 38.4G 23% / [2021-01-12T00:52:20.134Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T00:52:20.134Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T00:52:20.134Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/4 [2021-01-12T00:52:20.134Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/4@tmp [2021-01-12T00:52:20.134Z] [2021-01-12T00:52:20.134Z]